/* the news box */
#news, #en_marcha
{
	width:140px;
	height:178px;
	overflow:hidden;
	position:relative;
}
#news ul, #en_marcha ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

