@charset "UTF-8";

body{
    background-color:rgb(235, 252, 239);
    margin: 0px;
    font-family: sans-serif;
}

header {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: space-between;
    list-style: none;
    background-color:rgb(10, 157, 44);
    align-content: center;
    /*box-shadow: 0 0.2em 0.5em black;*/
}

header div {
    justify-content: flex-start;
}

header nav #menu ul{
    display: flex;
    flex-wrap: wrap;
    margin-right: 1rem;
        
}


/*AGREGADO 03/07
-IMAGEN DGPC (HTML)
-#dgpc
-COLO BODY                */

main  {
    margin: 1rem;
    }

#dgpc {
    margin-left: 1rem;
    align-items: center;
    
}


header nav ul li a{
    width: 100%;
    margin: 0 auto;
    height: 2rem;
    color: aliceblue;
    font-weight: bold;
    
     
}


header div{

    display: flex;
    margin: auto;
}


#titulo {
    display: flex;
    flex-direction: row;
    margin: auto;
    
}

#tituloimg{
    display: flex;
  
    justify-content: center;
    width: 100%;
}

#tituloimg img{
    height: 150px;
}

#titulo h1{
      align-content: center;
    margin: auto;
}


nav ul{
  align-content:space-between;
    list-style: none;
    width: 100%;
    
}

nav ul li{
    display: inline-block;
    width: 20px;
    padding: 15px;
  
}

nav ul li a{
    text-decoration: none;
}
/*
.datosuba {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.5;
    color: black;
    }
*/
.rector   {
    font-weight: 300;
    font-size:0.9em;
    font-family: 'Roboto', sans-serif;
        
    }

.ba, h4 {
    font-size:0.95em;
    font-family: 'Roboto', sans-serif;
    margin-top: 6px;
    margin-bottom: -15px;
    
}


ul {
    padding: 0px;
}


li { 
    list-style: none;
    
}

#textos_informacion {
    display: flex;
    /*padding: 12px;*/
    align-content: flex-start;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    
}

h1 {
    font-family: 'Roboto Slab', serif;
    color:rgb(10, 157, 44);
    font-size: 1.6rem;
    align-content: center;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-top: 1rem;
    
  }

h2 {
   /*text-align: center;*/
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    padding-top: 1em;
    letter-spacing: 0.18rem;
    color:rgb(10, 157, 44);
    margin-bottom: 2px; 
}

h3{
    font-family: sans-serif;
    font-size: 1rem;
    text-align: center;
    padding-top: 1em;
}



a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    
}

.integrantes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-content: center;
    margin-top: 1rem;
      
}

.integrantes div a img{
    width: 6rem;
    border-radius: 8rem;
}

#rocio{
    width: 8rem;
    font-family: sans-serif;
    text-align: center;
    }

#yanina{
    width: 8rem;
    font-family: sans-serif;
    text-align: center;
}
#pablogalicia{
    width: 8rem;
    font-family: sans-serif;
    text-align: center;
    text-decoration: none;
}

.integrantes a{
    text-decoration: none;
    color:black;
    
}

.integrantes a:hover {
    color:rgb(10, 157, 44);
}
    

#texto {
    display: flex;
    flex-direction: row;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
   /* margin-left:20px;
    margin-right: 20px;*/
    
}


#mapafotos img {
    width: 20rem;
    margin-left: -5.5rem;
}

footer { 
display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #02714c;
    font-size: 11px;
    color: #d3f7eb;
    margin-top: 3rem;
        
}

footer p {
    padding: 12px;
}