/*
  Hojas de Estilo en Cascada para Guarani Renda - Codificación UTF-8
             Creado por Manuel F. Fernández D.
                (haihara@guaranirenda.com)
*/


/* Uso de estas fuentes en la página */
  td {
    font-family: "Times New Roman", Times, serif; 
    font-style: normal;
    font-weight: normal;
    font-size: 12pt;
  }

  h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 20pt;
  }

  h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 18pt;
  }

  h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 15pt;
  }

  h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
  }

  p {
    font-family: "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12pt;
  }

  sup {
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
  }

/* Para el final de las páginas */
  div {
    font-family: "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 9pt;
    }

/* Par uso con Netscape 4.x */
  b {
    font-weight: bold;
  }

/* Par uso con Netscape 4.x */
  i {
    font-style: italic;
  }

/* Clases modificadoras */
  .normal {
    font-size: 12pt;
  }
