body, pre {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

body {
  color: #666;
  background-color: #a8bdd5;
  margin: auto;
  width: 800px;
  text-align: center;
}

h1, h2, h3, dt {
  color: #e1b282;
  font-variant: small-caps;
}

h1 {
  font-size: 130%;
}

h2 {
  font-size: 110%;
}

hr {
  color: #a8bdd5;
  border: 0px;
  border-top: 1px solid;
}

dd {
  margin-bottom: 1em;
}
  
blockquote {
  margin: 1em;
  color: #a8bdd5;
  text-align: right;
}

a {
  color: #e1b282;
}

a:visited {
  color: #c87961;
}

#contenido {
  /* min-width: 700px; */
  width: 800px;
  align: center;
  background-color: white;
  margin: 0px 50px;
  padding: 0.5em 1em;
  text-align: left;
}

#cabeza {
  background-image: url('/img/banner.gif');
  background-repeat: no-repeat;
  background-color: #c87961;
  width: 100%;
  height: 130px;
}

#pie{
  background-color:  #e1b282;
  color: white;
  font-size: 70%;
  text-align: right;
  height: 1.5em;
  padding: 1em 4px 0px;
}

#menu_hor, #menu_ver {
  font-size: 80%;
}

#menu_hor {
  padding-top: 110px;
  padding-left: 8px;
  margin: 0px;
  margin-left: 8px;
  display: block;
}

#menu_hor li {
  display: block;
  float: left;
  padding-right: 8px;
}

#menu_hor li a {
  color: white;
  padding: 0px 8px;
  text-decoration: none;
}

#menu_hor li a:hover {
  color: #c87961;
  background-color: white;
}

#menu_ver {
  float: left;
  width: 15em;
  background-color: #e1b282;
  color: white;
  padding-left: 1em;
  padding-bottom: 1em;
  margin: 1px 0;
}

#menu_ver li {
  padding-top: 1em;
  border-bottom: 1px solid;
}

#menu_ver li a {
  color: white;
  text-decoration: none;
  padding: 2px 4px;
}

#menu_ver li a:hover {
  background-color: white;
  color: #e1b282;
}

#cuerpo {
  margin-left: 14em;
  padding-bottom: 1em;
  min-height: 30em;
}
