/*Hoja de estilos CSS*/

/* selector { propiedad: valor;} */

* {
    
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}



header {
    
        width: 100%;
        background-color: #434142;
        justify-content: left;
        box-shadow: 0px 3px 5px 0px gray;
  
}




/*----- NAVEGADOR ------*/

.menu ul {
    display: inline-flex;
    list-style: none;
   
    
  
}


.menu ul li:hover ul {
    display:block;
    
}


.menu a {
    
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-family:sans-serif;
    color: white;
    font-size: 0.95em;
    text-align: center;
    background-color: #434142;
    margin-left: 40;
    
}

.menu a:hover {
    
    background-color: dimgray;

}



.destacado {
    
    background-color: cornflowerblue;
    text-align: center;
    color: white;
    font-size: 2em;
    padding-top: 10px;
    padding-bottom: 10px;
    
    
   
}


body{
    
    width: 100%;
    height: auto;
    background-color: gainsboro;
        
    
}


#pagina {
    
    width: 100%;
    height: auto;
}





/*section*/

section {
    
    margin-top: auto;
    padding-top: 150px;
    
}


/*----- ALUMNOS ------*/

.alumnos {
    
    margin-top: 30px;
    padding: 10px;
    display: flex;
    text-decoration: none;
    list-style: none;
    justify-content: center;
    text-align: center;
    
}



.alumnos p {
    
    color: white;
    background-color: cornflowerblue;
    padding: 10;
    margin: 30;
    text-decoration: none;
    font-family: sans-serif;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px gray;
    
  
}

.alumnos li p:hover{
    
    background-color: #434142;
    color:white;
}





.destacado2 {
    
    padding-top: 15;
    padding-bottom: 15;
    padding-left: 50;
    font-family: sans-serif;
    font-size: 1em;
    text-align: left;
    color: white;
    background-color: cornflowerblue;
    font-weight: 400;
}



/*----- ROTULO ------*/


.info {
    color: white;
    background-color: #434142;
    font-size: 12px;
    display: flex;
    text-align: left;
    
  }

.info p {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 50;
    font-size: 15;
}



/*----- FOOTER ------*/

b {
    color: cornflowerblue;
}







footer {
    
    position: relative;
    background-color: black;
    padding: 15;
    width: 100%;
    bottom: 0px;
    
       
}

.dgpc_logo {
    
    background-color: white;
    float: left;
    height: 40px;
    margin-left: 30px;
    
    
}

.derechos{
    
    font-family: sans-serif;
    text-align: center;
    color: white;
    font-size: 0.8em;
    
}






/*CARTA*/






.carta {
    
    position: relative;
    margin: 80px;
    width: 50%;
    height: auto;
    z-index: 1;

    
}


.carta p {
        
    text-align: left;
    
  
}

.titulo_carta {
    
    font-size: 1.7em;
}

.texto_carta {
    
    position: relative;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 20px;
    
    
    
}


.foto_carta {
    position: relative;
    width: 300px;
}


.vinculos {
    margin: 30px;
    display: flex;
}

.vinculos a {
    
    text-decoration: none;
    color: black;
 
}
.vinculos a:hover {
    color: cornflowerblue;
}




.contenedor_vinculos {
    margin-left: 10px;
    width: 400px;
    height: auto;
    padding: 20px;
    
}

.titulo_vinculos {
    
    font-size: 1.5em;
    
}

