body{
  font-family: verdana, arial;
  font-size:80%;
  background-color: #edd99f;
  background-color: #d9c591; 
  background-color: #efdeb0; 
  text-align:center;
  margin-top:0px;
}

#page{
  background-color:#fff;
  width:760px;
  margin-right:auto;
  margin-left:auto;
}

#header{
  background-color: #000;
}

#front-image{
  float:left;
}

#left{
  width: 200px;
  float:left;
  
}

#centenario{
  padding-top:20px;
  
}
#first-menu{
  padding-top:90px;
  height: 310px;
  height: 353px;
}

#first-menu ul {
  margin:0px;
  padding:0px;
  text-align:right;
  list-style-type: none;
  margin-right:15px;
  line-height: 1.8em;
}

#first-menu ul li a {
  text-decoration:none;
  color: #666;
}

#first-menu ul li a:hover {
  color: #000;
  border-bottom: 2px dotted #c1b38f;

}

#footer{
  background-color: #000;
  clear: both;
  padding-top:5px;
  padding-bottom:5px;
}

#footer a {
  color: #fff;
  text-decoration:none;
  font-size:0.8em;
}

#footer a:hover {
  text-decoration:underline;
}
.align-left{ text-align:left}