html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

@font-face {
  font-family: "Oswald-Light";
  src: url("../../fonts/Oswald-Light.eot");
  src: url("../../fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Oswald-Light.otf") format("opentype"), url("../../fonts/Oswald-Light.svg") format("svg"), url("../../fonts/Oswald-Light.ttf") format("truetype"), url("../../fonts/Oswald-Light.woff") format("woff"), url("../../fonts/Oswald-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Oswald-Regular";
  src: url("../../fonts/Oswald-Regular.eot");
  src: url("../../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Oswald-Regular.otf") format("opentype"), url("../../fonts/Oswald-Regular.svg") format("svg"), url("../../fonts/Oswald-Regular.ttf") format("truetype"), url("../../fonts/Oswald-Regular.woff") format("woff"), url("../../fonts/Oswald-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Oswald-Bold";
  src: url("../../fonts/Oswald-Bold.eot");
  src: url("../../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Oswald-Bold.otf") format("opentype"), url("../../fonts/Oswald-Bold.svg") format("svg"), url("../../fonts/Oswald-Bold.ttf") format("truetype"), url("../../fonts/Oswald-Bold.woff") format("woff"), url("../../fonts/Oswald-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Colaborate-Regular";
  src: url("../../fonts/ColabReg.eot");
  src: url("../../fonts/ColabReg.eot?#iefix") format("embedded-opentype"), url("../../fonts/ColabReg.otf") format("opentype"), url("../../fonts/ColabReg.svg") format("svg"), url("../../fonts/ColabReg.ttf") format("truetype"), url("../../fonts/ColabReg.woff") format("woff"), url("../../fonts/ColabReg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Colaborate-Light";
  src: url("../../fonts/ColabLig.eot");
  src: url("../../fonts/ColabLig.eot?#iefix") format("embedded-opentype"), url("../../fonts/ColabLig.otf") format("opentype"), url("../../fonts/ColabLig.svg") format("svg"), url("../../fonts/ColabLig.ttf") format("truetype"), url("../../fonts/ColabLig.woff") format("woff"), url("../../fonts/ColabLig.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Iconos";
  src: url("../../fonts/iconos.eot");
  src: url("../../fonts/iconos.eot?6972151");
  src: url("../../fonts/iconos.eot?6972151#iefix") format("embedded-opentype"), url("../../fonts/iconos.svg?6972151") format("svg"), url("../../fonts/iconos.ttf?6972151") format("truetype"), url("../../fonts/iconos.woff?6972151") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ico-Deportes";
  src: url("../../fonts/ico-deportes.eot");
  src: url("../../fonts/ico-deportes.eot?");
  src: url("../../fonts/ico-deportes.eot?#iefix") format("embedded-opentype"), url("../../fonts/ico-deportes.svg") format("svg"), url("../../fonts/ico-deportes.ttf") format("truetype"), url("../../fonts/ico-deportes.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

ul.tabs {
  width: 100%;
  margin: 0 0 5px;
  border-bottom: 1px solid #ddd;
}

ul.tabs li {
  display: inline-block;
}

ul.tabs a {
  display: block;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}