
  body {
    background-image: url(/imgInfinita/Lincolnfondo.jpg);}
    
  .imgReal {
    background-image: url(/imgInfinita/Lincolnfondocolor.jpg);
  }


  #contenedorPagInf {
    margin-top: 1vh;
    margin-left: 2vw;
    display: grid;
    grid-template-columns: repeat(98, 1vw);
    grid-template-rows: repeat(100, 1vh);
  }

  h1{
    text-align: left;
    color: black;
font-style: italic;
font-size: 2em ;
font-family: "Montserrat";
    }

h4{
  font-size: 1rem ;
  font-family: "Montserrat";
  font-weight: 400;
  color: blue;
  }
  #articulo501{
    grid-area: 10/ 20/120/ 90;
    font-size: 1.1rem;
    font-family: "Faustina";
    color: black;
    text-indent: 0.9em;
    column-count: 2;
    column-gap:2vw;
    text-align: justify;
    background-color: rgba(255, 254, 255, 0.6);
    padding: 2vw;
   hyphens: auto;
  }

  .titular{
    grid-area:1/ 20/10/90;
    background-color: rgba(255, 254, 255, 0.6);
    padding-left: 3rem;
    padding-right: 1rem;
  }

  .foto1 img{
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-left: -7vw;
    background-size: cover;
box-shadow: 2px 5px 8px black; 
}

.foto2 img,
.foto3 img,
.foto4 img,
.foto5 img{
  margin-top: 1vh;
  margin-bottom: 1vh;
  margin-left: 4vw;
  background-size: cover;
box-shadow: 2px 5px 8px black; 
}

.pie{
  text-align: center;
font-style: italic;}

a{
  color: black;}