.onoffswitch{position:relative;width:60px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;padding-left:10px}.onoffswitch-checkbox{display:none}.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #a3bbcc;border-radius:20px;-moz-border-radius:15px;-webkit-border-radius:15px;-moz-box-shadow:0 0 5px 2px #d3e5f1;-webkit-box-shadow:0 0 5px 2px #d3e5f1;box-shadow:0 0 0 0 #d3e5f1}.onoffswitch-inner{display:block;width:200%;margin-left:-100%;-moz-transition:margin .3s ease-in 0s;-webkit-transition:margin .3s ease-in 0s;-o-transition:margin .3s ease-in 0s;transition:margin .3s ease-in 0s}.onoffswitch-inner:after,.onoffswitch-inner:before{display:block;float:left;width:50%;height:1.95em;padding:0;line-height:1.9em;font-size:12px;color:#fff;font-family:Tahoma;font-weight:700;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.onoffswitch-inner:before{content:"Sí";padding-left:.63em;background-color:#fff;color:#000}.onoffswitch-inner:after{content:"No";padding-right:.44em;background-color:#fff;color:#aaa;text-align:right}.onoffswitch-switch{display:block;width:28px;margin:2px;background:#999;border:none;border-radius:20px;position:absolute;top:0;bottom:0;right:29px;-moz-transition:all .3s ease-in 0s;-webkit-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;transition:all .3s ease-in 0s}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}div.onoffswitch+div img.help{cursor:help;vertical-align:top;margin-left:5px}