.customSelect {
    background: url(../images/fondo-select.png) no-repeat left top;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 23px;
    overflow: hidden;
    padding: 9px 26px 5px 7px;
    width: 175px;
    white-space: nowrap;
}

select.hasCustomSelect{/*float:none;margin-left:-202px;*/position: absolute !important; left: 220px;height:33px !important;cursor:pointer;}

div.campo { position: relative; }
.campo select.hasCustomSelect{left: 200px;}

.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}
.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}
.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}

.customSelectInner {
	width:100% !important;
	overflow:hidden;
}