body {
  margin: 0 auto;
}

h1 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 2rem;
  color: #00410a;
  text-align: justify;
}
h2 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1.5rem;
  color: #00410a;
  text-align: justify;
}
h3 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1.1rem;
  color: #00410a;
  text-align: justify;
}
p {
  font-family: inherit;
  font-size: 1rem;
  color: #00410a;
  text-align: justify;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
}
th {
  font-weight: bold;
}

td {
  text-align: center;
}

th,
td {
  padding: 10px;
}
tr {
  padding: 10px;
}

.divCenter {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.textCenter {
  text-align: center;
}

.tabla {
  font-family: inherit;
  font-size: 1rem;
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.pagina {
  font-family: inherit;
  font-size: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  max-width: 1400px;
}
.titulo {
  font-family: inherit;
  font-size: 1.1rem;
  color: #00410a;
  text-align: justify;
}
.titulo.a:link {
  color: #00410a;
  text-decoration: none;
}

/* visited link */
a {
  color: #00410a;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: red;
}
.tablaInicio {
  background-color: #00410a;
  text-align: justify;
}
.titulo_banner {
  font-family: inherit;
  font-size: 2rem;
  color: rgb(250, 251, 253);
  text-align: center;
}
.texto_banner {
  font-family: inherit;
  font-weight: lighter;
  font-size: 1rem;
  color: rgb(250, 251, 253);
  text-align: center;
}
.summary {
  font-family: inherit;
  font-weight: lighter !important;
  font-size: 1.1rem;
  color: #00410a;
  text-align: justify;
}
.titulosProductos {
  font-family: inherit;
  font-size: 1.5rem;
  text-align: justify;
  background-color: lightblue;
}
.subtitulosProductos {
  font-family: inherit;
  font-size: 1.1rem;
  color: white;
  text-align: justify;
  background-color: #00410a;
}
.tableproductos {
  font-family: inherit;
  color: #00410a;
  font-size: 1rem;
  table-layout: fixed;
  border-color: lightgray;
  width: 800px;
  border-collapse: collapse;
  border: 2px lightgray;
}
table.tableproductos td table.tableproductos th {
  border: 1px solid blue;
}
.btn2 {
  border: none;
  background-color: white;
  padding: 14px 28px;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  border-radius: 4%;
}
.success {
  color: #00410a;
  text-decoration: none;
}
.contact {
  color: rgb(248, 249, 250);
  text-decoration: none;
}
.success.a:link {
  color: #00410a;
  text-decoration: none;
}

/* visited link */
a {
  color: #00410a;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  text-decoration: none;
  color: white;
  background-color: #00410a;
}
section {
  float: left;
  padding-right: 1cm;
}
aside {
  float: right;
  padding-left: 1cm;
}
ul {
  list-style-type: square;
}
ul li {
  color: #00410a;
  margin: 5px;
}

.btn3 {
  border: none;
  background-color: #00410a;
  padding: 14px 28px;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
}
.cta3 {
  color: white;
  text-decoration: none;
}
.cta3 a {
  color: white;
  text-decoration: none;
}
/* visited link */
.cta3 a:visited {
  color: white;
  text-decoration: none;
}

/* mouse over link */
.cta3 a:hover {
  color: #00410a;
  background-color: white;
  text-decoration: none;
}
footer {
  font-family: inherit;
  font-size: 1rem;
}

.tableredes {
  table-layout: fixed;
  width: 200px;
  border-collapse: collapse;
  border-color: lightblue;
}

.imgBackground {
  background-image: url("../imagenes/BannerLateral_local.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 92% 10%;
}

.button1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

a.editar-btn,
a.eliminar-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
}

a.editar-btn {
  background-color: #3498db;
  color: #fff;
  margin-right: 10px;
}

a.editar-btn:hover {
  background-color: #2980b9;
}

a.eliminar-btn {
  background-color: #e74c3c;
  color: #fff;
}

a.eliminar-btn:hover {
  background-color: #c0392b;
}
