/*INDEXNOTICIAS.PHP*/
.contenido_noticia{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	/*margin-left:50px;*/
	width: 600px;
	/*padding-right:10px;*/
	background-color: #57A45B;
}

.fecha_noticia{
	float: left;
	width:10%;
	font-size: small;
	font-weight: bold;
	color: #186719;
}

.titulo_noticia{
	margin-left:15px;
	margin-bottom:10px;
	width:84%;
	float:left;
	font-size: small;
	text-align:left;
	text-decoration: none;
	color: black;

}

.titulo_noticia a{
	text-decoration: none;
	font-weight: bold;	
}

.imagen_noticia{
	margin-left:5px;
	margin-right:10px;
	float:left;
}

.entradilla{
text-align: justify;
margin-left:35px;
margin-right:15px;
}

/*LEERMAS.PHP*/
/*<font size=6><font color=brown><?=ucfirst($titulo)?></font></font></b></div>*/
.lm_titulo_noticia{
	margin-left:15px;
	margin-bottom:10px;
	float:left;
	font-size: xx-large;
	/font-size: x-large;
	text-align:left;
	text-decoration: none;
	color: #A52A2A;
}
/*<font size=4><font color=black><?=ucfirst($entradilla)?></font></font></b></div>*/
.lm_entradilla{
float:left;
text-align: justify;
margin-left:10px;
margin-right:1px;
font-size: medium;
color: #000000;
}
	
.lm_imagen{
	margin-top:10px;
	margin-left:5px;
	margin-right:10px;
	float:left;	
}

.lm_noticia{

text-align: justify;
margin-left:15px;
margin-right:15px;
font-size: large;
color: #000000;	
}

.pie_bloque{
	clear: both;
}	