@charset "utf-8";
/* CSS Document */
body, html{
	height:100%;
	padding:0;
	margin:0;
}
body,td,th, a {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
a{
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
body {
	background-color:#1e71bf;
	background-image:url(../imgs/fundo.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}
.lnk{
	text-decoration:none;
	color:#FFFFFF;
	padding:1px;
	font-weight:bold;
	background-color:#006699;
	border:1px dashed #0099FF;
}
.lnk:hover{
	background-color:#0099FF;
	text-decoration:none;
}
#fdTopo{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	/*background-image:url(../imgs/degrade_topo.png);
	background-repeat:repeat-x;*/
}
* #fdTopo img{
	behavior: url(../js/iepngfix.htc); 
}
#fdFixo { 
	height: 100%;
	width:100%;
	position: fixed;
	top:0px;
	left:0px;
	/*background-image:url(../imgs/degrade_fundo.png);
	background-position:center bottom;
	background-repeat:repeat-x;*/
}
#fdFixo #degrBaixo img{
	position:absolute;
	top:100%;
	margin-top:-500px;
}
* #fdFixo #degrBaixo img{
	behavior: url(../js/iepngfix.htc);
}
#fdFixo #faixa1, #fdFixo #faixa2{
	position:absolute;
	height:100%;
	left:50%;
}
* #fdFixo #faixa1, 
* #fdFixo #faixa2{
	behavior: url(../js/iepngfix.htc); 
}
#fdFixo #faixa1{
	margin-left:-601px;
}
#fdFixo #faixa2{
	margin-left:564px;
}
#tudo{
	position:relative;
	width:770px;
	left:50%;
	margin-left:-385px;
	z-index:1;
}
#logo{
	position:absolute;
	top:44px;
	left:23px;
}
* #logo{
	behavior: url(../js/iepngfix.htc); 
}
#divConteudo{
	position:absolute;
	top:166px;
	left:34px;
	height:100%;
}
#divConteudo #fundo{
	position:absolute;
	width:703px;
	height:100%;
	overflow:hidden;
}
* #divConteudo #fundo img{
	behavior: url(../js/iepngfix.htc); 
}
#imgFundo2{
	margin:0;
	padding:0;
}
* #imgFundo2{
	behavior: url(../js/iepngfix.htc); 
}
#divConteudo #txtCont{
	position:relative;
	width:640px;
	left:32px;
	top:30px;
	min-height:345px;
}
#divConteudo #txtCont p{
	margin:0;
	padding:0;
}
#divConteudo #txtCont hr{
	border:0;
	height:1px;
	color:#4D6682;
	background-color:#4D6682;
}
#divConteudo #rodape{
	margin:20px 0px 40px 0px;
	padding:0px 0px 40px 20px;
}
h1{
	font-size:36px;
	margin:0px 0px 25px 0px;
}
h2{
	font-size:24px;
	margin:0px 0px 20px 0px;
}
h3{
	font-size:18px;
	margin:0px 0px 10px 0px;
}
h4{
	font-size:16px;
	margin:0;
	/*color:#E1E1C4;*/
	/*color:#8DBEE2;*/
	/*color:#C1DDEE;*/
	color:#CDE3F1;
	
}
h4 a{
	font-size:12px;
	text-decoration:none;
	color:#CDE3F1;
}
h4 a:hover{
	text-decoration:underline;
}
h5{
	font-size:14px;
	margin:0;
	color:#CDE3F1;
}
h6{
	font-size:12px;
	margin:0;
}
.peq1{
	font-size:10px;
	color:#A7ADC2;
	font-weight:normal;
}
.peq2{
	font-size:9px;
	color:#A7ADC2;
	font-weight:normal;
}
.peq3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#DEDEDE;
	font-weight:normal;
}
.caixa, .caixa2{
	position:relative;
	float:left;
	width:23.5%;
	height:60px;
	min-height:60px;
	border:1px dashed #4D6682;
	margin-right:0.45%;
	margin-bottom:2px;
	padding:2px;
}
.caixa{
	background-image:url(../imgs/semi_transp.gif);
}
.caixa2{
	background-image:url(../imgs/semi_transp2.gif);
}
#pFinal{
	clear:both; 
	height:25px; 
	padding:0; 
	margin:0;
}
.boxTrampo, a img.boxTrampo{
	border:0;
	padding:20px;
	background-color:#000000;
}
a:hover img.boxTrampo{
	border:10px solid #ffffff;
	padding:10px;
	background-color:#000000;
}
.legendaProv{
	background-color:#000000;
	padding:0px 20px 20px 20px;
	color:#CCCCCC;
	font-size:9px;
	width:596px;
	text-align:left;
}
.legendaProv b, .legendaProv strong{
	color:#FFFFFF;
}
@media screen {
	* html{
 		overflow-y: hidden;
 	}
 	* html #contMovel, 
	* html #fdTopo{
		overflow-y: auto;
		height: 100%;
	}
	* html #contMovel{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
	}
	
}
