@charset "utf-8";
*   {
    box-sizing: border-box;
}
html{
    font-family: sans-serif;
    font-size: 62,5%;
    color: white;
    margin: 1rem;
}
body {
    background-color: black;
}
header {
    background-color: black;
}
img#dgpclogo {
    background-color: orange;
    height: 6em;
    margin: 2em 1;
}
img#fotoalumno {
    height: 500px;
}
a {
    color: white;
}
a:hover {
    color: orange;
}
h1  {
    color: #0081ff;
    font-size: 1.7rem;
}
h2  {
    color: #46a4ff;
    font-size: 1.5rem;
    margin-bottom: .7rem;
    margin-right: 5rem;
    padding-left: .5rem;
    border-style: double;
}
h3  {
    color: #46a4ff;
    font-size: 1.5rem;
    margin-bottom: .7rem;
    margin-right: 5rem;
    padding-left: .5rem;
    border-style: double;
}
ul#infoapp {
    border-style: dashed;
    border-color: white;
    padding-left: .6rem;
    padding-right: .6rem;
    margin-left: .8rem;
    margin-right: .8rem;
}
h2#nombreapp {
    color: orange;
    border-style: none
}
.linknav {
    color: #000000;
    font-family: sans-serif;
    text-decoration: none;
}
.linknav:hover {
    color: white;
}
.linkalu {
    color: white;
    font-family: sans-serif;
    text-decoration: none;
}
.linkalu:hover {
    color: orange;
}
nav ul li.seleccion {
    color: orange;
    background-color: black;
    border-color: orange;
    user-select: none
}
nav ul li.alumnos {
    background-color: black;
    border-color: white;
}
nav ul li.alumnos:hover {
    border-color: orange;
}
nav ul li {
    list-style: none;
    display: inline-block;
    padding: inherit;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    background-color: orange;
    border-style: double;
    border-color: black;
    margin: .125em 0;
    padding: .5rem .2rem .5rem .2rem;
}
ul {
    list-style: none;
    padding: 0;
}
.crop {
    overflow: hidden;
}
.crop img#fotoalumno {
    max-width: 75%;
    width: 35rem;
    height: auto;
    margin-left: -5rem;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}
img#instalogo {
    height: 3.4rem;
}
img#facelogo {
    height: 3.4rem;
}
section#datosacad {
    margin-top: 3rem;
}
section#datosacad ul {
    list-style: none;
    padding: 0rem;
    font-style: italic;
    font-size: .85rem;
}
img#logofadu {
    height: 8.9rem;
}
footer p {
    color: #818181;
    font-size: 0.6rem;
    font-style: italic;
}