#floatbanner {
	clear:both;
	z-index:1000;
	position:absolute;
	display:block;
	left:50%;
	top:150px;
	margin-left:-150px;
}


/**************         NOTÍCIAS      **************/
#noticias {
	width:410px;
}



#noticias #noticia  {
	clear:both;
	width:340px;
	margin:5px auto;
	
}

#noticias h3, #noticias h3 a  {
	font:20px "Times New Roman", Times, serif;
	color:#EA2127;
	margin:0;
	padding-top:0;
	padding-left:0;
	font-weight:bold;
}

#noticias h3 a:hover  {
	font:20px "Times New Roman", Times, serif;
	color:#EA2127;
	margin:0;
	padding-top:0;
	padding-left:0;
	text-decoration:underline;
	font-weight:bold;	
}

#noticia img {
float:left;
padding:5px 5px 2px 0;

}

#prox_edicao p, #noticias p {
	font:14px/22px "Times New Roman", Times, serif;
	color:#231F20;
	margin:0 auto;
	padding-bottom:15px;
}

#noticia a {
padding:15px;
color:#EA2127; 
font-weight:bold;
text-decoration:none; 
font-size:14px;
}

#noticia a:hover {
text-decoration:underline;
}





#anuncie_dir .anuncie_ultimo_item {
	border-bottom:none;
}

/**************          CALENDARIO      **************/
#calendario {
	width:168px;
	text-align:center;
	margin:0 auto;
	background:url(../imgs/bg_calendario_dias.png) top repeat-x;
}
#calendario table {
	width:100%;
}
h3#tit_agenda {
	font:20px "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:left;
	color:#EC1C24;
	background-color:#DDDFE0;
	margin-right:1px;
	padding:5px;
}
#calendario table .meses {
	background-color:#E6E7E8;
}
#calendario .meses a {
	font:13px "Times New Roman", Times, serif;
	font-weight:bold;
	color:#EC1C24;
}
#calendario table .semana {
	background-color:#EFF0F0;
}
#calendario table .semana td,#calendario table td {
	font:13px  "Times New Roman", Times, serif;
	color:#626366;
	font-weight:bold;
}
#calendario td {
	padding:3px;
	text-align:center;
}

#calendario table a {
	display:block;
	font:13px  "Times New Roman", Times, serif;
	font-weight:bold;
	color:#626366;
	text-decoration:none;
}
#calendario table a.atual, #calendario table .meses, #calendario table a:hover {
	font:13px  "Times New Roman", Times, serif;
	font-weight:bold;
	color:#EC1C24;
}
#calendario table a.atual, #calendario table .meses, #calendario table .meses a:hover, #calendario table .atual a:hover {
	font-weight:bold;
}


