/*

 - SelectBox [General]

----------------------*/

.sexy-select {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;

}

.sexy-select .sexy-select-left,
    .sexy-select .sexy-select-right {
    background: transparent url(imagenes/forms/select.png) no-repeat;
    float: left;
    height: 27px;
    display: block;
}

.sexy-select .sexy-select-left {
    background-position: left top;
    width: 7px;
}

.sexy-select a.sexy-select-right,
    .sexy-select a.sexy-select-right:hover {
    background-position: right -66px;
    margin: 0;
    padding: 0;
    width: 21px;
}

.sexy-select .sexy-select-center {
    background: transparent url(../imagenes/forms/select.png) repeat-x scroll 0 -33px;
    cursor: pointer;
    line-height: 17px;
    float: left;
    height: 17px;
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
}

.sexy-select .sexy-select-center a,
    .sexy-select .sexy-select-center span {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background: transparent none repeat scroll 0 0;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

/*

 - SelectBox [Focus]

----------------------*/
.sexy-select-focus .sexy-select-left {
    background-position: left -99px;
}

.sexy-select-focus a.sexy-select-right,
    .sexy-select-focus a.sexy-select-right:hover {
    background-position: right -165px;
}

.sexy-select-focus .sexy-select-center {
    background-position: left -132px;
}

/*

 - SelectBox [Disabled]

----------------------*/

.sexy-select-disabled .sexy-select-left {
    background-position: left -198px;
}

.sexy-select-disabled a.sexy-select-right,
    .sexy-select-disabled a.sexy-select-right:hover {
    background-position: right -264px;
}

.sexy-select-disabled .sexy-select-center {
    background-position: left -231px;
}

.sexy-select-disabled .sexy-select-center span {
    color: #d1d3d6;
}

/*

 - Select List [General]

----------------------*/

.sexy-select-list {
    background-color: #f5f9fa;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    z-index: 100;
    display: none;
    height: 150px;
    margin: 0 0 0 1px;
    padding: 0 0 5px;
    position: absolute;
    line-height: 16px;
}

.sexy-select-list ul {
    margin: 0;
    padding: 3px 0;
    height: 100% !important; /* IE Hack */
    height: auto;
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.sexy-select-list ul li {
    margin: 0;
    padding: 3px 0 0;
}

.sexy-select-list ul li a {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 16px;
    background: transparent none repeat scroll 0 0;
    border: none;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    padding: 2px 6px;
    margin: 0;
    display: block;
    outline: none;
}

.sexy-select-list ul li a.hover {
    background: transparent url(../imagenes/forms/select.png) repeat-x scroll left -299px;
    color: #ffffff;
    padding: 2px 6px;
}

.sexy-select-last-r {
    background: transparent url(../imagenes/forms/select.png) no-repeat scroll right -373px;
    margin: 0;
    padding: 0;
    height: 10px;
    width: 228px;
    position: absolute;
    left: -3px;
    bottom: -10px;
    z-index: 100;
}

.sexy-select-last-l {
    background: transparent url(../imagenes/forms/select.png) no-repeat scroll left -331px;
    height: 10px;
    margin: 0;
    padding: 0;
}

.sexy-select-last-c {
    background: transparent url(../imagenes/forms/select.png) repeat-x scroll left -352px;
    height: 10px;
    margin: 0 6px;
}

.divListBox {
    background-color: transparent;
    border-color: transparent;
    border-width: 0px;
    color: black;
    height: 32px;
    margin-top: 6px;
    visibility: hidden;
}

.lb100, .lb150, .lb180, .lb200, .lb240 {
    height: 30px;
    padding: 0 4px 0 4px;
    overflow: hidden;
    float: left;
}

.lb100 {
    width: 80px;
    background: url(../imagenes/forms/lb80.png) no-repeat;
}

.lb100 {
    width: 100px;
    background: url(../imagenes/forms/lb100.png) no-repeat;
}

.lb150 {
    width: 150px;
    background: url(../imagenes/forms/lb150.png) no-repeat;
}

.lb180 {
    width: 180px;
    background: url(../imagenes/forms/lb180.png) no-repeat;
}

.lb200 {
    width: 200px;
    background: url(../imagenes/forms/lb200.png) no-repeat;
}

.lb240 {
    width: 240px;
    background: url(../imagenes/forms/lb240.png) no-repeat;
}

