#box_noticias {
	margin-left: 32px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 10px;
}
.modulo_noticia {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 1%;
}
.modulo_noticia h4 {
	font-size: 11px;
	margin: 0px;
	padding-bottom: 5px;
	clear: left;
}
.modulo_noticia p {
	margin: 0px;
}
.modulo_noticia img{
	text-align: left;
	padding-right: 10px;
	padding-bottom: 20px;
}
.modulo_noticia span {
	float: right;
	color: #CE8100;
	font-weight: bold;
}
.btn_mas_info {
	position: absolute;
	left: -3px;
	top: 90px;
}

