﻿/* Desenvolvido por: JGwebcom */

/* Alpha PNG support for IE */
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+
         (this.src="shared/images/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
}

body{
	margin: 0px;
	margin-top: -20px;
	background: #fff url(../images/bg_page.png) repeat-x top;	
	font: 0.8em sans-serif;
	color: #5e5e5e;
}
div{
	overflow: hidden;
}
img{
	border: 0 none;
}
a{
	color: #00295b;
	text-decoration: none;
	cursor: pointer;
}
h1{
	color: #042e60;
	font-size: 1.6em;
}
h2{
	color: #042e60;
	font-size: 1.2em;
}
h3{
	font-size: 1.0em;
}
h4{
	color: #042e60;
	font-size: 1.0em;
}
p{
	line-height: 1.6em;
}
.pHome{
	font-size: 0.9em;
}
a:hover{
	text-decoration: underline;
}
.base{
	width: 908px;	
	margin: 0 auto;
	padding: 0 26px 0 26px;
	clear: both;
}
.a2{
	color: #5e5e5e;
}
#header{
	background: url(../images/header2.jpg) no-repeat top center;
	height: 330px;	
}
#col_a_header{
	width: 340px;
	float: left;
}
#col_a_header ul{
	list-style: none;
	#padding-top: 13px;
}
#col_a_header ul li{
	display: inline;
	margin: 0 2px 0 2px;
}
#menuTopo{
	width: 502px;
	float: right;
}
#menuTopo ul{
	list-style: none;	
	margin-left: -44px;
	#margin-left: -26px;	
	margin-top: 0px;
}
#menuTopo ul li{
	float: left;
}
#menuTopo ul li:hover{
	background: url(../images/over_menu_header.png) repeat-x top;
}
#menuTopo ul li img{
	vertical-align: middle;
}
#menuTopo ul li a{
	display: block;
	padding: 34px 19px 18px 19px;	
	#padding: 32px 19px 18px 19px;	
}
#menuTopo li ul{
	list-style: none;
	position: absolute;
	background: url(../images/base_menu_over.png) no-repeat right bottom;
	padding-bottom: 10px;
	display: none;
	
	/* IE */
	#margin-left: -3px;
}
#menuTopo li ul li{	
	clear: both;	
}
#menuTopo li ul li a{
	display: block;
	padding: 0px;
	padding: 5px;
	width: 135px;
	background: #d0e1eb;
	border-bottom: 1px solid #e8eff4;
	font-size: 0.7em;
	#font-size: 0.75em;
	color: #80939f;
	font-weight: bold;
}
#menuTopo li ul li a:hover{
	background: #c4d5df;
	color: #fff;
	text-decoration: none;
}
#colDuo{
	width: 620px;
	padding-right: 20px;
	margin-top: -10px;
	#margin-top: 0px;
	float: left;
}
#col{
	width: 300px;	
	float: left;
}
#colC{
	margin-top: -10px;
	#margin-top: 0px;	
	width: 265px;
	float: right;
}
.colDir{
	padding: 10px; 
	width: 245px; 
	background: #eaf4fa url(../images/bg_col_int.png) repeat-x; 
	border: 1px dashed #d7e8f5;
	margin-left: 15px;
	margin-bottom: 5px;
}
#menuInt{	
	width: 192px; 
	background: #eaf4fa url(../images/bg_col_int.png) repeat-x; 
	border: 1px dashed #d7e8f5;
	float: left;
	margin: 0 20px 10px 0;
	font-size: 0.9em;
	#padding-top: 20px;
}
#menuInt ul{
	list-style: none;
	margin-left: -40px;
	#margin-left: 0px;
	line-height: 1.9em;
}
#menuInt ul li{
	border-bottom: 1px solid #A2CBDF;
	background: url(../images/bg_sub_menu.png) repeat-x;
	padding: 0 12px 0 12px;
	font-weight: bold;
}
#menuInt ul li ul{
	margin-bottom: 10px;
	list-style: outside url(../images/visto_lista.png);
}
#menuInt ul li ul li{
	margin-left: 15px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	background: none;
	font-size: 0.95em;
}
#menuInt a{
	display: block;
	width: 100%;
}
#menuInt a:hover{
	background: #abbcc7;
	text-decoration: none;
	padding-left: 3px;
	color: #fff;
}
.menuIntSelecionado{
	background: #042e60;
	color: #fff;
}
#foot{
	background: url(../images/bg_foot.jpg) repeat-x top;
	margin-top: -20px;
}
#foot_cont{
	background: url(../images/bg_det_foot.jpg) no-repeat top center;
	height: 220px;
	padding-top: 60px;
	color: #778596;
	font-size: 0.8em;
}
#foot_cont a{ 
	color: #778596;
}
#menuRodape{
	float: left;
	width: 390px;
	margin-top: 20px;
}
#menuRodape ul{
	list-style: none;	
	margin-top: 0px;
}
#menuRodape ul li{
	width: 140px;
	float: left;
	padding-right: 35px;	
}
#footEndereco{
	float: right;
	width: 240px;
}
.data{
	color: #909090;
}
.lista li{
	line-height: 1.8em;
}
.categoria{
	color: #3f5d80;
	font-size: 0.8em;
}
#conteudoInt{
	float: right;
	width: 690px;
}
form{
	line-height: 1.9em;
	font-weight: bold;
}
input, select, textarea{
	width: 98%;
	background: #dfedf8;
	padding: 3px;
	border: 0 none;
	border-bottom: 1px solid #d9e1e8;
}
.error{
	background: #b2c4d3;
	color: #fff;
	font-weight: bold;
}
.botao{
	width: auto; 
	background: none; 
	border: 0 none;
}
.voltar{
	float: right;
	font-weight: bold;
	padding: 5px;
	background: #ecf4fa;
	font-size: 0.8em;
}
.voltar:hover{
	background: #87979f;
	color: #fff;
	text-decoration: none;
}
#paginacao{
	font-size: 0.8em;
}
.inputPaginacao{
	background: none;
	width: auto;
}
.listaNoticias{
	list-style: outside url(../images/visto_lista.png);	
}
.listaNoticias li{
	border-bottom: 1px solid #D5D5D5;
}
.listaNoticias li:hover{
	background: #F4F4F4;
}
.boxFoto{
	width: 160px;
	height: 100px;
	overflow: hidden;
	margin: 5px;
	float: left;
	border: 4px dotted #DBDBDB;	
}
.listagemInterna{
	display: block;
}
