/* Generated by KompoZer */
ul#menu {
  margin: 0;
  padding: 0;
  background: #ffffff url(../imagenes/menu-bg.gif) repeat-x scroll left top;
  height: 43px;
  font-size: 0.8em;
  font-family: "Lucida Grande",Verdana,sans-serif;
  font-weight: bold;
  list-style-type: none;
  width: 100%;
}
ul#menu li {
  margin: 0 0 0 5px;
  display: block;
  float: left;
}
ul#menu li a {
  padding: 8px 15px 0;
  height: 43px;
  color: #777777;
  text-decoration: none;
  display: block;
  float: left;
  line-height: 200%;
}
ul#menu li a:hover {
  color: #333333;
}
ul#menu li a.current {
  padding: 5px 15px 0;
  background: #ffffff url(../imagenes/current-bg.gif) repeat-x scroll left top;
  color: #ffffff;
}
p {
  font-size: medium;
  font-weight: bold;
  font-style: normal;
  text-align: justify;
}
body {
  font-weight: normal;
  font-family: "Courier New",Courier,monospace;
  font-size: large;
}
h1 {
  border-color: #cc0000;
  color: white;
}
h2 {
  border-color: #990000;
  border-width: 1px;
  font-family: "Courier New",Courier,monospace;
  color: white;
}
.cajadir {
  border-style: outset;
  border-width: 1px;
  float: left;
  display: inline;
  position: static;
  width: 50%;
  margin-left: 25%;
}
