@charset "utf-8";
/* CSS Document */

/* ELEMENTOS GLOBALES */

*{
    box-sizing: border-box;
    margin: 1vh;
}

p{
    font-size: 1.5em;
    color: black;
}


.imagendgpc{
    padding-left: -20vh
}
body{
    background-color: burlywood;
    margin: 2vh;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: auto;
    font-family: 'Roboto', sans-serif;
    color: black;
    
}

.barraroja{
    margin-top: -8vh;
    padding-top: 8vh;
    padding-bottom: 1vh;
    padding-left: 7vh;
    margin-left: -7vh;
    width:auto;
    height: auto;
    background-color: firebrick;
    font-family: 'Roboto', sans-serif;
}

.contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    height: auto;
    margin: 2vh;
    
}

.estudiantes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    height: auto;
    text-decoration: none;
    font-size: 1em;
    font-family: "Arial Black", sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 2vh;
    background-color: firebrick;
    margin: 2vh;
    color: beige
    
}

.individual{
    width:25%;
    color: beige;
    text-align:center;
    background-color: firebrick;
}


.elemento{
    width:100%;
    font-weight: 100;
    color: black;
    text-align:center;
    background-color: firebrick;
}


.datosacademicos{
    width:100%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 1vh;
    color: black;
    text-align:justify;
    background-color: burlywood;
    margin-top: 15vh
}

.items {
    color: black;
    display: block;
    text-decoration: none;
    font-size: 2.5vh;
    font-family: sans-serif;
    font-weight: 300;
    line-height: 3.5vh;  
    text-decoration-line: none;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

centrarylimitar{
    margin: 0 auto ;
    max-height: 30em;  
}

header nav ul li a{
    text-decoration: none;
    color:beige;
    font-size: 12px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: bold;
    width: auto;
    height: auto;
    text-align: center;
    padding: 0 20px 0 20px;
}

#pagina{
    width:100%;
    height:100%;
    margin:auto;
    position: relative;
    background-color: burlywood
}

header{
    width: 100%;
    height: 100%;
    position: relative;
}
section nav{
    width: 100%;
    height: 40px;
    position: relative;
    margin: 20px 0 10px 0;
    background-color: burlywood
}

section nav ul li a{
    text-decoration: none;
    color:beige;
    font-size: 11px;
    font-family: "Arial Black", Gadget, sans-serif;
    display: block;
    font-weight: bold;
    width: 30px;
    height: 22px;
    text-align: center;
    padding: 0 30px 10px;
}

section nav ul li a:hover{
    color:gray;
    font-size: 14px;
}

titulogrupo{
    font-size: 100px;
    color: darkred;
    font-weight: bold;
    position: relative;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    width: 100%;
    height: 40px;
}

.light{
    font-weight: lighter;
}

article{
    width: 80%;
    height: 300px;
    font: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: justify;
    margin: 30px 20px 0 40px;
    color:gray
}

secmapa{
    width: 100%;
    height: 600px;
    background-color: antiquewhite;
}

h1{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 200;
    color: black;
    text-align:justify;
}

.preguntasyrespuestas{
    text-align: justify;
    color: black;
    font-size: 1em;
    margin: 2em
}

h2{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 2em;
    color: firebrick;
    text-align:justify;
}

h3{
    font-family: 'Roboto', sans-serif;
    font-style:normal;
    font-size: 1em;
    color: black;
    text-align:center;
}

.bold{
    font-weight: bold;
}

.titulo {
    margin-top: 1rem;
    margin-bottom: -0.1rem;
    width: auto;
    font-size: 3vh;
    font-weight: 600
}

footer{
 width:auto;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 1vh;
    color: white;
    text-align:center;
    background-color: firebrick;
    padding: 2vh;
}




