@charset "utf-8";
/* CSS Document */

#noticias {
	height: 520px;
	width: 1024px;
	margin-top: 4px;
}

.noticiasBoxConteudo {
	float: left;
	width: 984px;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.noticiasBoxConteudoTitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-color: #CCCCCC;
	padding: 5px;
	text-align: left;
}
.noticiasBoxConteudoTexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: auto;
	padding-right: 5px;
	text-align: justify;
}
#track {
	height: 429px;
	width: 10px;
	float: left;
	position: relative;
	background: #ddd;
	margin-bottom: 10px;
}