/*ESTILOS GENERALES */

*{margin: 0; padding: 0; text-align: center;}

body{
    font-family: Arial;
    background: #efefef;
}

.contenedor {
    max-width: 100rem;
    margin: auto;
}

main {
    width: 70rem;
    margin: auto;
}

/* ESTILOS HEADER */

header{
    background: #ffffff;
}

h1{
    font-family: monospace;
    color:#7676a5;
    font-size: 6rem;
    text-align: center;
    padding: 1rem;
}

.home {
    text-decoration: none;
    color:#7676a5;
}

.home:hover {
    color:#4e4e71;
}

nav ul {
    text-align: center;
}

nav ul li {
    list-style-type: none;
    display: inline-block;
    margin: 1rem;
}

nav ul li a{
    color: #818189;
    text-decoration: none;
    padding: 2rem;
}

nav ul li a :hover {
    color:#ffc3af; 
}

/* ESTILOS INTEGRANTES */

h2 {
    font-family: monospace;
    font-size: 2rem;
    text-align: center;
    padding: 2rem 2rem 0.2rem;
}


.integrantes{
    display: inline-block;
    display: flex;
    justify-content: space-between;
    margin: 4rem 10rem 5rem 10rem;
}

.alumno {
    padding: 0rem 0rem;
}

img {
    width: 10rem;
    padding-bottom: 0.5rem;
}

section article a {
    text-decoration: none;
    color: #876aa8;
    margin: 0rem 1rem 0rem 1rem; 
}

section article a:hover {
    text-decoration: none;
    color: #776477; 
}

/* ESTILOS DATOS ACADÉMICOS */

h3 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.datosacademicos {
    display: flex;
    justify-content: space-between;   
    text-align-last: left;
}

.datos {
    width: 30rem;
    padding: 2rem;

}

/* ESTILOS FOOTER */

footer {
    background: #fff;
    padding: 4rem;
    margin: 5rem 0 0 0;
    font-size: 0.6rem;
    height: 4rem;
}

/* PÁGINAS ANEXADAS */
.mapa {
    width: 920px;
    height: 981px;
}

.plan {
    width: 30rem;
    margin: auto;
    line-height: 1.5rem;
}

h4 {
    padding: 1rem 1rem 0rem;
    line-height: 2rem;
}