/*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:310px;
	display:block;
	background:url(imagens/nuvemHome2.jpg) no-repeat;
	overflow:hidden;
}


.topo .flash {
    
	width:1988px;
	display:block;
}

.Otavio {
	position:absolute;
	z-index:1000;
	top:1px;
	left:44.5%;
	margin-left:100px;
}

.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;
}


