/* Basic code - don't modify */
 
#enlaces {
   display: block;
   margin: 0;
   padding: 0;
   position: relative;
   z-index: 1001;
}
#enlaces li {
   display: block;
   list-style: none;
   padding: 0;
   float: right;
   position: relative;
   margin: 0px;
}
#enlaces a {
   display: block;
}
#enlaces ul {
   display: none;
   position: absolute;
   right: 0;
   margin: 0;
   padding: 0;
}
* html #enlaces ul {
   line-height: 0;
} /* IE6 "fix" */
#enlaces ul a {
   zoom: 1;
} /* IE6/7 fix */
#enlaces_lista li {
   float: none;
}
#enlaces_lista ul {
   top: 0;
}
    
/* Essentials - configure this */

#enlaces ul {
   width: 280px;
}
#enlaces_lista ul {
   right: 280px;
}

/* Everything else is theming */
 
#enlaces { /* cabecera del desplegable */
   display: inline; /* corrige problema con float y margin en IE6 */
   border-bottom: none;
   margin: 6px 10px 0px 0px;
   padding: 0px;
   height: 20px;
   color: #ffffff;
   width: 70px;
   float: right;
}
#enlaces > li { /* cabecera del desplegable (todos menos IE6) */
   background: url("../img/menu_enlaces_der.gif") no-repeat top right;
   color: #ffffff;
   font-size: 9px;
   padding: 4px 18px 4px 8px;
   border-bottom: none;
   height: 16px;
   margin: 0px;
}
#enlaces_cabecera { /* cabecera del desplegable (sólo para IE6) */
   background: url("../img/menu_enlaces_der.gif") no-repeat top right;
   color: #ffffff;
   font-size: 9px;
   border-bottom: none;
   height: 16px;
   margin: 0px;
}
#enlaces_etiqueta { /* etiqueta del desplegable */
   display: block;
   background: url("../img/menu_enlaces_izq.gif") no-repeat top left;
   height: 16px;
   padding: 4px 10px 0px 6px;
}
#enlaces_cabecera > #enlaces_etiqueta { /* etiqueta del desplegable (todos menos IE6) */
   padding: 4px 4px 4px 6px;
   margin-top: -4px;
}
#enlaces a { /* todos los enlaces */
   color: #ffffff;
   font-size: 9px;
   padding: 6px;
   line-height: 1;
}
#enlaces li.hover a { /* enlaces estado normal */
   background-color: #5d5d5d;
}
#enlaces ul {
   top: 25px;
}
#enlaces ul a.hover { /* enlaces al pasar por encima */
   background-color: #808080;
}
#enlaces ul a { /* todos los enlaces */
   border-right: none;
}
#enlaces ul li { /* todos los elementos */
   background-color: #5d5d5d;
   border-bottom: 1px solid #5d5d5d;
}
#enlaces_lista span { /* todos los submenús */
   display: block;
   padding: 6px;
   margin-top: -1px;
   line-height: 120%;
}


