@font-face {
    font-family: "gothanbook";
    src: url("fuentes/gotham-book.eot");
    src: url("fuentes/gotham-book.eot#iefix") format("embedded-opentype"),
         url("fuentes/gotham-book.woff") format("woff"),
         url("fuentes/gotham-book.ttf") format("truetype"),
         url("fuentes/gotham-book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gothanbold";
    src: url("fuentes/gotham-bold.eot");
    src: url("fuentes/gotham-bold.eot#iefix") format("embedded-opentype"),
         url("fuentes/gotham-bold.woff") format("woff"),
         url("fuentes/gotham-bold.ttf") format("truetype"),
         url("fuentes/gotham-bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gothanbookitalic";
    src: url("fuentes/gotham-bookitalic.eot");
    src: url("fuentes/gotham-bookitalic.eot#iefix") format("embedded-opentype"),
         url("fuentes/gotham-bookitalic.woff") format("woff"),
         url("fuentes/gotham-bookitalic.ttf") format("truetype"),
         url("fuentes/gotham-bookitalic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}