body {
  /* background-image: url(images/fondo.jpg); */
  background-color: #efeae4;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.intro {
  text-align: center;
  border: 1px solid #000000;
}

.menu {
  width: 150px;
  height: 97px;
  vertical-align: top;
  background-image: url(images/escarapela.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

.maintable {
  width: 100%;
}

.menu_text {
  padding-top: 170px;
  font-weight: bolder;
  color: #663300;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.menu_text a {
  color: #663300;
  text-decoration: none;
}

.menu_text a:hover {
  color: maroon;
  text-decoration: underline;
  text-transform: uppercase;
}

#section_title {
  font-size: 32px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #663300;
  text-align:center;
  font-weight: bolder;
  padding-bottom: 5px;
}

#section_subtitle {
  font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #663300;
  text-align:center;
  font-weight: bolder;
  padding-bottom: 5px;
}

#section_subtitle2 {
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #663300;
  text-align: left;
  font-weight: bolder;
  padding-bottom: 5px;
}