
body{
    padding-left: 0;
}

#contenedorHeader{
    padding: 12px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: none;
}

figure{
    display: inline-block;
}

figure img{
    width: 100px;
    height: 100px;
    position: relative;
}

#lapso{

top: 20px;

/* vertical-align: top; */
display: block;
margin: auto;
margin-bottom: 60px;
margin-top: 60px;
width: 80%;

}

#tituloLapso{
    text-align: center;
}

#menu{
    margin: auto;
    width: 80%;
    position: absolute;
    left: 9%;
}

#menu>ul{
    list-style: none;
    font-size: 20px;
    font-weight: 800;
    
}

.subLista>li{
    position: relative;
    left: 35%;
    text-align: left;
}

ul{
    list-style: none;
}

li{
    color: #1860ac;
    
}

.admin>div, .gestionDocente>div, .reportes>div{
    border: none;
    box-shadow: none;
    width: 100%;

}

.admin>a, .gestionDocente>a, .reportes>a{
    font-size: 40px;
}



a{
    text-decoration: none;
}
a:visited{
    color: #1860ac;
    
}