@font-face {
  font-family: 'CalibriLight';
    src: url('fonts/CalibriLight.eot');
    src: url('fonts/CalibriLight.eot?#iefix') format('embedded-opentype'),
         url('fonts/CalibriLight.woff2') format('woff2'),
         url('fonts/CalibriLight.woff') format('woff'),
         url('fonts/CalibriLight.ttf') format('truetype'),
         url('fonts/CalibriLight.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body{
  font-family: 'CalibriLight';
}

#fondo{
  position: absolute;
  left: 0%;
  top: 0%;
  height: 100%;
  width: 100%;
  z-index: 2;
}


.noseleccionable{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}



.consigna{
  position: absolute;
  left: 3%;
  top: 15%;
  height: 10%;
  width: 87%;
  text-align: justify;
  z-index: 4;
  color: #000;
}
