
  body {
    background-image: url(/imgInfinita/Paisviejosfondo.png);}
    
  .imgReal {
    background-image: url(/imgInfinita/Paisviejosfondocolor.png);
  }

  #contenedorPagInf {
    margin-top: 5vh;
    margin-left: 2vw;
    display: grid;
    grid-template-columns: repeat(98, 1vw);
    grid-template-rows: repeat(100, 1vh);
  }

  #articulo501{
    grid-area: 17/ 25/120/ 94;
    font-size: 1.1rem;
    font-family: "Faustina";
    color: black;
    text-indent: 0.9em;
    column-count: 3;
    column-gap:2vw;
    text-align: justify;
    background-color: rgba(255, 254, 239, 1);;
    padding: 2vw;
   hyphens: auto;
  }

  .titular{
    grid-area:1/ 25/16/94 ;
    background-color: rgba(255, 254, 239, 1);
    padding-left: 3rem;
    padding-right: 1rem;
  }
  h2{
  text-align: left;
  color: black;
  font-size: 1.8rem ;
  font-family: "Montserrat";
  }

    h3{
      text-align: left;
      color: black;
font-style: italic;
font-size: 0.8em ;
      font-family: "Montserrat";
      }

  .foto img{
    width: 20vw;
    align-items: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    background-size: contain;
box-shadow: 2px 5px 8px black;  }

  .pie{
    width: 20vw;
    font-size: 0.85vw;
    font-family: "Rose";
    color: black;
    font-style: italic;
    text-align: justify;
  }
