/* #################### */
/* ___ NOTICIAS */
/* #################### */

#plantilla_noticias #intro,
#plantilla_noticias #noticias .noticia {
	float: left;
}

#plantilla_noticias #intro,
#plantilla_noticias #noticias {
	width: 380px;
}

#plantilla_noticias #intro {
	text-align: justify;
}

#plantilla_noticias #noticias {
	float: right;
	margin-right: 10px;
}

#plantilla_noticias #noticias .noticia {
	height: 35px;
	width: 330px;
	border-bottom: 1px dashed #ebebeb;
	border-right: 1px dashed #ebebeb;
	padding: 0 10px 15px 35px;
	margin: 0 0 15px 10px;
	background: url(../../_img/noticias/pdf.gif) no-repeat;
}
