#noticias {
	border-top: 1px solid silver;
	height: 600px;
	overflow: hidden;
}
#noticias h1 {
	font-size: 200%;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 10px;
	color: #000;
}
#noticias ul {
	margin-left: 150px;
	list-style: none;
	margin-right: 20px;
}
#noticias li {
	margin: 5px;
	margin-top: 15px;
	text-align: left;
}
#noticias li span {
	color: gray;
	font-size: 110%;
}
#noticias li a {
	font-size: 125%;
	color: #009eff;
}
#noticias li a:hover {
	text-decoration: underline;
	color: #55beff;
}
#overflow-noticias {
	vertical-align: top;
}
.pane-noticias {
	height: 600px;
	text-align: justify;
}
.pane-noticias p {
	font-size: 120%;
	line-height: 16pt;
}
#noticias a {
	color: #009eff;
	text-decoration: underline;
}
#hoticias a:hover {
	color: #009eff;
	text-decoration: underline;
}