#comunicacion {
  background: url('/nd_img/comunicacion/banner-comunicacion.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
}

#boletin {
  background: url('/nd_img/comunicacion/Banner-boletin.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
}

#live {
  background: url('/nd_img/comunicacion/RADIO.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
}

#revista {
  background: url('/nd_img/comunicacion/revistasBannerFinal.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
}

#cursos {
  background: url('/nd_img/comunicacion/Banner-cursos.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
}

#textComunicacion,
#textBoletin,
#textLive,
#textRevista,
#textCursos {
  color: rgb(253, 183, 10);
  font-size: 40px;
}

#infoBoletin,
#infoLive,
#infoRevista,
#infoCursos {
  color: white;
}


@media (max-width:767px) {
  #infoBoletin,
  #infoLive,
  #infoRevista,
  #infoCursos {
    font-size: 16px;
    text-align: justify;
  }

  .textLiveLeft {
    text-align: justify;
  }

  .imageLiveRight {
    margin-top: 30px;
  }



}




@media (min-width: 768px) {
  #infoBoletin,
  #infoBoletin,
  #infoRevista,
  #infoCursos {
    font-size: 18px;
    text-align: center;
  }

  .textLiveLeft {
    padding-left: 50px;
  }

  .imageLiveRight {
    padding-right: 50px;
  }

  .imageAdvertisingRight {
    padding-right: 50px;
  }


}
