/*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: 100%;
    height: 99%;
    background-size: 930px 630px;

    border: 8px dashed #993;
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.inicio
{
   width: 830px;
    height: 600px; 
}
.iniciar
{
      padding: 0px;
    margin: auto;
    width: 850px;
    height: 650px;

    background-size: 850px 650px;
    border: 8px dashed #993;
}
.teclam
{
    position: absolute;
  width: 280px;
  height: 220px;
  top: 220px;
  left:220px;
}


.bocina{  position: absolute; top: 1%; left: 13%; width: 6%; height: 8%; display: flex; flex-flow: row wrap;

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


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



.panel-area{position: absolute; top: 0%; left: 20%; width: 30%; height: 40%; display: flex; flex-flow: row wrap;

}
