
body{
   background:url(Imágenes/Space.png);
   background-attachment: fixed;
   color:aqua;
   overflow: auto;
}
h1{
    font-size: 70px;
    margin-left: 600px;
    font-family: "Lacquer", monospace;
    margin-top: 5px;
      
}
.Sitios{
    Margin: 10px;
    font-size: 25px;
    font-family: "Lacquer", monospace;
    padding: 7px;
    background-color: rgb(36, 34, 34);
    width: fit-content;
    height: fit-content;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-style:solid;
    border-left-style:solid;
    border-right-style:solid;
    border-color: rgb(199, 199, 199);
    border-width: 2px;
}
#Enlaces{
    Margin-left: 381px;
}
a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none;
  color:aqua; 
} 
a:hover { 
  text-decoration: none;
  text-shadow: 1px 0px 10px antiquewhite; 
} 
a:active { 
  text-decoration: none;
  color:antiquewhite; 
}
#CajaCuerpo{
  font-family: monospace, sans-serif;
  color:white;
  padding: 15px;
  width: 1081px;
  height: 650px;
  border-bottom: solid;
  border-left: solid;
  border-right: solid;
  border-top: solid;
  border-color: rgb(199, 199, 199);
  background-color: rgb(36, 34, 34);
  margin-left: 391px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
  border-width: 2px;
  overflow:auto;
}
#Perfil{
  width: 200px;
  height: 200px;
  position:relative;
  float: right;
  border: 10px
}
#MasReciente{
  font-family: "Lacquer", monospace;
  font-size: 40px;
  transform: rotateZ(10deg);
  position:absolute;
  top: 240px;
  right: 35px;
  margin: 0px;
}
#Proximamente{
  font-family: "Lacquer", monospace;
  font-size: 40px;
  position:absolute;
  top: 200px;
  left:55px;
}
#Caja1{
  width: 250px;
  height: 150px;
  border-bottom: solid;
  border-left: solid;
  border-right: solid;
  border-top: solid;
  border-color: rgb(199, 199, 199);
  background-color: rgb(36, 34, 34);
  position:absolute;
  top: 300px;
  margin-left: 50px;
  font-family: monospace, sans-serif;
  font-size:larger;
  color: white;
  text-align:center;
  padding-top:50px;
}
#Guestbook{
  font-size: 30px;
  font-family: "Lacquer", monospace;
  position:absolute;
  right: 26px;
  bottom: 330px;
  overflow:auto;
}
iframe{
  position:absolute;
  right: 45px;
  bottom: 48px;
  width: fit-content;
  height: 290px;
  overflow:auto;
}
#Advertencia{
  color: red;
  margin-top:200px;
  font-weight: bold;
}
#Fotos{
  width: 300px;
  height: 300px;
  position:absolute;
  bottom:50px;
  left:40px;
  overflow: auto;
}