
/* Estilos genéricos */
BODY { background-color: white; color: black; }

.boton    {
  font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 8pt;
  font-weight: bold;
  color: white; background-color: #00007f;
}

A:link    { font-family: Tahoma,Arial; font-size: 10pt; color: #000080; text-decoration: underline; }
A:hover   { font-family: Tahoma,Arial; font-size: 10pt; color: #0000FF; text-decoration: none; }
A:visited { font-family: Tahoma,Arial; font-size: 10pt; color: #007FFF; }
A:active  { font-family: Tahoma,Arial; font-size: 10pt; color: black; }

.txtIz { font-family: Tahoma,Arial; font-size: 11pt; text-align: left; }
.txtCt { font-family: Tahoma,Arial; font-size: 11pt; text-align: center; }
.txtDc { font-family: Tahoma,Arial; font-size: 11pt; text-align: right; }
.txtJu { font-family: Tahoma,Arial; font-size: 11pt; text-align: justify; }
.resumen   { font-family: Times New Roman,Times; font-size: 12pt; font-style: italic; font-weight: bold; text-align: justify; }
.copyright { font-family: Tahoma,Arial; font-size: 8pt; }

P.titu1   { font-family: Tahoma,Arial; font-size: 15pt; color: #000080; font-weight: bold; text-align: left; }
P.titu2   { font-family: Tahoma,Arial; font-size: 13pt; color: #000080; font-weight: bold; text-align: left; }
P.titu3   { font-family: Tahoma,Arial; font-size: 11pt; color: #000080; font-weight: bold; text-align: left; }
P.titu1Ct { font-family: Tahoma,Arial; font-size: 15pt; color: #000080; font-weight: bold; text-align: center; }
P.titu2Ct { font-family: Tahoma,Arial; font-size: 13pt; color: #000080; font-weight: bold; text-align: center; }
P.titu3Ct { font-family: Tahoma,Arial; font-size: 11pt; color: #000080; font-weight: bold; text-align: center; }


/* Tablas */
caption {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 9pt; font-weight: bold; text-align: center;
  color: white; background-color: #00007F;
  padding-top: 4px; padding-bottom: 4px;
  margin-left: auto; margin-right: auto;
}

.cab { font-family: Tahoma,Arial; font-size: 9pt; color: white; background-color: #00007F; }
.imp { font-family: Tahoma,Arial; font-size: 9pt; color: black; background-color: white; }
.par { font-family: Tahoma,Arial; font-size: 9pt; color: black; background-color: #E0E0FF; }
