.ddmx {
    font: 15px tahoma;
    color: #ffffff;

}
.ddmx .item1,
.ddmx .item1-active{
    /*margin-top: 1px;*/
    padding: 5px 5px 5px 5px;
    font: 13px "Trebuchet MS",arial,tahoma;
    color: #000;
    font-weight:bolder;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative ;
    background:#A6CDEE;
    height:20px;
    text-align:center;

}
.ddmx .item1:hover,
.ddmx .item1-active:hover {
    padding: 5px 5px 5px 5px;
    font: 13px "Trebuchet MS",arial,tahoma;
    color: #fff;
    font-weight:bolder;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative ;
	font-weight:bolder;
    background:#D2E9BA;
}
/* este es el contenido cuadro del submenu */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    margin-top:0px;
    padding: 4px 2px 4px 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: 140px;
    border-bottom:1px solid #FFF;
}

.ddmx .item2 {
   background: #FFE8F3;
	padding-left:10px;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #F8F8F8  url(../images/arrow.gif) no-repeat;
    padding-left:10px;
    z-index: 500;
}

.ddmx .section {
    margin-top:14px;
	border: 0px solid #C0C0C0 ;
    position: absolute;
    visibility: hidden;
    background: #FFFFFF;
}


.ddmx .item3,
.ddmx .item3-active {
   padding: 4px 2px 4px 2px;
    font: 12px "Trebuchet MS",arial,tahoma;
    color: #333;
    font-weight:normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    width: 100px;
    border-bottom:1px solid #FFF;
    background: #DCDCED;
    padding-left:10px;

}

.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    background: #F8F8F8 url(../images/arrow.gif) no-repeat;
    padding-left:10px;
    display: block;
    white-space: nowrap;
    position: relative;
     z-index: 500;
}

.ddmx .item3 {
    background: #DCDCED;
    padding-left:10px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

