
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
  padding-bottom: 60px;
}


#menu1, #menu2 {
  background-color: #222;
  padding: 10px 20px;
}

.nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.nav-list li a {
  text-decoration: none;
  color: #fff;
  padding: 8px 12px;
  transition: background-color 0.3s;
}

.nav-list li a:hover,
.nav-list li a.active {
  background-color: #555;
  border-radius: 4px;
}


header {
  text-align: center;
  padding: 40px 20px 20px;
  background-color: #e4e4e4;
}

header img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

header h1 {
  font-size: 2em;
  color: #111;
}

header h2 {
  font-size: 1.2em;
  color: #555;
}
.historia h3 {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 30px;
  color: #222;
}

.columnas {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.columna {
  flex: 1 1 220px;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.columna h4 {
  margin-bottom: 15px;
  color: #444;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.columna ul {
  list-style: none;
}

.columna li {
  margin-bottom: 8px;
}
footer p{color: #aca8a8; font-size: 0.6;}