@font-face {
	font-family: 'Myriad-Pro-Bold';
	src:url(../fonts/myriad-pro-bold.eot);/* IE */  
	src: local('Myriad-Pro-Bold'), url(../fonts/myriad-pro-bold.ttf) format('truetype'); /* non-IE */
	src: local('Myriad-Pro-Bold'), url(../fonts/myriad-pro-bold.woff) format('woff'); /* Modern Browsers */
}

@font-face {
  font-family: 'Myriad-Pro';
  src:url(../fonts/MYRIADPROREGULAR.eot);/* IE */
  src: local('MYRIADPROREGULAR'), url(../fonts/MYRIADPROREGULAR.ttf) format('truetype'); /* non-IE */
  src: local('MYRIADPROREGULAR'), url(../fonts/MYRIADPROREGULAR.woff) format('woff'); /* Modern Browsers */
}



.audioPlay{
	background:url(../img/L_G05_U04_L03_03_02_AUDIOPLAY.png) no-repeat;
	background-size:100%;
	  width: 350px;
  height: 68px;
  border-radius: 10px;
  position: absolute;
  bottom: 19px;
  left: 212px;
  cursor: pointer;
}

.audioPlay:active{
	background:url(../img/L_G05_U04_L03_03_02_AUDIOPAUSE.png) no-repeat;
	background-size:100%;
	  width: 350px;
  height: 68px;
  border-radius: 10px;
  position: absolute;
  bottom: 17px;
  left: 214px;
}

.audioPause{
	background:url(../img/L_G05_U04_L03_03_02_AUDIOPAUSE.png) no-repeat;
	background-size:100%;
	  width: 350px;
  height: 68px;
  border-radius: 10px;
  position: absolute;
  bottom: 19px;
  left: 212px;
  visibility: hidden;
  cursor: pointer;
}

.btnActividad{
    background: #F7931E;
  border-bottom: solid #F15A24 5px;
  border-radius: 10px;
  width: 260px;
  height: 54px;
  position: absolute;
  top: 683px;
  right: 55px;
  cursor: pointer;
}

.btnActividad:active{
  border-bottom: none;
  margin: 3px -3px;
}


.btnInicio{
  background: url(../img/L_G05_U04_L03_03_02_HOME.png) no-repeat;
    background-size: 100%;
  width: 57px;
  height: 62px;
  position: absolute;
  bottom: 23px;
  left: 136px;
  cursor:pointer;
}

.btnInicio:active{
    margin: -3px 3px;
}

.btnInstruccion{
	background: url(../img/L_G05_U04_L03_BTNINSTRU.png) no-repeat;
	background-size: 100%;
	width: 57px;
  height: 62px;
  position: absolute;
  bottom: 23px;
  left: 66px;
	cursor:pointer;
}

.btnInstruccion:active{
  	margin: -3px 3px;
}

.check{
  width: 50px;
  margin: 3px;
  cursor: pointer;
}

.tituloPagina{
	  background: #FE9B11;
  border-radius: 10px;
  width: 940px;
  height: 50px;
  position: absolute;
  top: 178px;
  left: 200px;
}

.textoTituloPagina{
	font-family: Myriad-Pro-Bold, sans-serif;
	font-size: 26pt;
  color: #FFF;
  text-align: center;
  margin-top: 3px;
}

.textoPreguntas{
  font-family: Myriad-Pro, sans-serif;
  font-size:26pt;
  margin-top: 10px;
}