@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif
}
body {
    background-color: cadetblue;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

header {
    background-color: cadetblue;
    margin: 1em 0;     
}

main {
    flex-grow: 1;
    text-align: center
}

footer {
    background-color: aliceblue;
    margin: 1em 0;
}

#linksalumnos {
    background-color: cadetblue; list-style: none;
    display: flex
}

nav ul li {
    background-color: aliceblue;
    text-align: center;
    margin: 0 0 0.3em;
    border: black solid;
    width: 90%;
    margin:auto;
    display:flex;
    border-radius:800em;
    justify-content: center
        
}
 


nav ul li a {
    text-decoration: none;
    display: block;
    color: cadetblue;
    
}

ul {
    background-color: cadetblue; list-style: none
        
}

div {
    text-align: center;
    margin: 0 0 0.3em;
    width: 90%;
    margin: auto
}

h1 {
    text-align: center
}
#jt28 {
    display: flex
}
.infopersonal {
    background-color: aliceblue;
    color: cadetblue;
    display: block;
    margin: 1em auto 4em auto;
    border: none 3px #ffffff;
    border-radius: 2em;
    padding: 1em;
    border-radius:800em;
    justify-content: center;
    border: black solid
}

.materiasaprobadas {
    background-color: aliceblue;
    color: cadetblue;
    display: block;
    margin: 1em auto 4em auto;
    border: none 3px #ffffff;
    border-radius: 2em;
    padding: 1em;
    justify-content: center;
    border: black solid
}
li {
    background-color: aliceblue;
    color: cadetblue;
    display: block;
    
    border: none 3px #ffffff;
    border-radius: 2em;
    padding: 1em;
    border-radius:800em;
    justify-content: center;
    border: black solid
}