@charset "utf-8";
/* CSS Document */

.botonInfo{
	background: #D8A505;
  width: 260px;
  height: 80px;
  border-bottom: solid #967200 2px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 29px;
}

.info{
	background:#FFF;
  position: absolute;
  top: 150px;
  left: 527px;
  width: 626px;
  height: 487px;
  display: none;
}

.numeros{
	width: 56px;
  height: 45px;
  background-color: #FFF;
  border-bottom: solid #000 3px;
  border-right: solid #000 3px;
  border-radius: 10px;
  cursor:pointer;
}

.numeros:active{
	position:absolute;
	right:10px;
	top: 5px;
	border:none;
}

.num{
	  font-family: cursive;
  font-size: 22pt;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 1px;
}

.pantalla{
	  position: absolute;
  top: 163px;
  left: 153px;
  width: 745px;
  height: 385px;
  border-radius: 3%;
}

.textoBoton{
	  font-family:Arial, Helvetica, sans-serif; color:#FFF; font-weight: bold;font-size: 26pt;padding-top: 20px;padding-left: 10px;
}

.textoInfo{
	  font-family: Arial, Helvetica, sans-serif;
  font-size: 20pt;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}



#btnPlay{
	background:url(../img/L_G04_U03_L06_03_02_PLAY.png) no-repeat;
	  background-size: 91%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 49px;
  top: 32px;
	cursor:pointer;
}

#btnPlay:active{
	background:url(../img/L_G04_U03_L06_03_02_PLAYOFF.png) no-repeat;
	  background-size: 91%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 49px;
  top: 32px;
}

#btnInstrc{
	background:url(../img/L_G04_U03_L06_03_02_INSTR.png) no-repeat;
	background-size: 70%;
  width: 80px;
  height: 90px;
  position: absolute;
  left: 68px;
  top: 141px;
	cursor:pointer;
}

#btnInstrc:active{
	background:url(../img/L_G04_U03_L06_03_02_INSTROFF.png) no-repeat;
	background-size: 70%;
  width: 80px;
  height: 90px;
  position: absolute;
  left: 68px;
  top: 141px;
}

#btnTemas{
	background:url(../img/L_G04_U03_L06_03_02_AYUDA.png) no-repeat;
	  background-size: 70%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 14px;
  top: 180px;
	cursor:pointer;
}

#btnTemas:active{
	background:url(../img/L_G04_U03_L06_03_02_AYUDAOFF.png) no-repeat;
	  background-size: 70%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 14px;
  top: 180px;
}

#btnInicio{
	background:url(../img/L_G04_U03_L06_03_02_INICIO.png) no-repeat;
	background-size: 70%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 123px;
  top: 180px;
	cursor:pointer;
}

#btnInicio:active{
	background:url(../img/L_G04_U03_L06_03_02_INICIOOFF.png) no-repeat;
	background-size: 70%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 123px;
  top: 180px;
}

#cerrarInfo{
	background:url(../img/L_G04_U03_L06_03_01_CERRAR.png) no-repeat;
	  background-size: 62%;
  position: absolute;
    top: 151px;
  right: 175px;
  width: 100px;
  height: 100px;
  cursor:pointer;
  z-index:100;
}

#informacion{
	background:url(../img/L_G04_U03_L06_03_02_TV.png) no-repeat; 
	background-size:80%;
    background-position: center; 
	width:100%; 
	height:636px;
	display:none;
}

.popInicio{
	background:#FFF;
	position: absolute;
	top: -230px;
  	left: -535px;
  	width: 1052px;
  	height: 540px;
	border-radius:5%;
}

#popControl{
	background:url(../img/L_G04_U03_L06_03_02_POPINICIO.png) no-repeat;
	background-size: 100%;
  width: 390px;
  height: 500px;
  position: absolute;
  left: 13px;
  top: 25px;
}