/***************** NOTICIAS ******************/
.noticia{ margin: 5px; border-bottom: 10px solid #eee; padding-bottom: 15px;  }
.noticia .titulo{
	font-size: 16px; color: #FF6600; margin: 20px 5px 0px 0px;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}
.noticia .data{
	background: url('/ico/date.gif') no-repeat; background-position: right top ; font-size: 11px; color: #666666;
	padding: 2px 20px 0px 0px; clear: both; font-weight: normal; margin: 5px 10px 0px 10px; display: block;
	text-align: right; height: 18px;
}
.noticia .texto{
	padding: 0px; font-size: 12px; margin-top: 10px; margin-right: 0px; margin-bottom: 50px; margin-left: 0px;
}
.noticia_veja_mais{
	padding: 0px; font-size: 12px; color: #666666; margin: 0px 5px 30px 0px;
}
.noticia_veja_mais ul{ list-style: none; }

.noticia_veja_mais h3{
	padding: 0px; font-size: 12px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; margin-bottom: 8px; margin-top: 5px;
}
.noticia_veja_mais .item_lista a{ color: #666;  background: url('/ico/bullet_orange.gif') no-repeat 0px 0px;	text-decoration: none; padding: 0px 0px 0px 15px; height: 18px; }
.noticia_veja_mais .item_lista a:hover { background: url('/ico/bullet_purple.gif') no-repeat 0px 0px; }
.noticia_veja_mais .item_lista a strong{ font-weight: normal; }
.noticia_veja_mais .item_lista a:hover strong{ color: #FF6600; text-decoration: underline; font-weight: normal; font-size: 100%; }
.noticia_veja_mais .item_lista a b{ font-size: 11px; }
.noticia_veja_mais .item_lista a:hover b{ color: black; text-decoration: none; }
.noticia_veja_mais .item_lista i{
	font-size: 10px;
	color: #999;
	margin-left: 85px;
	margin-right: 20px;
	margin-bottom: 2px;
	font-style: normal;
	display: table;
}
.noticia_veja_mais i a{ background-image: none; }
.noticia_veja_mais i a:hover{ background-image: none; color: orange; }
.noticia_veja_mais h3{ display: block; clear: both;}
/* ************** paginacao ************************* */
.paginacao{
	font-size: 11px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 2px;
}
.paginacao a{
	display: block; border: 1px #cdddfa solid; padding: 2px; width: 20px; height: 18px; float: left;
	margin: 1px; background: #e1efdf; text-align: center; vertical-align: middle; }
.paginacao a:hover{ background: #abcd12; text-decoration: none; }
.paginacao a.atual{ background: #fff; }
.paginacao a:hover.atual{ background: #ccc; }