/*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-color: #00b6e5;
    background-size: 930px 630px;

  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagenadivina
{
  width: 80px;
  height: 60px;
  position: absolute;
    top: 12%;
    left:41%;
}
.foto
{
-webkit-filter: blur(9px);
   -moz-filter: blur(9px);
   -o-filter: blur(9px);
   -ms-filter: blur(9px);
   filter: blur(9px);
}

.botones{
      
    width: 750px;
    height: 90px;
    position: absolute;
    top: 55%;
    left:25%;
}

.botones input{
  border-radius: 10px;
  width: 160px;
  height: 90px;
  margin: 10px 10px 10px 10px;
  background-color: #F99A50;
  font: oblique bold 120% cursive;

}

.profesor
{
  width: 280px;
  height: 160px;
  position: absolute;
    top: 12%;
    left:60%;  
}
.aciertos
{
  width: 180px;
  height: 40px;
  position: absolute;
    top: 39%;
    left:64%; 
     font-size: 25px; 
    text-align: center 
}
input
{
  background-color: #EE771A; 
}

.parrafo{
    position: absolute;
    top: -1%;
    font-size: 20px;
    font-weight: bolder;
}
.parrafo2{
    position: absolute;
    top: 2%;
    left: 24%;
    font-size: 20px;
    font-weight: bolder;
}