.clickPlayRadio:hover {
  cursor: pointer;
}

#containerPlusMinusEmission {
  background-color: orange;
}

.titleEmission {
  padding-top: 5px;
}

.radioDescPlay {
  border-left: gray solid 1px;
}

.infoEmission {
  color: #5facbf;
}

.emision:hover {
  cursor: pointer;
}

figure.containImageLiveANTP {
  width: 100%;
  text-align: center;
  overflow: hidden;
  /*hide bounds of image*/
  margin: 0;
  /*reset margin of figure tag*/
}


figure.containImageLiveANTP img {
  display: block;
  /*remove inline-block spaces*/
  width: 100%;
  /*make image streatch*/
  margin: -10% 0;
}


/*@media(max-width:767px) {
  #emisiones {
    height: 600px;
  }


}

@media(min-width:768px) and (max-width:991px) {
  #emisiones {
    height: 300px;
  }


}

@media(min-width:992px) and (max-width:1999px) {
  #emisiones {
    height: 400px;
  }



}

@media(min-width:1200px) {
  #emisiones {
    height: 600px;
  }
}
*/
