/*Formatacao*/

*{
	margin: 0;
	padding: 0;
	text-decoration:none;
	*overflow-x:hidden; _overflow-x:hidden;
}

body{
	background:#c8d0d0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	overflow-x:hidden;
} 

/*Topo*/


.topo {
	width:100%;
	min-width:1002px;
	height:445px;
	display:block;
	background:url(imagens/nuvemHome3.jpg) no-repeat;
	overflow:hidden;
}


.topo .flash {
    
	width:1988px;
	display:block;
}

.Otavio {
	position:absolute;
	z-index:1000;
	top:135px;
	left:46%;
	margin-left:95px;
}

.rodapeSite {
	width:100%;
	min-width:1002px;
	display:block;
	overflow:hidden;
}

.rodapeSite .bgRodapeSite {
	width:1988px;
	display:block;
	height:166px;
	background:url(imagens/bgRodape.jpg) no-repeat;
}

.rodapeSite .bgRodapeSite .centro {
	width:1002px;
	margin:0 auto;
	padding-top:32px;
}

