<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}

body{
	background:#;
	}
	
/*data expandida*/		
#datatotal{
width:100%;
height:auto;
background:#008c23;

}

/*banner expandido*/
#bannertotal{
	height:90px;
	width:100%;
	background:url(../img/repet%20banner.jpg) repeat-x;
	
	
	}
/*banner centralizado*/	
#banner{
	height:90px;
	width:1000px;
	margin:0 auto;
	background:url(../img/logomarca3.jpg);
	
			

	
	}
/*menu expandido*/	
#menutotal{
	height:35px;
	width:100%;
	background:url(../img/botao.fw.png) repeat-x;
	
	}
/*menu centralizado*/
/*menu DropDown*/		
#menu ul{
	padding:0;
	margin:0 auto;
	list-style:none;
	} 
	
ul.nivel_1{
	 
    margin:0 auto; 
    width:1000px; 
	
} 
ul.nivel_1 li.select a{
	font-size:18px;
	background:#090;
    height:35px; 
    width:140px; 
} 
ul.nivel_1 li.select a:hover{
	font-size:18px;
	background:#090;
    height:35px; 
    width:140px; 
} 

ul.nivel_1 li{ 

    float:left;
	hfeight:35px;
    width:140px; 
    text-align:center;
	border-left:solid #050 1px;
	border-right:solid #050 1px;
	
	
	
} 
ul.nivel_1 li a{
	background:url(../img/botao.fw.png) repeat-x; 
    display:block; 
    height:35px; 
    line-height:35px;
	text-decoration:none;
	color:#ff0;
	 
} 
ul.nivel_1 li a:hover{
	background:url(../img/hover.fw.png) repeat-x; 
	font-size:20px;
	color:#ff0; 
}
/*centraliza o corpo da pagina, após o banner e menu*/
#total{
	width:1000px;
	min-height:1000px;
	margin:0 auto;
	
	}
	
#conteudo{
	text-align:center;
	float:left;
	width:1000px;
	min-height:500px;
	
	

	
	}
#botao{
	margin-top:20px;
	margin-left:240px;
	position:absolute;
	height:30px;
	width:60px;
	text-align:center;

	}
#botao a{
	
	display:block;
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	
	
	
	}
#botao a:hover{
	color:#FF0;
	font-size:20px;
	background:#050;
	
	
	}		
	
#imagem{
	text-align:center;
	float:left;
	height:400px;
	width:200px;
	margin-top:50px;
	margin-left:160px;

	}
#imagem p{
	text-align:center;
	
	width:200px;
	height:auto;
	float:none;
	font-weight:bold;
	color:#000;
	
	}

#imagem img{
border:#ccc solid 1px;	
	}

#caixadetexto{
	
	margin-top:20px;
	border:#ccc solid 1px;
	float:right;
	margin-right:40px;
	font-size:18px;
	text-align:center;
	min-height:400px;
	width:400px;
	

	color:#000;
	
	}
	
h2{
	margin-top:-15px;}	
h3{
	margin-top:20px;
	text-decoration:underline;
	
	}	
p{
	margin-top:20px;
	
	text-align:center;
	font-size:16px;
	
	color:#000;
	
	
	}					

#rodape{
	clear:both;
	margin:0 auto;
	width:760px;
	height:auto;
	
	
	}
		

</pre></body></html>