html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  line-height: 130%;
  background-image: url(../imgs/fondo.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 0;
}

.cnt-logo {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 5px solid #F58220;
  margin: 0 auto;
  padding: 10px 20px;
  width: 232px;
}

.logo {
  background-image: url('../imgs/logo-melia.png');
  background-repeat: no-repeat;
  height: 38px;
  width: 232px;
}

@media (max-width: 900px) {
  body{
    background-size: cover;
  }
}