/*  SECCION NOTICIAS  */
.noticia p{
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 11px;
}
.categoria{
	text-transform: uppercase;
	color: #254A83;
	text-align: right;
	padding: 3px;
	background-image: url(../img/separador.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*    



marcos para las imagenes 




 */
.imagen_noticia_horizontal {
	margin: 3px;
	padding: 15px;
	float: left;
	background-image: url(../img/imagen_fondo_noticia_horizo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.imagen_noticia_vertical{
	margin: 3px;
	padding: 15px;
	float: right;
	background-image: url(../img/imagen_fondo_noticia_vertic.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

