
  body {
    background-image: url(/imgInfinita/damablancofondo.png);
  }
  .imgReal {
    background-image: url(/imgInfinita/damablancofondocolor.jpg);
  }

#contenedorPagInf {
  margin-top: 5vh;
  margin-left: 2vw;
  display: grid;
  grid-template-columns: repeat(98, 1vw);
  grid-template-rows: repeat(96, 1vh);
}


.foto201{
  grid-area: 1/40/66/96;
  background-image: url(imgInfinita/CastilloChatelet.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
#pieFoto201{
  grid-area: 67/40/69/96;
  font-size:0.8vw;
  font-family: "Montserrat";
  text-align: center;
}
#titular201 {
  grid-area: 2/13/8/96;
  color: transparent;
  padding-top: 1vh;
  font-size: 1.6vw;
  font-family: "Montserrat";
  text-align: center;
  padding-left: 2vw;
}
.movimientoHorizontal{
  animation-name: mueveLado;
  animation-delay: 400ms;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  transition: 200ms;
}
.movimientoVertical{
  animation-name: mueveArriba;
  animation-delay: 400ms;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  transition: 400ms;
}

#texto2011 {
  grid-area: 6/13/96/40;
  margin-top: 50vh ;
}
#texto2012 {
  grid-area: 68/40/96/67;
  margin-top: 50vh ;
}
#texto2013 {
  grid-area: 68/69/96/96;
  margin-top: 50vh ;
}

#texto2011,
#texto2012,
#texto2013{
padding: 2vw;
font-size: 1vw;
font-family: "Rose";
text-align: left;
text-indent: 1vw;
}

@keyframes mueveLado {
  0% {
    margin-left: -100vw;
  }
  50% {
    margin-left: 10vw;
    background-color: rgba(0,0,0,0.5);
    color: white;
  }
  100% {
    margin-left: 0vw;
    background-color: rgba(0,0,0,0.5);
    color: white;
  }
}
@keyframes mueveArriba {
  0% {
    margin-top: 50vh;
  }
  100% {
    margin-top: 0vh;
  }
}

@media only screen and (max-height: 800px) {
 #textoBio{
line-height: 1.2vw;}
  }
  
  
@media only screen and (max-height: 650px) {

  #pieFoto201{
    grid-area:60/40/62/96;
  }
}