@charset "utf-8";
@import url(geral.css);
/* CSS Document */
.noticia-destaque {
	background-image:url(../img/noticias/bg_noticia_destaque.gif);
	height:110px;
	width:695px;
	margin-top:20px;
}
.noticia-destaque .img-destaque{
	float:left;
	margin-left:10px;
	margin-top:9px;
	margin-right:10px;
	width:125px;
	height:85px;
}
.noticia-destaque .tit-resumo {
	float:left;
	width:520px;
}
.noticia-destaque h4 {
	float:left;
	color:#18549e;
	margin-bottom:3px;
	margin-top:10px;
}
.noticia-destaque p {
	color:#333333;
	margin-top:3px;
	clear:left;
}
#listagem-noticias {
	margin-left:20px;
}
#listagem-noticias a {
	color:#18549e;
	text-decoration:none;
	font-weight:bold;
}