@CHARSET "ISO-8859-1";

#cabeceraNoticias {
	line-height: 1.2em;
	font-size: 1.2em;
	text-align: justify;
	margin-left: 1.3em;
    /*width: 30em;*/
}

.noticia {
	/*background-image: url("../imagenes/cuadrotexto.png");
	background-repeat: no-repeat;*/
	width: 32.6875em;
	/*height: 18.75em;*/
	margin: 2em 0;
	padding-top: 1.4em;
	margin-bottom: 2em;
}

.noticiasCabecera {
	background-image: url("../imagenes/cuadrotextoTOP.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	/*width: 32.6875em;*/
	height: 3em;
}

.noticiaContenido {
	background-image: url("../imagenes/cuadrotextoCENTER.png");
	background-repeat: repeat-y;
	background-position: center;
	min-height: 1em;
}

.noticiasPie {
	background-image: url("../imagenes/cuadrotextoBOTTOM.png");
	background-repeat: no-repeat;
	background-position: top center;
	/*margin-bottom: 2em;*/
	height: 1em;
	min-height: 1em;
}

.noticia .titulo {
	/*background-image: url("../imagenes/cuadrotextoTOP.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 32.6875em;
	height: 3em;*/
	padding: 1.5em 2em 0 2em;
	/*margin: 0em 2em 0 2.5em;
	font-size: 0.9em;
	margin-bottom: 0.8em;*/
}

.noticia .subTitulo {
	margin: 0 2em 0 2.5em;
	font-size: 0.8em;
	font-weight: bold;
}

.noticia .fecha {
	font-size: 0.75em;
	margin: 0 2em 0 2.5em;
	
}

.noticia .texto {
	font-size: 0.8em;
	margin: 0em 2em 0 2.5em;
	padding-top:1em;
	text-align: justify;
}

.noticia .texto ul, .noticia .texto ol {
	padding: 0;
	margin: 0;
	padding-left: 2em;	
}

.noticia .texto li {
	padding: 0;
	margin: 0;
	list-style: circle;	
}

.noticia .leerMas {
	text-align: right;
	color: #32562B;
	/*margin-right: 3em;*/
	background-image: url(../imagenes/separador.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0 2em 1em 3em;
}

.noticia .leerMasSinBarra {
	text-align: right;
	color: #32562B;
	/*margin-right: 3em;*/
	/*background-image: url(../imagenes/separador.png);*/
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0 2em 1em 3em;
}


.noticia .leerMas  a, .noticia .leerMas a:VISITED,
	.noticia .leerMas a:LINK, .noticia .leerMas a:HOVER {
	text-decoration: none;
	color: #32562b;
	
}

.noticia .leerMasSinBarra  a, .noticia .leerMasSinBarra a:VISITED,
	.noticia .leerMasSinBarra a:LINK, .noticia .leerMasSinBarra a:HOVER {
	text-decoration: none;
	color: #32562b;

}