/* Generated by KompoZer */
#container {
  margin: 0px auto;
  font-size: 1.2em;
}
#right_menu {
  background-image: url(imagenes/menu.png);
  height: 500px;
}
.navcontainer {
  margin-left: 60px;
  width: 243px;
}
.navcontainer ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.navcontainer a {
  border-bottom: 2px solid #bfc2c9;
  padding: 0px;
  display: block;
  width: 160px;
}
.navcontainer a:link, .navlist a:visited {
  color: #666666;
  text-decoration: none;
}
.navcontainer a:hover {
  background-color: #cccc99;
  margin-left: 13px;
  color: #ffffff;
  font-weight: inherit;
  background-position: left top;
}
