body{
   background:url(Imágenes/Space.png);
   background-attachment: fixed;
   color:aqua;
   clear:both;
}
h1{
    font-size: 70px;
    margin-left: 30px;
    font-family: "Lacquer", monospace, sans-serif;
    margin-top: 5px;
}
#Línea{
  width: 1750px;
  height: 5px;
  background-color: aqua;
 border-radius: 10px;
}
a:link{
    text-decoration: none;
    font-family: monospace, sans-serif;
    font-size:larger;
}
#CajaGuiones{
    border:solid;
    width: fit-content;
    border-color: yellow;
    padding: 10px;
    box-shadow: 1px 0px 15px yellow;
    margin-top: 5px;
}
#TextoGuiones{
    font-size: 40px;
    margin-bottom: 5px;
    position: relative;
    left: 70px;
    color: yellow;
    font-family: "Lacquer", monospace, sans-serif;
}
.Guiones a:link{
    color: yellow;
}
.Guiones a:visited{
    color: yellow;
}
.Guiones a:hover{
    color: yellow;
    text-shadow: 1px 0px 15px yellow;
}
#TextoHistoriasO{
    font-size: 40px;
    margin-bottom: 5px;
    position:relative;
    left: 400px;
    bottom: 233px;
    font-family: "Lacquer", monospace, sans-serif;
    color:fuchsia;
    clear:both;

}
#CajaHistoriasO{
    border:solid;
    width: fit-content;
    border-color: fuchsia;
    padding: 10px;
    box-shadow: 1px 0px 15px fuchsia;
    margin-top: 10px;
    position:absolute;
    top: 230px;
    left: 430px;
    clear:both;
}
.HistoriasO a:link{
    color:fuchsia;
}
.HistoriasO a:visited{
    color:fuchsia;
}
.HistoriasO a:hover{
    color: fuchsia;
    text-shadow: 1px 0px 15px fuchsia;
}
#TextoFanfics{
    font-size: 40px;
    font-family: "Lacquer", monospace, sans-serif;
    color: rgb(44, 255, 2);
    margin-bottom: 5px;
    position: absolute;
    right: 670px;
    top: 150px;
}
#CajaFanfics{
    border:solid;
    width: fit-content;
    border-color: rgb(44, 255, 2);
    padding: 10px;
    box-shadow: 1px 0px 15px rgb(44, 255, 2);
    margin-top: 10px;
    position:absolute;
    top: 231px;
    right: 450px;
}
.Fanfics a:link{
color:rgb(44, 255, 2)
}
.Fanfics a:visited{
color:rgb(44, 255, 2)
}
.Fanfics a:hover{
color:rgb(44, 255, 2);
text-shadow: 1px 0px 15px rgb(44, 255, 2);
}
#Introduccion{
    font-family:monospace, sans-serif;
    color:antiquewhite;
    width: 700px;
    position: absolute;
    top: 20px;
    left: 500px;
}
.volver1{
    position:absolute;
    bottom: 20px;
    right: 20px;
}
.volver1 a:link{
    text-decoration: underline;
    font-family: "Lacquer", monospace, sans-serif;
    font-size: 30px;
    color:aqua;
}
.volver1 a:visited{
    color:aqua;
}
.volver1 a:hover{
    color:aqua;
text-shadow: 1px 0px 15px antiquewhite;
}
.volver1 a:active{
    color:antiquewhite;
    text-shadow: 1px 0px 15px antiquewhite;
}
.cronologico{
    position: absolute;
    right:200px;
    top:80px;
}
.cronologico a:link{
    font-family: "Lacquer", monospace, sans-serif;
    font-size: 30px;
    color: antiquewhite;
}
.cronologico a:visited{
    color:antiquewhite;
}
.cronologico a:hover{
    text-shadow: 1px 0px 15px antiquewhite;
}
.cronologico a:active{
    color:white;
}
