#news_titulo{
position:absolute;
bottom:415px;
left:230px;
}

#news_titulo .texto_grande{
font-size:25px;
}

#news_titulo .texto_pequenyo{
font-size:14px;
color:#999999;
}

#new_resumen{
font-size:12px;
font-weight:bold;
}

#news_texto{
position:absolute;
left: 450px;
top:135px;
width:430px;
}

#news_texto p{
padding-top:10px;
}

#new_imagen{
position:absolute;
top:135px;
left:230px;
}

#news_menu{
	position:absolute;
	width:200px;
	top:135px;
	left:0px;
	font-weight:bold;
}
#news_menu ul {
	margin:0px;
	padding:0px;
	list-style:none;

}

#news_menu ul li{
	margin:0px;
	padding:0px;
	text-align:right;
	padding-bottom:0px;
}

#news_menu ul li a{
	margin:0px;
	padding:0px;
	display:block;
	font-size:11px;
	padding-right:20px;
	color: #999999;
	text-decoration: none;
	background-image:url(../img/not_selected.gif);
	background-repeat:no-repeat;
	background-position: right 3px;
	padding-bottom:10px;
}

#news_menu ul li a:hover, #news_menu ul li a.selname{
	background-image:url(../img/selected.gif);
	color:#9F1516;
}

#news_mas_info{
position:absolute;
right:0px;
bottom:68px;
}


