/* the news box */
#news
{
	overflow:hidden;
	height:118px;
}
#news a
{
	tex-decoration:underline;
}
#news ul
{
	margin:0;
	padding:0;
}
#news li{

}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:118px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:118px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

#uno {
	color: #006699;
	cursor:default;
	position:absolute;
}
#dos {
	color: #006699;
	cursor:default;
	position:absolute;
}
.titular{
	color:#006699;
	font-family:arial;
	font-size :14px;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}

.titular a{
text-decoration:underline;
}

.texto{
	color:#333333;
	font-family:arial;
	font-size:12px;
	margin:10px 0;
	
}
.fecha{
	color:#3399FF;
	font-family:arial;
	font-size :10px;
	font-weight:bold;
}



.enlace{
	color:#660000;
	font-family:arial;
	font-size:11px;
	margin-bottom:30px;
}

.enlace a{
	color:#660000;
}
