@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
}

input{
	background:#e7e9ef;
	border:none;
	color:#999; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:13px;
	height:23px;
}
textarea{
	background:#e7e9ef;
	border:none;
	color:#999; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0 0 5px 0;
}
.botao{
	height:23px; width:68px; float:left; margin:0 0 0 10px;
}

ul {
	list-style:none;
}
ul li{
	margin:0 0 5px 0;
}
ul a{
	color:#333;
	text-decoration:none;
}
ul a:hover{
	color:#036;
	text-decoration:underline;
}
h1{
	color:#171717;
	font-size:12px;
	margin:20px 0 10px 0;
}
strong{
	color:#000;
}
img {
	border:none;
}
.quebra{
	clear:both;
}
#data{
	margin:8px 0 0 0;
	height:auto;
	text-align:right;
	color:#FFF;
}
.divHr {
	border-top:1px #e0e5e8 dashed;
	border-bottom:none;
	border-right:none;
	border-left:none;
	height:5px;
}
br {
	margin:5px 0 0 0;
}
body {
	background:url(imagens/background_level0.jpg) repeat-x #f1f5f8;
	height:100%;
	width:100%;
}
.camada{
	background:url(imagens/background_topo.jpg) repeat-x center top #FFF;
	position:absolute;
	width:100%;
	top:0px;
}
.limite{
	width:918px;
	margin:0 auto;
}
.bannerCentral{
	width:915px;
	height:170px;
	margin:0 auto 0 auto;
}
.sombra{
	background:url(imagens/sombra_banner.jpg);
	width:915px;
	height:10px;
	margin:0 auto;
}
.conteinerConteudo{
	width:915px;
	margin:0 auto;
}
.chamadaNoticias{
	width:625px;
	height:auto;
	float:left;
}
.chamadaNewsletters{
	width:260px;
	height:105px;
	margin:0 0 5px 27px;
	border:#b0c2c7 solid 1px;
	float:left;
}
.bannerLogos {
	width:915px;
}

/* EMPRESA */

.linhaTempo{
	width:380px;
	height:340px;
	margin:5px 0 0 0;
	float:left;
}
.textoEmpresa{
	width:510px;
	float:rigth;
	margin:5px 0 0 20px;
	text-align:rigth;
}

/* SERVICOS */

.textoServicos {
	width:620px;
	float:left;
	margin:5px 0 10px 20px;
	text-align:justify;
}
/* PROMOCOES */
.textoPromocoes{
	margin:10px 0 0 0;
	text-align:justify;
}
.bannerPromos{
	width:915px;
	height:170px;
	margin:10px auto 10px auto;
}

/* PARCEIROS */

.logoParceiros{
	height:140px;
	width:140px;
	margin:20px;
	display:inline-block;
}

.rodape {
	background:url(imagens/background_rodape.jpg) repeat-x  #f1f5f8;
	width:100%;
	height:30px;
	margin:10px 0 0 0;
}
.conRodape{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#898989;
	width:915px;
	margin:0 auto;
	text-align:center;
}

/*PRODUTOS */

.Produtos{
	width:130px;
	height:130px;
	border:#b0c2c7 solid 1px;

}
.boxProdutos{
	float:left;
	margin:10px 0 0 0;
}
.espacador{
	height:150px;
	width:40px;
	float:left;
}