.tabla-estilo {
  width: 100%;
  font-family: 'Arial', sans-serif;
  margin: 20px 0;
  background-color: white;
  
}


.tabla-estilo th {
  background-color: #24aa98;
  color: white;
  padding: 12px;
  border: 1px solid #ccc;
  text-align: left;
  font-weight: bold;
}

.tabla-estilo td {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: left;
}

.tabla-estilo tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.claro {
  background-color: rgba(36, 170, 152, 0.3); 
  color: black;
  
}

.gris {
  background-color: white;
  color: black;
}

.oswald {
  font-family: 'Oswald';
  text-transform: uppercase;
}

a:link, a.visited, a.hover {
    text-decoration: none;
    color: black;
}