body { 
  font: 11pt/13pt Georgia, Arial, Times, "Sans Serif", sans-serif;
  color: #000000; 
  background: #ffffff url('/imagenes/farola.jpg') top left no-repeat;
  margin: 0px; 
}

p{ 
  font: 11pt/13pt arial, times, sans-serif; 
  margin-top: 0px; 
  text-align: justify;
}

a:link { 
  font-weight: bold; 
  border-bottom: 1px dotted;
  text-decoration: none; 
  color: #000000;
  background-color: transparent;
}

a:visited { 
  font-weight: bold; 
  border-bottom: 1px dotted;
  text-decoration: none; 
  color: #000000;
  background-color: transparent;
}

a:hover, a:active { 
  border-bottom: none;
}


#header{
  background: #ffffff url('/imagenes/header.png') no-repeat;
  color: #000000;
  width: 1024px;
  height: 138px;
}

#header h1{
  display: none;
}

#content ul{
  display: list-item;
  list-style: none;
}

#content ul li{
  padding: 5px;
}

#principal{
  position: absolute;
  top: 120px;
  left: 50px;
}

#footer{
  position: absolute;
  bottom: 10px;
  left: 30px;
  font-size: 11px;
}

.address{
  background: #ffffff url('/imagenes/contact.png') no-repeat;
  color: #000000;
  width: 142px;
  height: 16px;
  padding: 3px;
  margin-top: 3px;
}

.address p{
 display: none;
}
