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;
}

.messages {
  padding: 9px;
  margin: 1em 0;
  color: #919191;
  background-color: #ddd;
  border: 1px solid #c4c4c4;
  word-wrap: break-word;
}

.messages pre {
  border: 0;
}

.messages--warning {
  color: #903023;
  background-color: #ddc44f;
  border-color: #d1b328;
}

.messages--warning pre {
  background-color: #d1b328;
}

.messages--error {
  color: white;
  background-color: #cd4533;
  border-color: #a53728;
}

.messages--error pre {
  background-color: #a53728;
}

.messages--status {
  color: #304319;
  background-color: #8dbe51;
  border-color: #73a03c;
}

.messages--status pre {
  background-color: #73a03c;
}