@charet "utf-8";

body { 
    font-family: 'Hind Madurai', sans-serif;
    color:#c3bfbf;
    background: #f4f2f2;
    margin: 1em;
    padding: 1em;
}



.menu {
    float: center;
}



body a {
    text-decoration: none;
    color: black;
}



nav ul {
    background-color:black;
    display: flex;
    justify-content: space-around;
    padding: 2em;
    border-radius: 1em;
    font-size: 0.4em;
    text-transform:uppercase;
}



.nombreycarrera {
    line-height:0.5em;
}



h1 {
    font-style:bold;
    font-size: 1em;
    text-align: center;
}



.materiasencurso li a:hover {
        background-color: black;
        color: azure;
        float: center;
}

.materiascursadas li a:hover {
        background-color: black;
        color: azure;
        float: center;
}



#fotopersonal {
    width:15em; 
    height:15.2em;
    margin: 2em auto 2em auto;
    display: block;
}



.links {
    display: flex;
    justify-content: center;
}



.links img {
    width: 2em;
    height:auto;
    margin: 0em 1em 0 1em;
}



.a {
    text-decoration: none;
}

   

ul {
    display: block;
    margin: 1em 1em;
    padding: 0em;
    font-size: 0.8em;
    letter-spacing: 0.06em;
    text-align: center
}



nav ul li a {
    color: whitesmoke;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.3em;
    font-size: 1.5em;
}



footer {
    font-style:italic;
    padding: 0.5em 1em 0.5em 1em;
    height:inherit;
    border-radius: 0.5em;
    font-size: 0.6em
}



* {
    text-align: center;
    list-style:none;
}

.cajafooter {
    background-color: black;
    padding: 1px;
    border-radius: 10px;
    width: 100%;
}
