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

#instrucciones{
  font-size: 120%;
  
  position: absolute;
  left: 35%;
  top: 10%; 
  width: 650px;
}
#imagenFondo{
  width: 500px;
  height: 500px;
  position: absolute;
  left: 10%;
  top: 30%;
  background-color: red;
}
body {background-color: yellow}
.bocina{  position: absolute; top: 25%; left: 42%; width: 5%; height: 7%; display: flex; flex-flow: row wrap;

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