* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
}
/* ########################################## NOTAS TECNICAS ########################################## */
/*HEADER*/
#header {
  background-color: white;
  height: 57px;
}
#header-logo {
  width: 20px;
}
/*SECCION ProgramaTV*/
#seccion-tv {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../imagenes/programaTv/fondoTv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 56px;
}

.iframeYt {
  width: 1140px;
  height: 711px;
}

@media (max-width: 1264px) {
  .iframeYt {
    width: 960px;
    height: 700px;
  }
}

@media (max-width: 1024px) {
  .iframeYt {
    width: 540px;
    height: 400px;
  }
}

@media (max-width: 720px) {
  .iframeYt {
    width: 400px;
    height: 300px;
  }
}

@media (max-width: 600px) {
  .iframeYt {
    width: 400px;
    height: 300px;
  }
}

@media (max-width: 480px) {
  .iframeYt {
    width: 350px;
    height: 200px;
  }
}
