@charset "utf-8";

html {font-size: 62,5%; }


body {;
    background-color: #42A429;
}
#navegador{}

ul {list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 0em;
    margin: 0;
    
    
    }



* {box-sizing: border-box;
   font-family: 'Bitter',sans-serif,serif;
   color: white;
    
    
}
#titulo {letter-spacing: 0.em
}
ul {list-style: none;
    padding: 0;
    margin: 0;
    }


nav {background-color: black; }

* {box-sizing: border-box;
    font-family: sans-serif;
    color: black
    
}

ul {list-style: none;
    padding: 0;
    margin: 0;
    }

header nav ul li a {
    text-decoration: none;
    text-align: center;
    display: block;
    padding: .7rem;
    color: white;
    border-bottom: #4b4a4a .2rem solid
}



#logocatedra{
    background-color: black;
    text-align: center;
    display: block; 
    padding: .5rem;
    
}





#isologo {
    background-color: whitesmoke;
    text-align: center;
    display: block; 
    padding: .5rem;
    border-radius: 2em;
}

section a{
    text-decoration: none;
    color: 
    
    }


main{
    padding: 1rem;
}

h2 {
    text-decoration: underline
        
}

#foto{
    width: 300px;
    height: 300px;
    border-radius: 2em;
}








h1{
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
    width: 100%;
background-color: black;
margin-top: 1em; margin-right: 1em; margin-bottom: 1em; margin-left: 0em;
    box-sizing: border-box;
    box-shadow: .5em .5em .5em black;
    border-radius: 2em;
    
   
}
table{
  table-layout: fixed;
    width: 100%;
}
.tablaHeader{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-content{
      height:300px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}
th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}
main article section ul li {
    padding-bottom: 1rem;margin: 0 1em;
   
}
#logocatedra{background-color: aliceblue
    
}
#titulo1 {
    padding-bottom: .4rem;
    font-weight: bold;
    color: white;
    }

#titulo2 {
    padding-bottom: .3rem;
    font-weight: lighter;
    color: rgba(255,255,255,0.3);
    font-weight: italic;
    }
main article section ul li div{
    color: white;
    font-weight: bold;
}

#mapa {
    width: auto;
    display: block;
    text-align: center;
    padding-bottom: 1rem;
    
}
#docentes {
    background-color: #F781BE;
         padding-bottom: 1rem;
    padding-left: 0rem;
    padding-top: .01rem;
    margin-top: 2rem;
}
main{
    padding: 1rem;
}



main section ul  {
    display: inline-table;
    background-color: #F781BE;
    padding: .5rem;
    text-align: center;
    }
main section ul li {
    display: block;
    background-color: #F781BE;
    padding: .5rem;
    text-align: left;
    
    
    
}
main section ul li a:hover {
    color: white;
    font-weight: normal;
    

}
footer {
    padding: 1rem;
    font-size: 8pt;
    background-color: orange;
    color: black;
     text-align:
         center; }
    

