.jquery-checkbox       {display: inline; font-size: 20px; line-height: 20px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 15px; height: 14px;}
.jquery-checkbox img{
	background-image:url(../img/generales/checkbox.png);
	background-repeat:no-repeat;
}

.jquery-checkbox img{
	
	background-position: 0px 0px;
}

.jquery-checkbox-checked img{
	background-position: 0px -14px;
}
.jquery-checkbox-checked img {
	background-position: 0px -14px;
}

.jquery-checkbox-disabled img{
	background-position: 0px -80px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -100px;
}
