@import url("geral.css");
@import url("font-face.css");
@import url("form.css");
@import url("paginacao.css");

#topo { 
	background-color: #30929C; 	
	background-image: url(../imagens/bg_topo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 606px;
	margin-top: -100px;
}

#slide {
	width: 700px;
	height: auto;
	margin: auto;
}
#slide ul li { list-style: none; }
#box_logomarca { 
	background: url(../imagens/bg_logomarca.png) center center no-repeat; 
	width: 100%; 
	height:180px; 
	position: absolute;
	margin-top: -170px;
	text-align: center;
	padding-top: 36px;
	z-index: 101;
}

#logomarca {
	width: 210px;
	height: 138px;
	margin: auto;
}

#setas {
	width: 524px;
	margin: auto;
	margin-top: -45px;     
}  

#prev { 
	float: left;
	cursor: pointer;
}

#next{ 
	float: right;
	cursor: pointer;
}

#conteudo {
	background: url(../imagens/bg_conteudo.jpg) center center no-repeat;
	height: 312px;
	width: 100%;
}

#texto {
	width: 534px;
	margin: auto;
	padding-top: 60px;
}

#marcas {
	width: 960px;
	height: 186px;
	background-color: #30929C;
	padding: 10px;
	margin: auto;
	margin-top: 40px;
}

#marcas ul {
	list-style: none;
	float: left;
}

#sombra { background: url(../imagens/sombra.png) center center no-repeat; }

#rodape {
	background: url(../imagens/linha_rodape.gif) center top repeat-x;
	width: 980px;
	margin: auto;
	margin-top: 140px;
	height: 70px;
	padding-top: 20px;
}


