@CHARSET "UTF-8";
@import url(edicion_noticias.css);

.noticia h2
{
	font-size:		1.5em;
}

.noticia .resumen
{
	font-style:		italic;
}

.noticia .fecha
{
	font-size:		0.9em;
	border-bottom:	1px dashed #999;
	display:		inline;
}

.noticia .imagen
{
	display:		block;
	height:			225px;
	float:			left;
	margin-right:	1em;
	margin-bottom:	1em;
}

.noticia .contenido
{

}