
#nav {
    font: 10px Verdana, Arial, sans-serif;
    font-weight:bold;
    z-index:500;
    position: absolute;
    bottom: 0;
    right: 0;
}

*:first-child+html #nav { /* ie7 */
    bottom: 8px;
}
* html #nav { /* ie6 */
    bottom:8px;
}
#nav .select {
    background: #0C3BE3;
    margin-top:0px;
    border-bottom: 2px solid #90B960;
    padding: 2px 0 2px 0;
    list-style:none;
    white-space:nowrap;
    width:490px;
    position: absolute;
    bottom: 0px;
    right: 0;
    height:12px;
}

#nav li {
    float:right;
}

#nav .select li {
    padding:2px 3px 2px 3px;
}

#nav .select a {
    display:block;
    text-decoration:none;
    white-space:nowrap;
    color: white;
}
#nav .select a b {
    display:block;
}
#nav .select li:hover a {
    cursor:pointer;
    color: #000066;
    background: #90B960;
}

#nav .select li:hover a b {
    display:block;
    cursor:pointer;
}
#nav .sub {
    display:none;
    list-style:none;
    height:12px;
    width:490px;
    position: absolute;
    bottom: -16px;
    right: 0;
    background: #90B960;
    padding: 2px 0px 2px 0px;
}
#nav .sub li{
    padding:0px 3px 0px 3px;
}
#nav .sub li a{ 
    color: white !important;
}
#nav .select li:hover .sub {
    display:block;
}
#nav .select li:hover .sub li a {
    display:block;
    white-space:nowrap;

}
#nav .select li:hover .sub li a:hover {
    color: red !important;
}


/********************************************** menu nuevo *****/

#nav1 {
    font: 10px Verdana, Arial, sans-serif;
    font-weight:bold;
    z-index:500;
    position: absolute;
    bottom: -6px;
    right: 0;
    z-index:1000;
    background: url(../imagenes/menu.jpg) ;
    background-position: 0 -22px;
    /* fondo de menu top, y dimensiones */
    /* background:#8f8f8f;*/
    width: 840px;
    height: 23px;
}
*:first-child+html #nav1 { /* ie7 */
    /* bottom: 8px;*/
}

* html #nav1 { /* ie6 */
    /* bottom:8px;*/
}

#nav1 ul.topnav {
    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
    /*border-bottom: 1px solid #FFF;*/
    font-size:1.00em;
    list-style: none;
    margin: 0;
    padding: 0px;
    white-space:nowrap;

    /* ajustado a la derecha y con ancho justo para las opciones */
    float:right;
    width: auto;
}

#nav1 ul.topnav li {
    float: left;
    margin: 0;
    padding: 0;
    border-left: solid 1px #fff;
    border-bottom: 1px solid #AAA;
    position: relative; /* para ser origen de coordenadas de submenu */
}
#nav1 ul.topnav li a {
    color: white;
    display: block;
    text-decoration: none;
    padding: 5px 6px;
    width:100px;
    background: url(../imagenes/menu.jpg) 0 0 repeat-x;
    background-position: 0 -22px;
}

#nav1 ul.topnav li a:hover{
    cursor:pointer;
    color: #000066;
    background: url(../imagenes/menu.jpg) 0 0 repeat-x;
}

#nav1 ul.topnav li ul.subnav {
    list-style: none;
    margin: 0; padding: 0;
    display: none;

    /* submenu, desplazado 23px hacia abajo... izquierda, donde toque */
    position: absolute; top:23px;
}

#nav1 ul.topnav li ul.subnav li{
    margin: 0; padding: 0;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    height:auto;
    clear: both;

    border-left:1px solid #AAA !important;
    border-right:1px solid #AAA !important;
    background: url(../imagenes/menu.jpg) 0 0 repeat-x;
    text-align:left;

    /*background-color:#3F77E6  !important;*/
}
#nav1 ul.topnav li ul.subnav li a {
    width: 120px;
    padding:5px 0 5px 6px;
    background: url(../imagenes/menu.jpg) 0 0 repeat-x;
    /* background:transparent !important;
    background-color:#3F77E6 !important;*/
}
#nav1 ul.topnav li ul.subnav li a:hover { 
}

.seleccionado {
    background: url(../imagenes/menu.jpg) 0 0 repeat-x !important;
}

