
  body {
    background-image: url(/imgInfinita/Lagunabeachfondo.png);}
    
  .imgReal {
    background-image: url(/imgInfinita/Lagunabeachfondocolor.jpg);
  }

  #contenedorPagInf {
    margin-top: 5vh;
    margin-left: 2vw;
    display: grid;
    grid-template-columns: repeat(98, 1vw);
    grid-template-rows: repeat(200, 1vh);
  }