@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:8px;
	margin-right:10px;
	width:135px;
	height:95px;
	display:block;
	overflow:hidden;
}
.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;
}
.ant-not {
	float:left;
	background-image:url(../img/volt-not.jpg);
	background-repeat:no-repeat;
	display:block;
	line-height:29px;
	width:115px;
	text-align:right;
	text-decoration:none;
	margin-bottom:20px;
	padding-right:5px;
	color:#003366;
}
.prox-not {
	float:right;
	background-image:url(../img/prox-not.jpg);
	display:inline-block;
	line-height:29px;
	width:115px;
	text-decoration:none;
	padding-left:5px;
	color:#003366;
	margin-top:-25px;
	border:none;
}
#paginator {
	margin:20px auto 0px auto;
	width:inherit;
}
.pai-num-pag {
	width:200px;
	padding:0px 5px 0px 5px;
	margin:auto auto;
}
.num-pag {
	text-decoration:none;
	width:inherit;
	padding:0px 4px 0px 4px;
	background-color:#DAEAEF;
	color:#306B7A;
}
.veja-mais {
	clear:both;
}