@charset "iso-8859-1";
/* CSS Document */
*{
	outline: none; 	
}
body{
	margin: 0px;
	background: #1f7691 url(../img/fundo2.jpg) top no-repeat scroll;
}
#bannerFlutuante{
	position: fixed;
	margin-left: -263px;
	left: 50%;
	height: -187px;

	display: block;	
	min-width: 100px;
	min-height: 100px;
/*	background: #999; */
	z-index: 10;
}

#topo{
	top: 40px;
	margin: auto;
	position: relative;
	width: 955px;
	height: 335px;
}
#meio{
	top: 40px;
	margin: auto;
	position: relative;
	width: 955px;
	height: 280px;
	background: url(../img/fundo_meio.jpg) center no-repeat;
}
#banner_meio{
	position: absolute;
	bottom: 0px;
	width: 955px;
	height: 86px;
	border-top: #bd0c1d solid 3px;
	border-bottom: #bd0c1d solid 3px;
}
#logotipo{
	left: 26px;
	top: 42px;
	position: relative;
	width: 325px;
	height: 98px;
}
#noticias{
	left: 368px;
	top: 33px;
	position: absolute;
	width: 283px;
	height: 142px;
}
#noticias_interna{
	position: absolute;
	left: 10px;
	top: 35px;
	width: 253px;
	height: 98px;
	overflow: auto;
	padding-right: 10px;
}
#eventos{
	left: 662px;
	top: 33px;
	position: absolute;
	width: 283px;
	height: 142px;
}
#eventos_interna{
	position: absolute;
	left: 10px;
	top: 35px;
	width: 253px;
	height: 98px;
	overflow: auto;
	padding-right: 10px;
}

#meio2{
	top: 40px;
	position: relative;
	margin: auto;
	width: 955px;
	height: 40px;
	background: #cb9745;
	border-top: #fff solid 8px;
}
#conteudo{
	top: 40px;
	position: relative;
	margin: auto;
	width: 955px;
	background: #fff;
}
#conteudo_borda_up{
	padding-top: 5px;
	position: relative;
	margin: auto;
	width: 941px;
	height: 8px;
	background: url(../img/borda_topo.gif) no-repeat bottom;
}
#conteudo_borda{
	position: relative;
	margin: auto;
	width: 941px;
	height: auto;
	background: url(../img/borda_fundo.gif);
}
#area{
	position: relative;
	top: 2px;
	left: -3px;
	margin: auto;
	width: 918px;
}
#conteudo_borda_down{
	padding-bottom: 5px;
	position: relative;
	margin: auto;
	width: 941px;
	height: 10px;
	background: url(../img/borda_down.gif) no-repeat top;
}
#entidades{
	top: 40px;
	position: relative;
	margin: auto;
	width: 955px;
	height: 75px;
	background: #4ad7bb;
}
#rodape{
	top: 40px;
	position: relative;
	margin: auto;
	width: 955px;
	height: 9px;
	background: #fff;
	border-bottom: #bd0c1d solid 3px;
}
#assinatura{
	position: relative;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: right;
	top: 40px;
	margin: auto;
	width: 955px;
	height: 21px;
}

a.link_noticia{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333;
}
a.link_noticia:hover{
	color: #039;
	text-decoration: underline;
}
.formataData{
	font-size: 9px;
	font-style: italic;
}

