html, body{
  height: 100%;
  margin: 0%;
}
html {
  background: url(../images/fondo.png);
}
div#contenedor{
  min-height: 100%;
  width: 750px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  background: url(../images/cuerpo.png) center repeat-y;
}
div#titulo{
  background: url(../images/titulo.png) no-repeat;
  height: 150px
}
div#cuerpo{
  overflow: auto;
  padding-bottom: 50px;
}
div#contenido{
  float: right;
  width: 530px;
  margin: 10px;
  font: 90% Verdana, Arial, Helvetica, sans-serif;
  cursor: default;
}
div.menu{
  float: left;
  width: 200px;
}
div#pie{
  position: absolute;
  width: 750px;
  height: 45px;
  bottom: 0px;
  background: url(../images/pie.png) repeat-x;
  color: #4e4e4e;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  cursor: default;
}
ul#menu{
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#menu li a{
  display: block;
  line-height: 30px;
  background: url(../images/menunormal.png) no-repeat left top;
  padding-left: 35px;
  margin: 2px 0;
  color: #4e4e4e;
  font: 1.1em/30px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
ul#menu li a:hover{
  background: #f3f1f1 url(../images/menuhover.png) no-repeat left top;
  color: #7e7878;
}
img{
  border: 0;
}
a{
  text-decoration: none;
  font-weight: bold;
  color: #0033CC;
}
a:hover{
  color: #009933;
}
