div.noticias
{
    width:	520px;
    float:	left;
}

div.ultima_noticia
{
    background:	    #EEEEED;
    border-bottom:  1px solid lightgrey;
    width:			520px;
	padding-bottom:	1em;
	display:		inline-block;
}

div.ultima_noticia > *
{
    padding:	0 2em;
	margin-top: 0.5em;
}

div.ultima_noticia > h2,
div.breve > h2
{
    font-size:		1.4em;
    margin:			0 0.75em;
    padding-top:	1em;
}

div.ultima_noticia > h2 a,
div.breve > h2 a
{
	color:			#000;
	text-decoration: none;
}

div.ultima_noticia > h2 a:hover
{
	text-decoration: underline;
}

div.ultima_noticia > a,
div.breve > a
{
	float:			left;
	margin:			0.5em;
    vertical-align: top;
    padding:	    0;
}

div.breve > h2
{
	padding-top: 0;
}

.resumen
{
    width: 255px;
}

#main .resumen_1
{
    float:	right;
    margin: 12px 0 0;
}

.breves
{
    width:		240px;
    float:		right;
}

.breves li
{
	background: #EEEEED;
    margin:		0 0 0.5em;
    padding:	0.5em;
}

.breve
{
	display: inline-block;
}

.noticia
{
	padding-bottom: 0.5em;
}

.noticia > a
{
	float: left;
	width: 255px;
}

.breve > a
{
	width:			auto;
	margin-right:	0.5em;
}

.ver_mas
{
	float:				right;
	margin-top:			1em;
	text-decoration:	none;
	color:				blue;
}

.ver_mas:hover
{
	text-decoration: underline;
}