@charset "utf-8";
@font-face {
  font-family: 'Conv_ZapfHumanist';
  src: url('fonts/Zapf_Humanist_601_BT.eot');
  src: local('☺'), url('fonts/Zapf_Humanist_601_BT.woff') format('woff'), url('fonts/Zapf_Humanist_601_BT.ttf') format('truetype'), url('fonts/Zapf_Humanist_601_BT.svg') format('svg');
}
@font-face {
  font-family: 'Conv_MontserratRegular';
  src: url('fonts/MontserratRegular.eot');
  src: local('☺'), url('fonts/MontserratRegular.woff') format('woff'), url('fonts/MontserratRegular.ttf') format('truetype'), url('fonts/MontserratRegular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Conv_MontserratRegular', Sans-Serif;
  color: #202020 !important;
}
h1, h2, h3, h4, h5, h6, p {
  font-family: 'Conv_MontserratRegular', Sans-Serif;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 1em 0;
}
/*GENERALES*/
ol, ul, p {
  color: #202020 !important;
  font-family: 'Conv_MontserratRegular', Sans-Serif;
}
a:visited {
  color: #333;
}
a {
  text-decoration: none !important;
}
.disc {
  color: #202020 !important;
}
.clear {
  clear: both;
}
.header-body{
  padding-bottom: 11px;
  padding-top: 11px;
}
.site-title-text h1, .site-title-text h2 {
  font-family: 'Conv_MontserratRegular', Sans-Serif;
  margin: 0px;
  padding: 0px;
}
.site-title-text h1 {
   margin-bottom: 5px;
  font-weight: bold;
  line-height: 32px;
  color: #000000;
}
.site-title-text h2 {
  line-height: 28px;
  color: #444444;
}
.btn-descargar {
  background-color:darkgrey;
  color: #FFF;
}
.btn-descargar:hover {
  background-color:lightgrey;
  color: #FFF;
}
.btn-registro {
  background-color:#f7a11a;
  color: #FFF;
}
.btn-registro:hover {
  background-color: #ffc300;
  color: #FFF;
}
.btn-resultados {
	background-color:darkblue;
  color: #FFF;
}
.btn-resultados:hover {
  background-color:midnightblue;
  color: #FFF;
}
/* Small devices (landscape phones, 576px and up)*/
@media screen and (max-width: 767px) {
  .testingMediaQuerys:after {
    content: "screen-767px";
  }
  .site-title-text h1 {
    font-size: 1.2em;
  }
  .site-title-text h2 {
    font-size: .9em;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width:768px) and (max-width:991px) {
  .testingMediaQuerys:after {
    content: "min-width:768px-991px";
  }
  .site-title-text h1 {
    line-height: 28px;
    font-size: 1.3em;
  }
  .site-title-text h2 {
    line-height: 28px;
    font-size: 1.0em;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width:992px) and (max-width:1199px) {
  .testingMediaQuerys:after {
    content: "min-width:992px-1199px";
  }
  .site-title-text h1 {
    font-size: 1.6em;
  }
  .site-title-text h2 {
    font-size: 1.0em;
  }
}
/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width:1199px) and (max-width:1399px) {
  .testingMediaQuerys:after {
    content: "min-width:1199px-max-width:1399px";
    color: black;
  }
  .testingMediaQuerys:after {
    content: "min-width:1200px";
  }
  .site-title-text h1 {
    font-size: 2.3em;

  }
  .site-title-text h2 {
    font-size: 1.7em;
  }
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  .testingMediaQuerys:after {
    content: "min-width:1400px";
  }
  .site-title-text h1 {
    font-size: 2.3em;
	  padding-bottom: 5px;
  }
  .site-title-text h2 {
    font-size: 1.7em;
  }
}