Hola mdk
Mira así tengo mi .css:
Código CSS:
Ver original.bloque_activador {
height: 30px;
width: 690px;
line-height: 30px;
color: #000000;
font-weight: normal;
outline: none;
font-size: 14px;
color: #000000;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
background-color: #FF6FC6;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
text-indent: 10px;
}
.bloque_activador_activo {
color: #ffffff;
background-color: #AA0066;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #AA0066;
}
.bloque_activador:hover {
color: #ffffff;
background-color: #AA0066;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
}