@charset "utf-8";

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

#pagina {min-height: 87vh;
   padding: 0rem;
    margin: 0;
}

body {;
    background-color: #4b4a4a;
}

nav {background-color: #000000; }

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

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
}

header nav ul li a:hover{
    background-color: aqua;
    color: black;
    font-weight: bold;
}

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

footer {
    padding: 1rem;
    font-size: 8pt;
    background-color: black;
    color: azure;
}

section a{
    text-decoration: none;
    color: 
    
    }
section a:hover{
    color: aqua;
    font-weight: bold;
}

main{
    padding: 1rem;
}

h2 {
    text-decoration: underline
}

#foto{
    width: 300px;
    height: 300px;
}








h1{
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
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;
   
}

#titulo1 {
    padding-bottom: .4rem;
    font-weight: bold;
    color: white;
    }

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

#mapa {
    width: auto;
    display: block;
    text-align: center;
    padding-bottom: 1rem;
    
}
