
.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}


.ddcolortabs ul{
margin:0;
padding:0;
list-style:none;
width: 100%;

}

.ddcolortabs li{
float:left; /*Esto lo he cambiado yo */
display:inline;
margin:0;
padding:0;

}
.ddcolortabs li.ultimo{
margin:0 0px 0 15px;
}


.ddcolortabs a{
float:left;
color: white;
margin:0 15px 0px 0;
padding:0 0 0px 0px;
}
/*
.ddcolortabs a:hover{
background-color: #591f20;
}

.ddcolortabs a:hover span{
background-color: #591f20;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ 
background-color: #591f20;

}*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border-top: 1px solid #601f49; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
line-height:14px;
z-index:100;
width: 95px;
visibility: hidden;
background-repeat:repeat;
background-color:#be91ad;
}

 /* Mozilla ignores crazy MS image filters, so it will skip the following */
/*
 .dropmenudiv_a{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/semitransp.png');
}*/
/* IE ignores styles with [attributes], so it will skip the following. */
/*.dropmenudiv_a[class] {
  background-image: url(../images/semitransp.png);
}*/


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 1px solid #601f49; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #d1b2c6;
color: black;
}
