
  body {
    background-image: url(/imgInfinita/Bombardeosfondo.jpg);}
    
  .imgReal {
    background-image: url(/imgInfinita/Bombardeosfondocolor.jpg);
  }

  #contenedorPagInf {
    margin-top: 5vh;
    margin-left: 2vw;
    display: grid;
    grid-template-columns: repeat(98, 1vw);
    grid-template-rows: repeat(100, 1vh);
  }

  #articulo471{
    grid-area: 1/ 35/120/ 90;
    font-size: 0.9em;
    font-family: "Faustina";
    color: black;
    text-indent: 0.9em;
    column-count: 2;
    column-gap:5vw;
    text-align: justify;
    background-color: rgba(255, 255, 255, 0.6);;
    padding: 1vw;
  }

  .titular{
    grid-area:1/ 15/10/30 ;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1em;
  }
  h2{
  text-align: left;
  color: black;
  font-size: 1.5em ;
  font-family: "Montserrat";
  }
  h3{
    text-align: left;
    color: black;
    font-size: 1em ;
    font-family: "Montserrat";
    }
  .kristof1 img,
  .kristof2 img{
    width: 30vw;
    margin-left: -6vw;
    margin-bottom: 1vh;
    background-size: contain;
box-shadow: 2px 5px 8px black;  }

  .kristof3 img,
  .kristof4 img{
    width: 30vw;
    margin-right: -6vw;
    margin-bottom: 1vh;
    background-size: contain;
    box-shadow: 2px 5px 8px black; 
  }

  .pie2,
  .pie1{
    width: 30vw;
    margin-left: -6vw; 
    font-size: 0.85vw;
    font-family: "Rose";
    color: black;
    font-style: italic;
    text-align: justify;
  }

  .pie3,
  .pie4{
    width: 30vw;
    margin-right: -6vw; 
    font-size: 0.85vw;
    font-family: "Rose";
    color: black;
    font-style: italic;
    text-align: justify;
  }
