

body{
    background-color: #0090FF;
    font-size: larger;
    color:#FFF;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a{
  text-decoration: none;
  color: #FFF;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 15%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #FFF;
  display: block;
  transition: 0.3s;
}

#main {
  color: #FFF;
  padding-left: 15%;
  padding-top: 2%;
}

#titular{
  height: 550px;
  width: 68%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  padding-top: 60px;
  padding-left: 10px;

  margin: 25px 0.5% 0px 0px;
}

#titular2{
  height: 450px;
  width: 58%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  padding-top: 0px;
  padding-left: 0px;

  border-style: solid;
  border-width: 2px;
  border-color: #FFF;
}

.perfil {
  display: flex;
  align-items: center;
  padding: 10px;
  width: fit-content;
}

.foto {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.datos p {
  margin: 5px 0;
}

#mostrarArchivos{
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  margin-top: 1%;
  margin-right: 1%;
}