/* ****************** Logo Palacio */
.logo-palacio a {
  position: absolute;
  top: 132px;
  width: 70px;
  height: 70px;
  left: 57%;
  background-image: url(../images/logo-palacio.png);
  background-repeat: no-repeat;
  background-size: 70px;
}

.logo-palacio.notfront a {
  position: absolute;
  top: 72px;
  width: 70px;
  height: 70px;
  left: 57%;
  background-image: url(../images/logo-palacio.png);
  background-repeat: no-repeat;
  background-size: 70px;
}

/* **** RESPONSIVE ****/
@media all and (max-width: 875px) {
  body.not-front .logo-palacio a {
    top: 8px;
  }

  body.front .logo-palacio a {
    top: 72px;
  }
}
@media all and (max-width: 520px) {
  .logo-palacio {
    display: none;
  }
}

/*# sourceMappingURL=novedades.css.map */
