/* CSS Document */
body {
	margin:0px;
	background-color:#0F6292;
	background-image:url(../img/fundo.jpg);
	background-repeat:repeat-x;
}
#blk_principal {
	position:absolute;
	width:774px;
	height:872px;
	left:50%;
	margin-left:-387px;
	top:0px;
	background-color:#F9F9F9;
}
#blk_topo {
	position:absolute;
	width:774px;
	height:277px;
	top:0px;
	left:0px;
	background-color:#F9F9F9;
}
#blk_iframe {
	position:absolute;
	width:774px;
	height:553px;
	top:277px;
	left:0px;
	background-color:#F9F9F9;
}
#blk_canto1 {
	position:absolute;
	width:18px;
	height:14px;
	top:830px;
	left:0px;
	background-image:url(../img/rodape1.jpg);
	background-repeat:no-repeat;
	z-index:100;
}
#blk_canto2 {
	position:absolute;
	width:18px;
	height:14px;
	top:830px;
	left:756px;
	background-image:url(../img/rodape2.jpg);
	background-repeat:no-repeat;
	z-index:100;
}
#blk_rodape {
	position:absolute;
	width:774px;
	height:42px;
	top:830px;
	left:0px;
	background-color:#004973;
	background-image:url(../img/repet_rodape.jpg);
	background-repeat:repeat-x;
	z-index:0;
}
#blk_rodape_1{
	position:absolute;
	width:300px;
	height:16px;
	top:15px;
	left:12px;
}
#blk_rodape_2{
	position:absolute;
	width:120px;
	height:16px;
	top:15px;
	left:640px;
	text-align:right;
}
.font_rodape {
	font-family:verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover.font_rodape {
	text-decoration:underline;
}