/*################################################*
* Hoja de estilos general para llamadas a fuentes *
*#################################################*/

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.eot');
    src: url('../fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('../fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'ApexNew-Bold';
  src:  url("../fonts/ApexNew-Bold.eot?") format('eot'),
        url("../fonts/ApexNew-Bold.otf") format('opentype'),
        url("../fonts/ApexNew-Bold.woff") format('woff'),
        url("../fonts/ApexNew-Bold.ttf") format('truetype'),
        url("../fonts/ApexNew-Bold.svg#ApexNew-Bold") format('svg');
  src: local('ApexNew-Bold'), url("../fonts/ApexNew-Bold.ttf") format('truetype');
}

@font-face {
  font-family: 'ApexNew-BoldItalic';
  src: url("../fonts/ApexNew-BoldItalic.eot?") format('eot'),
       url("../fonts/ApexNew-BoldItalic.otf") format('opentype'),
       url("../fonts/ApexNew-BoldItalic.woff") format('woff'),
       url("../fonts/ApexNew-BoldItalic.ttf") format('truetype'),
       url("../fonts/ApexNew-BoldItalic.svg#ApexNew-BoldItalic") format('svg');
  src: local('ApexNew-BoldItalic'), url("../fonts/ApexNew-BoldItalic.ttf") format('truetype');
}

@font-face {
  font-family: 'ApexNew-Book';
  src: url("../fonts/ApexNew-Book.eot?") format('eot'),
       url("../fonts/ApexNew-Book.otf") format('opentype'),
       url("../fonts/ApexNew-Book.woff") format('woff'),
       url("../fonts/ApexNew-Book.ttf") format('truetype'),
       url("../fonts/ApexNew-Book.svg#ApexNew-Book") format('svg');
  src: local('ApexNew-Book'), url("../fonts/ApexNew-Book.ttf") format('truetype');
}

@font-face {
  font-family: 'ApexNew-BookItalic';
  src: url("../fonts/ApexNew-BookItalic.eot?") format('eot'),
       url("../fonts/ApexNew-BookItalic.otf") format('opentype'),
       url("../fonts/ApexNew-BookItalic.woff") format('woff'),
       url("../fonts/ApexNew-BookItalic.ttf") format('truetype'),
       url("../fonts/ApexNew-BookItalic.svg#ApexNew-BookItalic") format('svg');
  src: local('ApexNew-BookItalic'), url("../fonts/ApexNew-BookItalic.ttf") format('truetype');
}

@font-face {
  font-family: 'ApexNew-Light';
  src: url("../fonts/ApexNew-Light.eot?") format('eot'),
       url("../fonts/ApexNew-Light.otf") format('opentype'),
       url("../fonts/ApexNew-Light.woff") format('woff'),
       url("../fonts/ApexNew-Light.ttf") format('truetype'),
       url("../fonts/ApexNew-Light.svg#ApexNew-Light") format('svg');
  src: local('ApexNew-Light'), url("../fonts/ApexNew-Light.ttf") format('truetype');
}

