/* CSS Document */

#listaNoticiascaption {
	font-family: "Trebuchet MS";
	border-bottom: 1px dotted #a49497;
	color: #A2050C;
	padding-bottom: 2px;
	margin-bottom: 18px;
}
#listaNoticiascaption {
	margin-bottom: 10px;
	font-weight:bold;
}
.conteudoNot {
	margin-left:140px;
}
.noticiasImg {
	width:121px;
	height:74px;
	float:left;
	margin: 0px 2px 2px 2px;
	border:1px solid #000000;
}
.conteudoNot h4, .searchLink {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #3a59b1;
	text-decoration: none;
}
.searchLink:hover { text-decoration:underline; }
.noticia {
	font-family: "Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	color: #6c6b6b;
	border-bottom: 1px dotted #a49497;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.noticia a { text-decoration: none; }
.noticia a:hover { text-decoration: underline; }
.anteriores, .seguintes {
	font-family: "Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	color: #B6910F;
	text-decoration:none;
}
.anteriores:hover, .seguintes:hover {
	text-decoration:underline;
}
#anteriores {
	margin-top: 15px;
}
#seguintes {
	float:right;
	position: relative;
	top: -16px;
}
.notFooter {
	clear:left;
}
