/*Conteudo*/

.conteudoHome {
	width:100%;
	min-width:1002px;
	display:block;
	overflow:hidden;
}

.conteudoHome .bgSite {
	width:1988px;
	display:block;
	height:690px;
	background: url(imagens/bgSiteHome.jpg) no-repeat;
}

.rodapeSite {
	width:1988px;
	display:block;
	height:166px;
	background:url(imagens/bgRodape.jpg) no-repeat;
	}


.conteudoHome .bgSite .centro {
	width:1002px;
	margin:0 auto;
	padding-bottom:10px;
}



















