body{
   background:url(General/Darkwood.jpg);
   background-attachment: fixed;
   clear:both;
   height: 100%;
   width: 100%;
   overflow-x:auto;
   overflow-y:auto;
   white-space: nowrap;
}
#GuionesTexto{
    height: 100px;
}
#CajaAviso{
    width: 500px;
    height: 80px;
    position: absolute;
    left: 1400px;
    top: 30px;
    border-style:hidden;
    white-space: normal;
}
#AvisoTexto{
    font-family:'Courier New', Courier, monospace;
    font-weight: bolder;
    font-size: 23px;
    color:antiquewhite;
    margin: 0px;
}
hr{
    border-color:rgb(147, 212, 134);
    font-size: small;
}
#CajaPrincipal{
    margin: 50px;
    display: grid;
    grid-template-columns: repeat(5, 320px);
    grid-template-rows: 480px;
    column-gap: 40px;
    row-gap: 40px;
    align-items: end;
     
}
.pdfsimagenes{
    width: 320px;
    height: 410px;
}
h1{
    color: rgb(147, 212, 134);
    margin: 10px;
    font-family: "Germania One", system-ui;
    font-weight: 100;
    justify-self:center;
    text-align: center;
}
a{
    text-decoration: none;
    color: rgb(147, 212, 134);
}