/* Create your style on here */
.scrollable{-webkit-overflow-scrolling:touch;}
::-webkit-scrollbar{width:12px;height:10px;}
::-webkit-scrollbar-thumb{background-color:rgba(50,50,50,0.25);border:2px solid transparent;border-radius:10px;background-clip:padding-box;}
::-webkit-scrollbar-thumb:hover{background-color:rgba(50,50,50,0.5);}
::-webkit-scrollbar-track{background-color:rgba(50,50,50,0.05);}

.preload18x18{background-image:url(img/loader/general/1.gif);height:18px;width:18px;}
.preload16x16 {
    background-image: url(img/loader/general/2.gif);
    height: 16px;
    width: 16px;
}
.preload24x24 {
    background-image: url(img/loader/general/3.gif);
    height: 24px;
    width: 24px;
    background-repeat:no-repeat;
    background-position:center;
}
.seleccionado {
    -moz-boz-shadow: 0 1px 1px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    box-shadow: 0 1px 1px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    color: #000;
    font-weight: bold;
    width: 70%;
}
.col-width-1 {
    width: 1%
}
.col-widt-2 {
    width: 2%
}
.col-width-3 {
    width: 3%
}
.col-width-4 {
    width: 4%
}
.col-width-5 {
    width: 5%
}
.col-width-6 {
    width: 6%
}
.col-width-7 {
    width: 7%
}
.col-width-8 {
    width: 8%
}
.col-width-10 {
    width: 10%
}
.col-width-11 {
    width: 11%
}
.col-width-12 {
    width: 12%
}
.col-width-13 {
    width: 13%
}
.col-width-14 {
    width: 14%
}
.col-width-15 {
    width: 15%
}
.col-width-16 {
    width: 16%
}
.col-width-17 {
    width: 17%
}
.col-width-18 {
    width: 18%
}
.col-width-19 {
    width: 19%
}
.col-width-20 {
    width: 20%
}
.col-width-23 {
    width: 23%
}
.col-width-24 {
    width: 24%
}
.col-width-25 {
    width: 25%
}
.col-width-30 {
    width: 30%
}
.col-width-33 {
    width: 33%
}
.col-width-34 {
    width: 34%
}
.col-width-35 {
    width: 35%
}
.col-width-40 {
    width: 40%
}
.col-width-45 {
    width: 45%
}
.col-width-50 {
    width: 50%
}