/*body, html {
  height: 100%;
  margin: 0;
     background-image: url('rompecabezas.jpg');
     background-position: center;
  background-repeat: no-repeat;
  background-size:100%;
      background-attachment: fixed;

}*/

body {
    background-image: url('../Fondo%20globos.jpg');
    height: 100%;
    margin: 0;
     background-position: center;
      background-repeat: no-repeat;
      background-size:100%;
      background-attachment: fixed;
  
}
/*
.bg {
  /* The image used 
  background-image: url('rompecabezas.jpg');

  /* Full height 
  height: 100%; 

  /* Center and scale the image nicely 
  background-position: center;
  background-repeat: no-repeat;
  background-size:100%;
      background-attachment: fixed;
*/