* {
  margin: 0;
  padding: 0;
}
body {
  background: none repeat scroll 0 0 #fff;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

a:link {
  color: #000;
  text-decoration: none;
}
a:active {
  text-decoration: underline;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}

#menu {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: visible;
  padding-top: 10px;
  position: sticky;
  top: 0;
  width: 230px;
}
#menu ul {
  list-style: none outside none;
  margin: 0 0 12px;
}
#menu ul li.section-title {
}
#menu ul li.active a {
  text-decoration: underline;
}
#content {
  height: 100%;
  margin: 0 0 0 230px;
  padding-top: 10px;
  top: 0;
}
#content p {
  margin-bottom: 9px;
  width: 500px;
}

.container {
  padding: 5px 5px 25px;
}
.container2 {
  padding: 15px 5px 25px;
  min-width: 0;
}

p {
  margin: 0 0 9px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 12px;
}
#img-container {
  margin: 0;
  padding: 0;
}
#img-container p {
  margin: 0;
  padding: 0 0 12px;
  width: 400px;
}
#once {
  clear: left;
}
.centerImage {
  text-align: center;
  margin-top: 20px;
}
a.light {
  font-size: 10px;
  font-weight: normal;
}
.bottom {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
table {
  font-size: 12px;
  font-weight: bold;
}
table u {
  line-height: 1.5em;
  display: block;
}
.ancho400px {
  width: 500px;
}

.gallery-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding: 0 10px;
}

.gallery-item {
  flex: 0 0 auto;
}
