/* CSS Document */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #666666;
}


.date {
	color: #FF6600;
	font-weight:bold;
}

#menu {
	font-weight: bold;
	color: #000066;
}
#menu:hover {
	color: #ff6600;
	text-decoration:none;
}
#copyright {
	font-weight: bold;
}

#noticias {
	height: 260px;
	overflow: auto;
}
-->