*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #313d52;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
}

header {
    padding: .7em;
    background-color: #05617a;
    height: 6em;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header img{
    width: 7em;
    display: block;
}

header div .navegacion{
    display: flex;
    justify-content: flex-end;
    background-color: none;
    
    }

header .navegacion ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;


}

.menu li {
    position: relative;
    display: inline-block;
}

.menu li a{
    display: block;
    padding: 15px 20px;
    color: #dfeded;
    font-family: "verdana";
    text-decoration: none;
    font-size: 14px;
    font-weight:900;
}

.menu li a:hover{
    color: #ce7d35;
    transition: all .3s;
}


header{
    display: flex;
    justify-content: space-between;
}



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



.andy{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
   
    
     }




.nombre h1{
    color: #dfeded;
    background-color: #05617a;
    width: 20%;
    border-radius: .2em;
    margin: -1.2em 6% 0 6%;
}

.nombre p{
    color: #dfeded;
   background-color: #05617a;
    width: 20%;
    border-radius: .2em;
    margin: 0em 6%;
    border: 1em;
    font-family: "helvetica";
}

section  h2 {
    color: #ce7d35;
    font-family: "verdana";
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    margin: 1em 6% ;
    width: auto;
}


section .niveles{
    display: flex;
    justify-content: flex-start;
    
    
}

section .niveles h3{
    color: #ce7d35;
    font-family: "verdana";
    text-decoration:underline;
    display: flex;
    justify-content: center;
    
}

section .niveles li{
    font-size: 20px;
    font-family: "verdana";
    text-decoration:none;
    display: flex;
    justify-content: space-between;
    
    
}


section div .nivel1 {
    background-color: #05617a;
    width: 25%;
    margin: 1em 6%;
    list-style: none;
    border-radius: .3em;
    padding: 10px;
}




section div .nivel2 {
    background-color: #05617a;
    width: 25%;
    margin: 1em 6%;
    list-style: none; 
    border-radius: .3em;
    padding: 10px ;
}


section div .cursando {
    background-color: #05617a;
    width: 25% ;
    height:auto;
    margin: 1em 6%;
    list-style: none;
    border-radius: .3em;
    padding: 10px;
    
     }



section .comitente p{
    background: #05617a;
    margin: .1em 6%;
    font-size: 20px;
    padding: 10px ;
}



section .integrantes h3{
    color: #ce7d35;
    font-family: "verdana";
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    margin: 1em 6% ;
    width: auto;
}

section .integrantes ul li{
    background: #05617a;
    margin: .1em 6%;
    padding: 20px;
    list-style: none;
    font-size: 25px;
    text-decoration: none;
    
}

section .integrantes ul li a{
    
    color: #dfeded;
    text-decoration: none;
    font-family: "verdana";
    text-decoration: none;
    font-weight:900;
    
}


section .docentes h3{
    color: #ce7d35;
    font-family: "verdana";
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    margin: 1em 6% ;
    width: auto;
}
section .docentes p{
    background: #05617a;
    margin: .1em 6%;
    font-size: 20px;
    padding: 10px;
    font-family: "verdana";
    
    
}


footer p{
    margin: 1em  6% 0;
    padding: 10px;
    color: #32a4c9;
    font-size: 0.6em;
}



************************************************************************************************************************
                           ---------------  MEDIA   ------------


@media screen and (min-width: 30em)














