body, html {
  height: 103%;
}

.bg {

   background-image: url("/images/fondo.jpg");
  height: 210%;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}
