/******************************************/
/* CSS Document -  Mędulo de noticias     */
/******************************************/

#news {
	font-family:Arial;
	overflow:hidden	;
	float:right;
	position:relative;
	top:0px;
	border:none;
	width:145px;
	color:#000000;
	vertical-align:top;
/*	background: url(images/news_main.jpg) repeat-y;		*/
}
#news_top {
	overflow:hidden	;
	width:145px;
	height:7px;
/*	background-color:transparent;	*/
	background: url(images/news_top.jpg) no-repeat;	
}
#news_main {
	overflow:hidden	;
	width:136px;
	background: url(images/news_main.jpg) repeat-y;
	vertical-align:top;	
	padding-left:2px;
	padding-right:50px;	
	color:#000000;
}
#news_main ul {
padding-left: 9px;
padding-right: 5px;
}



#news div.titulo, #news h1 {
	width:130px;
	padding-right:4px;		
	font-size:12px;
	margin-bottom:0px;
	font-weight:bolder;
}
#news div.subtitulo, #news h2 {
	width:130px;
	padding-right:2px;
	margin-bottom:0px;			
	padding-top:3px;		
	font-size:11px;
	font-weight:bolder;
}
#news div.datos {
	width:134px;
	padding-top:0px;
	font-size:11px;
	padding-bottom:10px;		
}
#news div.separator {
	position:relative;
	left:-3px;	
	width:145px;
	margin-top:5px;
	background: url(images/news_separator.jpg) no-repeat;		
}
		
#news_bottom {
	overflow:hidden	;
	width:145px;
	height:11px;
/*	background: url(images/news_bottom.jpg) no-repeat;	*/	
	background-color:transparent;
}