.titulo {
  width: 100%;
  height: 150px;
  background: #000000 url('../imagenes/web/cabecera-principal.gif') no-repeat;
}

body {
    background-color: #000000;
    color: white;
    font-family: sans-serif;
    font-size: x-small;
    text-align: justify;
  }

.marco-fino {
  border: 1px solid white;
  margin: 10px;
  margin-top: 14px;
  width: *;
  padding:2px;
}

.contenido {
  border: 2px solid white;
}

.menu {
  position: absolute;
  top: 151px;
  left: 25px;
  width: 450px;
  height: 17px;
}

.menu a {
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
  }

.menu a:link{  
   color: white;
   background-color: black;
  }
.menu a:visited{  
   color: white;
   background-color: black;
  }
.menu a:hover{
   background-color: white;
   color: black;
  }

.hueco_submenu {
  position: absolute;
  top: 169px;
  left: 23px;
  width: 150px;
}

.submenu {
  position: float;
  top: 0px;
  left: 0px;
  width: 150px;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  padding-top:2px;
  padding-bottom: 2px;
  overflow:visible;
}

.submenu a {
   text-decoration:none;
}

.submenu a:link{  
   color: white;
   background-color: black;
   padding-right:10px;
   padding-left:10px;
  }

.submenu a:visited{  
   color: white;
   background-color: black;
   padding-right:10px;
   padding-left:10px;
  }

.submenu a:hover{
   background-color: white;
   color: black;
   padding-right:10px;
   padding-left:10px;
  }

.esquina_submenu {
  position: relative;
  z-index:1;
  background-image: url('../imagenes/otras/esquina-submenu.gif');
  width: 19px;
  height: 19px;
  left: 133px;
  bottom: 19px;
}

.publi {
  text-align: center;
}

.principal {
  position: relative;
  left:0px;
  top: 0px;
  width: *;
  margin-left: 160px;
  margin-right: 10px;
  padding-bottom: 40px;
  margin-top: 10px;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.principal a {
   text-decoration:underline;
   font-weight: bold;
}

.principal a:link{  
   color: 9a7d59;
  }

.principal a:visited{  
   color: 9a7d59;  }

.principal a:hover{
   text-decoration: underline overline;
  }

.principal img {
  border: none;
}

.contador {
  horizontal-align: center;
  font-size: large;
  font-family: sans-serif;
}

.contador img {
  vertical-align: middle;
}

.firma {
  display: none;
  position: absolute;
  top: 14px;
  right: 6px;
}

.firma img {
  border: none;
}
