
/* Helvetica */

@font-face {
    font-family: 'helvlightregular';
    src: url('../fuentes/heln_0-webfont.eot');
    src: url('../fuentes/heln_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/heln_0-webfont.woff2') format('woff2'),
         url('../fuentes/heln_0-webfont.woff') format('woff'),
         url('../fuentes/heln_0-webfont.ttf') format('truetype'),
         url('../fuentes/heln_0-webfont.svg#helvlightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Roboto */

@font-face {
    font-family: 'robotolight';
    src: url('../fuentes/roboto-light_0-webfont.eot');
    src: url('../fuentes/roboto-light_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/roboto-light_0-webfont.woff2') format('woff2'),
         url('../fuentes/roboto-light_0-webfont.woff') format('woff'),
         url('../fuentes/roboto-light_0-webfont.ttf') format('truetype'),
         url('../fuentes/roboto-light_0-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}