<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body{
	margin:0;
	padding:0;
	}

#banner {
	height: 556px;
	width: 100%;
	background-color:#2d5289;
	background-image:url(../img/imagen_topo.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#banner_interno{
	height: 400px;
	width: 100%;
	background-color:#2d5289;
	background-image:url(../img/imagen_topo.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#topo{
	width:998px;
	height:556px;
	margin: auto;
}


#topo_interno{
	width:998px;
	height:400px;
	margin: auto;
}
	
#topo_logo{
	width:998px;
	height:79px;
	background-image:url(../img/topo_site.png);}
	
	
#chamada{
	padding-top:200px;
	padding-left:80px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#FFF;}
	
	
#menu{
	width:1000px;
	margin:auto;
	height:70px;
	padding-top:7px;
	}
	
	
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;}
	
#menu ul li{
	
	float:left;
	height: auto;
	background-image:url(../img/detalhe_vertical_menu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	display:block;}
	
	
#menu ul li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#06C;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	width:170px;
	padding:25px 15px 25px 15px;
	display:block;
	}
	
	
	
#menu ul li a:hover{
	color:#006;
	}
	
	
.sub_menu{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	padding-top:5px;}	
	
	
	
#detalhe_menu{
	width:999px;
	margin:auto;
	height:19px;
	background-image:url(../img/detalhe_menu.jpg);
	}
	
#boxes{
	width:1000px;
	height:200px;
	margin:auto;
	padding: 20px 0 20px 0;}
	
.box1{
	width:280px;
	padding-left:30px;
	float:left;
	}


.box2{
	width:250px;
	float:left;
	padding: 30px 45px 0 45px;
	text-align: right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#006;
	}
	
	
	
.box3{
	width:264px;
	height:127px;
	padding: 45px 25px 5px 25px;
	float:left;
	background-image:url(../img/detalhe_data.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FF0;
	text-align: center;
	
	}

#rodape{
	width:100%;
	height:120px;
	background-color:#1e1e39;}
	
	
.box_rodape{
	width:1000px;
	height:120px;
	margin:auto;}	

	
.info_contato{
	width: 623px;
	height:100px;
	padding-top:20px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	line-height:16px;
	float:left;
	}
	
	
.mapa_site{
	width:377px;
	height:54px;
	float:left;
	background-image:url(../img/detalhe_rodape.jpg);
	text-align:center;
	padding-top:15px;
	}
	
	
.mapa_site a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#1e1e39;
	text-decoration:none;
	}
	
.mapa_site a:hover{
	color:#069;}
	
	
	
.conteudo_interno{
	width:850px;
	height:auto;
	margin:auto;
	padding: 40px 0 40px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	line-height:18px;}
	
	/*xxxxxxxxxxxxx
	DEFINIÇÕES DAS DONTES DO SITE
	xxxxxxxxxxxxxxxxx*/
	
	
.Fonte_Um{
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FF0;
	}
	
	
.fonte_titulo_azul{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#06C;
	font-weight:bold;
	text-transform:uppercase}
	
.fonte_Dois{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;}
	
.fonte_Tres{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#006;}
	
	
.fonte_Veja_mais{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#C00;
	font-style:italic;
	/*font-weight:bold;*/
	padding-left: 10px;
	
	}
	
/********************
DEFINIÇÕES DO FORMULÁRIO
**************/

.form{
	width:100%;
	height:25px;
	border: #CCC solid 1px;
	background:none;
	line-height:25px;
	}
	
.form2{
	width:100%;
	height:100px;
	border: #CCC solid 1px;
	background:none;
	}


#ENVIAR{
	width:150px;
	height:30px;
	background:#003;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	}

iframe{
	border:#CCC solid 2px;}

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