body {
  font-family: Arial, sans-serif;
  background-color: #f0f8ff;
  margin: 0;
  padding: 20px;
  color: #333;
}

h1 {
  color: #2a7b55;
  text-align: center;
}

h2 {
  color: #555;
  margin-top: 40px;
}

hr {
  border: 1px solid #ccc;
  margin: 20px 0;
}

.servicio-imagen {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.descripcion {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table, th, td {
  border: 1px solid #ccc;
}

th {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  text-align: center;
}

td {
  padding: 10px;
  text-align: center;
}

.menu {
  background-color: #4CAF50;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 20px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  display: inline;
  margin: 0 15px;
}

.menu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.menu a:hover {
  text-decoration: underline;
}