/* CSS Document */
body {	background-color: #DDDDDD; }
.menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding: 4px;
}
a.menu1:hover {
	color: #000033;
	text-decoration: underline;
}

.blanco {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCFF;
	text-decoration: none;
}

a.blanco:hover { color: #FFFFFF; text-decoration: underline; }

.tachado {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: line-through;

}
.destacado {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
	color: #CC0033;
	text-decoration: none;
	font-style: italic;
}
.destacado2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	color: #990000;
	text-decoration: none;
	font-style: italic;
}

.destacado3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #333333;
	text-decoration: none;
	font-style: italic;
}

.texto-gris {font-family: Verdana; color:#999999; font-weight: bold; font-size: 10px}
.texto-negro {font-family: Verdana; color:#000000; font-weight: normal; font-size: 11px}
.texto-azul {font-family: Verdana; color:#003399; font-weight: bold; font-size: 12px}

.Estilo10 {font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px}
a.Estilo10:link {color: #000000; text-decoration: none; font-weight: bold}
a.Estilo10:visited {color: #000000;}
a.Estilo10:hover {text-decoration: underline; color: #000000;}

