/*cuando reproduce el audio no muestra el iframe, para no llenar la pantalla de iframe*/
iframe
{
	display:none;
}
/*área de juego*/
.contenido
{
    padding: 0px;
    margin: auto;
    width: 930px;
    height: 630px;
    background: -webkit-radial-gradient(#F0F8FF, #99EEFF);
    background: -moz-radial-gradient( #99EEFF,#F0F8FF);
    background-size: 930px 630px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20%;
}
.amarilla1{
 position: absolute;
  top: 35%;
  left: 5%;

}
.amarilla2{
  position: absolute;
  top: 10%;
  left: 85%;
}
.amarilla3{
  position: absolute;
  top: 65%;
  left: 85%;
}
.azul1{
  position: absolute;
  top: 10%;
  left: 5%;
}
.azul2{
  position: absolute;
  top: 65%;
  left: 5%;
}
.azul3{
  position: absolute;
  top: 35%;
  left: 85%;
}
/* imagenes abajo*/

.siguiente{
 position: absolute;
  top: 80%;
  left: 58%;

}
#volver{
    position: absolute;
  top: 76%;
  left: 20%;
  display: none;
}
#siguiente{
 display: none;
}

.mostrainstrucciones{  
  position: absolute;
  width:  500px;
  height: 50px;
    top: -3%;
    left: 26%;
    align-content: center;
    border-radius: 10px;
    margin: 2em;
    
}
.mostrainstrucciones p{
  position: absolute;

  text-align: center;
   font-family: Verdana;
  font-size: 35px;  
  font-weight: bold; 
  color: #77B300;
}
#imgBocina{
  position: absolute;
  left: 15%;
  top: 0%;
  width: 45px;
}

#btnIntrucciones{
  width: 70%;
  height: 10%;
  background-color: transparent;
  border-color: transparent;
  position: absolute;
  top: -1%;
  left: 16%;
  color: #303030;
  white-space: normal;
  font-size: 1em;
  font-weight: bolder;
  font-style: italic;


}

/*===================================Empezar codigo=======================================*/

/*prueba juego*/
#juego {
    opacity: 0.3;
    width: 600px;
    height: 270px;
    position: absolute;
    top: 15%;

}

#antonimos{
  opacity: 0.3;
    width: 600px;
    height: 400px;
    display: none;
    position: absolute;
    top: 25%;
}

table {
    width: 100%;
    height: 100%;
}

td {
    width: 15%;
    height: 15%;    
    
    border-radius: 5px;
}

.tamaño{
  width: 125px;
  height: 125px
}


input {
    width: 90px;
    height: 30px;
}

.centrar {
    margin-left: 210px;
}

/*Fin juego*/


/*=========================Terminar estilos Encontrar pareja========================*/


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

}



/*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;


}

/*Div para mostra que se ha logrado ganar*/
.lolograste{
  width: 300px;
height: 300px;
position: absolute;
    top: 30%;
    left:38%;
    border-radius: 10px;
    background-color: white;
    padding: 2em;  
    display: none;e;
}



/*Hacer Responsivo el sitio*/
@media (max-width:320px)
{
  
  {
    width:40%;
  }
}

#main {max-width:960px; min-width:320px; margin:0 auto;}