
body {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

img.logo1 {
  width: 350px;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
    
div.fondo1 {
  background-color: rgb(217, 217, 217);
  padding-bottom: 60px;
}

img.fondo1 {
  width: 100%;
}

body.fondo2 {
  background-image: url(./img/fondo2.png);
  padding-bottom: 60px;
}

.sin-fondo-container {
  background-color: white;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(217, 217, 217);
}


div.rba {
  font-size: 24px;
  font-weight: 400;text-align: center;
  margin-top: 30px;
}

div.texto-principal {
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
}


div.footer-container {
  background-color: rgb(105, 117, 88);
  color: #D9D9D9;
  padding: 30px;
  margin-top: 40px;
  font-size: 12px;
}

div.footer-text {

}

.hundred {
  width: 100%;
}

div.footer-links {
  text-align: right;
}

div.menu-container {
  text-align: center;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
tr.menu-container {
  width: 400px;
  margin-left: auto;
  margin-right: auto;

}

table.menu-container {
  margin-left: auto;
  margin-right: auto;
  border: 0px;
}

td.selected, td.selected-not {
  cursor: pointer;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  margin-bottom: 100px;
  border-top: 1px solid rgb(189, 189, 189);
}

td.selected {
  background-color: rgb(217, 217, 217);
}

span.selected-not {}

.titulo2 {
  color: rgb(130, 130, 130);
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}

.titulo2-borde-inferior {
  border-top: 1px solid rgb(130, 130, 130);
  width: 70px;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
}

.show-not {
  display: none;
}

div.contenido {
  text-align: center;
  max-width: 820px;
  /* max-width: 80%; */
  margin-left: auto;
  margin-right: auto;
}

.contenido-image-inline {
  height: 178px;
}
