.data_noticia {
	font-size: 10px;
	color: #DE2A1B;
}
#titulo_noticia {
	font-size: 12px;
	font-weight: bold;
	color: #3C558B;
	display: block;
	margin-bottom: 15px;
}
#mais_noticias {
	background-image: url(../images/barra_mais_noticias.jpg);
	background-repeat: no-repeat;
	text-indent: -1000em;
	display: block;
	height: 36px;
	width: 452px;
	overflow: hidden;
	margin-top: 25px;
}
#lista_mais {
	display: block;
	margin-left: 38px;
}
#lista_mais li {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ECF5FE;
	list-style-type: none;
}
#lista_mais li a .data {
	color: #D92820;
}

#lista_mais li a {
	color: #333333;
	text-decoration: none;
}
#lista_mais li a:hover {
	color: #006699;
	text-decoration: underline;
}

