/*tipografia*/
* {
    font-family:sans-serif; 
}

/*body*/
body {
    background-color: #cecae2;
    min-width: 100%;
}

.wrapper {
    width: 100%;
    margin: 0em;
    padding: 0em;
}

/*Header Imagen DGPC*/
header div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1em;
}

/*Header Navegador*/
.navegador{
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content:center;
    padding: 0em;
}

header nav ul li {
    margin: 0.4em;
    padding: 0.5em;
    background-color: white;
    border-radius: 25px;
    box-shadow: -3px 0px 36px -11px rgba(62, 62, 62, 0.58);
    width: 10%;
}

header {
    justify-content: center;
    background-color: rgba(102, 112, 167, 0.83);
    width: 100%;
    padding-bottom: 0.5%;
}

header nav ul li a {
    background-color: white;
    display: flex;
    margin: 
    font-size: 0.9em;
    justify-content: center;
    align-items: center;
    padding: 20%;
    color: black;
}

/*Main*/
main {
    margin: 1em;
    margin-left: 
}


/*Titulo + Foto*/
h1 {
    margin-top: 1em;
    padding: 0.5em;
    display: flex;
    font-size: 160%;
    justify-content: center;
    color: rgba(102, 112, 167, 0.83);
    margin-bottom: 0.5em;
}

#fondofoto {
    display: flex;
    justify-content: center;
    text-align: center;
}

#fotoanto {
    display: block;
    width: 200em;
    height: 200em;
    max-width: 200px;
    max-height: 200px;
    margin-top: 0em;
    border-style: dotted;
    border-color: white;
    border-radius: 120px;
    padding: 1em;
    border-width:thick;
}

/*Subtítulos + materias*/
#subtitulo { 
    justify-content: center;
    text-align: center;
    background-color: white;
    padding: 0em;
    font-size: 110%;
    margin-top: 2.5em;
    color: black;
    font-weight: bold;
    margin-bottom: 1em;
}

.destacar {
    font-weight: bold;
    color: rgba(95, 39, 150, 0.92);
}

main li {
    text-decoration: none;
    text-align: center;
    list-style: none;
}

h2 {
    margin-top: 2em;
    color: black;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.83);
    padding: 0.2em;
    font-size: 88%;
    border-radius: 15px;
}

body main p {
    padding: 1em;
    margin: 0em;
    font-size: 90%;
    text-align:left;
}

/*mis redes*/
.redes {
    margin: 1.5em;
    margin-bottom: 0;
    padding: 0em;
    align-items: center;
    text-align: center;
    justify-content: center;    
}



/*alumnos navegador*/
a {
    color: white;
    background-color: rgba(102, 112, 167, 0.83);
    text-decoration: none;
    padding: 0.9em;
    margin: 0em;
    border-radius: 20px;
    justify-content: center;
    font-weight: bold;
}

main section ul {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0;
}

main section ul li {
    padding: 0.5em;
    display: flex;
    font-size: 100%;

}


/*mi boceto webapp*/
#boceto{
    margin-top: 1.5em;
    display: flex;
    justify-content: center;
}

/*legales footer*/
footer {
    padding: 1em;
    background-color: rgba(102, 112, 167, 0.83);
    text-align: left;
    color: white;
    font-size: 0.7em;
    
}


@media only screen and (max-width: 600px) {
  body {
    background-color: #d8eae9;
  }


