a:link
{
        color: #8080FF;
}
a:visited
{
        color: #8080FF;
}
a:active
{
        color: navy;
}
a:hover
{
        color: #000080; text-decoration: underline; font-weight: bold; }

BODY /* Cuerpo */
{


    BACKGROUND-ATTACHMENT: fixed;
    /* Background-image: url(fondog.jpg); 
    background-color : #000080;*/
    FONT-FAMILY: Arial, Verdana, SansSerif;
    COLOR: navy;
    FONT-SIZE: 10pt;
    TEXT-ALIGN: justify
}
p
{
    FONT-FAMILY: Arial, Verdana, SansSerif;
    COLOR: navy;
    FONT-SIZE: 9pt;
    TEXT-ALIGN: justify
 }
H1 /* Título Principal*/
{
    FONT-FAMILY: Arial, Verdana, SansSerif;
    font-size: 12pt;
    color: green;
    font-weight: bold;
}
H2 /* Título Secundario */
{
    FONT-FAMILY: Arial, Verdana, SansSerif;
    font-size: 11pt;
    color: green;
    font-weight: bold;
}
H3 /* Subtítulo */
{
    FONT-FAMILY: Arial, Verdana, SansSerif;
    font-size: 9pt;
    color: green;
    font-weight: bold;
}
H4 /* Letras tabla blancas */
{
    FONT-FAMILY: Arial, Verdana, SansSerif;
    font-size: 9pt;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
H5 /* Subtítulo Azul */
{
    FONT-FAMILY: Arial, Verdana, SansSerif;
    font-size: 9pt;
    color: green;
    font-weight: bold;
}

H6 /* Contenido en bloque */
{
    FONT-FAMILY: Arial, Verdana, SansSerif;
    font-size: 9pt;
    color: #000080;
    text-align: center;
    font-weight: normal;
}
td
{
        COLOR: navy;
   FONT-FAMILY: Arial, Verdana, SansSerif;
   FONT-SIZE: 9pt;
}
li /* lista no numerada */
{
    FONT-FAMILY: Arial, Verdana, SansSerif;
    font-size: 9pt;
    color: #000080;
    font-weight: normal;
    text-align: left;
}
#arriba
 {
  font-family: Arial;
  position: absolute;
  right: 20px;
  top: 10px;

  }
#ffhtable
 {
  font-size: 10 pt; font-family: Arial
  }