@charset "utf-8";
/* CSS Document */


#noticias ul{
	width:361px;
	height:auto;
	font: 13px Arial, Helvetica, sans-serif;
	color:#666666;
	list-style-type:none;
	padding:0;
	margin:0;
	
}

#noticias ul li{
	width:361px;
	height:auto;
	color:#666666;
	padding:5px 0 5px 0;
	border-color:#B7B19B;
	border-style:solid;
	border-width:1px;
	border-top:0;
	border-left:0;
	border-right:0;
			
}

#noticias ul li a{
	border-bottom-width:1px;
	border-color:#B7B19B;
	text-decoration:underline;
	color:#666666;
	text-decoration:none;
}

#noticias ul li a:hover{
	border-bottom-width:1px;
	border-color:#B7B19B;
	color:#666666;
	text-decoration:underline;

}
