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

.panel-juego
{
  position: absolute; top: 8%; left: 5%; width: 90%; height: 70%; display: flex; flex-flow: row wrap;
}
.bocina{  position: absolute; top: 0%; left:20%; width: 8%; height: 8%; display: flex; flex-flow: row wrap;

}

.imagen{ width: 100%; height: 100%; display: flex; flex-flow: row wrap; position: absolute; top: 0%; left: 0%;}


.panel-tarjetas
{
  position: absolute; top: 12%; left: 5%; width: 90%; height: 60%; display: flex; flex-flow: row wrap;


}

.panel-texto
{
  position: absolute; top: 2%; left: 35%; width: 80%; height: 8%; display: flex; flex-flow: row wrap; font-size: 18px;
}

.panel-tablero
{
  position: absolute; top: 0%; left: 34%; width: 30%; height: 10%; display: flex; flex-flow: row wrap;
/* border: 1px solid #E87306;
  background: rgba(400, 115, 6, 0.5);
  border-radius: 5px;
*/
}

.acie
{
 position: absolute; top: 0%; left: 25%; width: 20%; height: 80%; display: flex; flex-flow: row wrap;
     color: #2EFF00;
   font-size: 25px;
    text-align: center
}
.error
{
 position: absolute; top: 0%; left: 50%; width: 20%; height: 80%; display: flex; flex-flow: row wrap;
     color: #FF0000;
   font-size: 25px; 
    text-align: center
}




.contenido
{
    padding: 0px;
    margin: auto;
    width: 990px;
    height: 680px;
    background-image: url("../img/fondo.png");
    background-size: 990px 680px;

  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.img1
{
 position: absolute; top: 12%; left: 5%; width: 30%; height: 80%; display: flex; flex-flow: row wrap;

}
.img2
{
 position: absolute; top: 12%; left: 55%; width: 30%; height: 80%; display: flex; flex-flow: row wrap;

}
.barra
{
  position: absolute; top: 0%; left: 5%; width: 90%; height: 10%; display: flex; flex-flow: row wrap;

}

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


/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

