/*    ////////// GENERAL //////////     */
* {padding:4px;
    margin:0px;
    box-sizing: border-box;
    color: #f4f7f8;
    font-family: 'Sanchez', sans-serif;}

@font-face{font-family: 'Montserrat', sans-serif;}


/*    ////////// BARRA DE ARRIBA //////////     */

header{background-color:#a6a5b5;
    left: 0;
    top:0;
    max-height: inherit;
    width: 100%;
    display: flex;
    }

#logo{padding-left: 8em;
padding-bottom: 0em;
height: auto}




#vinculosppales ul{padding-top: 0.1rem;
                padding-bottom: 0.1em;
                justify-content: flex-end;
                display: flex;
                list-style: none;
                background-color: #4f554f;
                font-size: 15px;
                }
 

#vinculosppales a:hover{ color:#261f5d;
                   }
a {text-decoration: none;}

#alumnos ul{padding-top: 0em;
            padding-bottom: 0em;
            justify-content: space-between;
            display: flex;
            list-style: none;
            font-size: 18px;
            }

#alumnos li{background-color: }
#alumnos p:hover{ color:gray;
                  background-color: #28313e;
                   }

#alumnos ul{
         list-style: none;
         padding-left: 0;
         text-decoration: none;
    list-style: none;
    justify-content: flex-end;
    text-align: center;
    font-size: 1em;
    margin: 0.01em;
}

/*    ////////// BODY //////////     */

body{background-color:#48484a;}


/*    ////////// MAIN INFO //////////     */

main {color: #ededec;
    background-color: #333333 ;
    padding: 1em;
    text-align: left;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    align-content: center;  
}

#info1{
      padding-right: 1em     
  }  
#info2{
      padding-right: 1em
  } 
#info2{
      text-align: right
  }
#info3{
      padding-right: 1em     
  } 


/*    ////////// FOOTER //////////     */          
          
    
footer{
    background-color: #555657;
    width: 100%;
    font-family: 'Ubuntu:300'; 
	text-align: center;
	position: absolute;
     color: black;        
    }


footer a{    
        
        }


footer a:hover{ color:#261f5d;
                           }


#basefooter {font-size: 0.7em;
        }






/*    ////////// ACLARACIONES //////////      


    
    
