
  body {
    background-image: url(/imgInfinita/Dallowayfondo.jpg);}
    
  .imgReal {
    background-image: url(/imgInfinita/Dallowayfondocolor.jpg);
  }


  #contenedorPagInf {
    margin-top: 5vh;
    margin-left: 2vw;
    display: grid;
    grid-template-columns: repeat(98, 1vw);
    grid-template-rows: repeat(100, 1vh);
  }

  #articulo501{
    grid-area: 1/ 50/120/ 90;
    font-size: 1.1rem;
    font-family: "Faustina";
    color: black;
    text-indent: 0.9em;
    column-gap:2vw;
    text-align: justify;
    background-color: rgba(255, 254, 255, 0.6);
    padding: 2vw;
   hyphens: auto;
  }

  .titular{
    grid-area:1/ 20/50/45;
    background-color: rgba(255, 254, 255, 0.6);
    padding-left: 3rem;
    padding-right: 1rem;
  }

h1{
    text-align: left;
    color: black;
font-style: italic;
font-size: 4em ;
    font-family: "Montserrat";
    margin-top:2;
    }

h2{
  text-align: left;
  color: black;
  font-size: 1.8rem ;
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: -2;
  color: blue;
  }

  .foto{
    grid-area:50/ 20/70/45 ;
    align-items: center;
    margin-top: 2vh;
    margin-bottom: 5vh;
    background-size: contain;
box-shadow: 2px 5px 8px black; 
}


.foto img,
.foto2 img,
.foto3 img,
.foto4 img,
.foto5 img,
.foto6 img{
  width: 25vw;
  align-items: center;
  margin-bottom: 30vh;
  background-size: contain;
box-shadow: 2px 5px 8px black;  }
