
@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: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

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

#consigna{
position: absolute;
left: 3%;
top: 13%;
z-index: 2;
width: 85%;
height: 15%;
text-align: justify;
line-height: 100%;
}


.noseleccionable{

   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}