<!--
* {
  margin: 0px;
  padding: 0px;
}

body {
  background-image: url(../images/b.gif);
  text-align: center;
}

#mainwrap {
  position: relative;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#top {
  position: relative;
  width: 100%;
  height: 285px;
  background-image: url(../images/head.jpg);
  background-repeat: no-repeat;
}

#content {
  position: relative;
  width: 960px;
  background-image: url(../images/bh.jpg);
  background-repeat: repeat-y;
  overflow: auto;
}

#left {
  position: relative;
  width: 150px;
  float: left;
  display: inline;
  margin-left: 20px;
}

#center {
  position: relative;
  width: 590px;
  float: left;
  display: inline;
  margin-left: 15px;
  margin-right: 20px;
}

#right {
  position: relative;
  width: 150px;
  float: left;
  display: inline;
}

#footer {
  position: relative;
  width: 960px;
  height: 19px;
  background-image: url(../images/foot.jpg);
  background-repeat: repeat-y;
}

.menu dl {
  font-family: Trebuchet MS;
}

h2 {
  border-bottom: 2px solid #336699;
  font-size: 1.0em;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: Trebuchet MS;
}

.menu dd {
  font-size: 0.8em;
  padding-left: 5px;
  line-height: 20px;
  padding: 3px;
}

.menu dd a {
  color: #444444;
  text-decoration: none;
  font-family: Arial;
}

.menu dd a:hover {
  text-decoration: underline;
}

#reglas {
  font-size: 11px;
  font-family: Arial;
  padding-left: 10px;
}
-->

