@charset "utf-8"; 
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
    background-color:  #212121;
}



body { margin: 0;
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;}


header > div.navegacionprincipal {width:100%;
   
    display: flex;
    justify-content: space-between;
    padding: .5em;
    background-color:gray
     }


header > div.navegacionprincipal>a> img{
    max-width: 100%;
    height: auto;
    }

header,footer {  background-color: gray;}







nav ul li a:hover {background-color: orange;
    color: black; }









.contenedormenu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    margin:0;
    padding: .4em;
}

.contenedormenu img{
    width: 60px;
    
}

.imgdgpc img{
     width: 60px;
}
    



nav ul { 
  
    color: aliceblue;
    list-style: none;
    padding:.5em;
    display: flex;

    

}


nav ul li a{
    
    color: aliceblue;
    list-style: none;
    text-decoration: none;
   padding: .5em;
    margin: .5em;
background-color:  #212121;
    font-size: .9em;
    
    }


/*main---------------------------------------*/



.integrantes img{width: 100px;
border-radius: 8em;}

.comitentedis { display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin: 1em;
    padding: 1.3em;
    background-color:  #212121;
    color: orange; }


#contenedorlogo img{ width: 100px;
margin-right: 4em;
margin-left: 4em;
    margin-top: 2em; }

#contenedorlogo2 img{ width: 100px;
margin-right: 4em;
margin-left: 9em;
    margin-top: 2em; }

#contenedorpanel img { width: 300px;
margin-right: 4em;
margin-left: 4em;
margin-top: 2em;
margin-bottom: 2em;}


.integrantes {  align-items: center;
    text-align: center;
      border-top: 2px white solid ; }


.integrantes h1{ font-size: 15px;
    margin: .5em;
    color: aliceblue;}


.integrantes img{width: 100px;
border-radius: 8em;}

.comitentedis { display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.em;
    margin: .5em;
    padding: 1em;
   background-color:  #212121;
    color: aliceblue;}


.integrantes ul {
    margin: 0 1em;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.integrantes ul li {
    margin:1em;
    max-width: 25%;
}

.integrantes ul li a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: auto;
}

.integrantes ul li a:hover {
    color: orange;
    text-decoration: none;
}

.integrantes ul li a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: solid .1em gray;
    border-radius: 50%;
    border-right-color: gray;
    border-bottom-color: gray;
    border-left-color: gray;
    box-shadow: 0 .25em .25em  rgba(250, 0, 0, 0.4), 0 .25em .25em  rgba(250, 0, 0, 0.4) inset;
    margin-bottom: 8%;
   
    object-fit: cover;
    
}

.integrantes ul li a:hover img {
    -webkit-filter: grayscale(0%);
    transition: all .4s ease;
    filter: grayscale(0%);
    border: solid .5em orange;
    border-radius: 50%;
    box-shadow: 0 .25em .25em  rgba(0, 0, 0, 0.4), 0 .25em .25em  rgba(0, 0, 0, 0.4) inset;
    object-fit: cover;
    object-position: center center;
}


.datos{border-top: 1px white solid; 
    display: flex;
    margin-left: 0.5em;
    flex-direction: column;
    text-align: center;
    color:azure;
}


.datos h2{ margin-top: 1em;
font-size: .9em;
color: orange;}


.datos h3{ margin-top: 1em;
font-size:.9em;
color: antiquewhite;
font-weight: 300;}


.datos li {list-style: none;
font-size: .7em;
font-weight: 300}


.datos img{ width: 70px; margin: 1em;
font-size: 14px}


.academica2 img{width: 150px;
}


.mapanav{
    color: aliceblue;
    
}

.contenedorr{
    
    display: flex;
    text-decoration: none;
    list-style: none;
    justify-content: center;
    color: aliceblue;
    margin: 1em;
    flex-wrap: wrap;
    
    
    
}


main{
    margin: 1em;
    padding: 2em;
}

.cajaun{
    margin: .5em;
    padding: .5em;
    font-size: .8em;
}


.cajaun a{
    color: orange;
    text-decoration: none;
    font-size: .8em;
}

.comitentedis{
    text-align: left;
}

.comitentedis h1{padding: .3em;
     margin-top: .8em;
    
    
}

.comitentedis h3{padding: .3em;
    margin-top: .8em;
    color:orange;
    
    
}

.comitentedis p{
    padding: .5em;
    text-align: left;
 
}


.comitentedis li{
    list-style: none;
}




.pantallasgaleria{
    margin-top: 2em;
    display: flex;
    flex-wrap:wrap;    
}

figure{
  
    width: 50%;
    padding: .6em;
    
}

figure img{
    width: 120px;
}

figure figcaption{
    color:antiquewhite;
    font-size: .7em;
    margin-bottom: 3em;
}


.titulogaleria h1{
    margin-top: 2em;
    color: aliceblue;
    font-size: .8em;
    text-align-last: center;
    padding: .6em;
    
}


footer {color: aliceblue;
    font-size: .6em;
        padding: 1em;}































@media (min-width: 900px){
    
    body{
         ;
    }
    .contenedor{
  
    margin: 2em;
    
    
    padding 2em;
    box-sizing: border-box;
    max-width: 70rem;
    margin: 0 auto;
    padding: 0rem;
       
     }
    
    .pantallasgaleria{
    margin-top: 2em;
    display: flex;
    flex-wrap:wrap;    
}

figure{
  
    width: 30%;
    padding: .6em;
    
}

figure img{
    width: 200px;
}

figure figcaption{
    color:antiquewhite;
    font-size: .7em;
    margin-bottom: 3em;
}


.titulogaleria h1{
    margin-top: 2em;
    color: aliceblue;
    font-size: .8em;
    text-align-last: center;
    padding: .6em;
    
}
    
    
}




    









    
