@charset "utf-8";
#divNoticias {
	background-color: #FFFFFF;
	height: 220px;
	width: 375px;
	overflow: scroll;
	overflow-x: hidden;
}
.noticiasTitulos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: justify;
	color: #990000;
	font-weight: bold;
}
.noticiasTexto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000000;
}
.noticiasData {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}
