body, html {font-size:11pt;background: url(../img/bg.jpg) no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;height: 100%;}
/* ================== DETALLES ============================ */
.cursor {cursor: pointer;}
.nolink {pointer-events: none;cursor: default;color:#d5d5d5 !important}

/* ================== ANCHOS ESPECIALES =================== */
.w-1 {width:1% !important;}
.w-2 {width:2% !important;}
.w-3 {width:3% !important;}
.w-4 {width:4% !important;}
.w-5 {width:5% !important;}
.w-6 {width:6% !important;}
.w-7 {width:7% !important;}
.w-8 {width:8% !important;}
.w-9 {width:9% !important;}
.w-10 {width:10% !important;}
.w-12 {width:12% !important;}
.w-15 {width:15% !important;}
.w-20 {width:20% !important;}
.w-25 {width:25% !important;}
.w-30 {width:30% !important;}
.w-35 {width:35% !important;}
.w-40 {width:40% !important;}
.w-45 {width:45% !important;}
.w-55 {width:55% !important;}
.w-60 {width:60% !important;}
.w-65 {width:65% !important;}
.w-70 {width:70% !important;}
.w-80 {width:80% !important;}
.w-85 {width:85% !important;}
.w-90 {width:90% !important;}
.w-95 {width:95% !important;}

/* ================= COLORES ESPECIALES ==================== */
.bg-index {background-color:#777777;}
.btn-orange {color: #ffffff;background-color: #ff7900;border-color: #ff7900;}
.btn-orange:hover {color: #ffffff;background-color: #000000;border-color: #000000;}

/* ================ TABLAS ==================================== */
thead {background-color: #444 !important;color: #fff;}


/* =================== CANVAS ================================ */
#draw-canvas {border: 1px solid #666;background-color: #f5f5f5}