
  body {
    background-image: url(/imgInfinita/Viejoleiafondo.png);}
    
  .imgReal {
    background-image: url(/imgInfinita/Viejoleiafondocolor.jpg);
  }

   
#articulo391{
  grid-area: 3 / 15 /200/ 96;
  font-size: 0.9vw;
  font-family: "Faustina";
  color: black;
  text-indent: 0.8vw;
  column-count: 2;
  column-gap:30vw;
  text-align: justify;
}

h2{
margin-top: 0vw;
margin-bottom: 2vh;
color: black;
font-size: 2vw ;
}


.fotoentrevista1{
  grid-area:3 / 45 ;
}
.fotoentrevista2{
  grid-area:80 / 45;
}
#destacado{
  grid-area:58 / 45 /70/66;
  font-size: 01vw;
  font-family: "Faustina";
  color: black;
  font-weight: 600;
  font-style: italic;
  text-indent: 0.8vw;
  text-align: justify;
}
.color{
  background-color: rgba(163, 73, 164);
  transition-property: background-color;
  transition-duration: 4s;
  }

