body {
  margin: 0px;
  padding: 0px;
}

#header {
  background-color: #91d71a;
  background-image: url('images/bg.png');
  height: 148px;
  margin: 0px 0px 10px 0px;
}

#left {
  float: left;
  width: 25%;
}

#left li {
  list-style: square;
  color: #336699;
  margin: 3px 0px 3px 0px;
  font-size: 15px;
}

#left a {
  color: #336699;
  font-family: "Futura", sans-serif;
  text-decoration: none;
}

#left a:hover {
  color: #91d71a;
  font-weight: bold;
}

#right {
  border-left: 2px dotted #336699;
  float: left;
  width: 69%;
  margin: 10px 0px 10px 0px;
  padding: 0px 20px 0px 20px;
  color: #111;
  font-family: sans-serif;
  font-size: 11pt/14px;
}

#right a {
  color: #336699;
}

div.titulo_seccion {
  font-size: 23px;
  font-family: "Futura", sans-serif;
  color: #4477aa;
  font-weight: bold;
}

#footer {
  clear: both;
  border-top: 10px solid #91d71a;
}

#footer p {
  margin: 0px; 
  padding: 5px 0px 25px 0px;
  border-top: 10px solid #336699;
  text-align: center;
  font-size: 11px;
  color: #666;
}

#footer a {
  color: #336699;
}

div.logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}


