@charset "uft-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,800');

*{
    box-sizing: border-box;
}

body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
     background-color: #FC427A;

}



/* Documento principal */
html {
    height: 100%;
    font-size: 100%;
    font-family: sans-serif;
}

/*Cómo tiene que ir el logo de DGPC en cáda página*/
#imagenlogo img{
    width: 5em;
    height: 5em;
    display: block;
    margin: auto;
}

nav #menu {
    margin-left: -0.5rem;
    margin-right: 2.2rem;
}

body ul li a{
 cursor: pointer;
    background-color: #000000;
    display: grid;
    padding: 0.5rem;
line-height: 1rem;
    margin: 0.3rem;
    text-align: center
}
            
a {color: white;
   text-decoration: none;
}

/*El banner principal tiene un fondo beige cuando pasa el mouse encima*/
#menu ul li a:hover{
    background-color:#84FEEC;
}


/*Imagen central de perfil centrada*/
.image_container{
    text-align: center;
    color: beige;
    padding: 4em;
}


/*La lista no tiene estilo y le saca la propiedad de márgenes*/
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.mapapagina {
    text-align: center;
    margin: auto;
    display: block;
    padding: auto;    
}

.webapp {
    text-align: center;
    margin: auto;
    display: block;
    padding: auto;    
}



.articulo ul{
    text-decoration: none;
    list-style-type: none;
    font-size: 14px;
    line-height: 1.6;
    color:beige; 
}

.article{
    text-align: center;
    color: beige; 
    padding-bottom: 60px;
    margin-top: -5em;    
}

.niveles{
     width: 60px;
    padding-top: 60px;
}

.articulo
    {
     display: inline-block;
    vertical-align: top;
    width:50%;
    padding: 0px 0px 0px 0px;
}



.tabla_equipo{
    border: 1px solid black;
    padding: 0;     /* Importante que este en 0 por los porcentajes */
    margin: 0;      /* Importante que este en 0 por los porcentajes */
    display: inline-block;
    text-align: center;
    background-color: #000000;
    width: 60%;
    margin-bottom: 5px;
}

.tabla_equipo a{
    color: #FBFEFE;
}

.tabla_equipo a:hover{
    color: #3E1E64;
}

.tabla_equipo .lista_equipo{
    padding: 20px;
}


@media screen and (min-width: 620px){
    
    
    .tabla_equipo{
        width: 29%;    
    }
 ul#header_list {
        display: flex;
        flex-direction: row;
        justify-content: space-around;        
    }
    
}


section#docentes {
    text-align: center;      
}



p#parrafot {
    text-align: center;
    margin: 3em;
    margin-top: 2em;
}

/*Footer*/
footer p{
    color: #FC427A;
    font-size: 12px;
    margin-top: 2em;
    background-color: #F6E3B4;
    padding: 15px;
    padding-left: 25px;
}

.botonweb{
    background-color: #000000;
    color: #FBFEFE;
    font-size: 1.5rem;
    padding: 0.5em;
    display: block;
    margin: auto;
    margin-top: 1em;
    width: 200px;
    text-align: center;
}



/*
@media screen and (min-width: 500px){
    .tabla_equipo{   
    width: 60%;
    margin-bottom: 4px;    
    }
    
}
*/



@media screen and (min-width: 680px){
    .articulo{
    	width: 50%;
    }    
}


@media screen and (min-width: 1150px){
    .articulo{
    	width: 35%;
    }    
}


@media screen and (min-width: 1450px){
    .articulo{
    	width: 25%;
    }    
}








@media screen and (min-width: 1450px){
    .articulo{
    	width: 25%;
    }    
}



