body {
	margin: 0;
	padding:0;
	background:url(img/bg.jpg) repeat-x center top #B9EEFE;
}

a:link, a:hover, a:visited{
   text-decoration:none;
   color:#648D9D;
   font-size:10px;
}

#total{
    position:relative;
	width:990px;
	margin:0 auto;
	text-align:center;
	font-size: 11px;
	font-family: Verdana, 'sans-serif';
	}
	
#topo{
     /* background:#009933;*/
	 height:325px;
    }
	
/* RODAPE */

#rodape {
     font-size:10px;
	 color:#399ec7;
	 background: #fff;
	 height:53px;
	 padding: 0 7px 0 7px ;
	 }
	 
#rodape img{
     margin: 0 5px;
	 }
	 
#rodape .endereco{
     text-align:left;
	 font-size:12px;
	 float:left;
	 margin-top:10px;
	 line-height:13px;
	 padding-top:23px;
     }
	 
#rodape .logos{
     text-align:right;
     float:right;
	 margin-top:10px;
	 line-height:13px;	 
     }	 
	 
/* CONTEUDO */	 

#conteudo {
    position:relative;
	text-align:left;
	width:990px;
	_width:auto;
	margin-bottom:1px;
	*margin-bottom:6px;
	
	}
	
.box_home {
	width:177px;
	height:185px;

	*height:87px;
	text-align:left;
	font-size:10px;
	color:#1a4459;
	font-weight:bold;
	padding-top: 34px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
	}	 
	
.box_home a:link, .box_home a:hover, .box_home a:visited {
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	color:#155e81;
	padding-top:500px;
	}
	
.box_link {
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	color:#155e81;
	margin-top:20px;
	text-align:left;	
	}	

/* CONTEUDO - INTERNAS */
		
#conteudo_interna {
    position:relative;
	text-align:left;
	width:959px;
	_margin-left:-1px;
	/*margin:5px 4px;*/
	padding:15px;
	font-size:12px;
	/*border-right:1px dashed #fff;
	border-left:1px dashed #fff;*/
	background-color:#FFFFFF;
	font-size:11px;
	color:#1a4459;
	font-weight:bold;
	line-height:18px;
    }	
	
#conteudo_interna h2{
    font-size: 23px;
	color: #1B405A;
	font-weight: bold;
	padding-bottom:8px;
	border-bottom:1px dashed #187BE1;
    }
	
#conteudo_interna ul li {
    line-height: 23px;
    }	
	
.campos{
   width:270px;
   height:30px;
   border:1px solid #7FD9FE;
   }	

