BODY {
	font-family: Arial;
	font-size: 10pt;
}
P {
	font-family: Arial;
	font-size: 10pt;
}

H2 {
	font-family: Arial;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	background-color: #009999;
	text-indent: 4px;
}
H3 {
	font-family: Arial;
	font-size: 11pt;
	color: #009999;
	font-weight: bold;
}
UL {
	font-family: Arial;
	font-size: 10pt;
}
OL {
	font-family: Arial;
	font-size: 10pt;
}
DL {
	font-family: Arial;
	font-size: 10pt;
}
A {
	color: #348585;
	text-decoration:none;
	font-size: 9pt;
}

A:hover {
	color: #009300;
}

A.destacado {
	font-weight:bold;
	color: #348585;
	text-decoration:none;
	font-size: 11pt;
}
A.negro {
	color: black;
	text-decoration:none;
	font-size: 8pt;
}

A.grande {
	color: #009999;
	text-decoration:none;
	font-size: 15pt;
	font-weight: bold
}

A.grande:hover {
	color: #009300;
}

.gris {
	font-family: Arial;
	color: #E0E0E0;
	font-size: 25pt;
	margin-top: -30px;
}
.azul {
	font-family: Arial;
	color: #348585;
	font-size: 13pt;
	margin-top: 3px;
}
.capital {
	font-size: 55pt;
	font-weight: bold;
	color: #009999;
	margin-top: -12px;
}
.normal {
	font-family: Arial;
	font-size: 10pt;
}
