#noticias {
	background-color: #9999FF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	width: 150px;
	color: #FFFFFF;
	padding: 1px 3px;
	display: block;
	border: 1px solid #0066FF;
	text-align: justify;
}
#noticias div.titular {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0065FF;
	font-variant: normal;
	margin-bottom: 10px;
	}

#noticias a {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	}
#noticias a:hover {
	color: #333333;
	}
	
#noticias div.noticia {
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.noticiasDetalle {

	background-color: #efefef;
	width: 95%;
	padding: 1px 3px;
	display: block;
	border: 1px solid #999999;
	text-align: justify;
}
.noticiasTitular {
	font-weight: bold;
	color: #990000;
}
