.fondo{
  margin: 0;
  background-image: url("../img/fondo.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  
}
