#colegios_lorca {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#colegios_lorca td, #colegios_lorca th {
  border-color: 2px solid black;
  padding: 8px;
}

#colegios_lorca tr:nth-child(even){background-color: #f2f2f2;}

#colegios_lorca tr:hover {background-color: #ddd;}

#colegios_lorca th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}