/* CSS Document */

body {
	BACKGROUND-COLOR: #5d5c58;
	font: 10px Verdana, Arial, "Courier New";
	margin: 0px;
}
p {
	FONT-FAMILY:  Verdana, Arial, Courier New;
	font-size:16px;
	font-weight:bold;
}
p.normal {
	FONT-FAMILY:  Verdana, Arial, Courier New;
}
A.noticia:link {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: Black;
}
A.noticia:hover {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: Black;
	background-color: Red;
}
A.noticia:visited {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: Black;
}
A.noticia:active {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: Black;
}
tr {
	font-size:12px;
}
tr.principal {
	font-size:10px;
}
.texto_numerico {
	text-align:right
}
.itemmenu {
	cursor: hand;
	text-align: center;
	font-weight: bold;
	color: #be8909;
}
.itemsubmenu {
	background-color: #0000ff;
	color: white;
	cursor: hand;
}
.cssclass {
	color: white;
	font-weight: bold;
	text-align: center
}
.cssclasssubmenu {
	background-color: #cccccc;
}
