/*ESTILO PARA VENTANA MODAL DE RADIO UNIVERSITARIA*/
    /* Estilos del botón */
    button {
      padding: 10px 20px;
      font-size: 16px;
    }

    /* Estilos del modal */
    .modal1 {
      display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
    }

    .modal-content1 {
  background-color: #fefefe;
  margin: 9% auto;
  padding: 15px;
  border: 1px solid #888;
  width: 70%;
  height: 70%;
        
    }

    .modal-content1 iframe {
      width: 100%;
      height: 80%;
      border: none;
    }

.close-btn1 {
  color: #000;
  float:right;
  font-size: 30px;
  font-weight: bold;
    }

.close-btn1:hover,
.close-btn1:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



/*FIN PARA VENTANA MODAL DE RADIO UNIVERSITARIA*/