/* fondos 319 */

.fondo_mascotas {
    background-image: url(../images/ediciones/n_319/mascotas/bg.png);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-color: #fff !important;
      min-height: 1070px;
}

.fondo_encuesta {
    background-image: url(../images/ediciones/n_319/encuesta/bg.png);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-color: #fff !important;
      min-height: 1400px;
}



/* MEDIA QUERY */

@media only screen and (max-width: 56.25em) {
  .fondo_cuanto-cuesta,
  .fondo_cyber,
  .fondo_app,
  .fondo_cultura,
  .fondo_nueva-imagen,
  .fondo_cifras,
  .fondo_marcas {
    background-image: none;
    min-height: auto;
  }

  #contenido.detalle #textos img {
    width: 100%;
  }
}
