#noticias{
	font-size:9px;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
	border:1px solid rgb(213,193,113);
	margin:3px;
}

#noticias a{
	display:block;
	padding:5px;
}
#noticias a:hover {
	background:rgb(124,44,50);
	background:rgb(188,107,114);
}
#noticias {
	background-color:white;
}
#noticias img{
	margin:5px;
}
#noticias a{
	background-color:rgb(190,190,190);
	border:1px solid gray;
}
#noticias ul{
	margin:10px;
	text-align:left;
}
#noticias ul p{
	font-size:10px;
	color:rgb(166,58,67);
	font-weight:bold;
}
#noticias ul li{
	list-style-type:square;
	margin-left:15px;
}
#noticias li a{
	text-transform:none;
	background-color:white;
	color:#999999;
	border:none;
	font:9px;
}
#noticias li a:hover{
	background-color:rgb(230,230,230);
}

