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

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

h2{
  color: #646464;
  font-size: 16pt; 
  padding: 5px 0px;
  font-weight: bold;
  border-bottom: 1px dotted;
}

h3{
  color: #ffffff;
  background-color: #848484;
  font-size: 12pt; 
  padding: 2px;
  font-weight: bold;
}

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;
}

#barra{
  font-size: 11px;
  position: absolute;
  top: 105px;
  left: 5px;
}

#content{
  position: absolute;
  top: 130px;
  left: 130px;
  width: 80%;
}


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

#content ul li{
  padding: 5px;
  display: list-item;
  list-style: outside url('/imagenes/bolo.gif');
}


#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;
}

#license { 
  position: relative;
  top: 50px;
  text-align: center;
  padding-top: 30px;
}
