/*cuando reproduce el audio no muestra el iframe, para no llenar la pantalla de iframe*/
iframe
{
	display:none;
}

body{
  width: 100%;
  justify-content: center;
  align-items: center;
}

/*área de juego*/
.contenido
{
    padding: 0px;
    margin: auto;
    width: 930px;
    height: 630px;
    background-image: url("../img/fondo1.png");
    background-size: 930px 630px;
  display: flex;
  justify-content: center;
  align-items: center;
    left: 20%;
  position: absolute;
}

/*Botones de entrada y salida*/
.BotonSigue{
  position: absolute;
  width:  500px;
  height: 50px;
    top: 95%;
    left: 45%;
    align-content: center;

}
.BotonRegre{
  position: absolute;
  width:  500px;
  height: 50px;
  top: 95%;
  left: 87%;
    align-content: center;
    display: none;
}


/*Estilo general para los botones*/
.BotonSiguiyatras{
  font-family: Verdana;
  font-size: 20px;  
  font-weight: bold;
  color: white;
  border-color:  white;
  background-color: #f44611;
  border-radius: 10px;
}

/*Estilo para el interruptor*/
.BotonApagador{
  font-family: Verdana;
  font-size: 30px;  
  font-weight: bold;
  color: #f44611;
  border-color:  white;
  background-color: white;
  border-radius: 10px;
}

.BotonValidar{
   font-family: Verdana;
  font-size: 20px;  
  font-weight: bold;
  color: #f44611;
  border-color:  white;
  background-color: white;
  border-radius: 10px;
}

/*Posicion de los elementos en la pantalla*/
.BotonU{
  position: absolute;
  width:  50px;
  height: 50px;
  top: 27%;
  left: 45%;
  align-content: center;
}
/*Posicion de los elementos en la pantalla*/
.BotonC{
  position: absolute;
  width:  50px;
  height: 50px;
  top: 27%;
  left: 52%;
  align-content: center;
}

.imaa{
  width: 20px;
  height: 20px;

}
#img8{
  display: none
}
#img10{
  display: none
}
#img12{
  display: none
}
#img16{
  display: none
}
#img20{
  display: none
}
#img32{
  display: none
}
#img40{
  display: none
}
#img64{
  display: none
}
#img100{
  display: none
}
#img128{
  display: none
}
.letra{
   font-family: Verdana;
  font-size: 20px;  
  font-weight: bold;
  color: white;
  border-color:  white;
  background-color: transparent;
  width: 150px;
}

/*Para que los botones se vean resaltantes*/
.efecto input:hover {

  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  

}

.back{
  background-color:  #f44611;
}
table
{
  width: 400px;
  height: 360px;
  position: absolute;
    top: 25%;
    left:25%;
    border: 1px;
    border-collapse: none;
     align-items: center;
     display: none;
}
td
{
       border: none;
}
table th {
  text-align: center;
}


table tr {
  text-align: center;
}

/*Para la imagen de instrucciones*/
.instr
{
width: 80px;
height: 70px;
position: absolute;
    top: 10%;
    left: 18%;
display: none;
}


/*Para la imagen del pajarito*/
.imge
{
width: 300px;
height: 300px;
position: absolute;
    top: 30%;
    left:40%;
    display: none;

}


/*La imagen para las imagenes del perrito*/
.imgeperro
{
width: 150px;
height: 150px;
position: absolute;
    top: 65%;
    left: 80%;
    display: none;
    
}
#feliz{
   font-family: Verdana;
  font-size: 20px;  
  font-weight: bold;
  color: white;
  border-color:  white;
  background-color: transparent;
  width: 150px;


}
.feliz{
  left: 80%;
  top: 80%;
}
/*La imagen para las imagenes de la medalla*/

.imgemedalla
{
width: 150px;
height: 150px;
position: absolute;
    top: 23%;
    left:57%;
    display: none

}

/*La imagen para las imagenes de volver atras*/
.imgeatras
{
width: 150px;
height: 150px;
position: absolute;
    top: 64%;
    left: 52%;    
    display: none;
    
}

/*La imagen para que le boton se vea resaltado*/
.imgeaatras img:hover {

  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;


}

.lolograste{
  width: 300px;
height: 300px;
position: absolute;
    top: 30%;
    left:28%;
    border-radius: 10px;
    background-color: white;
    padding: 2em;  
display: none;
    
    

}

.lolograste #haz{
  font-family: Verdana;
  font-size: 38px;  
  font-weight: bold;
  font-style: italic;

  color: #00bfff; 
  
}

.lolograste p{
  font-family: Verdana;
  font-size: 20px;  
  
  font-style: italic;
 
}