@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'gothammedium';
    src: url('fuentes/gothammedium-webfont.woff2') format('woff2'),
         url('fuentes/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gothambook';
    src: url('fuentes/gothambook-webfont.woff2') format('woff2'),
         url('fuentes/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gothamblack';
    src: url('fuentes/gotham-black-webfont.woff2') format('woff2'),
         url('fuentes/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
  background-color: #fff;
    ont-family: 'gothammedium';
}

h1 { font-size: 1.4em;font-family: 'gothamblack'; text-transform: uppercase; padding-top: 20px;}

.link-tab{border: solid 1px #ccc; color: #997b31; font-family: 'gothambook';}
.link-tab:hover {
  background-color: #997b31 !important;
    color: #fff;
}