@charset "uft-8";

@import url('https://fonts.googleapis.com/css?family=Assistant');

* {
    margin: 0.2em;
    padding: 0.2rem;
    box-sizing: border-box;
    border: 0; 
    text-align: center;
    font-family: 'Assistant';
}

#logo-usuario{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 300;
}

.usuario {
    display: flex;
    flex-direction: column;
    margin-top: 20%;
    background-image: url(../2/imagenes/fadu.jpg)    
}

.completar .boton {
    display: flex;
    background-color: white;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    margin: auto;
    margin-top: 20px;

}

input[type="text"] {
    border: 0;
    border-bottom: 1px solid white;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6px;
    padding-top: 10px;
    width:50%;
    max-width: 300px;
    text-align: center;
   
}

header div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.8rem;
}

header div img {
    height: 50px;
}

main img {
    height: 80px;
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

.menu2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

aside nav img {
    height: 60px;
}

main {
    display: flex;
    flex-direction: column;    
}

.aprobadas {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 5px;
}
.aprobadas h4 {
    display: flex;
    padding: 5px 20px;
    border-bottom: 1px solid #000000;

}
.materia {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; 
    padding: 0; 
}
.materiaap {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    margin: 0;
}

.titulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header nav ul li a{
    text-decoration: none;
}

ul,
li {
    list-style: none;
}
aside {
    background-image: url(imagenes/fadu.jpg);
}

footer { 
    font-size: 0.6rem;
    font-style: italic;
    background-color: beige;
}
