/* CSS Document */
a
{
  font-family: Arial;
  font-size: 9pt;
  color:#00776E;
  text-decoration:underline;
}
a:hover
{
  font-family: Arial;
  font-size:9pt;
  color:#990000;
  text-decoration:none;
}
.titulo
{
	font-family: Arial, Helvetica, sans-serif;
	aling: justify;
	font-size: 12pt;
	font-style: normal;
	color: #FF6633;
	font-weight: bold;
}
.subtitulo
{
	font-family: Arial, Helvetica, sans-serif;
	aling: justify;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #339966;
}
.textos
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}
.pies
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 9pt;
	font-style: normal;
}

.notas
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 9pt;
	font-style: italic;
}
.subraya
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10pt;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
.verde
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #339966;
}
