


#mapa {
    height: 700px;
    padding: 0;
    margin-bottom: 400px;
}

 



table { 
  width: 100%; 
  border-collapse: collapse; 
  height: 80px;
    padding: 0;
    margin-bottom: 50px;

    
}

tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}