
/*Añadida fuente nasa*/
@font-face{
  font-family: letranasa;
  src: url('letranasa.ttf');
}

body{

    background-image: url('rocket.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    margin: 10px;
    text-align: center;
    color: white;
    font-family: letranasa;
  }

  /*Estilo del Nombre*/
  h1{
   font-size:300%;
   line-height: 1px;
   margin-top: 50px;
  }

  /*Estilo de la clase titulos*/
  .titulos{
  font-size: 20px;
  border-bottom: #fcb212 5px double;
  padding: 10px;
  display: inline-flex;
  width: 95%;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  text-shadow:2px 2px rgb(124, 96, 5);
  }

  /*Estilo de la clase textos*/
  .texto{
  font-size: 15px;
  align-items: center;
  margin: 10px;
  padding: 0px;
  text-align: left;
  line-height : 25px;
  font-family: monospace;
  }
  /* Estilo area principal*/
  .areaprincipal{
    display: inline-flex;
    padding: 0px;
    margin: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
.a{
  font-size: 15px;
  align-items: center;
  text-align: justify;
  text-decoration: none;
  font-style: oblique;
}
a:link {
  color: rgb(247, 187, 57);
}
a:visited {
  color:rgb(253, 147, 230) ;
}
  /* Estilo caja lateral izquierda*/
  aside{
    width: 25%;
    margin: 0px;
    padding:0px;
    margin-top: -40px;
  }

  /* Estilo caja central*/
  main{
  margin-top: 0px;
  padding: 50px;
  width: 75%;
  background-position: center;
  background-repeat: repeat-x;
  flex-wrap: wrap;
  }
