.ddmx {
    font: 11px tahoma;
    color: #ffffff;

}
.ddmx .item1,
.ddmx .item1-active{
    margin-top: 1px;
    padding: 13px 21px 13px 21px;
    background:#0080C0;
    font: 13px "Trebuchet MS",arial,tahoma;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative ;
    
}
.ddmx .item1:hover,
.ddmx .item1-active:hover {
    padding: 13px 21px 13px 21px;
    background:#AAE005;
    font: 13px "Trebuchet MS",arial,tahoma;
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative ;
    border: 0px groove #333;
}
/* este es el contenido cuadro del submenu */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    margin-top:2px;
    padding: 4px 2px 2px 2px;
    font: 12px "Trebuchet MS",arial,tahoma;
    color: #333;
    font-weight:normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width: 170px;
}
.ddmx .item2 {
    background: #E5E5E5;
    padding-left:10px;
    display: block;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #F8F8F8 url(../images/arrow.gif) no-repeat;
    padding-left:10px;
    /*border: 0px groove #333;*/
}

.ddmx .section {
    /*border: 1px solid #D5EAA8;*/
    position: absolute;
    visibility: hidden;
    background: #FFFFFF;
   

}

.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    padding: 3px 10px 3px 10px;
    background: #2D87AA;
    font: 12px "Trebuchet MS",arial;
    color: #cccccc;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}


* html .ddmx td { position: relative; } /* ie 5.0 fix */