.noticias a{
	padding-bottom:20px;
	color:#000;
	font-weight:700;
	display:block;
	border-bottom:0;
}
.noticias a:hover{
	color:#ea5c17;
	text-decoration:none;
}
.noticias a:hover span{
	color:#000;
}
.noticias a span{
	color:#000;
	font-size:11px;
	line-height:1;
	display:block;
	margin-bottom:5px;
	font-weight:400;
}
.noticias a + a{
	border-top:1px solid #eaeaea;
	padding-top:20px;
}