<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Source Sans Pro'; 
    font-size: 100%;
    list-style: none;
    box-sizing: content-box;
    text-decoration: none;
}


header {
    display: flex;
    max-width: 50rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    max-width: 100%;
    height: auto;
    align-content: center;
    background-color: black;
    padding: 1em;
    }

#logo{
    border-radius: 0.3em;
      padding: 0.2em;
      width: 6em;
    height: auto;
    margin-top: -0.1em;
    margin-right: 2em;
    background-color: white;
}

.encabezado li {
      display: inline-block;
    max-width: 50rem;
      flex-direction: row;
      justify-content: center;
      min-width: 2em;
    margin: 0.5em;
      align-items: center;
      text-decoration: none;
    }
.infopersonal, .materiasaprobadas, .materiasencurso, .bocetos, .equipo, .acumar, .datos{
    max-width: 50rem;
    margin: auto;
    margin-top: 0.5em;
    display: block;
    border: transparent;
    border-radius: 0.0em;
    width: 100%;
    padding: 0.5em;
    background-color: white;
}
figure {
    align-content: center;
    align-items: center;
    text-align: center;
    padding-top: 1em;
}
.caption{
    font-size: 1.25em;
}
footer{
    background-color: black;
    margin-top: 1em;
}
footer p{
      max-width: 50rem;
  margin: auto;
     margin-top: 0.5em;
  display: block;
  border: transparent;
  border-radius: 0.0em;
  width: 100%;
    padding: 0.5em;
    color: white;
}
a {
    text-decoration: none;
    display: block;
    margin: auto;
    width: 8.5em;
    text-align: center;
    color: #0cb0e5;
    background-color: white;
    padding: 0.32em;
    margin-bottom: 0.8em;
    font-weight: 800;
    border-radius: 0.3em;
}
a:hover{
    background-color: #d6d6d6;
    color: #0cb0e5;
}
.bocetos a{
    text-decoration: none;
    display: block;
    margin: auto;
    width: 10em;
    text-align: center;
    color: white;
    background-color: #0cb0e5;
    padding: 0.32em;
    margin-bottom: 0.8em;
    font-weight: 800;
    border-radius: 0.3em;
}
.bocetos a:hover{
    background-color: #077ba0;
    color: white;
}
.equipo a{
    text-decoration: none;
    display: block;
    margin: auto;
    width: 10em;
    text-align: center;
    color: white;
    background-color: #0cb0e5;
    padding: 0.32em;
    margin-bottom: 0.8em;
    font-weight: 800;
    border-radius: 0.3em;
}
.equipo a:hover{
    background-color: #077ba0;
    color: white;
}
body {
    margin: auto;
   min-height: 100vh;
   min-height: -webkit-fill-available;
    background-color: #EEF1F2;
}
.html {
    height: -webkit-fill-available;
}

h1 {
    font-size: 2.5em;
    text-align: center;
}
h2{
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0.5em;
}
h3{
    text-align: center;
}
p{
    text-align: center;
}</pre></body></html>