body{
   background:url(Biblioteca/BURLOAK.JPG);
   background-attachment: fixed;
   color:rgb(99, 7, 7);
   clear:both;
   height: 100%;
   width: 100%;
   overflow-x:auto;
   overflow-y:auto;
  white-space: nowrap;
}
#CajaLibrero{
    display:grid;
    grid-template-columns: 608px 650px 605px;
    grid-template-rows:  183px 172px 175px 175px;
    grid-gap: 10px;
    position: absolute;
    top: 160px;
}
#Librero{
    width: 1890px;
    height: 740px;
    grid-area: 1 / 1 / 4 / 5;
}
a:hover{
    color: antiquewhite;
    box-shadow: 0px 0px 30px antiquewhite;
}
#Fanfiction{
    grid-area: 1 / 1 / 2 / 2;
    z-index: 2;
}
#Originales{
grid-area: 3 / 2 / 4 / 3;
}
#Guiones{
grid-area: 2 / 3 / 3 / 4;
}
.Titulo{
    font-size: 70px;
    font-family: "Miltonian Tattoo", sans-serif;
    text-shadow:-1px -1px 0 rgba(255, 255, 255, 0.829), 1px -1px 0 rgba(255, 255, 255, 0.829), 
  -1px 1px 0 rgba(255, 255, 255, 0.829), 1px 1px 0 rgba(255, 255, 255, 0.829);
  display: none;
}
#Fanfiction:hover + #FanfictionT{
    display:block;
}
#Originales:hover + #OriginalesT{
    display:block;
}
#Guiones:hover + #GuionesT{
    display:block;
}
#FanfictionT, #GuionesT{
    position: absolute;
    top:-130px;
    left: 780px;
}
#OriginalesT{
    position: absolute;
    top: -130px;
    left: 610px;
}

