@font-face{
    font-family : fuente_normatica_bolditalic;
    font-style : normal;
    font-weight:normal;
    src: url(../../fonts/ufonts.com_apexnew-bolditalic-opentype.otf);
}
@font-face{
  font-family : fuente_normatica_bookitalic;
  font-style : normal;
  font-weight:normal;
  src: url(../../fonts/ufonts.com_apexnew-bookitalic-opentype.woff);
}
@font-face{
  font-family : fuente_normatica_book;
  font-style : normal;
  font-weight:normal;
  src: url(../../fonts/ufonts.com_apexnew-book-opentype.woff);
}


body{
    /* agregado fuente por Jaime Figueroa */
    font-family: fuente_normatica_bookitalic;
    /* font-size: 15px; */
    /* background-color: #E0E0E0; */
    padding: 0px !IMPORTANT;
    margin-left: auto !IMPORTANT;
    margin-right: auto !IMPORTANT;
    color: #58585A;
    background-color: #fff;
}

h1,h2,h3,h4,h5,h6{
    font-family: fuente_normatica_bookitalic;
    font-weight: 400;
}
