html, body{
  height:100%
  margin 0;
}

body {
  /*background-image: url("images/img_background_rock.png");*/
  background-image: url("images/background_FESTIVAL.jpg");
  background-color: #002FA7;
  /*background-position: middle;*/
  /*margin-top: 500px;*/
  background-repeat: repeat-x;
  background-position: top center;
  font-family: sans-serif;
}

.audio-player {
       align-content: center;
       /*height: 300px;*/
}

.escalar {
  transform: scale(2); /* Igual que: scaleX(0.7) scaleY(0.7) */
  /*background-color: pink;*/
}

.nombre_emisora {
  color:#ffffff;
  height: 100px;
  font-size: 48px;
  font-weight: bold;
}

/*@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800");*/

#div1{
  /*height:280px;*/
  /*width: 100%;*/
  /*background-color: red;+*/
  display:flex;
  justify-content: center;
  align-items: center;
  align-content: top;
}

#div2{
  height:500px;
  /*width: 100%;*/
  vertical-align: middle;
  align-content: center;
}

#div3{
  height:500px;
  /*width: 100%;*/
  vertical-align: middle;
  align-content: center;
}