@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	background-image:url(../images/fundo-bg.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#f3f3f3;
} 
h1{
	font:28px Calibri, Arial, "Century Gothic", sans-serif;
	color:#000;
}
h2{
	font-family:"Century Gothic", Arial;
	font-size:medium;
	color:#096;
	font-style:normal;
}
h3{
	margin:0px;
	padding:0px;
	font-family:"Century Gothic", Arial;
	font-size:small;
	font-style:normal;
	color:#000;
}
h4 {
	font-family:"Century Gothic", Arial;
	font-size:12px;
	font-weight:bold;
	color:#034694;
	margin:0;
	padding:0;
}
h5 {
	font-family:"Century Gothic", Arial;
	font-size:small;
	font-weight:bold;
	color:#034694;
	margin:0;
	padding:0;
}
h6 {
	font-family:"Century Gothic", Arial;
	font-size:small;
	font-weight:bold;
	color:#034694;
	margin:0;
	padding:0;
}

#faixa{
	width:980px;
	height:25px;
	margin:0 auto;
	font:14px Calibri, Arial, "Century Gothic", sans-serif;
}

#link{
	width:490px;
	height:25px;
	float:left;
}

#link a{
	color:#FFF;
	text-decoration:none;
}

#link a:hover{
	color:#FFF;
	text-decoration:underline;
}

#link_email{
	width:490px;
	height:25px;
	float:right;
	text-align:right;
}

#link_email a{
	color:#FFF;
	text-decoration:underline;
}

#link_email a:hover{
	color:#FFF;
	text-decoration:none;
}

#topo{
	width:980px;
	height:170px;
	margin:0 auto;
	background:url(../images/topo.png) no-repeat;
}

#logo{
	width:350px;
	height:120px;
	float:left;
	margin-left:50px;
}

#engloba_menu{
	height:60px;
	margin:0 auto;
	background:url(../images/fundo-menu.png) no-repeat center;
}

#menu{
	width:980px;
	height:60px;
	margin:0 auto;
}

.link_menu{
	width:196px;
	height:43px;
	float:left;
	text-align:center;
	padding:17px 0 0 0;
	font:18px Calibri, Arial, "Century Gothic", sans-serif;
}

.link_menu a{
	text-decoration:none;
	color:#FFF;
}

.link_menu a:hover{
	text-decoration:underline;
	color:#CCC;
}

#frase{
	width:980px;
	height:60px;
	margin:0 auto;
}

#banner{
	width:980px;
	height:293px;
	margin:0 auto;
	background:#FFF;
}

#sombra{
	width:980px;
	height:35px;
	margin:0 auto;
	background:url(../images/sombra.png) no-repeat #FFF;
}

#conteudo{
	width:970px;
	height:330px;
	margin:0 auto;
	background:#FFF;
	padding:0 5px 0 5px;
	font:16px Calibri, Arial, "Century Gothic", sans-serif;
}

.cont_1{
	width:313px;
	height:270px;
	float:left;
	padding:0 5px 0 5px;
	margin-top:15px;
	font:18px Calibri, Arial, "Century Gothic", sans-serif;
}

.titulo{
	width:313px;
	height:47px;
	float:left;
	margin-bottom:10px;
}

.veja_mais{
	width:96px;
	height:27px;
	float:right;
	margin-right:10px;
}

#rodape{
	width:980px;
	height:50px;
	margin:0 auto;
	border-radius:0 0 15px 15px;
	background:#FFF;
}

#creditos{
	width:385px;
	height:35px;
	float:left;
	font:16px Calibri, Arial, "Century Gothic", sans-serif;
	padding:10px 5px 5px 5px;
}

#desenvolvido{
	width:170px;
	height:50px;
	float:left;
}

#endereco{
	width:405px;
	height:35px;
	float:right;
	font:16px Calibri, Arial, "Century Gothic", sans-serif;
	padding:10px 5px 5px 5px;
	text-align:right;
}

.form_mapa {
	float:left;
	width:475px;
	margin-bottom:10px;
}

.form_mapa input.button{
	width:100px;
}

.form_mapa input.text{
	height:23px;
	border-radius:6px;
	border:#999 solid 1px;
}

.form_mapa textarea.text{
	border-radius:6px;
	border:#999 solid 1px;
}

.form_mapa input.button{
	width:80px;
}