@charset "UTF-8";

.aleft {
    text-align: left;
    padding-left: 5px;
}

.aright {
    text-align: right;
    padding-right: 5px;
}

.acenter {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

form.basico.left,
div#basicstyle.left,
div.left.smallinput,
.lista-cultyvo li .key,
.lista-cultyvo li .val,
.lista-cultyvo li,
.w100 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aleft {
    text-align: left;
    padding-left: 5px;
}

.aright {
    text-align: right;
    padding-right: 5px;
}

.acenter {
    text-align: center;
}

input[type='checkbox'] {
    height: 20px !important;
    width: 20px !important;
    margin: 0 !important;
    border: 1px solid #B5B7B8 !important;
    font: 14px/26px 'pt-sans', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
    padding: 7px 7px 7px 12px !important;
    background: #FFF !important;
    border: 1px solid #d5d5d6;
    outline: none;
    color: #96999D;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

input[type=checkbox]:focus {
    border-color: #ACACB8;
    color: #2E3236;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
}

input[type='checkbox']:checked {
    position: relative;
}

input[type='checkbox']:checked:before {
    content: '';
    display: block;
    width: 17px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: 1px;
    background: rgba(255, 255, 255, 0.9) url(../images/forms/checked.png) no-repeat center center;
    background-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.5;
}

* {
    padding: 0;
    margin: 0;
}

canvas {
    border: none !important;
    outline: none !important;
}

html,
body {
    min-height: 100%;
    display: block;
    overflow-x: hidden;
}

img {
    display: block;
    background: none;
    border: none;
}

.hide {
    display: none !important;
}

.no-clear {
    clear: none !important;
}

.pointer,
.icono.evento {
    cursor: pointer;
}

span.icono {
    width: 15px;
    height: 15px;
    display: inline-block;
}

span.icono.normal {
    background: url(../images/normal.png?v2) no-repeat center center;
    background-size: 15px;
    opacity: 0.3;
}

span.icono.normal:hover {
    opacity: 1;
}

span.icono.good {
    background: url(../images/good.png?v2) no-repeat center center;
    background-size: 15px;
    cursor: normal !important;
}

.printertopright,
.edittopright {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 0;
    opacity: 0.3;
}

.printertopright:hover,
.edittopright:hover {
    opacity: 1;
}

span.circulo {
    width: 12px;
    height: 12px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #ccc;
}

span.circulo.green {
    background-color: #00cc00;
}

span.circulo.blue {
    background-color: #9999ff;
}

span.circulo.gray {
    background-color: gray;
}

span.circulo.red {
    background-color: red;
    color: white !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 1px 2px 2px;
    font-weight: lighter;
    width: 15px;
    height: 15px;
}

pre.error {
    font-family: 'Consolas', Lucida Console;
    width: 100%;
    max-width: 800px;
    padding: 40px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    white-space: pre-wrap;
    background-color: #333;
    color: #fcfcfc;
    position: absolute;
    z-index: 30000;
    left: 50%;
    top: 20px;
    margin-left: -400px;
    -webkit-box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.25);
    -ms-box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.25);
    box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.25);
}

pre.error code {
    font-family: 'Consolas', Lucida Console;
    font-weight: 100;
}

pre.error:before {
    content: '  manu';
    color: #009ee0;
    font-size: 1.1em;
    clear: both;
    float: left;
    position: absolute;
    top: 5px;
    left: 5px;
    text-transform: lowercase;
}

pre.error:after {
    content: '(      ) ERROR - Si el problema persiste reporte a soporte@cultyvo.com';
    color: #fcfcfc;
    font-size: 1.1em;
    clear: both;
    float: left;
    position: absolute;
    top: 5px;
    left: 5px;
    text-transform: lowercase;
}

body {
    font-family: 'Oxygen', Helvetica, arial, sans-serif;
    font-weight: 400;
    background: #f8f8f8;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

body.infinitywidth {
    width: auto;
    overflow: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

body.infinitywidth header {
    max-width: 100%;
    position: fixed;
}

body.infinitywidth section {
    margin-top: 65px;
    width: auto;
}

body.menu {
    margin-left: 188px;
}

body.menu #nav {
    margin-left: 0;
}

body.menu #nav .openMenu {
    margin-left: 0;
}

body.controlbar #control-bar {
    margin-right: 0;
}

body.controlbar #control-bar .openBar {
    margin-right: -40px;
}

a,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    border: none;
    text-decoration: none;
}

a img,
form a.boton.table img,
div.smallinput a.boton.table img,
div#basicstyle a.boton.table img {
    border: none;
    text-decoration: none;
}

a.rightup,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

a.remove,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    cursor: pointer;
}

a.pointer,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    cursor: pointer;
}

a.orange,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    color: orange !important;
}

a.azul,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    color: #028aca !important;
}

span.red,
small.red,
h1.red,
h2.red,
h3.red,
h4.red,
h5.red {
    color: red !important;
}

span.red.downred,
small.red.downred,
h1.red.downred,
h2.red.downred,
h3.red.downred,
h4.red.downred,
h5.red.downred {
    color: #ffd9d9;
}

span.yellow,
small.yellow,
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow {
    color: #d9d900 !important;
}

span.green,
small.green,
h1.green,
h2.green,
h3.green,
h4.green,
h5.green {
    color: green !important;
}

span.green.downred,
small.green.downred,
h1.green.downred,
h2.green.downred,
h3.green.downred,
h4.green.downred,
h5.green.downred {
    color: #c6ffc6 !important;
}

span.orange,
small.orange,
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange {
    color: orange !important;
}

span.purple,
small.purple,
h1.purple,
h2.purple,
h3.purple,
h4.purple,
h5.purple {
    color: purple !important;
}

span.blue,
small.blue,
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue {
    color: blue !important;
}

span.gray,
small.gray,
h1.gray,
h2.gray,
h3.gray,
h4.gray,
h5.gray {
    color: gray;
}

.red {
    color: red;
}

.bold {
    font-weight: bold;
}

pre {
    white-space: pre-wrap;
}

.animado,
form,
div#basicstyle,
div.smallinput,
a,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table,
input,
label,
.hide,
#recibo,
.hojarecibo {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.boxpadding,
header,
label,
input,
section,
.alerta,
textarea,
form.notificacion,
div#basicstyle.notificacion,
div.notificacion.smallinput,
#control-bar,
a.boton.table,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cenefa {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    color: white;
    font-size: 10px;
    float: left;
    margin: 7px 0;
}

a.boton.table,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.close,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    width: 17px;
    height: 17px;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #0087CF;
    color: white;
    text-align: center;
    font-size: 13px;
    line-height: 1.2em;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

a.close:hover,
form a.boton.table:hover,
div.smallinput a.boton.table:hover,
div#basicstyle a.boton.table:hover {
    background-color: white;
    color: #0087CF;
}

ul.listadearchivos,
ul.listadeobjetos {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    float: left;
}

ul.listadearchivos li,
ul.listadeobjetos li {
    height: 30px !important;
    margin: 3px 0;
    width: 100% !important;
    display: block;
    float: left;
    clear: left;
    position: relative;
    padding: 6px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/reporte.png?v2) no-repeat center left 5px;
    background-color: rgba(128, 128, 128, 0.12);
    background-size: 20px;
    padding-left: 20px;
}

ul.listadearchivos li p,
ul.listadeobjetos li p {
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px;
}

ul.listadearchivos li p i,
ul.listadeobjetos li p i {
    font-weight: normal;
    margin-left: 10px;
}

ul.listadearchivos li.other,
ul.listadeobjetos li.other {
    width: 70%;
    margin: 2px;
    padding-left: 20px;
}

ul.listadearchivos li.refaccion,
ul.listadeobjetos li.refaccion {
    background: url(../images/refacciong.png?v2) no-repeat center left 5px;
    background-color: rgba(128, 128, 128, 0.12);
    background-size: 20px;
}

ul.listadearchivos li.refaccion p,
ul.listadeobjetos li.refaccion p {
    text-transform: uppercase;
}

ul.listadearchivos li a.boton.borrar,
ul.listadearchivos li div#basicstyle a.boton.table,
div#basicstyle ul.listadearchivos li a.boton.table,
ul.listadeobjetos li a.boton.borrar,
ul.listadeobjetos li div#basicstyle a.boton.table,
div#basicstyle ul.listadeobjetos li a.boton.table {
    position: absolute;
    left: 0;
    top: 5px;
    padding: 3px !important;
    height: 10px !important;
    line-height: 0.7em !important;
    margin: 0 !important;
    display: none;
}

ul.listadearchivos li a.boton.openfile,
ul.listadearchivos li div#basicstyle a.boton.table,
div#basicstyle ul.listadearchivos li a.boton.table,
ul.listadeobjetos li a.boton.openfile,
ul.listadeobjetos li div#basicstyle a.boton.table,
div#basicstyle ul.listadeobjetos li a.boton.table {
    position: absolute;
    right: 5px;
    top: 3px;
    padding: 5px !important;
    margin: 0 !important;
    font-size: 10px;
}

ul.listadearchivos li:hover a.boton.borrar,
ul.listadearchivos li:hover div#basicstyle a.boton.table,
div#basicstyle ul.listadearchivos li:hover a.boton.table,
ul.listadeobjetos li:hover a.boton.borrar,
ul.listadeobjetos li:hover div#basicstyle a.boton.table,
div#basicstyle ul.listadeobjetos li:hover a.boton.table {
    display: block;
}

ul.listadearchivos.table li,
form a.listadearchivos.boton.table li,
div.smallinput a.listadearchivos.boton.table li,
div#basicstyle a.listadearchivos.boton.table li,
ul.listadeobjetos.table li,
form a.listadeobjetos.boton.table li,
div.smallinput a.listadeobjetos.boton.table li,
div#basicstyle a.listadeobjetos.boton.table li {
    line-height: 1.5em;
    padding: 3px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px !important;
    background-size: 15px;
}

ul.listadearchivos.table li p,
form a.listadearchivos.boton.table li p,
div.smallinput a.listadearchivos.boton.table li p,
div#basicstyle a.listadearchivos.boton.table li p,
ul.listadeobjetos.table li p,
form a.listadeobjetos.boton.table li p,
div.smallinput a.listadeobjetos.boton.table li p,
div#basicstyle a.listadeobjetos.boton.table li p {
    font-size: 11px;
}

ul.listadearchivos.table li p i,
form a.listadearchivos.boton.table li p i,
div.smallinput a.listadearchivos.boton.table li p i,
div#basicstyle a.listadearchivos.boton.table li p i,
ul.listadeobjetos.table li p i,
form a.listadeobjetos.boton.table li p i,
div.smallinput a.listadeobjetos.boton.table li p i,
div#basicstyle a.listadeobjetos.boton.table li p i {
    margin-left: 3px;
}

.hide,
.checkito.hide {
    display: none !important;
}

.mayusculas {
    text-transform: uppercase;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}

.no-background {
    background-color: transparent !important;
}

.checks {
    cursor: pointer;
}

section {
    min-width: 100%;
    padding: 30px 40px 90px 40px;
    min-height: 400px;
    height: auto;
    display: blocks;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

section.infinitywidth {
    width: auto !important;
    display: block;
    overflow: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

section.thebitacoracontent {
    padding: 0;
}

section.thebitacoracontent .table,
section.thebitacoracontent form a.boton.table,
form section.thebitacoracontent a.boton.table,
section.thebitacoracontent div.smallinput a.boton.table,
div.smallinput section.thebitacoracontent a.boton.table,
section.thebitacoracontent div#basicstyle a.boton.table,
div#basicstyle section.thebitacoracontent a.boton.table {
    margin: 0;
}

section.pop {
    position: relative;
    min-width: inherit;
    width: 80%;
    margin: 60px auto 0 auto;
    padding: 0;
    display: block;
    height: auto;
    overflow: inherit;
    border-top: 5px solid rgba(51, 163, 213, 0.8);
}

section.pop.no-border {
    border-top: none;
}

section.pop.no-border.minipieza {
    width: 400px;
}

section.pop.no-border.seccotizacion {
    width: 950px;
}

section.pop h2.seccion {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    display: block;
    padding: 10px 20px;
    margin: -52px 0 0 0;
    overflow: hidden;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    background-color: rgba(51, 163, 213, 0.8);
}

h2.seccion {
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h2 small a,
h2 small form a.boton.table,
form h2 small a.boton.table,
h2 small div.smallinput a.boton.table,
div.smallinput h2 small a.boton.table,
h2 small div#basicstyle a.boton.table,
div#basicstyle h2 small a.boton.table {
    text-decoration: underline;
}

h4 {
    clear: both;
    font-weight: 300;
    font-size: 30px;
    line-height: 2em;
    color: #047DB3;
}

h3 {
    font-weight: 300;
    font-size: 25px;
    line-height: 1.5em;
    color: #047DB3;
}

span.red,
b.red {
    color: red;
}

span.green,
b.green {
    color: green;
}

div.table {
    padding: 20px;
    float: left;
    margin: 0 1% 20px 1%;
    width: 91%;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}

div.table h4 {
    font-size: 25px;
    line-height: 1.5em;
    text-transform: uppercase;
}

div.dash {
    display: block;
    padding: 10px 20px 20px 20px;
    min-height: 135px;
    height: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

div.dash h3 {
    line-height: 0.8em;
    margin-bottom: 20px;
    display: inline;
    font-size: 22px;
    margin-left: -15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #666;
}

div.dash h3 img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-top: -5px;
}

div.dash p {
    margin-top: 10px;
}

div.dash li {
    list-style: none;
    width: 100%;
    display: block;
}

div.dash li a,
div.dash li form a.boton.table,
form div.dash li a.boton.table,
div.dash li div.smallinput a.boton.table,
div.smallinput div.dash li a.boton.table,
div.dash li div#basicstyle a.boton.table,
div#basicstyle div.dash li a.boton.table {
    color: white;
    color: white;
    width: 100%;
    font-size: .8em;
    text-align: center;
    background-color: #45afce;
    margin-top: 1px;
    padding: 8px 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

div.dash li:hover a,
div.dash li:hover div#basicstyle a.boton.table,
div#basicstyle div.dash li:hover a.boton.table {
    background-color: #009e8f;
}

div.topinfo {
    padding: 20px;
    margin: 0 1%;
    width: 91%;
    background: rgba(51, 163, 213, 0.8);
    float: left;
}

div.topinfo .saldo {
    margin-top: 10px;
    color: white;
    width: 25%;
    height: auto;
    display: block;
    float: left;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
}

div.topinfo .saldo b {
    width: 35%;
    text-align: right;
    float: left;
    display: block;
    font-weight: lighter;
    color: #f2f9fc;
    margin-right: 10px;
    margin-top: 2px;
    font-size: 10px;
}

div.topinfo .saldo:nth-child(4n + 4):before {
    content: '';
    width: 100%;
    display: block;
    clear: both;
}

div.topinfo .saldo:nth-child(5n + 5):after {
    padding-left: 0 !important;
}

div.half {
    float: left;
    width: 44.5%;
    display: block;
    margin: 0 1% 20px 1%;
    position: relative;
    clear: none;
    padding: 10px;
    min-height: 340px;
}

div.half:nth-child(odd) {
    float: left;
    display: block;
    margin: 0 1% 20px 1%;
    clear: left;
}

div.third {
    float: left;
    width: 26%;
    display: block;
    margin: 0 1% 20px 1%;
}

div.fourth {
    float: left;
    width: 22%;
    display: block;
    margin: 0 1% 20px 1%;
}

@media (max-width: 800px) {

    div.dash.w25,
    div.dash.third.w25,
    div.dash.fourth.w25,
    div.hold.w25 {
        width: 48%;
    }
}

@media (max-width: 500px) {

    div.dash.w25,
    div.dash.third.w25,
    div.dash.fourth.w25,
    div.hold.w25 {
        width: 90%;
    }
}

header.header {
    margin-top: 0;
    height: 55px;
    width: 100%;
    display: block;
    padding: 10px 50px 10px 60px;
    background-color: white;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #f0f0f0;
}

h1 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 8px;
    text-transform: uppercase;
}

h1 img {
    display: inline;
    vertical-align: middle;
    width: 160px;
    margin-top: -14px;
    margin-left: -13px;
}

h1 img.arrowr {
    width: auto;
    margin-top: -10px;
    margin-left: 0;
}

h1 small,
h1 small a,
h1 small form a.boton.table,
form h1 small a.boton.table,
h1 small div.smallinput a.boton.table,
div.smallinput h1 small a.boton.table,
h1 small div#basicstyle a.boton.table,
div#basicstyle h1 small a.boton.table {
    font-size: 10px !important;
    vertical-align: middle;
    text-transform: none;
}

h1 .userinfo {
    float: right;
    margin-top: 0;
}

header.header h1 a,
header.header h1 form a.boton.table,
form header.header h1 a.boton.table,
header.header h1 div.smallinput a.boton.table,
div.smallinput header.header h1 a.boton.table,
header.header h1 div#basicstyle a.boton.table,
div#basicstyle header.header h1 a.boton.table {
    font-size: 14px;
    font-weight: lighter;
    color: #047DB3;
}

div#holder {
    float: left;
    display: block;
    width: 100%;
    margin-top: 30px;
}

div#holder.balance {
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 50px;
    margin-top: 100px;
}

div#holder h3 {
    margin-top: 40px;
}

div#list-entradas,
div#list-salidas {
    width: 47%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.01);
    float: left;
    margin-right: 2%;
    position: relative;
    padding-bottom: 15px;
    padding-top: 20px;
    margin-top: -110px;
}

a.cyc,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    opacity: .5;
    margin-top: -4px;
}

a.cyc img,
form a.boton.table img,
div.smallinput a.boton.table img,
div#basicstyle a.boton.table img {
    width: 25px;
    height: 25px;
}

table#balance {
    background-color: transparent;
    margin-top: 0;
}

table#balance td small {
    font-size: 10px;
    color: #999;
    line-height: .1em;
}

table#balance td i {
    font-size: 11px;
    color: #666;
    line-height: 1em;
}

table#balance tr,
table#balance td {
    border: none;
}

table#balance tr {
    background-color: transparent;
}

table#balance tr:nth-child(odd) {
    background-color: transparent;
}

table#balance td {
    background-color: transparent;
    text-align: left;
    padding: 15px 10px 3px 10px;
    vertical-align: top;
    color: #333;
    line-height: 1.4em;
}

table#balance td:nth-child(1) {
    padding-top: 18px;
    width: 50px;
}

table#balance td:nth-child(3) {
    text-align: right;
    vertical-align: bottom;
    width: 20%;
    min-width: 105px;
}

#resumenbal {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    float: left;
    clear: both;
    margin-top: 100px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#nav {
    width: 178px;
    height: auto;
    margin-left: -180px;
    min-height: 100%;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #353531;
    font-size: 12px;
    color: white;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    border-top: 2px solid black;
    border-left: 2px solid black;
}

#nav .openMenu {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 178px;
    margin: 0 0 0 -178px;
    background-color: #353531;
    background-image: url(../images/menu.png);
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 39px;
    display: block;
    padding: 7px 10px;
    color: white;
    border-top: 2px solid black;
    z-index: 11;
}

#nav ul {
    width: 100%;
    height: auto;
    list-style: none;
    padding-left: 0;
    padding-top: 0;
}

#nav ul li {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: 100%;
    height: auto;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#nav ul li.activo ul {
    max-height: 1000px;
}

#nav ul li.head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left 10px top 5px;
    min-height: 40px;
    padding-left: 10px;
}

#nav ul li.head>a:first-child,
#nav ul form li.head>a.boton.table:first-child,
#nav ul div.smallinput li.head>a.boton.table:first-child,
#nav ul div#basicstyle li.head>a.boton.table:first-child {
    width: 100%;
    height: 40px;
    display: block;
    padding-top: 10px;
    padding-left: 40px;
    font-size: 13px;
    line-height: 2em;
    text-transform: uppercase;
    color: #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#nav ul li.head.almacen {
    background-image: url(../images/menu/almacen.png);
}

#nav ul li.head.almacen:hover,
#nav ul li.head.almacen.activo {
    background-image: url(../images/menu/almacen.png);
    background-color: #1D1D1B;
}

#nav ul li.head.almacenf {
    background-image: url(../images/menu/almacenf.png);
}

#nav ul li.head.almacenf:hover,
#nav ul li.head.almacenf.activo {
    background-image: url(../images/menu/almacenf.png);
    background-color: #1D1D1B;
}

#nav ul li.head.cobranza {
    background-image: url(../images/menu/cobranza.png);
}

#nav ul li.head.cobranza:hover,
#nav ul li.head.cobranza.activo {
    background-image: url(../images/menu/cobranza.png);
    background-color: #1D1D1B;
}

#nav ul li.head.unificadores {
    background-image: url(../images/menu/unificadores.png);
}

#nav ul li.head.unificadores:hover,
#nav ul li.head.unificadores.activo {
    background-image: url(../images/menu/unificadores.png);
    background-color: #1D1D1B;
}

#nav ul li.head.logistica {
    background-image: url(../images/menu/logistica.png);
}

#nav ul li.head.logistica:hover,
#nav ul li.head.logistica.activo {
    background-image: url(../images/menu/logistica.png);
    background-color: #1D1D1B;
}

#nav ul li.head.tesoreria {
    background-image: url(../images/menu/tesoreria.png);
}

#nav ul li.head.tesoreria:hover,
#nav ul li.head.tesoreria.activo {
    background-image: url(../images/menu/tesoreria.png);
    background-color: #1D1D1B;
}

#nav ul li.head.mantenimiento {
    background-image: url(../images/menu/mantenimiento.png);
}

#nav ul li.head.mantenimiento:hover,
#nav ul li.head.mantenimiento.activo {
    background-image: url(../images/menu/mantenimiento.png);
    background-color: #1D1D1B;
}

#nav ul li.head.pacas {
    background-image: url(../images/menu/pacas.png);
}

#nav ul li.head.pacas:hover,
#nav ul li.head.pacas.activo {
    background-image: url(../images/menu/pacas.png);
    background-color: #1D1D1B;
}

#nav ul li.head.bascula {
    background-image: url(../images/menu/bascula.png);
}

#nav ul li.head.bascula:hover,
#nav ul li.head.bascula.activo {
    background-image: url(../images/menu/bascula.png);
    background-color: #1D1D1B;
}

#nav ul li.head.caja {
    background-image: url(../images/menu/caja.png);
}

#nav ul li.head.caja:hover,
#nav ul li.head.caja.activo {
    background-image: url(../images/menu/caja.png);
    background-color: #1D1D1B;
}

#nav ul li.head.bitacora {
    background-image: url(../images/menu/bitacora.png);
}

#nav ul li.head.bitacora:hover,
#nav ul li.head.bitacora.activo {
    background-image: url(../images/menu/bitacora.png);
    background-color: #1D1D1B;
}

#nav ul li.head.ventas {
    background-image: url(../images/menu/ventas.png);
}

#nav ul li.head.ventas:hover,
#nav ul li.head.ventas.activo {
    background-image: url(../images/menu/ventas.png);
    background-color: #1D1D1B;
}

#nav ul li.head.usuarios {
    background-image: url(../images/menu/usuarios.png);
}

#nav ul li.head.usuarios:hover,
#nav ul li.head.usuarios.activo {
    background-image: url(../images/menu/usuarios.png);
    background-color: #1D1D1B;
}

#nav ul li.head.compras {
    background-image: url(../images/menu/compras.png);
}

#nav ul li.head.compras:hover,
#nav ul li.head.compras.activo {
    background-image: url(../images/menu/compras.png);
    background-color: #1D1D1B;
}

#nav ul li.head.configuraciones {
    background-image: url(../images/menu/configuraciones.png);
}

#nav ul li.head.configuraciones:hover,
#nav ul li.head.configuraciones.activo {
    background-image: url(../images/menu/configuraciones.png);
    background-color: #1D1D1B;
}

#nav ul li.head.inventario {
    background-image: url(../images/menu/inventario.png);
}

#nav ul li.head.inventario:hover,
#nav ul li.head.inventario.activo {
    background-image: url(../images/menu/inventario.png);
    background-color: #1D1D1B;
}

#nav ul li.head.inventariodos {
    background-image: url(../images/menu/inventariodos.png);
}

#nav ul li.head.inventariodos:hover,
#nav ul li.head.inventariodos.activo {
    background-image: url(../images/menu/inventariodos.png);
    background-color: #1D1D1B;
}

#nav ul li.head.mantenimineto {
    background-image: url(../images/menu/mantenimineto.png);
}

#nav ul li.head.mantenimineto:hover,
#nav ul li.head.mantenimineto.activo {
    background-image: url(../images/menu/mantenimineto.png);
    background-color: #1D1D1B;
}

#nav ul li.head.pacas {
    background-image: url(../images/menu/pacas.png);
}

#nav ul li.head.pacas:hover,
#nav ul li.head.pacas.activo {
    background-image: url(../images/menu/pacas.png);
    background-color: #1D1D1B;
}

#nav ul li.head.rrh {
    background-image: url(../images/menu/rrh.png);
}

#nav ul li.head.rrh:hover,
#nav ul li.head.rrh.activo {
    background-image: url(../images/menu/rrh.png);
    background-color: #1D1D1B;
}

#nav ul li.head.productividad {
    background-image: url(../images/menu/productividad.png);
}

#nav ul li.head.productividad:hover,
#nav ul li.head.productividad.activo {
    background-image: url(../images/menu/productividad.png);
    background-color: #1D1D1B;
}

#nav ul li.head.proveedores {
    background-image: url(../images/menu/proveedores.png);
}

#nav ul li.head.proveedores:hover,
#nav ul li.head.proveedores.activo {
    background-image: url(../images/menu/proveedores.png);
    background-color: #1D1D1B;
}

#nav ul li.head.rhumanos {
    background-image: url(../images/menu/rhumanos.png);
}

#nav ul li.head.rhumanos:hover,
#nav ul li.head.rhumanos.activo {
    background-image: url(../images/menu/rhumanos.png);
    background-color: #1D1D1B;
}

#nav ul li.head.usuario {
    background-image: url(../images/menu/usuario.png);
}

#nav ul li.head.usuario:hover,
#nav ul li.head.usuario.activo {
    background-image: url(../images/menu/usuario.png);
    background-color: #1D1D1B;
}

#nav ul li.head.recibos {
    background-image: url(../images/menu/recibos.png);
}

#nav ul li.head.recibos:hover,
#nav ul li.head.recibos.activo {
    background-image: url(../images/menu/recibos.png);
    background-color: #1D1D1B;
}

#nav ul li.level2>a:first-child,
#nav ul form li.level2>a.boton.table:first-child,
#nav ul div.smallinput li.level2>a.boton.table:first-child,
#nav ul div#basicstyle li.level2>a.boton.table:first-child {
    text-transform: uppercase;
    color: #a7a7a1;
    font-size: 1.1em;
    vertical-align: middle;
}

#nav ul li.level2>a:first-child:before,
#nav ul form li.level2>a.boton.table:first-child:before,
#nav ul div.smallinput li.level2>a.boton.table:first-child:before,
#nav ul div#basicstyle li.level2>a.boton.table:first-child:before {
    content: '+ ';
    vertical-align: top;
}

#nav ul li.off {
    background-color: #40403c;
}

#nav ul li ul {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: 100%;
    height: auto;
    max-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#nav ul li ul li {
    padding-left: 12%;
}

#nav ul li ul a {
    width: 100%;
    padding: 5px 5px !important;
    display: block;
    margin: 0;
    color: #CCC;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#nav ul li a {
    width: 100%;
    margin: 0;
    color: white;
}

.ver-link {
    cursor: pointer;
    position: relative;
}

.ver-link:after {
    content: '';
    width: 12px;
    height: 15px;
    background: url(../images/varios/buscar.png) no-repeat top center;
    background-size: 10px;
    display: inline-block;
    margin-top: -10px;
}

.ver-link:hover:after {
    background-size: 12px;
}

div.notificacion {
    position: relative;
    width: auto;
    max-width: 450px;
    margin: 20px auto;
    padding: 70px 30px 20px 30px;
    display: block;
    height: auto;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

div.notificacion h3 {
    font-weight: 100;
    margin: 0 0 30px 0;
    color: orange;
    font-size: 22px;
}

div.notificacion .fecha {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 12px;
    color: green;
}

div.notificacion p.buttons {
    line-height: 1em;
    margin-right: -10px;
}

div.notificacion a.boton,
div.notificacion form a.boton.table,
div.notificacion form a.boton.table,
div.notificacion form div.smallinput a.boton.table,
div.smallinput div.notificacion form a.boton.table,
div.notificacion form div#basicstyle a.boton.table,
div#basicstyle div.notificacion form a.boton.table,
form div.notificacion a.boton.table,
form div.notificacion a.boton.table,
form div.notificacion div.smallinput a.boton.table,
div.smallinput form div.notificacion a.boton.table,
form div.notificacion div#basicstyle a.boton.table,
div#basicstyle form div.notificacion a.boton.table,
div.notificacion div.smallinput a.boton.table,
div.notificacion div.smallinput form a.boton.table,
form div.notificacion div.smallinput a.boton.table,
div.notificacion div.smallinput a.boton.table,
div.notificacion div.smallinput div#basicstyle a.boton.table,
div#basicstyle div.notificacion div.smallinput a.boton.table,
div.smallinput div.notificacion a.boton.table,
div.smallinput div.notificacion form a.boton.table,
form div.smallinput div.notificacion a.boton.table,
div.smallinput div.notificacion a.boton.table,
div.smallinput div.notificacion div#basicstyle a.boton.table,
div#basicstyle div.smallinput div.notificacion a.boton.table,
div.notificacion div#basicstyle a.boton.table,
div.notificacion div#basicstyle form a.boton.table,
form div.notificacion div#basicstyle a.boton.table,
div.notificacion div#basicstyle div.smallinput a.boton.table,
div.smallinput div.notificacion div#basicstyle a.boton.table,
div.notificacion div#basicstyle a.boton.table,
div#basicstyle div.notificacion a.boton.table,
div#basicstyle div.notificacion form a.boton.table,
form div#basicstyle div.notificacion a.boton.table,
div#basicstyle div.notificacion div.smallinput a.boton.table,
div.smallinput div#basicstyle div.notificacion a.boton.table,
div#basicstyle div.notificacion a.boton.table,
div.notificacion form a.boton.table,
div.notificacion form a.boton.table,
div.notificacion form div.smallinput a.boton.table,
div.smallinput div.notificacion form a.boton.table,
div.notificacion form div#basicstyle a.boton.table,
div#basicstyle div.notificacion form a.boton.table,
div.notificacion form a.table.boton,
div.notificacion form a.boton.table,
div.notificacion form div.smallinput a.boton.table,
div.smallinput div.notificacion form a.boton.table,
div.notificacion form div#basicstyle a.boton.table,
div#basicstyle div.notificacion form a.boton.table,
div.notificacion form div.smallinput a.table.boton,
div.notificacion form div.smallinput a.boton.table,
div.notificacion form div.smallinput a.boton.table,
div.notificacion form div.smallinput div#basicstyle a.boton.table,
div#basicstyle div.notificacion form div.smallinput a.boton.table,
div.smallinput div.notificacion form a.table.boton,
div.smallinput div.notificacion form a.boton.table,
div.smallinput div.notificacion form a.boton.table,
div.smallinput div.notificacion form div#basicstyle a.boton.table,
div#basicstyle div.smallinput div.notificacion form a.boton.table,
form div.notificacion a.boton.table,
form div.notificacion a.boton.table,
form div.notificacion div.smallinput a.boton.table,
div.smallinput form div.notificacion a.boton.table,
form div.notificacion div#basicstyle a.boton.table,
div#basicstyle form div.notificacion a.boton.table,
form div.notificacion a.table.boton,
form div.notificacion a.boton.table,
form div.notificacion div.smallinput a.boton.table,
div.smallinput form div.notificacion a.boton.table,
form div.notificacion div#basicstyle a.boton.table,
div#basicstyle form div.notificacion a.boton.table,
form div.notificacion div.smallinput a.table.boton,
form div.notificacion div.smallinput a.boton.table,
form div.notificacion div.smallinput a.boton.table,
form div.notificacion div.smallinput div#basicstyle a.boton.table,
div#basicstyle form div.notificacion div.smallinput a.boton.table,
div.smallinput form div.notificacion a.table.boton,
div.smallinput form div.notificacion a.boton.table,
div.smallinput form div.notificacion a.boton.table,
div.smallinput form div.notificacion div#basicstyle a.boton.table,
div#basicstyle div.smallinput form div.notificacion a.boton.table,
div.notificacion div.smallinput a.boton.table,
div.notificacion div.smallinput form a.boton.table,
form div.notificacion div.smallinput a.boton.table,
div.notificacion div.smallinput a.boton.table,
div.notificacion div.smallinput div#basicstyle a.boton.table,
div#basicstyle div.notificacion div.smallinput a.boton.table,
div.notificacion div.smallinput form a.table.boton,
div.notificacion div.smallinput form a.boton.table,
div.notificacion div.smallinput form a.boton.table,
div.notificacion div.smallinput form div#basicstyle a.boton.table,
div#basicstyle div.notificacion div.smallinput form a.boton.table,
form div.notificacion div.smallinput a.table.boton,
form div.notificacion div.smallinput a.boton.table,
form div.notificacion div.smallinput a.boton.table,
form div.notificacion div.smallinput div#basicstyle a.boton.table,
div#basicstyle form div.notificacion div.smallinput a.boton.table,
div.notificacion div.smallinput a.table.boton,
div.notificacion div.smallinput form a.boton.table,
form div.notificacion div.smallinput a.boton.table,
div.notificacion div.smallinput a.boton.table,
div.notificacion div.smallinput div#basicstyle a.boton.table,
div#basicstyle div.notificacion div.smallinput a.boton.table,
div.smallinput div.notificacion a.boton.table,
div.smallinput div.notificacion form a.boton.table,
form div.smallinput div.notificacion a.boton.table,
div.smallinput div.notificacion a.boton.table,
div.smallinput div.notificacion div#basicstyle a.boton.table,
div#basicstyle div.smallinput div.notificacion a.boton.table,
div.smallinput div.notificacion form a.table.boton,
div.smallinput div.notificacion form a.boton.table,
div.smallinput div.notificacion form a.boton.table,
div.smallinput div.notificacion form div#basicstyle a.boton.table,
div#basicstyle div.smallinput div.notificacion form a.boton.table,
form div.smallinput div.notificacion a.table.boton,
form div.smallinput div.notificacion a.boton.table,
form div.smallinput div.notificacion a.boton.table,
form div.smallinput div.notificacion div#basicstyle a.boton.table,
div#basicstyle form div.smallinput div.notificacion a.boton.table,
div.smallinput div.notificacion a.table.boton,
div.smallinput div.notificacion form a.boton.table,
form div.smallinput div.notificacion a.boton.table,
div.smallinput div.notificacion a.boton.table,
div.smallinput div.notificacion div#basicstyle a.boton.table,
div#basicstyle div.smallinput div.notificacion a.boton.table {
    text-transform: capitalize;
    padding: 9px 10px;
    margin-top: -10px;
    background-color: #706F6F;
    color: white;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

div.notificacion a.boton:hover,
div.notificacion form a.boton.table:hover,
div.notificacion form a.boton.table:hover,
div.notificacion form div.smallinput a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.notificacion form div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion form a.boton.table:hover,
form div.notificacion a.boton.table:hover,
form div.notificacion a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
div.smallinput form div.notificacion a.boton.table:hover,
form div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle form div.notificacion a.boton.table:hover,
div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput form a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion div.smallinput a.boton.table:hover,
div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
form div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle div.smallinput div.notificacion a.boton.table:hover,
div.notificacion div#basicstyle a.boton.table:hover,
div.notificacion div#basicstyle form a.boton.table:hover,
form div.notificacion div#basicstyle a.boton.table:hover,
div.notificacion div#basicstyle div.smallinput a.boton.table:hover,
div.smallinput div.notificacion div#basicstyle a.boton.table:hover,
div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion a.boton.table:hover,
div#basicstyle div.notificacion form a.boton.table:hover,
form div#basicstyle div.notificacion a.boton.table:hover,
div#basicstyle div.notificacion div.smallinput a.boton.table:hover,
div.smallinput div#basicstyle div.notificacion a.boton.table:hover,
div#basicstyle div.notificacion a.boton.table:hover,
div.notificacion form a.boton.table:hover,
div.notificacion form a.boton.table:hover,
div.notificacion form div.smallinput a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.notificacion form div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion form a.boton.table:hover,
div.notificacion form a.table.boton:hover,
div.notificacion form a.boton.table:hover,
div.notificacion form div.smallinput a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.notificacion form div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion form a.boton.table:hover,
div.notificacion form div.smallinput a.table.boton:hover,
div.notificacion form div.smallinput a.boton.table:hover,
div.notificacion form div.smallinput a.boton.table:hover,
div.notificacion form div.smallinput div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion form div.smallinput a.boton.table:hover,
div.smallinput div.notificacion form a.table.boton:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.smallinput div.notificacion form div#basicstyle a.boton.table:hover,
div#basicstyle div.smallinput div.notificacion form a.boton.table:hover,
form div.notificacion a.boton.table:hover,
form div.notificacion a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
div.smallinput form div.notificacion a.boton.table:hover,
form div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle form div.notificacion a.boton.table:hover,
form div.notificacion a.table.boton:hover,
form div.notificacion a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
div.smallinput form div.notificacion a.boton.table:hover,
form div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle form div.notificacion a.boton.table:hover,
form div.notificacion div.smallinput a.table.boton:hover,
form div.notificacion div.smallinput a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
form div.notificacion div.smallinput div#basicstyle a.boton.table:hover,
div#basicstyle form div.notificacion div.smallinput a.boton.table:hover,
div.smallinput form div.notificacion a.table.boton:hover,
div.smallinput form div.notificacion a.boton.table:hover,
div.smallinput form div.notificacion a.boton.table:hover,
div.smallinput form div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle div.smallinput form div.notificacion a.boton.table:hover,
div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput form a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput form a.table.boton:hover,
div.notificacion div.smallinput form a.boton.table:hover,
div.notificacion div.smallinput form a.boton.table:hover,
div.notificacion div.smallinput form div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion div.smallinput form a.boton.table:hover,
form div.notificacion div.smallinput a.table.boton:hover,
form div.notificacion div.smallinput a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
form div.notificacion div.smallinput div#basicstyle a.boton.table:hover,
div#basicstyle form div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput a.table.boton:hover,
div.notificacion div.smallinput form a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion div.smallinput a.boton.table:hover,
div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
form div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion form a.table.boton:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.smallinput div.notificacion form div#basicstyle a.boton.table:hover,
div#basicstyle div.smallinput div.notificacion form a.boton.table:hover,
form div.smallinput div.notificacion a.table.boton:hover,
form div.smallinput div.notificacion a.boton.table:hover,
form div.smallinput div.notificacion a.boton.table:hover,
form div.smallinput div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle form div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion a.table.boton:hover,
div.smallinput div.notificacion form a.boton.table:hover,
form div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle div.smallinput div.notificacion a.boton.table:hover {
    background-color: #fcfcfc;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

div#reportepop a.boton,
div#reportepop form a.boton.table,
form div#reportepop a.boton.table,
div#reportepop div.smallinput a.boton.table,
div.smallinput div#reportepop a.boton.table,
div#reportepop div#basicstyle a.boton.table,
div#basicstyle div#reportepop a.boton.table {
    margin-top: -10px;
    background-color: #706F6F;
    color: white;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

div#reportepop a.boton.fleft {
    float: left;
    margin-top: -70px !important;
}

div#reportepop a.boton:hover {
    background-color: #fcfcfc;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #fcfcfc;
    border-right: 1px solid #fcfcfc;
}

div#reportepop a.boton.botonaccion {
    float: right;
    margin-top: -70px !important;
    margin-right: 10px !important;
}

div#reportepop a.boton.cancelar {
    display: block;
    padding: 10px;
    height: 15px;
    margin: 0;
    top: -70px;
    float: left;
}

div.notificacion a.boton:hover,
div.notificacion form a.boton.table:hover,
div.notificacion form a.boton.table:hover,
div.notificacion form div.smallinput a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.notificacion form div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion form a.boton.table:hover,
form div.notificacion a.boton.table:hover,
form div.notificacion a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
div.smallinput form div.notificacion a.boton.table:hover,
form div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle form div.notificacion a.boton.table:hover,
div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput form a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion div.smallinput a.boton.table:hover,
div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
form div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle div.smallinput div.notificacion a.boton.table:hover,
div.notificacion div#basicstyle a.boton.table:hover,
div.notificacion div#basicstyle form a.boton.table:hover,
form div.notificacion div#basicstyle a.boton.table:hover,
div.notificacion div#basicstyle div.smallinput a.boton.table:hover,
div.smallinput div.notificacion div#basicstyle a.boton.table:hover,
div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion a.boton.table:hover,
div#basicstyle div.notificacion form a.boton.table:hover,
form div#basicstyle div.notificacion a.boton.table:hover,
div#basicstyle div.notificacion div.smallinput a.boton.table:hover,
div.smallinput div#basicstyle div.notificacion a.boton.table:hover,
div#basicstyle div.notificacion a.boton.table:hover,
div.notificacion form a.boton.table:hover,
div.notificacion form a.boton.table:hover,
div.notificacion form div.smallinput a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.notificacion form div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion form a.boton.table:hover,
div.notificacion form a.table.boton:hover,
div.notificacion form a.boton.table:hover,
div.notificacion form div.smallinput a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.notificacion form div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion form a.boton.table:hover,
div.notificacion form div.smallinput a.table.boton:hover,
div.notificacion form div.smallinput a.boton.table:hover,
div.notificacion form div.smallinput a.boton.table:hover,
div.notificacion form div.smallinput div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion form div.smallinput a.boton.table:hover,
div.smallinput div.notificacion form a.table.boton:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.smallinput div.notificacion form div#basicstyle a.boton.table:hover,
div#basicstyle div.smallinput div.notificacion form a.boton.table:hover,
form div.notificacion a.boton.table:hover,
form div.notificacion a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
div.smallinput form div.notificacion a.boton.table:hover,
form div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle form div.notificacion a.boton.table:hover,
form div.notificacion a.table.boton:hover,
form div.notificacion a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
div.smallinput form div.notificacion a.boton.table:hover,
form div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle form div.notificacion a.boton.table:hover,
form div.notificacion div.smallinput a.table.boton:hover,
form div.notificacion div.smallinput a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
form div.notificacion div.smallinput div#basicstyle a.boton.table:hover,
div#basicstyle form div.notificacion div.smallinput a.boton.table:hover,
div.smallinput form div.notificacion a.table.boton:hover,
div.smallinput form div.notificacion a.boton.table:hover,
div.smallinput form div.notificacion a.boton.table:hover,
div.smallinput form div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle div.smallinput form div.notificacion a.boton.table:hover,
div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput form a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput form a.table.boton:hover,
div.notificacion div.smallinput form a.boton.table:hover,
div.notificacion div.smallinput form a.boton.table:hover,
div.notificacion div.smallinput form div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion div.smallinput form a.boton.table:hover,
form div.notificacion div.smallinput a.table.boton:hover,
form div.notificacion div.smallinput a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
form div.notificacion div.smallinput div#basicstyle a.boton.table:hover,
div#basicstyle form div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput a.table.boton:hover,
div.notificacion div.smallinput form a.boton.table:hover,
form div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput a.boton.table:hover,
div.notificacion div.smallinput div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion div.smallinput a.boton.table:hover,
div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
form div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion form a.table.boton:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.smallinput div.notificacion form a.boton.table:hover,
div.smallinput div.notificacion form div#basicstyle a.boton.table:hover,
div#basicstyle div.smallinput div.notificacion form a.boton.table:hover,
form div.smallinput div.notificacion a.table.boton:hover,
form div.smallinput div.notificacion a.boton.table:hover,
form div.smallinput div.notificacion a.boton.table:hover,
form div.smallinput div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle form div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion a.table.boton:hover,
div.smallinput div.notificacion form a.boton.table:hover,
form div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion a.boton.table:hover,
div.smallinput div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle div.smallinput div.notificacion a.boton.table:hover,
div#reportepop a.boton:hover {
    background-color: white;
    color: #706F6F;
}

div.notificacion p {
    padding: 20px 0;
    font-size: 13px;
    line-height: 1em;
    text-align: left;
}

div.notificacion p.alerta {
    border: none;
}

div.notificacion p.alerta span {
    line-height: 1.5em;
    color: white;
    border: none;
}

div.notificacion .good,
div.notificacion .bad,
div.notificacion .normal {
    background-color: transparent;
    border: none;
}

#alertas {
    width: 400px;
    position: fixed;
    height: auto;
    right: 5px;
    top: 0;
    margin-left: -250px;
    z-index: 99999999999;
    display: block;
    padding-top: 5px;
}

#alertas .alerta,
#alertas .waiting {
    float: right;
    padding: 10px 10px 10px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    color: white;
    background-size: 20px;
}

#alertas .waiting {
    display: none;
}

#alertas .waiting.activo {
    display: block;
    width: auto;
    background: limegreen url(../images/load.gif) no-repeat left 10px center;
    background-size: 20px;
    color: white;
    padding-left: 40px;
}

#alertas .boton {
    float: none !important;
    display: inline-block !important;
    padding: 1px 4px;
    margin: 0;
    position: relative;
    font-weight: bold;
}

p.alerta {
    font-size: 13px;
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    padding: 10px 10px 10px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 5px;
    color: white;
    background-size: 20px;
}

p.alerta span.good,
p.alerta span.bad,
p.alerta span.normal {
    display: block;
    padding: 2px 6px 2px 30px;
    line-height: 2em;
    border: 1px solid white;
}

p.alerta span.load {
    display: block;
    padding: 2px 6px 2px 30px;
    line-height: 2em;
    border: none;
}

p.alerta .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

p.alerta .close:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pinter;
}

.bad {
    background: url(../images/bad-w.png?v1) no-repeat center left 5px;
    background-color: #ff758a;
}

.good {
    background: url(../images/good-w.png?v2) no-repeat center left 5px;
    background-color: #79b938;
}

.normal {
    background: url(../images/normal-w.png?v1) no-repeat center left 5px;
    background-color: #71c5e7;
    color: white;
}

.load {
    background: url(../images/load.gif?v2) no-repeat center left 5px;
    background-color: transparent;
    border: none;
    background-size: 25px;
}

#control-bar {
    width: 300px;
    height: auto;
    display: block;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    margin-right: -300px;
    padding: 0 10px;
    z-index: 10;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15);
    -ms-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15);
}

#control-bar.inventario {
    padding-top: 63px;
}

#control-bar .openBar {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    right: 300px;
    margin: 0 -300px 0 0;
    background-color: white;
    background-image: url(../images/menu-azul.png);
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 39px;
    display: block;
    padding: 7px 10px;
    color: white;
    z-index: 11;
}

#control-bar p {
    padding: 10px;
    color: #666;
    text-align: center;
}

#control-bar p.fecha {
    text-align: center;
    position: absolute;
    top: 25px;
    left: 10px;
    padding: 0;
    line-height: .8em;
    font-size: 13px;
    color: #999;
    width: 90%;
}

#control-bar .inv-block {
    width: 60px;
    height: 33px;
    display: table-cell;
    vertical-align: middle;
    margin: 2px 4px;
    background-color: white;
    float: left;
    text-align: center;
    -webkit-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -ms-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1.8em;
    color: #047DB3;
}

#control-bar .inv-block small {
    width: 100%;
    font-size: 9px;
    line-height: 10em;
    margin: -44px auto 0 auto;
    float: left;
    text-align: center;
    color: #009e8f;
}

#nots {
    margin: 20px 0 0 -10px;
    float: left;
    width: 298px;
    background-color: #D7E9F1;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#nots.no-style {
    margin-top: -30px;
    background-color: white;
}

#nots.no-style .window {
    padding: 10px 0 10px 10px;
    display: block;
}

#nots h3.bar {
    background-color: #047DB3;
    color: white;
    width: 100%;
    height: 27px;
    display: block;
    font-size: 13px;
    float: left;
    line-height: 2.1em;
    text-align: right;
    padding-right: 6px;
    z-index: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid white;
}

#control-bar h3.bar {
    background-color: #45afce;
    color: white;
    width: 100%;
    height: 27px;
    display: block;
    font-size: 13px;
    float: left;
    line-height: 2.1em;
    text-align: center;
    padding-left: 6px;
    z-index: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid white;
}

#nots .not {
    width: 298px;
    height: 74px;
    background-color: transparent;
    float: left;
    position: relative;
}

#nots .not div.tipo {
    width: 60px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    border: 7px solid #D7E9F1;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px;
    color: white;
    font-size: 11px;
    text-align: center;
}

#nots .not div span {
    display: table-cell;
    vertical-align: middle;
    width: 100% !important;
    height: 100% !important;
    text-align: center;
    background-color: transparent;
    background-image: url(../images/editar.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    display: block;
}

#nots .not div.compra {
    background-color: #009e8f;
}

#nots .not div.compra span {
    background-image: url(../images/menu/white/compras.png);
}

#nots .not div.recibo {
    background-color: #009e8f;
}

#nots .not div.recibo span {
    background-image: url(../images/nots/recibo.png);
}

#nots .not div.reporte {
    background-color: red;
}

#nots .not div.reporte span {
    background-image: url(../images/nots/recibo.png);
}

#nots .not p {
    font-size: 11px;
    padding-left: 10px;
    background-color: white;
    width: 262px;
    margin: 7px 0 0 35px;
    height: 60px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

#nots .not p span.user {
    float: right;
    margin-top: -5px;
    color: #047DB3;
}

#nots .not p a {
    background-color: #999;
    color: white;
    margin: 0 1px;
    padding: 1px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    float: right;
    margin-top: 5px;
}

#nots .not p a:hover {
    background-color: #666;
}

#nots.compras {
    margin: 0 0 0 0;
    width: 100%;
    background-color: #D7E9F1;
    padding-top: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#nots.compras.index {
    margin-top: 5px;
}

#nots .not.compras {
    height: 30px;
    margin: 5px 0 0 0;
}

#nots .not.compras div.tipo {
    width: 25px;
    height: 25px;
    background-size: 10px;
    text-align: right;
    margin-top: -7px;
    z-index: 0;
    opacity: .7;
}

#nots .not.compras div.tipo span {
    background-size: 23px;
}

#nots .not.compras div.tipo.red {
    background-color: red;
}

#nots .not.compras p {
    height: 25px;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

#nots .not.compras p a {
    display: block;
    margin-top: 0;
    background: none;
    color: green;
    width: 100%;
    height: 100%;
    float: left;
}

#nots .not.compras a:hover>p,
#nots .not.compras form a.boton.table:hover>p,
#nots .not.compras div.smallinput a.boton.table:hover>p,
#nots .not.compras div#basicstyle a.boton.table:hover>p {
    background-color: white;
}

#nots .not.compras a:hover>div.tipo,
#nots .not.compras form a.boton.table:hover>div.tipo,
#nots .not.compras div.smallinput a.boton.table:hover>div.tipo,
#nots .not.compras div#basicstyle a.boton.table:hover>div.tipo {
    opacity: 1;
}

div.notificacion {
    position: relative;
    width: auto;
    height: auto;
    max-width: 500px;
    margin: 20px auto;
    padding: 80px 30px 20px 30px;
    display: block;
    background: #7CC4E4;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(0%, #7CC4E4), color-stop(50%, #7CC4E4), color-stop(51%, #0087CF), color-stop(100%, #0087CF));
    background: -webkit-linear-gradient(-45deg, #7CC4E4 0%, #7CC4E4 50%, #0087CF 51%, #0087CF 100%);
    background: linear-gradient(135deg, #7CC4E4 0%, #7CC4E4 10%, #0087CF 10%, #0087CF 10%);
}

div.notificacion h3 {
    font-weight: 300;
    margin: 0 0 30px 0;
    color: white;
}

div.notificacion .fecha {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 12px;
    color: white;
}

div.notificacion a.boton,
div.notificacion div#basicstyle a.boton.table,
div#basicstyle div.notificacion a.boton.table {
    margin-top: -10px;
}

div.notificacion p.buttons {
    line-height: 1em;
    margin-right: -17px;
}

div.notificacion a.boton:hover,
div.notificacion div#basicstyle a.boton.table:hover,
div#basicstyle div.notificacion a.boton.table:hover {
    background-color: white;
    color: #7CC4E4;
}

div.notificacion p {
    padding: 20px 0;
    font-size: 13px;
    line-height: 1em;
    text-align: left;
}

div.notificacion p.alerta {
    border: none;
}

div.notificacion p.alerta span {
    line-height: 1.5em;
    color: white;
    border: none;
}

div.notificacion .good,
div.notificacion .bad,
div.notificacion .normal {
    background-color: transparent;
    border: none;
}

form p.totales,
div#basicstyle p.totales,
div.smallinput p.totales {
    font-size: 19px;
    text-align: right;
    margin-top: 20px;
}

form p.totales small,
div#basicstyle p.totales small,
div.smallinput p.totales small {
    font-size: .6em;
    margin-left: 10px;
}

form p.totales small.dos,
div#basicstyle p.totales small.dos,
div.smallinput p.totales small.dos {
    font-size: .8em;
    color: #666;
}

form.reporte,
div#basicstyle.reporte,
div.reporte.smallinput {
    background-color: white;
    padding-top: 10px;
    min-width: 750px;
    position: relative;
}

form.reporte h3,
div#basicstyle.reporte h3,
div.reporte.smallinput h3 {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    text-align: right;
}

form.reporte h4.titulo,
div#basicstyle.reporte h4.titulo,
div.reporte.smallinput h4.titulo {
    margin-top: 30px;
    color: black;
}

form.reporte .fecha,
div#basicstyle.reporte .fecha,
div.reporte.smallinput .fecha {
    position: absolute;
    top: 80px;
    right: 15px;
}

table.datos {
    margin-top: 30px;
}

form p.leyenda,
div#basicstyle p.leyenda,
div.smallinput p.leyenda {
    font-size: 12px;
    line-height: 1.5em;
}

p.alerta {
    font-size: 12px;
    width: 100%;
    display: block;
    position: relative;
    color: #333;
    margin-bottom: 15px;
    clear: both;
}

p.alerta span.good,
p.alerta span.bad,
p.alerta span.normal {
    display: block;
    padding: 2px 6px 2px 30px;
    line-height: 2em;
    border: 1px solid white;
}

p.alerta span.load {
    display: block;
    padding: 2px 6px 2px 30px;
    line-height: 2em;
    border: none;
}

.bad {
    background: url(../images/bad.png?v1) no-repeat center left;
    background-color: #FFB6C1;
}

.good {
    background: url(../images/good.png?v2) no-repeat center left;
    background-color: #90EE90;
}

.normal {
    background: url(../images/normal.png?v1) no-repeat top 3px left 3px;
    background-color: #71c5e7;
    background-size: 20px;
}

.load {
    background: url(../images/load.gif?v2) no-repeat top left;
    background-color: transparent;
    border: none;
    background-size: 25px;
}

.popup {
    margin-top: -8px;
    position: absolute;
    z-index: 9000;
    background-repeat: no-repeat;
    background-position: left center;
    color: #000;
}

.lin {
    position: absolute;
    z-index: 9000;
    display: block;
}

.mensaje {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    max-width: 330px;
    padding: 10px 10px 10px 30px;
    line-height: 1.5em;
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.8) url(../images/normal.png?v3) no-repeat center left 5px;
    background-size: 20px;
    -webkit-box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.2);
    -ms-box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.2);
    box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.2);
}

.mensaje ul {
    padding-left: 18px;
}

.mensaje li {
    padding-top: 7px;
    background-position: 5px 5px;
}

.mensaje.left {
    margin: 0 9px 0 0;
}

.mensaje.blackmamba {
    padding: 10px 20px;
    color: #f0f0f0;
    border: 1px solid black;
    background: black;
    background: rgba(0, 0, 0, 0.8);
}

.popup.left {
    background-position: right center;
}

#items {
    width: 100%;
    display: block;
    clear: both;
    float: left;
}

#item {
    width: 180px;
    height: 160px;
    padding: 0 10px;
    background-color: #f0f0f0;
    margin: 10px;
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
    color: #333;
    background-color: #f6f6f6;
}

#item.salida {
    height: 110px;
}

#item label {
    width: 100px;
    height: 40px;
    display: inline;
}

#item input[type=number] {
    width: 80px;
    height: 40px;
    padding: 0 10px 0 5px;
    display: inline;
}

#item .peso,
#item .volumen {
    width: 89px;
    height: 60px;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
    display: block;
    text-align: center;
    border-top: 2px solid white;
}

#item .peso {
    border-left: 1px solid white;
}

#item .volumen {
    border-right: 1px solid white;
}

#item .remove {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background-color: #f9f9f9;
    color: #333;
    border: 1px solid white;
    padding: 0 3px;
    line-height: 1em;
}

#item .remove:hover {
    color: #f9f9f9;
    background-color: #333;
}

section#login {
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    display: block;
    overflow: hidden;
    z-index: 10000000000000;
}

form.basico.login,
div#basicstyle.login,
div.login.smallinput {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -130px 0 0 -225px;
    width: 450px !important;
}

@media only screen and (max-width: 768px) {

    form.login,
    div#basicstyle.login,
    div.login.smallinput {
        width: 50%;
        margin: 0 auto;
        left: 0;
    }
}

@media only screen and (max-width: 450px) {

    form.login,
    div#basicstyle.login,
    div.login.smallinput {
        width: 90%;
        left: 1%;
    }
}

#cronometro {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px 0;
}

#cronometro input.chronboton {
    height: 100px;
    width: 100px;
    margin: 0 auto 20px auto;
    display: block;
    float: none !important;
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

#cronometro .cronoreloj {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-size: 30px;
    color: #009e8f;
}

#sw_start {
    background-color: #009e8f;
}

#sw_stop {
    background-color: Red;
}

footer {
    position: fixed;
    bottom: 0;
    clear: both;
    z-index: -1;
    width: 100%;
    height: auto;
    border-bottom: 2px solid #74cd02;
}

footer img {
    height: 400px;
    width: 100%;
    opacity: .6;
}

span.custom-combobox {
    padding: 0 !important;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    background-color: white;
    display: block;
    position: absolute;
    list-style: none;
    z-index: 999999;
}

.boton-select {
    position: absolute;
    right: 2px;
    top: 2px;
    border: none !important;
    padding: 0;
    background: transparent !important;
    width: 35px;
    height: 35px;
    display: block;
    cursor: pointer;
}

.ui-menu-item {
    padding: 3px 4px;
    border-bottom: 1px solid #f6f6f6;
    font-size: 11px;
    cursor: pointer;
}

.ui-menu-item:hover {
    background-color: gray;
    color: white;
}

.ui-state-focus {
    background-color: gray;
    color: white;
}

.ui-helper-hidden-accessible {
    display: none;
}

input.ui-autocomplete-input {
    position: relative;
}

#notcounter {
    width: 16px;
    height: 16px;
    padding: 4px 5px 5px 5px;
    display: block;
    background-color: red;
    float: right;
    margin: 1px 4px 0 4px;
    text-align: center;
    color: white;
    font-size: 14px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#notcounter.open {
    background-color: #ff8080;
}

#notificaciones, #optionsUser {
    position: absolute;
    margin-top: 20px;
    right: 0;
    width: 350px;
    display: block;
    right: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    z-index: 230000;
}

#notificaciones header , #optionsUser header{
    width: 100%;
    float: left;
    letter-spacing: 1px;
    text-align: center;
    background-color: white;
    padding: 5px 10px;
    border-bottom: 1px solid #f0f0f0;
}

#notificaciones header h2, #optionsUser header h2 {
    font-size: 12px;
    text-shadow: none;
    color: rgba(51, 163, 213, 0.8);
    font-weight: bold;
}

#notificaciones:before, #optionsUser:before {
    content: '';
    width: 0;
    height: 0;
    top: 1px;
    right: 5px;
    margin-top: -10px;
    z-index: 2;
    display: block;
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 9px solid rgba(0, 0, 0, 0.1);
}

#notificaciones:after, #optionsUser:after {
    content: '';
    width: 0;
    height: 0;
    top: 0;
    right: 7px;
    margin-top: -10px;
    z-index: 2;
    display: block;
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 10px solid white;
}

#notificaciones.hidden, #optionsUser.hidden  {
    max-height: 0;
    overflow: hidden;
}

#notificaciones .alerta, #optionsUser .alerta {
    margin: 0;
    padding: 0;
}

#notificaciones .alerta span.normal {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 25px;
}

.botonOption{
    margin: 5px 0 0 10px !important;
    padding: 10px 10px 8px 10px !important;
    background-color: #047DB3;
    border: none;
    color: white !important;
    float: right;
    cursor: pointer;
    width: 50%;
    font-size: 10px !important;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
  }
  .botonOption:hover{
    background-color: gray;
  }

.not {
    width: 100%;
    background-color: white;
    padding: 10px 10px 5px 25px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-transform: none;
    border-bottom: 1px solid #f0f0f0;
}

.not:nth-child(odd) {
    background-color: #f6f6f6;
}

.not h2 {
    width: 100%;
    height: 24px;
    font-size: 12px;
    padding-left: 10px;
    line-height: 1.7em;
    font-weight: 100;
    padding-top: 2px;
}

.not p {
    width: 100%;
    clear: both;
    color: #999;
}

.not p .head {
    width: 100%;
    color: black;
    clear: both;
    float: left;
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: orange;
}

.not p .head small {
    font-size: 1em;
    font-weight: lighter;
    color: #ccc;
    vertical-align: middle;
    line-height: 1.4em;
}

.not .boton,
.not form a.boton.table,
form .not a.boton.table,
.not div.smallinput a.boton.table,
div.smallinput .not a.boton.table,
.not div#basicstyle a.boton.table,
div#basicstyle .not a.boton.table {
    width: auto;
    padding: 4px 5px;
    float: right;
    color: white;
    font-size: 11px;
    float: right;
    background-color: #c0c0c0;
    color: white;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}

.not .boton:first-child,
.not div#basicstyle a.boton.table:first-child,
div#basicstyle .not a.boton.table:first-child {
    clear: left;
}

.not.ver-todo {
    padding: 0 0 5px 0;
    text-align: center;
}

.not.ver-todo a,
.not.ver-todo form a.boton.table,
form .not.ver-todo a.boton.table,
.not.ver-todo div.smallinput a.boton.table,
div.smallinput .not.ver-todo a.boton.table,
.not.ver-todo div#basicstyle a.boton.table,
div#basicstyle .not.ver-todo a.boton.table {
    cursor: pointer;
    color: rgba(51, 163, 213, 0.8);
    font-weight: bold;
    font-size: 12px;
    padding: 5px 5px 2px 5px;
    display: block;
}

.not.ver-todo a:hover,
.not.ver-todo div#basicstyle a.boton.table:hover,
div#basicstyle .not.ver-todo a.boton.table:hover {
    color: red;
}

.articulo {
    margin: 5px 0;
    padding: 5px 10px;
    float: left;
    border: 1px solid #f0f0f0;
    border-left: 3px solid #8080ff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #eee;
    font-size: 13px;
    position: relative;
    background-color: white;
}

.articulo.tipo2 {
    border-left: 3px solid #ff8080;
}

.articulo.tipo3 {
    border-left: 3px solid #ff40ff;
}

.articulo.tipo4 {
    border-left: 3px solid #ffd280;
}

.articulo .categoria {
    font-size: 10px;
    color: #999;
    text-align: left;
}

.articulo .generales {
    text-transform: uppercase;
}

.articulo .lista-cultyvo {
    margin: 0;
}

.articulo .lista-cultyvo li {
    background-color: rgba(128, 128, 128, 0.07) !important;
    display: block;
}

.articulo .lista-cultyvo li .key {
    font-size: 10px;
    float: none;
    clear: none;
    color: #999;
}

.articulo .lista-cultyvo li .val {
    clear: none;
    float: none;
    font-size: 12px;
    text-align: right;
}

.articulo .cancelar,
.articulo div#reportepop a.boton.cancelar,
div#reportepop .articulo a.boton.cancelar {
    margin-bottom: -5px !important;
    margin-left: -5px !important;
    opacity: 0;
    display: none;
    font-size: 10px;
    padding: 4px;
}

.articulo:hover .cancelar,
.articulo:hover div#reportepop a.boton.cancelar,
div#reportepop .articulo:hover a.boton.cancelar {
    opacity: 1;
    display: block;
}

.w100 {
    width: 100% !important;
    clear: both;
}

.contenedor {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98%;
    margin: 0.5%;
    display: block;
    padding: 0 5px;
    clear: both;
}

.w75,
.contenedor.w25,
form .bloqueform.w25,
div#basicstyle .bloqueform.w25,
div.smallinput .bloqueform.w25,
form.basico .bloqueform.w25,
.contenedor.w33,
form .bloqueform.w33,
div#basicstyle .bloqueform.w33,
div.smallinput .bloqueform.w33,
form.basico .bloqueform.w33,
.contenedor.w40,
form .bloqueform.w40,
div#basicstyle .bloqueform.w40,
div.smallinput .bloqueform.w40,
form.basico .bloqueform.w40,
.contenedor.w50,
form .bloqueform.w50,
div#basicstyle .bloqueform.w50,
div.smallinput .bloqueform.w50,
form.basico .bloqueform.w50,
.contenedor.w60,
form .bloqueform.w60,
div#basicstyle .bloqueform.w60,
div.smallinput .bloqueform.w60,
form.basico .bloqueform.w60,
.w25,
.w40,
.w50,
.w60 {
    width: 73%;
    float: left;
    clear: none;
    display: inline-block;
}

.w60 {
    width: 57%;
}

.w50 {
    width: 48%;
}

.w40 {
    width: 38%;
}

.w25 {
    width: 23%;
}

.contenedor.w75,
.contenedor.w25,
.contenedor.w33,
.contenedor.w40,
.contenedor.w50,
.contenedor.w60,
form .bloqueform.w75,
div#basicstyle .bloqueform.w75,
div.smallinput .bloqueform.w75,
form .bloqueform.w25,
div#basicstyle .bloqueform.w25,
div.smallinput .bloqueform.w25,
form.basico .bloqueform.w25,
form .bloqueform.w33,
div#basicstyle .bloqueform.w33,
div.smallinput .bloqueform.w33,
form.basico .bloqueform.w33,
form .bloqueform.w40,
div#basicstyle .bloqueform.w40,
div.smallinput .bloqueform.w40,
form.basico .bloqueform.w40,
form .bloqueform.w50,
div#basicstyle .bloqueform.w50,
div.smallinput .bloqueform.w50,
form.basico .bloqueform.w50,
form .bloqueform.w60,
div#basicstyle .bloqueform.w60,
div.smallinput .bloqueform.w60,
form.basico .bloqueform.w60,
form.basico .bloqueform.w75 {
    width: 73%;
    float: left;
    clear: none;
    display: inline-block;
}

.contenedor.w60,
form .bloqueform.w60,
div#basicstyle .bloqueform.w60,
div.smallinput .bloqueform.w60,
form.basico .bloqueform.w60 {
    width: 57% !important;
}

.contenedor.w50,
form .bloqueform.w50,
div#basicstyle .bloqueform.w50,
div.smallinput .bloqueform.w50,
form.basico .bloqueform.w50 {
    width: 48%;
}

.contenedor.w40,
form .bloqueform.w40,
div#basicstyle .bloqueform.w40,
div.smallinput .bloqueform.w40,
form.basico .bloqueform.w40 {
    width: 38%;
}

.contenedor.w33,
form .bloqueform.w33,
div#basicstyle .bloqueform.w33,
div.smallinput .bloqueform.w33,
form.basico .bloqueform.w33 {
    width: 31%;
}

.contenedor.w25,
form .bloqueform.w25,
div#basicstyle .bloqueform.w25,
div.smallinput .bloqueform.w25,
form.basico .bloqueform.w25 {
    width: 23%;
}

.contenedor .lista-cultyvo li,
form .bloqueform .lista-cultyvo li,
div#basicstyle .bloqueform .lista-cultyvo li,
div.smallinput .bloqueform .lista-cultyvo li,
form.basico .bloqueform .lista-cultyvo li {
    background-color: rgba(0, 0, 0, 0.05);
}

.contenedor .bloque,
form .bloqueform .bloque,
div#basicstyle .bloqueform .bloque,
div.smallinput .bloqueform .bloque,
form.basico .bloqueform .bloque {
    background-color: rgba(0, 0, 0, 0.04) !important;
    display: block;
    padding: 10px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.contenedor .bloque input,
.contenedor .bloque select,
form .bloqueform .bloque input,
div#basicstyle .bloqueform .bloque input,
div.smallinput .bloqueform .bloque input,
form .bloqueform .bloque select,
div#basicstyle .bloqueform .bloque select,
div.smallinput .bloqueform .bloque select,
form.basico .bloqueform .bloque input,
form.basico .bloqueform .bloque select {
    border: none;
    border-left: 1px solid #f0f0f0;
}

.lista-cultyvo {
    clear: both;
    list-style: none;
    font-size: 12px;
}

.lista-cultyvo li {
    padding: 7px 6px;
    float: left;
    width: 100%;
    margin: 2px 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.lista-cultyvo li .key,
.lista-cultyvo li .val {
    float: left;
}

.lista-cultyvo li .key {
    width: 20%;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: lighter;
    color: #929289;
    text-align: right;
}

.lista-cultyvo li .key:after {
    content: ':';
}

.lista-cultyvo li .val {
    width: 100%;
    padding-left: 5%;
    font-size: 1.1em;
    color: #45afce;
    text-align: right;
}

.lista-cultyvo.c2 li {
    width: 49%;
    margin: 2px 0.5%;
}

.lista-cultyvo.c2 li .key {
    width: 40%;
}

.lista-cultyvo.c2 li .val {
    width: 60%;
}

.lista-cultyvo.c3 li {
    width: 32%;
    margin: 2px 0.5%;
}

.lista-cultyvo.c3 li .key {
    width: 40%;
}

.lista-cultyvo.c3 li .val {
    width: 60%;
}

.lista-cultyvo.c4 li {
    width: 24%;
    margin: 2px 0.5%;
}

.lista-cultyvo.c4 li .key {
    width: 100%;
}

.lista-cultyvo.c4 li .val {
    width: 100%;
    text-align: right;
}

.lista-cultyvo.c4 li:nth-child(4n+1) {
    clear: left;
}

.lista-cultyvo.importante li {
    padding: 4px;
}

.lista-cultyvo.importante li .val {
    font-size: 1.4em;
}

.lista-cultyvo.importante.big .val {
    font-size: 2em;
}

.barraporcentaje {
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
    text-align: center;
    background-color: rgba(0, 158, 143, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    overflow: hidden;
}

.barraporcentaje span.barra {
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 158, 143, 0.5);
}

.barraporcentaje .boton,
.barraporcentaje form a.boton.table,
form .barraporcentaje a.boton.table,
.barraporcentaje div.smallinput a.boton.table,
div.smallinput .barraporcentaje a.boton.table,
.barraporcentaje div#basicstyle a.boton.table,
div#basicstyle .barraporcentaje a.boton.table {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

/* FUENTES DE GOOGLE WEB FONTS || https://www.google.com/fonts */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 300;
    src: local("Oxygen Light"), local("Oxygen-Light"), url(../fonts/-1odZCVpKpOs9pNLq607foX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 300;
    src: local("Oxygen Light"), local("Oxygen-Light"), url(../fonts/AwBqWF2kjhlybWamaKMPcYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: local("Oxygen"), local("Oxygen-Regular"), url(../fonts/LC4u_jU27qpsdszDEgeU_3-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: local("Oxygen"), local("Oxygen-Regular"), url(../fonts/qBSyz106i5ud7wkBU-FrPX-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    src: local("Oxygen Bold"), local("Oxygen-Bold"), url(../fonts/fSUtikcZd7PHZK0t2hzTeYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    src: local("Oxygen Bold"), local("Oxygen-Bold"), url(../fonts/yVHpdQrmTj9Kax1tmFSx2oX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

table.presupuestos th:nth-child(2n+7) {
    background-color: rgba(51, 163, 213, 0.4) !important;
    z-index: 0 !important;
}

table.presupuestos td:nth-child(2n+7) {
    background-color: rgba(51, 163, 213, 0.4) !important;
    z-index: 0 !important;
}

table.presupuestos th:nth-child(2n+8) {
    background-color: rgba(241, 138, 1, 0.4) !important;
    z-index: 0 !important;
}

table.presupuestos td:nth-child(2n+8) {
    background-color: rgba(241, 138, 1, 0.4) !important;
    z-index: 0 !important;
}

@font-face {
    font-family: "Muli-bold";
    src: url("../images/varios/Muli-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Muli-regular";
    src: url("../images/varios/Muli-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Muli-black";
    src: url("../images/varios/Muli-Black.ttf") format("truetype");
}

html.login {
    background-color: #FCFCFC;
}

body.login {
    background-color: #FCFCFC;
    background: none;
}

footer img.logo {
    display: none;
}

section#login {
    height: 100vh;
    z-index: 2;
    width: 50% !important;
    min-width: 50%;
    position: relative;
    margin: 0 auto;
}

section#login div.container {
    width: 100% !important;
    margin: 0% auto;
}

section#login div.container .logo {
    width: 60%;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 1% auto;
    text-align: center;
    margin-bottom: auto;
}

section#login div.container .logo.footer {
    width: 100%;
    height: auto;
    margin: 0% auto;
}

section#login div.container .logo img {
    width: 100%;
    margin: 0 auto;
}

section#login div.container form.login,
section#login div.container div#basicstyle.login,
section#login div.container div.login.smallinput {
    background-color: transparent;
    text-align: center;
    width: 70%;
    position: relative;
    top: 0%;
    left: 0%;
    margin: 0 auto;
}

section#login div.container form.login h3,
section#login div.container div#basicstyle.login h3,
section#login div.container div.login.smallinput h3 {
    color: #AF7F4D;
    font-family: 'Muli-black';
    font-weight: bold;
    font-size: 30px;
    margin: -20px 0 0px 0;
    padding-left: 0px;
    background: none;
}

section#login div.container form.login input[type=text],
section#login div.container div#basicstyle.login input[type=text],
section#login div.container div.login.smallinput input[type=text],
section#login div.container form.login input[type=password],
section#login div.container div#basicstyle.login input[type=password],
section#login div.container div.login.smallinput input[type=password] {
    width: 80%;
    float: inherit;
    font-family: Muli-regular;
    color: #606060;
    margin: 0 auto;
    margin-bottom: 4%;
    box-shadow: 0px 0px 5px 2px rgba(77, 77, 77, 0.12);
    height: 40px;
    padding: 3px 10px 3px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

section#login div.container form.login input.usuario[type=text],
section#login div.container div#basicstyle.login input.usuario[type=text],
section#login div.container div.login.smallinput input.usuario[type=text],
section#login div.container form.login input.usuario[type=password],
section#login div.container div#basicstyle.login input.usuario[type=password],
section#login div.container div.login.smallinput input.usuario[type=password] {
    background: #FFFFFF url(../images/varios/usuario.png) no-repeat center left 7px;
    background-size: 25px;
}

section#login div.container form.login input.password[type=text],
section#login div.container div#basicstyle.login input.password[type=text],
section#login div.container div.login.smallinput input.password[type=text],
section#login div.container form.login input.password[type=password],
section#login div.container div#basicstyle.login input.password[type=password],
section#login div.container div.login.smallinput input.password[type=password] {
    background: #FFFFFF url(../images/varios/password.png) no-repeat center left 7px;
    background-size: 25px;
}

section#login div.container form.login input[type=submit],
section#login div.container div#basicstyle.login input[type=submit],
section#login div.container div.login.smallinput input[type=submit] {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    float: none !important;
    font-family: Muli-bold;
    font-size: 15px;
    width: auto;
    height: auto;
    text-transform: uppercase;
    background-color: #002755 !important;
    padding: 12px 20px !important;
    color: #FFFFFF;
    margin: 4% auto !important;
}

section#login div.container form.login input[type=submit]:hover,
section#login div.container div#basicstyle.login input[type=submit]:hover,
section#login div.container div.login.smallinput input[type=submit]:hover {
    background-color: #004eaa !important;
}

section#login div.container form.login small,
section#login div.container div#basicstyle.login small,
section#login div.container div.login.smallinput small {
    display: block;
    margin: 3% auto;
    text-align: right;
    font-family: Muli-bold;
    width: 80%;
    font-weight: bold;
    color: #AF7F4D;
}

footer.login {
    display: inline;
    position: fixed;
    bottom: -1px;
    clear: both;
    z-index: -1;
    width: 100%;
    height: auto;
}

footer.login img {
    width: 100%;
    opacity: 1;
    height: auto;
}

footer.login img.logo {
    width: 10%;
    display: inline;
    position: absolute;
    z-index: 1;
    filter: brightness(5);
    margin: 0% 50% 2% 45%;
    bottom: 0;
}

@media (max-width: 860px) {

    section#login div.container form.login,
    section#login div.container div#basicstyle.login,
    section#login div.container div.login.smallinput {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    section#login {
        width: 100% !important;
        padding: 30px 40px 90px 40px;
    }

    section#login div.container .logo {
        width: 100%;
    }
}

.iconos-1 {
    background-image: url(../images/iconos/iconos200blanco.png);
    background-repeat: no-repeat;
    background-size: 330px;
    width: 30px;
    height: 30px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-1.solicitud {
    background-position: 0px -0px;
}

.iconos-1.solicitud.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconos-1.ventas {
    background-position: -30px -0px;
}

.iconos-1.ventas.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconos-1.cobranza {
    background-position: -60px -0px;
}

.iconos-1.cobranza.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconos-1.transito {
    background-position: -90px -0px;
}

.iconos-1.transito.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconos-1.inventario {
    background-position: -120px -0px;
}

.iconos-1.inventario.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconos-1.reportes {
    background-position: -150px -0px;
}

.iconos-1.reportes.hover:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.iconos-1.sucursales {
    background-position: -180px -0px;
}

.iconos-1.sucursales.hover:hover {
    cursor: pointer;
    background-position: -180px -30px;
}

.iconos-1.catalogos {
    background-position: -210px -0px;
}

.iconos-1.catalogos.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconos-1.config {
    background-position: -240px -0px;
}

.iconos-1.config.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconos-1.clientes {
    background-position: -270px -0px;
}

.iconos-1.clientes.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconos-1.cuentas {
    background-position: -300px -0px;
}

.iconos-1.cuentas.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconos-1.venta {
    background-position: 0px -30px;
}

.iconos-1.venta.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconos-1.apartados {
    background-position: -30px -30px;
}

.iconos-1.apartados.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconos-1.vitrina {
    background-position: -60px -30px;
}

.iconos-1.vitrina.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconos-1.almacen {
    background-position: -90px -30px;
}

.iconos-1.almacen.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconos-1.gastos {
    background-position: -120px -30px;
}

.iconos-1.gastos.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconos-1.rh {
    background-position: -210px -30px;
}

.iconos-1.rh.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconos-1.compras {
    background-position: -240px -30px;
}

.iconos-1.compras.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconos-1.cobranza {
    background-position: -270px -30px;
}

.iconos-1.cobranza.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconos-1.proveedores {
    background-position: -300px -30px;
}

.iconos-1.proveedores.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.icono-2 {
    background-image: url(../images/iconos/iconos-plus.png);
    background-repeat: no-repeat;
    background-size: 80px;
    width: 20px;
    height: 20px;
    display: block; }
    .icono-2.salir {
      background-position: -0px -0px; }
      .icono-2.salir.hover:hover {
        cursor: pointer;
        background-position: -0px -20px; }
    .icono-2.lupa {
      background-position: -20px -0px; }
      .icono-2.lupa.hover:hover {
        cursor: pointer;
        background-position: -20px -20px; }
        .icono-2.importe {
          background-position: -40px -0px; }
          .icono-2.importe.hover:hover {
            cursor: pointer;
            background-position: -40px -20px; }
            .icono-2.descuento {
              background-position: -60px -0px; }
              .icono-2.descuento.hover:hover {
                cursor: pointer;
                background-position: -60px -20px; }
              .icono-2.npassword {
                background-position: -0px -20px; }
                .icono-2.npassword.hover:hover {
                  cursor: pointer;
                  background-position: -0px -20px; }
                  .icono-2.recargar {
                    background-position: -20px -20px; }
                    .icono-2.recargar.hover:hover {
                      cursor: pointer;
                      background-position: -20px -20px; }
                      .icono-2.retencion {
                        background-position: -40px -20px; }
                        .icono-2.retencion.hover:hover {
                          cursor: pointer;
                          background-position: -40px -20px; }
                          .icono-2.filtrar {
                            background-position: -60px -20px; }
                            .icono-2.filtrar.hover:hover {
                              cursor: pointer;
                              background-position: -60px -20px; }

.iconos-2 {
    background-image: url(../images/iconos/iconos200.png?v1.1);
    background-repeat: no-repeat;
    background-size: 220px;
    width: 20px;
    height: 20px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-2.solicitud {
    background-position: 0px -0px;
}

.iconos-2.solicitud.hover:hover {
    cursor: pointer;
    background-position: 0px -20px;
}

.iconos-2.ventas {
    background-position: -20px -0px;
}

.iconos-2.ventas.hover:hover {
    cursor: pointer;
    background-position: -20px -20px;
}

.iconos-2.cobranza {
    background-position: -40px -0px;
}

.iconos-2.cobranza.hover:hover {
    cursor: pointer;
    background-position: -40px -20px;
}

.iconos-2.transito {
    background-position: -60px -0px;
}

.iconos-2.transito.hover:hover {
    cursor: pointer;
    background-position: -60px -20px;
}

.iconos-2.inventario {
    background-position: -80px -0px;
}

.iconos-2.inventario.hover:hover {
    cursor: pointer;
    background-position: -80px -20px;
}

.iconos-2.reportes {
    background-position: -100px -0px;
}

.iconos-2.reportes.hover:hover {
    cursor: pointer;
    background-position: -100px -20px;
}

.iconos-2.sucursales {
    background-position: -120px -0px;
}

.iconos-2.sucursales.hover:hover {
    cursor: pointer;
    background-position: -120px -20px;
}

.iconos-2.catalogos {
    background-position: -140px -0px;
}

.iconos-2.catalogos.hover:hover {
    cursor: pointer;
    background-position: -140px -20px;
}

.iconos-2.config {
    background-position: -160px -0px;
}

.iconos-2.config.hover:hover {
    cursor: pointer;
    background-position: -160px -20px;
}

.iconos-2.clientes {
    background-position: -180px -0px;
}

.iconos-2.clientes.hover:hover {
    cursor: pointer;
    background-position: -180px -20px;
}

.iconos-2.cuentas {
    background-position: -200px -0px;
}

.iconos-2.cuentas.hover:hover {
    cursor: pointer;
    background-position: -200px -20px;
}

.iconos-2.venta {
    background-position: 0px -20px;
}

.iconos-2.venta.hover:hover {
    cursor: pointer;
    background-position: 0px -20px;
}

.iconos-2.apartados {
    background-position: -20px -20px;
}

.iconos-2.apartados.hover:hover {
    cursor: pointer;
    background-position: -20px -20px;
}

.iconos-2.vitrina {
    background-position: -40px -20px;
}

.iconos-2.vitrina.hover:hover {
    cursor: pointer;
    background-position: -40px -20px;
}

.iconos-2.almacen {
    background-position: -60px -20px;
}

.iconos-2.almacen.hover:hover {
    cursor: pointer;
    background-position: -60px -20px;
}

.iconos-2.gastos {
    background-position: -80px -20px;
}

.iconos-2.gastos.hover:hover {
    cursor: pointer;
    background-position: -80px -20px;
}

.iconos-2.rh {
    background-position: -140px -20px;
}

.iconos-2.rh.hover:hover {
    cursor: pointer;
    background-position: -140px -20px;
}

.iconos-2.compras {
    background-position: -160px -20px;
}

.iconos-2.compras.hover:hover {
    cursor: pointer;
    background-position: -160px -20px;
}

.iconos-2.cobranza {
    background-position: -180px -20px;
}

.iconos-2.cobranza.hover:hover {
    cursor: pointer;
    background-position: -180px -20px;
}

.iconos-2.proveedores {
    background-position: -200px -20px;
}

.iconos-2.proveedores.hover:hover {
    cursor: pointer;
    background-position: -200px -20px;
}

.iconos-3 {
    background-image: url(../images/iconos/iconos200.png?v1.1);
    background-repeat: no-repeat;
    background-size: 330px;
    width: 30px;
    height: 30px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-3.solicitud {
    background-position: 0px -0px;
}

.iconos-3.solicitud.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconos-3.ventas {
    background-position: -30px -0px;
}

.iconos-3.ventas.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconos-3.cobranza {
    background-position: -60px -0px;
}

.iconos-3.cobranza.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconos-3.transito {
    background-position: -90px -0px;
}

.iconos-3.transito.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconos-3.inventario {
    background-position: -120px -0px;
}

.iconos-3.inventario.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconos-3.reportes {
    background-position: -150px -0px;
}

.iconos-3.reportes.hover:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.iconos-3.sucursales {
    background-position: -180px -0px;
}

.iconos-3.sucursales.hover:hover {
    cursor: pointer;
    background-position: -180px -30px;
}

.iconos-3.catalogos {
    background-position: -210px -0px;
}

.iconos-3.catalogos.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconos-3.config {
    background-position: -240px -0px;
}

.iconos-3.config.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconos-3.clientes {
    background-position: -270px -0px;
}

.iconos-3.clientes.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconos-3.cuentas {
    background-position: -300px -0px;
}

.iconos-3.cuentas.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconos-3.venta {
    background-position: 0px -30px;
}

.iconos-3.venta.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconos-3.apartados {
    background-position: -30px -30px;
}

.iconos-3.apartados.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconos-3.vitrina {
    background-position: -60px -30px;
}

.iconos-3.vitrina.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconos-3.almacen {
    background-position: -90px -30px;
}

.iconos-3.almacen.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconos-3.gastos {
    background-position: -120px -30px;
}

.iconos-3.gastos.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconos-3.rh {
    background-position: -210px -30px;
}

.iconos-3.rh.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconos-3.compras {
    background-position: -240px -30px;
}

.iconos-3.compras.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconos-3.cobranza {
    background-position: -270px -30px;
}

.iconos-3.cobranza.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconos-3.proveedores {
    background-position: -300px -30px;
}

.iconos-3.proveedores.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconosmenu-1 {
    background-image: url(../images/iconos/iconos200-new.png);
    background-repeat: no-repeat;
    background-size: 1080px;
    width: 30px;
    height: 30px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconosmenu-1.dinero-entra1 {
    background-position: 0px -0px;
}

.iconosmenu-1.dinero-entra1.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconosmenu-1.dinero-sale1 {
    background-position: -30px -0px;
}

.iconosmenu-1.dinero-sale1.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconosmenu-1.calculadora1 {
    background-position: -60px -0px;
}

.iconosmenu-1.calculadora1.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconosmenu-1.recibo1 {
    background-position: -90px -0px;
}

.iconosmenu-1.recibo1.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconosmenu-1.agenda1 {
    background-position: -120px -0px;
}

.iconosmenu-1.agenda1.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconosmenu-1.tachuela1 {
    background-position: -150px -0px;
}

.iconosmenu-1.tachuela1.hover:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.iconosmenu-1.nota1 {
    background-position: -180px -0px;
}

.iconosmenu-1.nota1.hover:hover {
    cursor: pointer;
    background-position: -180px -30px;
}

.iconosmenu-1.hoja-clip1 {
    background-position: -210px -0px;
}

.iconosmenu-1.hoja-clip1.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconosmenu-1.calendario1 {
    background-position: -240px -0px;
}

.iconosmenu-1.calendario1.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconosmenu-1.guardar1 {
    background-position: -270px -0px;
}

.iconosmenu-1.guardar1.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconosmenu-1.usuario1 {
    background-position: -300px -0px;
}

.iconosmenu-1.usuario1.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconosmenu-1.usuario-21 {
    background-position: -330px -0px;
}

.iconosmenu-1.usuario-21.hover:hover {
    cursor: pointer;
    background-position: -330px -30px;
}

.iconosmenu-1.llave1 {
    background-position: -360px -0px;
}

.iconosmenu-1.llave1.hover:hover {
    cursor: pointer;
    background-position: -360px -30px;
}

.iconosmenu-1.moneda1 {
    background-position: -390px -0px;
}

.iconosmenu-1.moneda1.hover:hover {
    cursor: pointer;
    background-position: -390px -30px;
}

.iconosmenu-1.almacen1 {
    background-position: -420px -0px;
}

.iconosmenu-1.almacen1.hover:hover {
    cursor: pointer;
    background-position: -420px -30px;
}

.iconosmenu-1.etiqueta1 {
    background-position: -450px -0px;
}

.iconosmenu-1.etiqueta1.hover:hover {
    cursor: pointer;
    background-position: -450px -30px;
}

.iconosmenu-1.lineas-menu1 {
    background-position: -480px -0px;
}

.iconosmenu-1.lineas-menu1.hover:hover {
    cursor: pointer;
    background-position: -480px -30px;
}

.iconosmenu-1.compra1 {
    background-position: -510px -0px;
}

.iconosmenu-1.compra1.hover:hover {
    cursor: pointer;
    background-position: -510px -30px;
}

.iconosmenu-1.camion1 {
    background-position: -540px -0px;
}

.iconosmenu-1.camion1.hover:hover {
    cursor: pointer;
    background-position: -540px -30px;
}

.iconosmenu-1.hoja1 {
    background-position: -570px -0px;
}

.iconosmenu-1.hoja1.hover:hover {
    cursor: pointer;
    background-position: -570px -30px;
}

.iconosmenu-1.engranes1 {
    background-position: -600px -0px;
}

.iconosmenu-1.engranes1.hover:hover {
    cursor: pointer;
    background-position: -600px -30px;
}

.iconosmenu-1.libreta-lapiz1 {
    background-position: -630px -0px;
}

.iconosmenu-1.libreta-lapiz1.hover:hover {
    cursor: pointer;
    background-position: -630px -30px;
}

.iconosmenu-1.casita1 {
    background-position: -660px -0px;
}

.iconosmenu-1.casita1.hover:hover {
    cursor: pointer;
    background-position: -660px -30px;
}

.iconosmenu-1.grafica1 {
    background-position: -690px -0px;
}

.iconosmenu-1.grafica1.hover:hover {
    cursor: pointer;
    background-position: -690px -30px;
}

.iconosmenu-1.almacen-a1 {
    background-position: -720px -0px;
}

.iconosmenu-1.almacen-a1.hover:hover {
    cursor: pointer;
    background-position: -720px -30px;
}

.iconosmenu-1.almacen-b1 {
    background-position: -750px -0px;
}

.iconosmenu-1.almacen-b1.hover:hover {
    cursor: pointer;
    background-position: -750px -30px;
}

.iconosmenu-1.caja-regist1 {
    background-position: -780px -0px;
}

.iconosmenu-1.caja-regist1.hover:hover {
    cursor: pointer;
    background-position: -780px -30px;
}

.iconosmenu-1.estadistica1 {
    background-position: -810px -0px;
}

.iconosmenu-1.estadistica1.hover:hover {
    cursor: pointer;
    background-position: -810px -30px;
}

.iconosmenu-1.user-llave1 {
    background-position: -840px -0px;
}

.iconosmenu-1.user-llave1.hover:hover {
    cursor: pointer;
    background-position: -840px -30px;
}

.iconosmenu-1.user-candado1 {
    background-position: -870px -0px;
}

.iconosmenu-1.user-candado1.hover:hover {
    cursor: pointer;
    background-position: -870px -30px;
}

.iconosmenu-1.llave-candado1 {
    background-position: -900px -0px;
}

.iconosmenu-1.llave-candado1.hover:hover {
    cursor: pointer;
    background-position: -900px -30px;
}

.iconosmenu-1.carrito1 {
    background-position: -930px -0px;
}

.iconosmenu-1.carrito1.hover:hover {
    cursor: pointer;
    background-position: -930px -30px;
}

.iconosmenu-1.facturar1 {
    background-position: -960px -0px;
}

.iconosmenu-1.facturar1.hover:hover {
    cursor: pointer;
    background-position: -960px -30px;
}

.iconosmenu-1.union1 {
    background-position: -990px -0px;
}

.iconosmenu-1.union1.hover:hover {
    cursor: pointer;
    background-position: -990px -30px;
}

.iconosmenu-1.mapa1 {
    background-position: -1020px -0px;
}

.iconosmenu-1.mapa1.hover:hover {
    cursor: pointer;
    background-position: -1020px -30px;
}

.iconosmenu-1.reporte1 {
    background-position: -1050px -0px;
}

.iconosmenu-1.reporte1.hover:hover {
    cursor: pointer;
    background-position: -1050px -30px;
}

.iconosmenu-1.dinero-entra1-a {
    background-position: 0px -30px;
}

.iconosmenu-1.dinero-entra1-a.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconosmenu-1.dinero-sale1-a {
    background-position: -30px -30px;
}

.iconosmenu-1.dinero-sale1-a.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconosmenu-1.calculadora1-a {
    background-position: -60px -30px;
}

.iconosmenu-1.calculadora1-a.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconosmenu-1.recibo1-a {
    background-position: -90px -30px;
}

.iconosmenu-1.recibo1-a.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconosmenu-1.agenda1-a {
    background-position: -120px -30px;
}

.iconosmenu-1.agenda1-a.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconosmenu-1.tachuela1-a {
    background-position: -150px -30px;
}

.iconosmenu-1.tachuela1-a.hover:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.iconosmenu-1.nota1-a {
    background-position: -180px -30px;
}

.iconosmenu-1.nota1-a.hover:hover {
    cursor: pointer;
    background-position: -180px -30px;
}

.iconosmenu-1.hoja-clip1-a {
    background-position: -210px -30px;
}

.iconosmenu-1.hoja-clip1-a.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconosmenu-1.calendario1-a {
    background-position: -240px -30px;
}

.iconosmenu-1.calendario1-a.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconosmenu-1.guardar1-a {
    background-position: -270px -30px;
}

.iconosmenu-1.guardar1-a.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconosmenu-1.usuario1-a {
    background-position: -300px -30px;
}

.iconosmenu-1.usuario1-a.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconosmenu-1.usuario-21-a {
    background-position: -330px -30px;
}

.iconosmenu-1.usuario-21-a.hover:hover {
    cursor: pointer;
    background-position: -330px -30px;
}

.iconosmenu-1.llave1-a {
    background-position: -360px -30px;
}

.iconosmenu-1.llave1-a.hover:hover {
    cursor: pointer;
    background-position: -360px -30px;
}

.iconosmenu-1.moneda1-a {
    background-position: -390px -30px;
}

.iconosmenu-1.moneda1-a.hover:hover {
    cursor: pointer;
    background-position: -390px -30px;
}

.iconosmenu-1.almacen1-a {
    background-position: -420px -30px;
}

.iconosmenu-1.almacen1-a.hover:hover {
    cursor: pointer;
    background-position: -420px -30px;
}

.iconosmenu-1.etiqueta1-a {
    background-position: -450px -30px;
}

.iconosmenu-1.etiqueta1-a.hover:hover {
    cursor: pointer;
    background-position: -450px -30px;
}

.iconosmenu-1.lineas-menu1-a {
    background-position: -480px -30px;
}

.iconosmenu-1.lineas-menu1-a.hover:hover {
    cursor: pointer;
    background-position: -480px -30px;
}

.iconosmenu-1.compra1-a {
    background-position: -510px -30px;
}

.iconosmenu-1.compra1-a.hover:hover {
    cursor: pointer;
    background-position: -510px -30px;
}

.iconosmenu-1.camion1-a {
    background-position: -540px -30px;
}

.iconosmenu-1.camion1-a.hover:hover {
    cursor: pointer;
    background-position: -540px -30px;
}

.iconosmenu-1.hoja1-a {
    background-position: -570px -30px;
}

.iconosmenu-1.hoja1-a.hover:hover {
    cursor: pointer;
    background-position: -570px -30px;
}

.iconosmenu-1.engranes1-a {
    background-position: -600px -30px;
}

.iconosmenu-1.engranes1-a.hover:hover {
    cursor: pointer;
    background-position: -600px -30px;
}

.iconosmenu-1.libreta-lapiz1-a {
    background-position: -630px -30px;
}

.iconosmenu-1.libreta-lapiz1-a.hover:hover {
    cursor: pointer;
    background-position: -630px -30px;
}

.iconosmenu-1.casita1-a {
    background-position: -660px -30px;
}

.iconosmenu-1.casita1-a.hover:hover {
    cursor: pointer;
    background-position: -660px -30px;
}

.iconosmenu-1.grafica1-a {
    background-position: -690px -30px;
}

.iconosmenu-1.grafica1-a.hover:hover {
    cursor: pointer;
    background-position: -690px -30px;
}

.iconosmenu-1.almacen-a1-a {
    background-position: -720px -30px;
}

.iconosmenu-1.almacen-a1-a.hover:hover {
    cursor: pointer;
    background-position: -720px -30px;
}

.iconosmenu-1.almacen-b1-a {
    background-position: -750px -30px;
}

.iconosmenu-1.almacen-b1-a.hover:hover {
    cursor: pointer;
    background-position: -750px -30px;
}

.iconosmenu-1.caja-regist1-a {
    background-position: -780px -30px;
}

.iconosmenu-1.caja-regist1-a.hover:hover {
    cursor: pointer;
    background-position: -780px -30px;
}

.iconosmenu-1.estadistica1-a {
    background-position: -810px -30px;
}

.iconosmenu-1.estadistica1-a.hover:hover {
    cursor: pointer;
    background-position: -810px -30px;
}

.iconosmenu-1.user-llave1-a {
    background-position: -840px -30px;
}

.iconosmenu-1.user-llave1-a.hover:hover {
    cursor: pointer;
    background-position: -840px -30px;
}

.iconosmenu-1.user-candado1-a {
    background-position: -870px -30px;
}

.iconosmenu-1.user-candado1-a.hover:hover {
    cursor: pointer;
    background-position: -870px -30px;
}

.iconosmenu-1.llave-candado1-a {
    background-position: -900px -30px;
}

.iconosmenu-1.llave-candado1-a.hover:hover {
    cursor: pointer;
    background-position: -900px -30px;
}

.iconosmenu-1.carrito1-a {
    background-position: -930px -30px;
}

.iconosmenu-1.carrito1-a.hover:hover {
    cursor: pointer;
    background-position: -930px -30px;
}

.iconosmenu-1.facturar1-a {
    background-position: -960px -30px;
}

.iconosmenu-1.facturar1-a.hover:hover {
    cursor: pointer;
    background-position: -960px -30px;
}

.iconosmenu-1.union1-a {
    background-position: -990px -30px;
}

.iconosmenu-1.union1-a.hover:hover {
    cursor: pointer;
    background-position: -990px -30px;
}

.iconosmenu-1.mapa1-a {
    background-position: -1020px -30px;
}

.iconosmenu-1.mapa1-a.hover:hover {
    cursor: pointer;
    background-position: -1020px -30px;
}

.iconosmenu-1.reporte1-a {
    background-position: -1050px -30px;
}

.iconosmenu-1.reporte1-a.hover:hover {
    cursor: pointer;
    background-position: -1050px -30px;
}

.iconosmenu-1.dinero-entra {
    background-position: 0px -60px;
}

.iconosmenu-1.dinero-entra.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconosmenu-1.dinero-sale {
    background-position: -30px -60px;
}

.iconosmenu-1.dinero-sale.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconosmenu-1.calculadora {
    background-position: -60px -60px;
}

.iconosmenu-1.calculadora.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconosmenu-1.recibo {
    background-position: -90px -60px;
}

.iconosmenu-1.recibo.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconosmenu-1.agenda {
    background-position: -120px -60px;
}

.iconosmenu-1.agenda.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconosmenu-1.tachuela {
    background-position: -150px -60px;
}

.iconosmenu-1.tachuela.hover:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.iconosmenu-1.nota {
    background-position: -180px -60px;
}

.iconosmenu-1.nota.hover:hover {
    cursor: pointer;
    background-position: -180px -30px;
}

.iconosmenu-1.hoja-clip {
    background-position: -210px -60px;
}

.iconosmenu-1.hoja-clip.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconosmenu-1.calendario {
    background-position: -240px -60px;
}

.iconosmenu-1.calendario.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconosmenu-1.guardar {
    background-position: -270px -60px;
}

.iconosmenu-1.guardar.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconosmenu-1.usuario {
    background-position: -300px -60px;
}

.iconosmenu-1.usuario.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconosmenu-1.usuario-2 {
    background-position: -330px -60px;
}

.iconosmenu-1.usuario-2.hover:hover {
    cursor: pointer;
    background-position: -330px -30px;
}

.iconosmenu-1.llave {
    background-position: -360px -60px;
}

.iconosmenu-1.llave.hover:hover {
    cursor: pointer;
    background-position: -360px -30px;
}

.iconosmenu-1.moneda {
    background-position: -390px -60px;
}

.iconosmenu-1.moneda.hover:hover {
    cursor: pointer;
    background-position: -390px -30px;
}

.iconosmenu-1.almacen {
    background-position: -420px -60px;
}

.iconosmenu-1.almacen.hover:hover {
    cursor: pointer;
    background-position: -420px -30px;
}

.iconosmenu-1.etiqueta {
    background-position: -450px -60px;
}

.iconosmenu-1.etiqueta.hover:hover {
    cursor: pointer;
    background-position: -450px -30px;
}

.iconosmenu-1.lineas-menu {
    background-position: -480px -60px;
}

.iconosmenu-1.lineas-menu.hover:hover {
    cursor: pointer;
    background-position: -480px -30px;
}

.iconosmenu-1.compra {
    background-position: -510px -60px;
}

.iconosmenu-1.compra.hover:hover {
    cursor: pointer;
    background-position: -510px -30px;
}

.iconosmenu-1.camion {
    background-position: -540px -60px;
}

.iconosmenu-1.camion.hover:hover {
    cursor: pointer;
    background-position: -540px -30px;
}

.iconosmenu-1.hoja {
    background-position: -570px -60px;
}

.iconosmenu-1.hoja.hover:hover {
    cursor: pointer;
    background-position: -570px -30px;
}

.iconosmenu-1.engranes {
    background-position: -600px -60px;
}

.iconosmenu-1.engranes.hover:hover {
    cursor: pointer;
    background-position: -600px -30px;
}

.iconosmenu-1.libreta-lapiz {
    background-position: -630px -60px;
}

.iconosmenu-1.libreta-lapiz.hover:hover {
    cursor: pointer;
    background-position: -630px -30px;
}

.iconosmenu-1.casita {
    background-position: -660px -60px;
}

.iconosmenu-1.casita.hover:hover {
    cursor: pointer;
    background-position: -660px -30px;
}

.iconosmenu-1.grafica {
    background-position: -690px -60px;
}

.iconosmenu-1.grafica.hover:hover {
    cursor: pointer;
    background-position: -690px -30px;
}

.iconosmenu-1.almacen-a {
    background-position: -720px -60px;
}

.iconosmenu-1.almacen-a.hover:hover {
    cursor: pointer;
    background-position: -720px -30px;
}

.iconosmenu-1.almacen-b {
    background-position: -750px -60px;
}

.iconosmenu-1.almacen-b.hover:hover {
    cursor: pointer;
    background-position: -750px -30px;
}

.iconosmenu-1.caja-regist {
    background-position: -780px -60px;
}

.iconosmenu-1.caja-regist.hover:hover {
    cursor: pointer;
    background-position: -780px -30px;
}

.iconosmenu-1.estadistica {
    background-position: -810px -60px;
}

.iconosmenu-1.estadistica.hover:hover {
    cursor: pointer;
    background-position: -810px -30px;
}

.iconosmenu-1.user-llave {
    background-position: -840px -60px;
}

.iconosmenu-1.user-llave.hover:hover {
    cursor: pointer;
    background-position: -840px -30px;
}

.iconosmenu-1.user-candado {
    background-position: -870px -60px;
}

.iconosmenu-1.user-candado.hover:hover {
    cursor: pointer;
    background-position: -870px -30px;
}

.iconosmenu-1.llave-candado {
    background-position: -900px -60px;
}

.iconosmenu-1.llave-candado.hover:hover {
    cursor: pointer;
    background-position: -900px -30px;
}

.iconosmenu-1.carrito {
    background-position: -930px -60px;
}

.iconosmenu-1.carrito.hover:hover {
    cursor: pointer;
    background-position: -930px -30px;
}

.iconosmenu-1.facturar {
    background-position: -960px -60px;
}

.iconosmenu-1.facturar.hover:hover {
    cursor: pointer;
    background-position: -960px -30px;
}

.iconosmenu-1.union {
    background-position: -990px -60px;
}

.iconosmenu-1.union.hover:hover {
    cursor: pointer;
    background-position: -990px -30px;
}

.iconosmenu-1.mapa {
    background-position: -1020px -60px;
}

.iconosmenu-1.mapa.hover:hover {
    cursor: pointer;
    background-position: -1020px -30px;
}

.iconosmenu-1.reporte {
    background-position: -1050px -60px;
}

.iconosmenu-1.reporte.hover:hover {
    cursor: pointer;
    background-position: -1050px -30px;
}

.botones-1 {
    background-image: url(../images/iconos/botones200.png);
    background-repeat: no-repeat;
    background-size: 1350px;
    width: 30px;
    height: 30px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.botones-1.salir {
    background-position: 0px -0px;
}

.botones-1.salir.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.botones-1.actualizar {
    background-position: -30px -0px;
}

.botones-1.actualizar.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.botones-1.regresar {
    background-position: -60px -0px;
}

.botones-1.regresar.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.botones-1.avanzar {
    background-position: -90px -0px;
}

.botones-1.avanzar.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.botones-1.agregar {
    background-position: -120px -0px;
}

.botones-1.agregar.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.botones-1.cerrar {
    background-position: -150px -0px;
}

.botones-1.cerrar.hover:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.botones-1.cancelar,
div#reportepop a.botones-1.boton.cancelar {
    background-position: -150px -0px;
}

.botones-1.cancelar.hover:hover,
div#reportepop a.botones-1.hover.boton.cancelar:hover,
div#reportepop form a.boton.table:hover,
form div#reportepop a.boton.table:hover,
div#reportepop div.smallinput a.boton.table:hover,
div.smallinput div#reportepop a.boton.table:hover,
div#reportepop div#basicstyle a.boton.table:hover,
div#basicstyle div#reportepop a.boton.table:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.botones-1.borrar {
    background-position: -180px -0px;
}

.botones-1.borrar.hover:hover {
    cursor: pointer;
    background-position: -180px -30px;
}

.botones-1.ver {
    background-position: -210px -0px;
}

.botones-1.ver.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.botones-1.editar {
    background-position: -240px -0px;
}

.botones-1.editar.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.botones-1.ver2 {
    background-position: -270px -0px;
}

.botones-1.ver2.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.botones-1.buscador-gray {
    background-position: -270px -30px;
}

.botones-1.buscador-gray.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.botones-1.derecha {
    background-position: -300px -0px;
}

.botones-1.derecha.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.botones-1.izquierda {
    background-position: -330px -0px;
}

.botones-1.izquierda.hover:hover {
    cursor: pointer;
    background-position: -330px -30px;
}

.botones-1.temporal2 {
    background-position: -360px -30px;
}

.botones-1.temporal2.hover:hover {
    cursor: pointer;
    background-position: -360px -30px;
}

.botones-1.temporal {
    background-position: -360px -0px;
}

.botones-1.temporal.hover:hover {
    cursor: pointer;
    background-position: -360px -30px;
}

.botones-1.guardar {
    background-position: -390px -0px;
}

.botones-1.guardar.hover:hover {
    cursor: pointer;
    background-position: -390px -30px;
}

.botones-1.imprimir {
    background-position: -420px -0px;
}

.botones-1.imprimir.hover:hover {
    cursor: pointer;
    background-position: -420px -30px;
}

.botones-1.subir {
    background-position: -450px -0px;
}

.botones-1.subir.hover:hover {
    cursor: pointer;
    background-position: -450px -30px;
}

.botones-1.subir2 {
    background-position: -450px -30px;
}

.botones-1.subir2.hover:hover {
    cursor: pointer;
    background-position: -450px -30px;
}

.botones-1.descargar {
    background-position: -480px -0px;
}

.botones-1.descargar.hover:hover {
    cursor: pointer;
    background-position: -480px -30px;
}

.botones-1.ir {
    background-position: -510px -0px;
}

.botones-1.ir.hover:hover {
    cursor: pointer;
    background-position: -510px -30px;
}

.botones-1.volver {
    background-position: -540px -0px;
}

.botones-1.volver.hover:hover {
    cursor: pointer;
    background-position: -540px -30px;
}

.botones-1.volver2 {
    background-position: -570px -0px;
}

.botones-1.volver2.hover:hover {
    cursor: pointer;
    background-position: -570px -30px;
}

.botones-1.seleccion {
    background-position: -600px -0px;
}

.botones-1.seleccion.hover:hover {
    cursor: pointer;
    background-position: -600px -30px;
}

.botones-1.rencheck {
    background-position: -630px -0px;
}

.botones-1.rencheck.hover:hover {
    cursor: pointer;
    background-position: -630px -30px;
}

.botones-1.ren {
    background-position: -630px -30px;
}

.botones-1.ren.hover:hover {
    cursor: pointer;
    background-position: -630px -30px;
}

.botones-1.pro {
    background-position: -660px -30px;
}

.botones-1.pro.hover:hover {
    cursor: pointer;
    background-position: -660px -30px;
}

.botones-1.procheck {
    background-position: -660px -0px;
}

.botones-1.procheck.hover:hover {
    cursor: pointer;
    background-position: -660px -30px;
}

.botones-1.oricheck {
    background-position: -690px -0px;
}

.botones-1.oricheck.hover:hover {
    cursor: pointer;
    background-position: -690px -30px;
}

.botones-1.ori {
    background-position: -690px -30px;
}

.botones-1.ori.hover:hover {
    cursor: pointer;
    background-position: -690px -30px;
}

.botones-1.pdf {
    background-position: -720px -0px;
}

.botones-1.pdf.hover:hover {
    cursor: pointer;
    background-position: -720px -30px;
}

.botones-1.enviarmail {
    background-position: -750px -0px;
}

.botones-1.enviarmail.hover:hover {
    cursor: pointer;
    background-position: -750px -30px;
}

.botones-1.enviarpaquete {
    background-position: -780px -0px;
}

.botones-1.enviarpaquete.hover:hover {
    cursor: pointer;
    background-position: -780px -30px;
}

.botones-1.temporal {
    background-position: -810px -0px;
}

.botones-1.temporal.hover:hover {
    cursor: pointer;
    background-position: -810px -30px;
}

.botones-1.documentado {
    background-position: -840px -0px;
}

.botones-1.documentado.hover:hover {
    cursor: pointer;
    background-position: -840px -30px;
}

.botones-1.documentado2 {
    background-position: -840px -30px;
}

.botones-1.documentado2.hover:hover {
    cursor: pointer;
    background-position: -840px -30px;
}

.botones-1.factura {
    background-position: -870px -0px;
}

.botones-1.factura.hover:hover {
    cursor: pointer;
    background-position: -870px -30px;
}

.botones-1.cobrado {
    background-position: -900px -0px;
}

.botones-1.cobrado.hover:hover {
    cursor: pointer;
    background-position: -900px -30px;
}

.botones-1.recibido {
    background-position: -930px -0px;
}

.botones-1.recibido.hover:hover {
    cursor: pointer;
    background-position: -930px -30px;
}

.botones-1.enviado {
    background-position: -960px -0px;
}

.botones-1.enviado.hover:hover {
    cursor: pointer;
    background-position: -960px -30px;
}

.botones-1.estadisticas {
    background-position: -990px -0px;
}

.botones-1.estadisticas.hover:hover {
    cursor: pointer;
    background-position: -990px -30px;
}

.botones-1.aprobar {
    background-position: -1020px -0px;
}

.botones-1.aprobar.hover:hover {
    cursor: pointer;
    background-position: -1020px -30px;
}

.botones-1.refactura {
    background-position: -1050px -0px;
}

.botones-1.refactura.hover:hover {
    cursor: pointer;
    background-position: -1050px -30px;
}

.botones-1.actualizar-precio {
    background-position: -1080px -0px;
}

.botones-1.actualizar-precio.hover:hover {
    cursor: pointer;
    background-position: -1080px -30px;
}

.botones-1.actualizar-valor {
    background-position: -1110px -0px;
}

.botones-1.actualizar-valor.hover:hover {
    cursor: pointer;
    background-position: -1110px -30px;
}

.botones-1.valor-pendiente {
    background-position: -1140px -0px;
}

.botones-1.valor-pendiente.hover:hover {
    cursor: pointer;
    background-position: -1140px -30px;
}

.botones-1.actualizar-mx {
    background-position: -1170px -0px;
}

.botones-1.actualizar-mx.hover:hover {
    cursor: pointer;
    background-position: -1170px -30px;
}

.botones-1.actualizar-usd {
    background-position: -1200px -0px;
}

.botones-1.actualizar-usd.hover:hover {
    cursor: pointer;
    background-position: -1200px -30px;
}

.botones-1.mano-precio {
    background-position: -1230px -0px;
}

.botones-1.mano-precio.hover:hover {
    cursor: pointer;
    background-position: -1230px -30px;
}

.botones-1.actualizar-nota {
    background-position: -1260px -0px;
}

.botones-1.actualizar-nota.hover:hover {
    cursor: pointer;
    background-position: -1260px -30px;
}

.botones-1.nota-credito {
    background-position: -1290px -0px;
}

.botones-1.nota-credito.hover:hover {
    cursor: pointer;
    background-position: -1290px -30px;
}

.botones-1.desrelacionar {
    background-position: -1320px -0px;
}

.botones-1.desrelacionar.hover:hover {
    cursor: pointer;
    background-position: -1320px -30px;
}

.botones-2 {
    background-image: url(../images/iconos/botones200.png);
    background-repeat: no-repeat;
    background-size: 900px;
    width: 20px;
    height: 20px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.botones-2.salir {
    background-position: 0px -0px;
}

.botones-2.salir.hover:hover {
    cursor: pointer;
    background-position: 0px -20px;
}

.botones-2.actualizar {
    background-position: -20px -0px;
}

.botones-2.actualizar.hover:hover {
    cursor: pointer;
    background-position: -20px -20px;
}

.botones-2.regresar {
    background-position: -40px -0px;
}

.botones-2.regresar.hover:hover {
    cursor: pointer;
    background-position: -40px -20px;
}

.botones-2.avanzar {
    background-position: -60px -0px;
}

.botones-2.avanzar.hover:hover {
    cursor: pointer;
    background-position: -60px -20px;
}

.botones-2.agregar {
    background-position: -80px -0px;
}

.botones-2.agregar.hover:hover {
    cursor: pointer;
    background-position: -80px -20px;
}

.botones-2.cerrar {
    background-position: -100px -0px;
}

.botones-2.cerrar.hover:hover {
    cursor: pointer;
    background-position: -100px -20px;
}

.botones-2.cancelar,
div#reportepop a.botones-2.boton.cancelar {
    background-position: -100px -0px;
}

.botones-2.cancelar.hover:hover,
div#reportepop a.botones-2.hover.boton.cancelar:hover,
div#reportepop form a.boton.table:hover,
form div#reportepop a.boton.table:hover,
div#reportepop div.smallinput a.boton.table:hover,
div.smallinput div#reportepop a.boton.table:hover,
div#reportepop div#basicstyle a.boton.table:hover,
div#basicstyle div#reportepop a.boton.table:hover {
    cursor: pointer;
    background-position: -100px -20px;
}

.botones-2.borrar {
    background-position: -120px -0px;
}

.botones-2.borrar.hover:hover {
    cursor: pointer;
    background-position: -120px -20px;
}

.botones-2.ver {
    background-position: -140px -0px;
}

.botones-2.ver.hover:hover {
    cursor: pointer;
    background-position: -140px -20px;
}

.botones-2.editar {
    background-position: -160px -0px;
}

.botones-2.editar.hover:hover {
    cursor: pointer;
    background-position: -160px -20px;
}

.botones-2.ver2 {
    background-position: -180px -0px;
}

.botones-2.ver2.hover:hover {
    cursor: pointer;
    background-position: -180px -20px;
}

.botones-2.buscador-gray {
    background-position: -180px -20px;
}

.botones-2.buscador-gray.hover:hover {
    cursor: pointer;
    background-position: -180px -20px;
}

.botones-2.derecha {
    background-position: -200px -0px;
}

.botones-2.derecha.hover:hover {
    cursor: pointer;
    background-position: -200px -20px;
}

.botones-2.izquierda {
    background-position: -220px -0px;
}

.botones-2.izquierda.hover:hover {
    cursor: pointer;
    background-position: -220px -20px;
}

.botones-2.temporal2 {
    background-position: -240px -20px;
}

.botones-2.temporal2.hover:hover {
    cursor: pointer;
    background-position: -240px -20px;
}

.botones-2.temporal {
    background-position: -240px -0px;
}

.botones-2.temporal.hover:hover {
    cursor: pointer;
    background-position: -240px -20px;
}

.botones-2.guardar {
    background-position: -260px -0px;
}

.botones-2.guardar.hover:hover {
    cursor: pointer;
    background-position: -260px -20px;
}

.botones-2.imprimir {
    background-position: -280px -0px;
}

.botones-2.imprimir.hover:hover {
    cursor: pointer;
    background-position: -280px -20px;
}

.botones-2.subir {
    background-position: -300px -0px;
}

.botones-2.subir.hover:hover {
    cursor: pointer;
    background-position: -300px -20px;
}

.botones-2.subir2 {
    background-position: -300px -20px;
}

.botones-2.subir2.hover:hover {
    cursor: pointer;
    background-position: -300px -20px;
}

.botones-2.descargar {
    background-position: -320px -0px;
}

.botones-2.descargar.hover:hover {
    cursor: pointer;
    background-position: -320px -20px;
}

.botones-2.ir {
    background-position: -340px -0px;
}

.botones-2.ir.hover:hover {
    cursor: pointer;
    background-position: -340px -20px;
}

.botones-2.volver {
    background-position: -360px -0px;
}

.botones-2.volver.hover:hover {
    cursor: pointer;
    background-position: -360px -20px;
}

.botones-2.volver2 {
    background-position: -380px -0px;
}

.botones-2.volver2.hover:hover {
    cursor: pointer;
    background-position: -380px -20px;
}

.botones-2.seleccion {
    background-position: -400px -0px;
}

.botones-2.seleccion.hover:hover {
    cursor: pointer;
    background-position: -400px -20px;
}

.botones-2.rencheck {
    background-position: -420px -0px;
}

.botones-2.rencheck.hover:hover {
    cursor: pointer;
    background-position: -420px -20px;
}

.botones-2.ren {
    background-position: -420px -20px;
}

.botones-2.ren.hover:hover {
    cursor: pointer;
    background-position: -420px -20px;
}

.botones-2.pro {
    background-position: -440px -20px;
}

.botones-2.pro.hover:hover {
    cursor: pointer;
    background-position: -440px -20px;
}

.botones-2.procheck {
    background-position: -440px -0px;
}

.botones-2.procheck.hover:hover {
    cursor: pointer;
    background-position: -440px -20px;
}

.botones-2.oricheck {
    background-position: -460px -0px;
}

.botones-2.oricheck.hover:hover {
    cursor: pointer;
    background-position: -460px -20px;
}

.botones-2.ori {
    background-position: -460px -20px;
}

.botones-2.ori.hover:hover {
    cursor: pointer;
    background-position: -460px -20px;
}

.botones-2.pdf {
    background-position: -480px -0px;
}

.botones-2.pdf.hover:hover {
    cursor: pointer;
    background-position: -480px -20px;
}

.botones-2.enviarmail {
    background-position: -500px -0px;
}

.botones-2.enviarmail.hover:hover {
    cursor: pointer;
    background-position: -500px -20px;
}

.botones-2.enviarpaquete {
    background-position: -520px -0px;
}

.botones-2.enviarpaquete.hover:hover {
    cursor: pointer;
    background-position: -520px -20px;
}

.botones-2.temporal {
    background-position: -540px -0px;
}

.botones-2.temporal.hover:hover {
    cursor: pointer;
    background-position: -540px -20px;
}

.botones-2.documentado {
    background-position: -560px -0px;
}

.botones-2.documentado.hover:hover {
    cursor: pointer;
    background-position: -560px -20px;
}

.botones-2.documentado2 {
    background-position: -560px -20px;
}

.botones-2.documentado2.hover:hover {
    cursor: pointer;
    background-position: -560px -20px;
}

.botones-2.factura {
    background-position: -580px -0px;
}

.botones-2.factura.hover:hover {
    cursor: pointer;
    background-position: -580px -20px;
}

.botones-2.cobrado {
    background-position: -600px -0px;
}

.botones-2.cobrado.hover:hover {
    cursor: pointer;
    background-position: -600px -20px;
}

.botones-2.recibido {
    background-position: -620px -0px;
}

.botones-2.recibido.hover:hover {
    cursor: pointer;
    background-position: -620px -20px;
}

.botones-2.enviado {
    background-position: -640px -0px;
}

.botones-2.enviado.hover:hover {
    cursor: pointer;
    background-position: -640px -20px;
}

.botones-2.estadisticas {
    background-position: -660px -0px;
}

.botones-2.estadisticas.hover:hover {
    cursor: pointer;
    background-position: -660px -20px;
}

.botones-2.aprobar {
    background-position: -680px -0px;
}

.botones-2.aprobar.hover:hover {
    cursor: pointer;
    background-position: -680px -20px;
}

.botones-2.refactura {
    background-position: -700px -0px;
}

.botones-2.refactura.hover:hover {
    cursor: pointer;
    background-position: -700px -20px;
}

.botones-2.actualizar-precio {
    background-position: -720px -0px;
}

.botones-2.actualizar-precio.hover:hover {
    cursor: pointer;
    background-position: -720px -20px;
}

.botones-2.actualizar-valor {
    background-position: -740px -0px;
}

.botones-2.actualizar-valor.hover:hover {
    cursor: pointer;
    background-position: -740px -20px;
}

.botones-2.valor-pendiente {
    background-position: -760px -0px;
}

.botones-2.valor-pendiente.hover:hover {
    cursor: pointer;
    background-position: -760px -20px;
}

.botones-2.actualizar-mx {
    background-position: -780px -0px;
}

.botones-2.actualizar-mx.hover:hover {
    cursor: pointer;
    background-position: -780px -20px;
}

.botones-2.actualizar-usd {
    background-position: -800px -0px;
}

.botones-2.actualizar-usd.hover:hover {
    cursor: pointer;
    background-position: -800px -20px;
}

.botones-2.mano-precio {
    background-position: -820px -0px;
}

.botones-2.mano-precio.hover:hover {
    cursor: pointer;
    background-position: -820px -20px;
}

.botones-2.actualizar-nota {
    background-position: -840px -0px;
}

.botones-2.actualizar-nota.hover:hover {
    cursor: pointer;
    background-position: -840px -20px;
}

.botones-2.nota-credito {
    background-position: -860px -0px;
}

.botones-2.nota-credito.hover:hover {
    cursor: pointer;
    background-position: -860px -20px;
}

.botones-2.desrelacionar {
    background-position: -880px -0px;
}

.botones-2.desrelacionar.hover:hover {
    cursor: pointer;
    background-position: -880px -20px;
}

.botones-3 {
    background-image: url(../images/iconos/botones200.png);
    background-repeat: no-repeat;
    background-size: 675px;
    width: 15px;
    height: 15px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.botones-3.salir {
    background-position: 0px -0px;
}

.botones-3.salir.hover:hover {
    cursor: pointer;
    background-position: 0px -15px;
}

.botones-3.actualizar {
    background-position: -15px -0px;
}

.botones-3.actualizar.hover:hover {
    cursor: pointer;
    background-position: -15px -15px;
}

.botones-3.regresar {
    background-position: -30px -0px;
}

.botones-3.regresar.hover:hover {
    cursor: pointer;
    background-position: -30px -15px;
}

.botones-3.avanzar {
    background-position: -45px -0px;
}

.botones-3.avanzar.hover:hover {
    cursor: pointer;
    background-position: -45px -15px;
}

.botones-3.agregar {
    background-position: -60px -0px;
}

.botones-3.agregar.hover:hover {
    cursor: pointer;
    background-position: -60px -15px;
}

.botones-3.cerrar {
    background-position: -75px -0px;
}

.botones-3.cerrar.hover:hover {
    cursor: pointer;
    background-position: -75px -15px;
}

.botones-3.cancelar,
div#reportepop a.botones-3.boton.cancelar {
    background-position: -75px -0px;
}

.botones-3.cancelar.hover:hover,
div#reportepop a.botones-3.hover.boton.cancelar:hover,
div#reportepop form a.boton.table:hover,
form div#reportepop a.boton.table:hover,
div#reportepop div.smallinput a.boton.table:hover,
div.smallinput div#reportepop a.boton.table:hover,
div#reportepop div#basicstyle a.boton.table:hover,
div#basicstyle div#reportepop a.boton.table:hover {
    cursor: pointer;
    background-position: -75px -15px;
}

.botones-3.borrar {
    background-position: -90px -0px;
}

.botones-3.borrar.hover:hover {
    cursor: pointer;
    background-position: -90px -15px;
}

.botones-3.ver {
    background-position: -105px -0px;
}

.botones-3.ver.hover:hover {
    cursor: pointer;
    background-position: -105px -15px;
}

.botones-3.editar {
    background-position: -120px -0px;
}

.botones-3.editar.hover:hover {
    cursor: pointer;
    background-position: -120px -15px;
}

.botones-3.ver2 {
    background-position: -135px -0px;
}

.botones-3.ver2.hover:hover {
    cursor: pointer;
    background-position: -135px -15px;
}

.botones-3.buscador-gray {
    background-position: -135px -15px;
}

.botones-3.buscador-gray.hover:hover {
    cursor: pointer;
    background-position: -135px -15px;
}

.botones-3.derecha {
    background-position: -150px -0px;
}

.botones-3.derecha.hover:hover {
    cursor: pointer;
    background-position: -150px -15px;
}

.botones-3.izquierda {
    background-position: -165px -0px;
}

.botones-3.izquierda.hover:hover {
    cursor: pointer;
    background-position: -165px -15px;
}

.botones-3.temporal2 {
    background-position: -180px -15px;
}

.botones-3.temporal2.hover:hover {
    cursor: pointer;
    background-position: -180px -15px;
}

.botones-3.temporal {
    background-position: -180px -0px;
}

.botones-3.temporal.hover:hover {
    cursor: pointer;
    background-position: -180px -15px;
}

.botones-3.guardar {
    background-position: -195px -0px;
}

.botones-3.guardar.hover:hover {
    cursor: pointer;
    background-position: -195px -15px;
}

.botones-3.imprimir {
    background-position: -210px -0px;
}

.botones-3.imprimir.hover:hover {
    cursor: pointer;
    background-position: -210px -15px;
}

.botones-3.subir {
    background-position: -225px -0px;
}

.botones-3.subir.hover:hover {
    cursor: pointer;
    background-position: -225px -15px;
}

.botones-3.subir2 {
    background-position: -225px -15px;
}

.botones-3.subir2.hover:hover {
    cursor: pointer;
    background-position: -225px -15px;
}

.botones-3.descargar {
    background-position: -240px -0px;
}

.botones-3.descargar.hover:hover {
    cursor: pointer;
    background-position: -240px -15px;
}

.botones-3.ir {
    background-position: -255px -0px;
}

.botones-3.ir.hover:hover {
    cursor: pointer;
    background-position: -255px -15px;
}

.botones-3.volver {
    background-position: -270px -0px;
}

.botones-3.volver.hover:hover {
    cursor: pointer;
    background-position: -270px -15px;
}

.botones-3.volver2 {
    background-position: -285px -0px;
}

.botones-3.volver2.hover:hover {
    cursor: pointer;
    background-position: -285px -15px;
}

.botones-3.seleccion {
    background-position: -300px -0px;
}

.botones-3.seleccion.hover:hover {
    cursor: pointer;
    background-position: -300px -15px;
}

.botones-3.rencheck {
    background-position: -315px -0px;
}

.botones-3.rencheck.hover:hover {
    cursor: pointer;
    background-position: -315px -15px;
}

.botones-3.ren {
    background-position: -315px -15px;
}

.botones-3.ren.hover:hover {
    cursor: pointer;
    background-position: -315px -15px;
}

.botones-3.pro {
    background-position: -330px -15px;
}

.botones-3.pro.hover:hover {
    cursor: pointer;
    background-position: -330px -15px;
}

.botones-3.procheck {
    background-position: -330px -0px;
}

.botones-3.procheck.hover:hover {
    cursor: pointer;
    background-position: -330px -15px;
}

.botones-3.oricheck {
    background-position: -345px -0px;
}

.botones-3.oricheck.hover:hover {
    cursor: pointer;
    background-position: -345px -15px;
}

.botones-3.ori {
    background-position: -345px -15px;
}

.botones-3.ori.hover:hover {
    cursor: pointer;
    background-position: -345px -15px;
}

.botones-3.pdf {
    background-position: -360px -0px;
}

.botones-3.pdf.hover:hover {
    cursor: pointer;
    background-position: -360px -15px;
}

.botones-3.enviarmail {
    background-position: -375px -0px;
}

.botones-3.enviarmail.hover:hover {
    cursor: pointer;
    background-position: -375px -15px;
}

.botones-3.enviarpaquete {
    background-position: -390px -0px;
}

.botones-3.enviarpaquete.hover:hover {
    cursor: pointer;
    background-position: -390px -15px;
}

.botones-3.temporal {
    background-position: -405px -0px;
}

.botones-3.temporal.hover:hover {
    cursor: pointer;
    background-position: -405px -15px;
}

.botones-3.documentado {
    background-position: -420px -0px;
}

.botones-3.documentado.hover:hover {
    cursor: pointer;
    background-position: -420px -15px;
}

.botones-3.documentado2 {
    background-position: -420px -15px;
}

.botones-3.documentado2.hover:hover {
    cursor: pointer;
    background-position: -420px -15px;
}

.botones-3.factura {
    background-position: -435px -0px;
}

.botones-3.factura.hover:hover {
    cursor: pointer;
    background-position: -435px -15px;
}

.botones-3.cobrado {
    background-position: -450px -0px;
}

.botones-3.cobrado.hover:hover {
    cursor: pointer;
    background-position: -450px -15px;
}

.botones-3.recibido {
    background-position: -465px -0px;
}

.botones-3.recibido.hover:hover {
    cursor: pointer;
    background-position: -465px -15px;
}

.botones-3.enviado {
    background-position: -480px -0px;
}

.botones-3.enviado.hover:hover {
    cursor: pointer;
    background-position: -480px -15px;
}

.botones-3.estadisticas {
    background-position: -495px -0px;
}

.botones-3.estadisticas.hover:hover {
    cursor: pointer;
    background-position: -495px -15px;
}

.botones-3.aprobar {
    background-position: -510px -0px;
}

.botones-3.aprobar.hover:hover {
    cursor: pointer;
    background-position: -510px -15px;
}

.botones-3.refactura {
    background-position: -525px -0px;
}

.botones-3.refactura.hover:hover {
    cursor: pointer;
    background-position: -525px -15px;
}

.botones-3.actualizar-precio {
    background-position: -540px -0px;
}

.botones-3.actualizar-precio.hover:hover {
    cursor: pointer;
    background-position: -540px -15px;
}

.botones-3.actualizar-valor {
    background-position: -555px -0px;
}

.botones-3.actualizar-valor.hover:hover {
    cursor: pointer;
    background-position: -555px -15px;
}

.botones-3.valor-pendiente {
    background-position: -570px -0px;
}

.botones-3.valor-pendiente.hover:hover {
    cursor: pointer;
    background-position: -570px -15px;
}

.botones-3.actualizar-mx {
    background-position: -585px -0px;
}

.botones-3.actualizar-mx.hover:hover {
    cursor: pointer;
    background-position: -585px -15px;
}

.botones-3.actualizar-usd {
    background-position: -600px -0px;
}

.botones-3.actualizar-usd.hover:hover {
    cursor: pointer;
    background-position: -600px -15px;
}

.botones-3.mano-precio {
    background-position: -615px -0px;
}

.botones-3.mano-precio.hover:hover {
    cursor: pointer;
    background-position: -615px -15px;
}

.botones-3.actualizar-nota {
    background-position: -630px -0px;
}

.botones-3.actualizar-nota.hover:hover {
    cursor: pointer;
    background-position: -630px -15px;
}

.botones-3.nota-credito {
    background-position: -645px -0px;
}

.botones-3.nota-credito.hover:hover {
    cursor: pointer;
    background-position: -645px -15px;
}

.botones-3.desrelacionar {
    background-position: -660px -0px;
}

.botones-3.desrelacionar.hover:hover {
    cursor: pointer;
    background-position: -660px -15px;
}

.b-fac-1 {
    background-image: url(../images/iconos/botonesfac.png);
    background-repeat: no-repeat;
    background-size: 160px;
    width: 20px;
    height: 20px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.b-fac-1.factura {
    background-position: 0px -0px;
}

.b-fac-1.factura.hover:hover {
    cursor: pointer;
    background-position: 0px -20px;
}

.b-fac-1.pdf {
    background-position: -20px -0px;
}

.b-fac-1.pdf.hover:hover {
    cursor: pointer;
    background-position: -20px -20px;
}

.b-fac-1.xml {
    background-position: -40px -0px;
}

.b-fac-1.xml.hover:hover {
    cursor: pointer;
    background-position: -40px -20px;
}

.b-fac-1.cancelar,
div#reportepop a.b-fac-1.boton.cancelar {
    background-position: -60px -0px;
}

.b-fac-1.cancelar.hover:hover,
div#reportepop a.b-fac-1.hover.boton.cancelar:hover,
div#reportepop form a.boton.table:hover,
form div#reportepop a.boton.table:hover,
div#reportepop div.smallinput a.boton.table:hover,
div.smallinput div#reportepop a.boton.table:hover,
div#reportepop div#basicstyle a.boton.table:hover,
div#basicstyle div#reportepop a.boton.table:hover {
    cursor: pointer;
    background-position: -60px -20px;
}

.b-fac-1.enviar {
    background-position: -80px -0px;
}

.b-fac-1.enviar.hover:hover {
    cursor: pointer;
    background-position: -80px -20px;
}

.b-fac-1.notacred {
    background-position: -100px -0px;
}

.b-fac-1.notacred.hover:hover {
    cursor: pointer;
    background-position: -100px -20px;
}

.b-fac-1.pagar {
    background-position: -120px -0px;
}

.b-fac-1.pagar.hover:hover {
    cursor: pointer;
    background-position: -120px -20px;
}

.b-fac-1.relacionar {
    background-position: -140px -0px;
}

.b-fac-1.relacionar.hover:hover {
    cursor: pointer;
    background-position: -140px -20px;
}

.iconos-dash {
    background-image: url(../images/iconos/dashboard-iconos.png?v1);
    background-repeat: no-repeat;
    background-size: 595px;
    width: 35px;
    height: 35px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-dash.compra {
    background-position: 0px -0px;
}

.iconos-dash.compra.hover:hover {
    cursor: pointer;
    background-position: 0px -35px;
}

.iconos-dash.ventass {
    background-position: -35px -0px;
}

.iconos-dash.ventass.hover:hover {
    cursor: pointer;
    background-position: -35px -35px;
}

.iconos-dash.factura {
    background-position: -70px -0px;
}

.iconos-dash.factura.hover:hover {
    cursor: pointer;
    background-position: -70px -35px;
}

.iconos-dash.cuenta {
    background-position: -105px -0px;
}

.iconos-dash.cuenta.hover:hover {
    cursor: pointer;
    background-position: -105px -35px;
}

.iconos-dash.tesoreria {
    background-position: -140px -0px;
}

.iconos-dash.tesoreria.hover:hover {
    cursor: pointer;
    background-position: -140px -35px;
}

.iconos-dash.catalogo {
    background-position: -175px -0px;
}

.iconos-dash.catalogo.hover:hover {
    cursor: pointer;
    background-position: -175px -35px;
}

.iconos-dash.almacenes {
    background-position: -210px -0px;
}

.iconos-dash.almacenes.hover:hover {
    cursor: pointer;
    background-position: -210px -35px;
}

.iconos-dash.reportes {
    background-position: -245px -0px;
}

.iconos-dash.reportes.hover:hover {
    cursor: pointer;
    background-position: -245px -35px;
}

.iconos-dash.rehu {
    background-position: -280px -0px;
}

.iconos-dash.rehu.hover:hover {
    cursor: pointer;
    background-position: -280px -35px;
}

.iconos-dash.mantenimiento {
    background-position: -315px -0px;
}

.iconos-dash.mantenimiento.hover:hover {
    cursor: pointer;
    background-position: -315px -35px;
}

.iconos-dash.eliminar {
    background-position: -350px -0px;
}

.iconos-dash.eliminar.hover:hover {
    cursor: pointer;
    background-position: -350px -35px;
}

.iconos-dash.editarr {
    background-position: -385px -0px;
}

.iconos-dash.editarr.hover:hover {
    cursor: pointer;
    background-position: -385px -35px;
}

.iconos-dash.menu-b {
    background-position: -420px -0px;
}

.iconos-dash.menu-b.hover:hover {
    cursor: pointer;
    background-position: -420px -35px;
}

.iconos-dash.arriba {
    background-position: -455px -0px;
}

.iconos-dash.arriba.hover:hover {
    cursor: pointer;
    background-position: -455px -35px;
}

.iconos-dash.abajo {
    background-position: -490px -0px;
}

.iconos-dash.abajo.hover:hover {
    cursor: pointer;
    background-position: -490px -35px;
}

.iconos-dash.triangulo {
    background-position: -525px -0px;
}

.iconos-dash.triangulo.hover:hover {
    cursor: pointer;
    background-position: -525px -35px;
}

.iconos-dash.logistica {
    background-position: -560px -0px;
}

.iconos-dash.logistica.hover:hover {
    cursor: pointer;
    background-position: -560px -35px;
}

.iconos-dash-1 {
    background-image: url(../images/iconos/dashboard-iconos.png?V2);
    background-repeat: no-repeat;
    background-size: 255px;
    width: 15px;
    height: 15px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-dash-1.compra {
    background-position: 0px -0px;
}

.iconos-dash-1.compra.hover:hover {
    cursor: pointer;
    background-position: 0px -15px;
}

.iconos-dash-1.ventass {
    background-position: -15px -0px;
}

.iconos-dash-1.ventass.hover:hover {
    cursor: pointer;
    background-position: -15px -15px;
}

.iconos-dash-1.factura {
    background-position: -30px -0px;
}

.iconos-dash-1.factura.hover:hover {
    cursor: pointer;
    background-position: -30px -15px;
}

.iconos-dash-1.cuenta {
    background-position: -45px -0px;
}

.iconos-dash-1.cuenta.hover:hover {
    cursor: pointer;
    background-position: -45px -15px;
}

.iconos-dash-1.tesoreria {
    background-position: -60px -0px;
}

.iconos-dash-1.tesoreria.hover:hover {
    cursor: pointer;
    background-position: -60px -15px;
}

.iconos-dash-1.catalogo {
    background-position: -75px -0px;
}

.iconos-dash-1.catalogo.hover:hover {
    cursor: pointer;
    background-position: -75px -15px;
}

.iconos-dash-1.almacenes {
    background-position: -90px -0px;
}

.iconos-dash-1.almacenes.hover:hover {
    cursor: pointer;
    background-position: -90px -15px;
}

.iconos-dash-1.reportes {
    background-position: -105px -0px;
}

.iconos-dash-1.reportes.hover:hover {
    cursor: pointer;
    background-position: -105px -15px;
}

.iconos-dash-1.rehu {
    background-position: -120px -0px;
}

.iconos-dash-1.rehu.hover:hover {
    cursor: pointer;
    background-position: -120px -15px;
}

.iconos-dash-1.mantenimiento {
    background-position: -135px -0px;
}

.iconos-dash-1.mantenimiento.hover:hover {
    cursor: pointer;
    background-position: -135px -15px;
}

.iconos-dash-1.eliminar {
    background-position: -150px -0px;
}

.iconos-dash-1.eliminar.hover:hover {
    cursor: pointer;
    background-position: -150px -15px;
}

.iconos-dash-1.editarr {
    background-position: -165px -0px;
}

.iconos-dash-1.editarr.hover:hover {
    cursor: pointer;
    background-position: -165px -15px;
}

.iconos-dash-1.menu-b {
    background-position: -180px -0px;
}

.iconos-dash-1.menu-b.hover:hover {
    cursor: pointer;
    background-position: -180px -15px;
}

.iconos-dash-1.arriba {
    background-position: -195px -0px;
}

.iconos-dash-1.arriba.hover:hover {
    cursor: pointer;
    background-position: -195px -15px;
}

.iconos-dash-1.abajo {
    background-position: -210px -0px;
}

.iconos-dash-1.abajo.hover:hover {
    cursor: pointer;
    background-position: -210px -15px;
}

.iconos-dash-1.triangulo {
    background-position: -225px -0px;
}

.iconos-dash-1.triangulo.hover:hover {
    cursor: pointer;
    background-position: -225px -15px;
}

.iconos-dash-1.logistica {
    background-position: -240px -0px;
}

.iconos-dash-1.logistica.hover:hover {
    cursor: pointer;
    background-position: -240px -15px;
}

.iconos-dash2 {
    background-image: url(../images/iconos/dashboard-iconos2.png);
    background-repeat: no-repeat;
    background-size: 100px;
    width: 20px;
    height: 20px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-dash2.menu {
    background-position: 0px -0px;
}

.iconos-dash2.menu.hover:hover {
    cursor: pointer;
    background-position: 0px -20px;
}

.iconos-dash2.triangulo-n {
    background-position: -20px -0px;
}

.iconos-dash2.triangulo-n.hover:hover {
    cursor: pointer;
    background-position: -20px -20px;
}

.iconos-dash2.sincronizar {
    background-position: -40px -0px;
}

.iconos-dash2.sincronizar.hover:hover {
    cursor: pointer;
    background-position: -40px -20px;
}

.iconos-dash2.campana {
    background-position: -60px -0px;
}

.iconos-dash2.campana.hover:hover {
    cursor: pointer;
    background-position: -60px -20px;
}

.iconos-dash2.flechas {
    background-position: -80px -0px;
}

.iconos-dash2.flechas.hover:hover {
    cursor: pointer;
    background-position: -80px -20px;
}

.iconos-dash1 {
    background-image: url(../images/iconos/dashboard-iconos2.png);
    background-repeat: no-repeat;
    background-size: 210px;
    width: 30px;
    height: 30px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-dash1.menu {
    background-position: 0px -0px;
}

.iconos-dash1.menu.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconos-dash1.triangulo-n {
    background-position: -30px -0px;
}

.iconos-dash1.triangulo-n.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconos-dash1.sincronizar {
    background-position: -60px -0px;
}

.iconos-dash1.sincronizar.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconos-dash1.campana {
    background-position: -90px -0px;
}

.iconos-dash1.campana.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconos-dash1.flechas {
    background-position: -120px -0px;
}

.iconos-dash1.flechas.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.icon-1 {
    background-image: url(../images/iconos/botones.png?v1);
    background-repeat: no-repeat;
    background-size: 775px;
    width: 25px;
    height: 25px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.icon-1.configuracion {
    background-position: 0px -0px;
}

.icon-1.configuracion.hover:hover {
    cursor: pointer;
    background-position: 0px -25px;
}

.icon-1.catalogo {
    background-position: -25px -0px;
}

.icon-1.catalogo.hover:hover {
    cursor: pointer;
    background-position: -25px -25px;
}

.icon-1.mantenimiento {
    background-position: -50px -0px;
}

.icon-1.mantenimiento.hover:hover {
    cursor: pointer;
    background-position: -50px -25px;
}

.icon-1.crianza {
    background-position: -75px -0px;
}

.icon-1.crianza.hover:hover {
    cursor: pointer;
    background-position: -75px -25px;
}

.icon-1.transito {
    background-position: -100px -0px;
}

.icon-1.transito.hover:hover {
    cursor: pointer;
    background-position: -100px -25px;
}

.icon-1.usuarios {
    background-position: -125px -0px;
}

.icon-1.usuarios.hover:hover {
    cursor: pointer;
    background-position: -125px -25px;
}

.icon-1.cuentas {
    background-position: -150px -0px;
}

.icon-1.cuentas.hover:hover {
    cursor: pointer;
    background-position: -150px -25px;
}

.icon-1.compras {
    background-position: -175px -0px;
}

.icon-1.compras.hover:hover {
    cursor: pointer;
    background-position: -175px -25px;
}

.icon-1.agricultura {
    background-position: -200px -0px;
}

.icon-1.agricultura.hover:hover {
    cursor: pointer;
    background-position: -200px -25px;
}

.icon-1.editar {
    background-position: -225px -0px;
}

.icon-1.editar.hover:hover {
    cursor: pointer;
    background-position: -225px -25px;
}

.icon-1.peso {
    background-position: -250px -0px;
}

.icon-1.peso.hover:hover {
    cursor: pointer;
    background-position: -250px -25px;
}

.icon-1.eye-1 {
    background-position: -275px -0px;
}

.icon-1.eye-1.hover:hover {
    cursor: pointer;
    background-position: -275px -25px;
}

.icon-1.eye-2 {
    background-position: -300px -0px;
}

.icon-1.eye-2.hover:hover {
    cursor: pointer;
    background-position: -300px -25px;
}

.icon-1.trash-1 {
    background-position: -325px -0px;
}

.icon-1.trash-1.hover:hover {
    cursor: pointer;
    background-position: -325px -25px;
}

.icon-1.trash-2 {
    background-position: -350px -0px;
}

.icon-1.trash-2.hover:hover {
    cursor: pointer;
    background-position: -350px -25px;
}

.icon-1.mas-1 {
    background-position: -375px -0px;
}

.icon-1.mas-1.hover:hover {
    cursor: pointer;
    background-position: -375px -25px;
}

.icon-1.mas-2 {
    background-position: -400px -0px;
}

.icon-1.mas-2.hover:hover {
    cursor: pointer;
    background-position: -400px -25px;
}

.icon-1.doc {
    background-position: -425px -0px;
}

.icon-1.doc.hover:hover {
    cursor: pointer;
    background-position: -425px -25px;
}

.icon-1.msj {
    background-position: -450px -0px;
}

.icon-1.msj.hover:hover {
    cursor: pointer;
    background-position: -450px -25px;
}

.icon-1.envia {
    background-position: -475px -0px;
}

.icon-1.envia.hover:hover {
    cursor: pointer;
    background-position: -475px -25px;
}

.icon-1.bitacora {
    background-position: -500px -0px;
}

.icon-1.bitacora.hover:hover {
    cursor: pointer;
    background-position: -500px -25px;
}

.icon-1.bajada {
    background-position: -525px -0px;
}

.icon-1.bajada.hover:hover {
    cursor: pointer;
    background-position: -525px -25px;
}

.icon-1.precio {
    background-position: -550px -0px;
}

.icon-1.precio.hover:hover {
    cursor: pointer;
    background-position: -550px -25px;
}

.icon-1.check {
    background-position: -575px -0px;
}

.icon-1.check.hover:hover {
    cursor: pointer;
    background-position: -575px -25px;
}

.icon-1.foto {
    background-position: -600px -0px;
}

.icon-1.foto.hover:hover {
    cursor: pointer;
    background-position: -600px -25px;
}

.icon-1.manten {
    background-position: -625px -0px;
}

.icon-1.manten.hover:hover {
    cursor: pointer;
    background-position: -625px -25px;
}

.icon-1.agua {
    background-position: -650px -0px;
}

.icon-1.agua.hover:hover {
    cursor: pointer;
    background-position: -650px -25px;
}

.icon-1.alimen {
    background-position: -675px -0px;
}

.icon-1.alimen.hover:hover {
    cursor: pointer;
    background-position: -675px -25px;
}

.icon-1.gas {
    background-position: -700px -0px;
}

.icon-1.gas.hover:hover {
    cursor: pointer;
    background-position: -700px -25px;
}

.icon-1.tarea {
    background-position: -725px -0px;
}

.icon-1.tarea.hover:hover {
    cursor: pointer;
    background-position: -725px -25px;
}

.icon-1.actualizar {
    background-position: -750px -0px;
}

.icon-1.actualizar.hover:hover {
    cursor: pointer;
    background-position: -750px -25px;
}

.addIcon span.botones-4 {
    background-image: url(../images/iconos/botones200.png);
    background-repeat: no-repeat;
    background-size: 540px;
    width: 15px;
    height: 15px;
    display: inline-block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.addIcon span.botones-4.salir {
    background-position: 0px -0px;
}

.addIcon span.botones-4.actualizar {
    background-position: -15px -0px;
}

.addIcon span.botones-4.regresar {
    background-position: -30px -0px;
}

.addIcon span.botones-4.avanzar {
    background-position: -45px -0px;
}

.addIcon span.botones-4.agregar {
    background-position: -60px -0px;
}

.addIcon span.botones-4.cerrar {
    background-position: -75px -0px;
}

.addIcon span.botones-4.cancelar,
.addIcon div#reportepop a.botones-4.boton.cancelar,
div#reportepop .addIcon a.botones-4.boton.cancelar {
    background-position: -75px -0px;
}

.addIcon span.botones-4.borrar {
    background-position: -90px -0px;
}

.addIcon span.botones-4.ver {
    background-position: -105px -0px;
}

.addIcon span.botones-4.editar {
    background-position: -120px -0px;
}

.addIcon span.botones-4.ver2 {
    background-position: -135px -0px;
}

.addIcon span.botones-4.derecha {
    background-position: -150px -0px;
}

.addIcon span.botones-4.izquierda {
    background-position: -165px -0px;
}

.addIcon span.botones-4.temporal2 {
    background-position: -180px -15px;
}

.addIcon span.botones-4.temporal {
    background-position: -180px -0px;
}

.addIcon span.botones-4.guardar {
    background-position: -195px -0px;
}

.addIcon span.botones-4.imprimir {
    background-position: -210px -0px;
}

.addIcon span.botones-4.subir {
    background-position: -225px -0px;
}

.addIcon span.botones-4.subir2 {
    background-position: -225px -15px;
}

.addIcon span.botones-4.descargar {
    background-position: -240px -0px;
}

.addIcon span.botones-4.ir {
    background-position: -255px -0px;
}

.addIcon span.botones-4.volver {
    background-position: -270px -0px;
}

.addIcon span.botones-4.volver2 {
    background-position: -285px -0px;
}

.addIcon span.botones-4.seleccion {
    background-position: -300px -0px;
}

.addIcon span.botones-4.rencheck {
    background-position: -315px -0px;
}

.addIcon span.botones-4.ren {
    background-position: -315px -15px;
}

.addIcon span.botones-4.pro {
    background-position: -330px -15px;
}

.addIcon span.botones-4.procheck {
    background-position: -330px -0px;
}

.addIcon span.botones-4.oricheck {
    background-position: -345px -0px;
}

.addIcon span.botones-4.ori {
    background-position: -345px -15px;
}

.addIcon span.botones-4.pdf {
    background-position: -360px -0px;
}

.addIcon span.botones-4.enviarmail {
    background-position: -375px -0px;
}

.addIcon span.botones-4.enviarpaquete {
    background-position: -390px -0px;
}

.addIcon span.botones-4.temporal {
    background-position: -405px -0px;
}

.addIcon span.botones-4.documentado {
    background-position: -420px -0px;
}

.addIcon span.botones-4.documentado2 {
    background-position: -420px -15px;
}

.addIcon span.botones-4.factura {
    background-position: -435px -0px;
}

.addIcon span.botones-4.cobrado {
    background-position: -450px -0px;
}

.addIcon span.botones-4.recibido {
    background-position: -465px -0px;
}

.addIcon span.botones-4.enviado {
    background-position: -480px -0px;
}

.addIcon span.botones-4.estadisticas {
    background-position: -495px -0px;
}

.addIcon span.botones-4.aprobar {
    background-position: -510px -0px;
}

.addIcon span.botones-4.refactura {
    background-position: -525px -0px;
}

.addIcon:hover {
    cursor: pointer;
}

.addIcon:hover span.botones-4.salir {
    background-position: 0px -15px;
}

.addIcon:hover span.botones-4.actualizar {
    background-position: -15px -15px;
}

.addIcon:hover span.botones-4.regresar {
    background-position: -30px -15px;
}

.addIcon:hover span.botones-4.avanzar {
    background-position: -45px -15px;
}

.addIcon:hover span.botones-4.agregar {
    background-position: -60px -15px;
}

.addIcon:hover span.botones-4.cerrar {
    background-position: -75px -15px;
}

.addIcon:hover span.botones-4.cancelar,
.addIcon:hover div#reportepop a.botones-4.boton.cancelar,
div#reportepop .addIcon:hover a.botones-4.boton.cancelar {
    background-position: -75px -15px;
}

.addIcon:hover span.botones-4.borrar {
    background-position: -90px -15px;
}

.addIcon:hover span.botones-4.ver {
    background-position: -105px -15px;
}

.addIcon:hover span.botones-4.editar {
    background-position: -120px -15px;
}

.addIcon:hover span.botones-4.ver2 {
    background-position: -135px -15px;
}

.addIcon:hover span.botones-4.derecha {
    background-position: -150px -15px;
}

.addIcon:hover span.botones-4.izquierda {
    background-position: -165px -15px;
}

.addIcon:hover span.botones-4.temporal2 {
    background-position: -180px -15px;
}

.addIcon:hover span.botones-4.temporal {
    background-position: -180px -15px;
}

.addIcon:hover span.botones-4.guardar {
    background-position: -195px -15px;
}

.addIcon:hover span.botones-4.imprimir {
    background-position: -210px -15px;
}

.addIcon:hover span.botones-4.subir {
    background-position: -225px -15px;
}

.addIcon:hover span.botones-4.subir2 {
    background-position: -225px -15px;
}

.addIcon:hover span.botones-4.descargar {
    background-position: -240px -15px;
}

.addIcon:hover span.botones-4.ir {
    background-position: -255px -15px;
}

.addIcon:hover span.botones-4.volver {
    background-position: -270px -15px;
}

.addIcon:hover span.botones-4.volver2 {
    background-position: -285px -15px;
}

.addIcon:hover span.botones-4.seleccion {
    background-position: -300px -15px;
}

.addIcon:hover span.botones-4.rencheck {
    background-position: -315px -15px;
}

.addIcon:hover span.botones-4.ren {
    background-position: -315px -15px;
}

.addIcon:hover span.botones-4.pro {
    background-position: -330px -15px;
}

.addIcon:hover span.botones-4.procheck {
    background-position: -330px -15px;
}

.addIcon:hover span.botones-4.oricheck {
    background-position: -345px -15px;
}

.addIcon:hover span.botones-4.ori {
    background-position: -345px -15px;
}

.addIcon:hover span.botones-4.pdf {
    background-position: -360px -15px;
}

.addIcon:hover span.botones-4.enviarmail {
    background-position: -375px -15px;
}

.addIcon:hover span.botones-4.enviarpaquete {
    background-position: -390px -15px;
}

.addIcon:hover span.botones-4.temporal {
    background-position: -405px -15px;
}

.addIcon:hover span.botones-4.documentado {
    background-position: -420px -15px;
}

.addIcon:hover span.botones-4.documentado2 {
    background-position: -420px -15px;
}

.addIcon:hover span.botones-4.factura {
    background-position: -435px -15px;
}

.addIcon:hover span.botones-4.cobrado {
    background-position: -450px -15px;
}

.addIcon:hover span.botones-4.recibido {
    background-position: -465px -15px;
}

.addIcon:hover span.botones-4.enviado {
    background-position: -480px -15px;
}

.addIcon:hover span.botones-4.estadisticas {
    background-position: -495px -15px;
}

.addIcon:hover span.botones-4.aprobar {
    background-position: -510px -15px;
}

.addIcon:hover span.botones-4.refactura {
    background-position: -525px -15px;
}

.fleftbotones-1 {
    margin-top: 5px;
    margin-left: 25px;
    float: left;
}

.inputAgregar {
    position: replative;
    float: left;
    margin: 5px 0 0 5px;
}

.inline-block,
.menu-i {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.menu-i {
    margin-left: -35px !important;
    margin-right: 5px;
}

#tryusuarios {
    float: left;
    width: 200px;
    height: 40px;
    margin-top: -5px;
}

#tryusuarios .update {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 3px !important;
    background: transparent url(../images/update-green.png) no-repeat center center;
    background-size: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    cursor: pointer;
}

#tryusuarios .update:hover {
    cursor: pointer;
    transform: rotate(180deg);
}

#tryusuarios select {
    background-size: 15px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#folio,
#entrada,
.topRight {
    position: absolute;
    text-align: right;
}

form .bloqueform,
div#basicstyle .bloqueform,
div.smallinput .bloqueform,
form.basico .bloqueform {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    position: relative;
    background-color: #f9f9f9;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form .bloqueform .foliopestana,
div#basicstyle .bloqueform .foliopestana,
div.smallinput .bloqueform .foliopestana,
form.basico .bloqueform .foliopestana {
    margin-top: -35px;
    background-color: #f9f9f9;
    display: block;
    color: black;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 5px;
}

form .bloqueform h4,
div#basicstyle .bloqueform h4,
div.smallinput .bloqueform h4,
form .bloqueform h5,
div#basicstyle .bloqueform h5,
div.smallinput .bloqueform h5,
form.basico .bloqueform h4,
form.basico .bloqueform h5 {
    font-weight: bold !important;
    margin-top: -10px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #999;
}

form .bloqueform h5,
div#basicstyle .bloqueform h5,
div.smallinput .bloqueform h5,
form.basico .bloqueform h5 {
    margin-top: -6px;
    font-size: 12px;
    font-weight: lighter;
    margin-bottom: 8px;
}

form .bloqueform .edit,
div#basicstyle .bloqueform .edit,
div.smallinput .bloqueform .edit,
form .bloqueform .borrarbloque,
div#basicstyle .bloqueform .borrarbloque,
div.smallinput .bloqueform .borrarbloque,
form.basico .bloqueform .edit,
form.basico .bloqueform .borrarbloque {
    display: none;
    position: absolute;
    top: 15px;
    right: 60px;
    font-size: 11px;
    cursor: pointer;
}

form .bloqueform:hover .edit,
div#basicstyle .bloqueform:hover .edit,
div.smallinput .bloqueform:hover .edit,
form .bloqueform:hover .borrarbloque,
div#basicstyle .bloqueform:hover .borrarbloque,
div.smallinput .bloqueform:hover .borrarbloque,
form.basico .bloqueform:hover .edit,
form.basico .bloqueform:hover .borrarbloque {
    display: block;
}

form .bloqueform.inside,
div#basicstyle .bloqueform.inside,
div.smallinput .bloqueform.inside,
form.basico .bloqueform.inside {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

form .bloqueform .bloqueform,
div#basicstyle .bloqueform .bloqueform,
div.smallinput .bloqueform .bloqueform,
form.basico .bloqueform .bloqueform {
    background-color: #f0f0f0;
}

form .bloqueform .bloqueform h4,
div#basicstyle .bloqueform .bloqueform h4,
div.smallinput .bloqueform .bloqueform h4,
form .bloqueform .bloqueform h5,
div#basicstyle .bloqueform .bloqueform h5,
div.smallinput .bloqueform .bloqueform h5,
form.basico .bloqueform .bloqueform h4,
form.basico .bloqueform .bloqueform h5 {
    color: #666;
    font-size: 14px;
}

form .bloqueform .bloqueform .bloqueform,
div#basicstyle .bloqueform .bloqueform .bloqueform,
div.smallinput .bloqueform .bloqueform .bloqueform,
form.basico .bloqueform .bloqueform .bloqueform {
    background-color: #f9f9f9;
}

form .bloqueform .bloqueform .bloqueform .bloqueform,
div#basicstyle .bloqueform .bloqueform .bloqueform .bloqueform,
div.smallinput .bloqueform .bloqueform .bloqueform .bloqueform,
form.basico .bloqueform .bloqueform .bloqueform .bloqueform {
    background-color: #f0f0f0;
}

form .bloqueform .bloqueform .bloqueform .bloqueform .bloqueform,
div#basicstyle .bloqueform .bloqueform .bloqueform .bloqueform .bloqueform,
div.smallinput .bloqueform .bloqueform .bloqueform .bloqueform .bloqueform,
form.basico .bloqueform .bloqueform .bloqueform .bloqueform .bloqueform {
    background-color: #f9f9f9;
}

.bloqueform.moreless,
.bloque.moreless,
.filtros_.moreless {
    max-height: 9000px;
    position: relative;
    overflow: initial;
    float: left;
}

.bloqueform.moreless .abrircerrar,
.bloque.moreless .abrircerrar,
.filtros_.moreless .abrircerrar {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: url(../images/less.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.bloqueform.moreless.closed,
.bloque.moreless.closed,
.filtros_.moreless.closed {
    max-height: 45px;
    overflow: hidden;
}

.bloqueform.moreless.closed .abrircerrar,
.bloque.moreless.closed .abrircerrar,
.filtros_.moreless.closed .abrircerrar {
    background-image: url(../images/plus.png);
}

.bloqueform p,
.bloque p,
.filtros_ p {
    font-size: 12px;
}

.bloqueform h4,
.bloque h4,
.filtros_ h4 {
    text-transform: uppercase;
}

.bloque.moreless .abrircerrar {
    top: 3px;
    right: 5px;
    background-size: 15px;
}

.bloque.moreless.closed {
    max-height: 25px;
}

div.div_select {
    width: 30%;
    height: auto;
    position: relative;
    float: right;
    margin-top: -55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.div-doble {
    height: auto;
    position: relative;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.div-doble.dw60 {
    width: 80% !important;
}

div.div-doble.dw40 {
    width: 20% !important;
}

div.div_rigth {
    border: 2px #ff5000 solid;
    width: auto !important;
    height: auto;
    position: relative;
    float: right;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#worksucursal,
#tryusuarios {
    float: left;
    width: 200px;
    height: 40px;
    margin-top: -5px;
}

#worksucursal .update,
#tryusuarios .update {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 3px !important;
    background: transparent url(../images/update-green.png) no-repeat center center;
    background-size: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    cursor: pointer;
}

#worksucursal .update:hover,
#tryusuarios .update:hover {
    cursor: pointer;
    transform: rotate(180deg);
}

#worksucursal select,
#tryusuarios select {
    background-size: 15px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#tryusuarios {
    width: 300px;
}

#pestanas {
    float: left;
    clear: both;
    display: block;
    width: 100%;
    padding: 0 20px;
    border-bottom: 5px solid rgba(51, 163, 213, 0.8);
    width: 91%;
    margin: 0 1%;
}

#pestanas ul {
    list-style: none;
}

#pestanas li a {
    width: auto;
    max-width: 400px;
    padding: 8px 10px;
    display: inline-block;
    text-align: center;
    background-color: rgba(234, 234, 234, 0.4);
    color: gray;
    float: left;
    font-size: 12px;
    margin-right: 1px;
    vertical-align: bottom;
    text-transform: uppercase;
    margin-top: 2px;
}

#pestanas li:first-child {
    margin-left: -20px;
}

#pestanas li.activo a,
#pestanas li:hover a {
    background-color: rgba(51, 163, 213, 0.8);
    color: white;
}

#pestanas li.activo a {
    font-size: 20px;
    padding: 8px 15px 3px 15px;
    margin-top: -4px;
    text-transform: uppercase;
    font-size: lighter;
}

#tabs {
    float: left;
    clear: both;
    display: block;
    width: 100%;
    padding: 0 20px;
    border-bottom: 5px solid rgba(51, 163, 213, 0.8);
    width: 91%;
    margin: 0 1%;
    width: 100% !important;
    clear: both;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#tabs ul {
    list-style: none;
}

#tabs li a {
    width: auto;
    max-width: 400px;
    padding: 8px 10px;
    display: inline-block;
    text-align: center;
    background-color: rgba(234, 234, 234, 0.4);
    color: gray;
    float: left;
    font-size: 12px;
    margin-right: 1px;
    vertical-align: bottom;
    text-transform: uppercase;
    margin-top: 2px;
}

#tabs li:first-child {
    margin-left: -20px;
}

#tabs li.activo a,
#tabs li:hover a {
    background-color: rgba(51, 163, 213, 0.8);
    color: white;
}

#tabs li.activo a {
    font-size: 20px;
    padding: 8px 15px 3px 15px;
    margin-top: -4px;
    text-transform: uppercase;
    font-size: lighter;
}

form.small,
div#basicstyle.small,
div.small.smallinput,
div.form.small {
    max-width: 350px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

form.basico.full,
div#basicstyle.full,
div.full.smallinput,
div.form.basico.full {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 99%;
    min-height: 99%;
    height: auto;
    top: 0.5%;
    left: 0.5%;
    padding: 80px;
    z-index: 100;
    font-size: 25px;
}

form.basico.full .boton,
form.basico.full div#basicstyle a.boton.table,
div#basicstyle form.basico.full a.boton.table,
div#basicstyle.full .boton,
div.full.smallinput .boton,
div.full.smallinput div#basicstyle a.boton.table,
div#basicstyle div.full.smallinput a.boton.table,
form.basico.full input[type=submit],
div#basicstyle.full input[type=submit],
div.full.smallinput input[type=submit],
div.form.basico.full .boton,
div.form.basico.full div#basicstyle a.boton.table,
div#basicstyle div.form.basico.full a.boton.table,
div.form.basico.full input[type=submit] {
    font-size: 30px;
    -moz-appearance: none;
    line-height: 50px;
    height: auto;
}

form.basico.full input,
div#basicstyle.full input,
div.full.smallinput input,
form.basico.full select,
div#basicstyle.full select,
div.full.smallinput select,
form.basico.full textarea,
div#basicstyle.full textarea,
div.full.smallinput textarea,
form.basico.full label,
div#basicstyle.full label,
div.full.smallinput label,
div.form.basico.full input,
div.form.basico.full select,
div.form.basico.full textarea,
div.form.basico.full label {
    font-size: 25px !important;
}

form.basico.full input,
div#basicstyle.full input,
div.full.smallinput input,
form.basico.full select,
div#basicstyle.full select,
div.full.smallinput select,
div.form.basico.full input,
div.form.basico.full select {
    height: 75px;
}

form.basico.full textarea,
div#basicstyle.full textarea,
div.full.smallinput textarea,
div.form.basico.full textarea {
    height: 200px;
}

form.basico,
div#basicstyle,
div.smallinput,
div.form.basico {
    width: 550px;
    height: auto;
    margin: 0 auto;
    border: none;
    padding: 40px 20px 20px 20px;
    overflow: hidden;
    position: relative;
    text-align: left;
    outline: none;
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

form.basico h3,
div#basicstyle h3,
div.smallinput h3,
div.form.basico h3 {
    margin: -20px 0 20px 0;
    text-transform: uppercase;
    color: #047DB3;
}

form.basico h4,
div#basicstyle h4,
div.smallinput h4,
div.form.basico h4 {
    margin: 5px 0 0 0;
    line-height: 2.4em;
    color: white;
    font-size: 19px;
    font-weight: bold;
}

form.basico h4.full,
div#basicstyle h4.full,
div.smallinput h4.full,
div.form.basico h4.full {
    background-color: ColorP;
    padding-left: 20px;
    margin-left: -20px;
}

form.basico p.info,
div#basicstyle p.info,
div.smallinput p.info,
div.form.basico p.info {
    font-size: 12px;
    margin: 5px 0 20px -20px;
    padding: 10px 10px 10px 60px;
    line-height: 1.5em;
    width: 94.5%;
    color: #047DB3;
    background: url(../images/normal.png?v3) no-repeat center left 15px, rgba(255, 255, 255, 0.5);
    background-size: 30px;
}

form.basico label,
div#basicstyle label,
div.smallinput label,
div.form.basico label {
    width: 25%;
    height: 39px;
    float: left;
    padding: 5px 10px 5px 10px;
    margin: 2px 0 2px 0;
    font-size: 11px;
    text-align: right;
    font-weight: 500;
    line-height: 2.7em;
    clear: left;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: white;
    color: #999;
    font-weight: bold;
    text-align: left;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form.basico label.red,
div#basicstyle label.red,
div.smallinput label.red,
form.basico label.blue,
div#basicstyle label.blue,
div.smallinput label.blue,
div.form.basico label.red,
div.form.basico label.blue {
    color: white;
}

form.basico label.green,
div#basicstyle label.green,
div.smallinput label.green,
div.form.basico label.green {
    background-color: #00cc00;
}

form.basico label.blue,
div#basicstyle label.blue,
div.smallinput label.blue,
div.form.basico label.blue {
    background-color: #6666ff;
}

form.basico label.right-side,
div#basicstyle label.right-side,
div.smallinput label.right-side,
div.form.basico label.right-side {
    float: right;
    clear: right;
    text-align: left;
    padding: 3px 0 3px 7px;
}

label:first-letter {
    text-transform: capitalize;
}

form.basico label.duo,
div#basicstyle label.duo,
div.smallinput label.duo {
    width: 11%;
}

form.basico label.lduo,
div#basicstyle label.lduo,
div.smallinput label.lduo {
    clear: none;
}

form.basico label.lduo.r,
div#basicstyle label.lduo.r,
div.smallinput label.lduo.r {
    margin-left: -2px;
}

form.basico label.lduo.r2f,
div#basicstyle label.lduo.r2f,
div.smallinput label.lduo.r2f {
    margin-left: 10px;
}

form label.highlight,
div#basicstyle label.highlight,
div.smallinput label.highlight {
    background-color: #0087cf;
    color: white !important;
}

input.bold {
    font-weight: bold;
    font-size: .8em;
}

form input,
div#basicstyle input,
div.smallinput input,
form textarea,
div#basicstyle textarea,
div.smallinput textarea,
form select,
div#basicstyle select,
div.smallinput select,
form .custom-combobox-input,
div#basicstyle .custom-combobox-input,
div.smallinput .custom-combobox-input,
form.basico input,
form.basico textarea,
form.basico select,
form.basico .custom-combobox-input {
    width: 70%;
    border: none;
    float: left;
    height: 39px;
    padding: 5px 10px;
    margin: 2px 0;
    clear: right;
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right: 5px;
}

form input.sinlabel,
div#basicstyle input.sinlabel,
div.smallinput input.sinlabel,
form textarea.sinlabel,
div#basicstyle textarea.sinlabel,
div.smallinput textarea.sinlabel,
form select.sinlabel,
div#basicstyle select.sinlabel,
div.smallinput select.sinlabel,
form .custom-combobox-input.sinlabel,
div#basicstyle .custom-combobox-input.sinlabel,
div.smallinput .custom-combobox-input.sinlabel,
form.basico input.sinlabel,
form.basico textarea.sinlabel,
form.basico select.sinlabel,
form.basico .custom-combobox-input.sinlabel {
    border-left: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

form input.right-side,
div#basicstyle input.right-side,
div.smallinput input.right-side,
form textarea.right-side,
div#basicstyle textarea.right-side,
div.smallinput textarea.right-side,
form select.right-side,
div#basicstyle select.right-side,
div.smallinput select.right-side,
form .custom-combobox-input.right-side,
div#basicstyle .custom-combobox-input.right-side,
div.smallinput .custom-combobox-input.right-side,
form.basico input.right-side,
form.basico textarea.right-side,
form.basico select.right-side,
form.basico .custom-combobox-input.right-side {
    float: right;
    clear: left;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right: 0;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left: 7px;
}

form input.right-side.half,
div#basicstyle input.right-side.half,
div.smallinput input.right-side.half,
form textarea.right-side.half,
div#basicstyle textarea.right-side.half,
div.smallinput textarea.right-side.half,
form select.right-side.half,
div#basicstyle select.right-side.half,
div.smallinput select.right-side.half,
form .custom-combobox-input.right-side.half,
div#basicstyle .custom-combobox-input.right-side.half,
div.smallinput .custom-combobox-input.right-side.half,
form.basico input.right-side.half,
form.basico textarea.right-side.half,
form.basico select.right-side.half,
form.basico .custom-combobox-input.right-side.half {
    margin-right: 0;
    margin-left: 35%;
}

form input.right-side.duo,
div#basicstyle input.right-side.duo,
div.smallinput input.right-side.duo,
form textarea.right-side.duo,
div#basicstyle textarea.right-side.duo,
div.smallinput textarea.right-side.duo,
form select.right-side.duo,
div#basicstyle select.right-side.duo,
div.smallinput select.right-side.duo,
form .custom-combobox-input.right-side.duo,
div#basicstyle .custom-combobox-input.right-side.duo,
div.smallinput .custom-combobox-input.right-side.duo,
form.basico input.right-side.duo,
form.basico textarea.right-side.duo,
form.basico select.right-side.duo,
form.basico .custom-combobox-input.right-side.duo {
    margin-right: 0;
    margin-left: 2%;
}

form input.right-side.cincocinco,
div#basicstyle input.right-side.cincocinco,
div.smallinput input.right-side.cincocinco,
form textarea.right-side.cincocinco,
div#basicstyle textarea.right-side.cincocinco,
div.smallinput textarea.right-side.cincocinco,
form select.right-side.cincocinco,
div#basicstyle select.right-side.cincocinco,
div.smallinput select.right-side.cincocinco,
form .custom-combobox-input.right-side.cincocinco,
div#basicstyle .custom-combobox-input.right-side.cincocinco,
div.smallinput .custom-combobox-input.right-side.cincocinco,
form.basico input.right-side.cincocinco,
form.basico textarea.right-side.cincocinco,
form.basico select.right-side.cincocinco,
form.basico .custom-combobox-input.right-side.cincocinco {
    margin-right: 0;
    margin-left: 15%;
}

form textarea,
div#basicstyle textarea,
div.smallinput textarea,
form.basico textarea {
    border-left: 1px solid #ddd;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left: 5px;
}

form select.picker__select--year,
div#basicstyle select.picker__select--year,
div.smallinput select.picker__select--year,
form select.picker__select--month,
div#basicstyle select.picker__select--month,
div.smallinput select.picker__select--month,
form.basico select.picker__select--year,
form.basico select.picker__select--month {
    float: left;
    font-size: 12px;
    height: 30px !important;
    width: 35%;
    background-size: 14px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left: 7px;
}

form select.picker__select--year,
div#basicstyle select.picker__select--year,
div.smallinput select.picker__select--year,
form.basico select.picker__select--year {
    margin-left: 80px !important;
}

form span.custom-combobox,
div#basicstyle span.custom-combobox,
div.smallinput span.custom-combobox {
    width: 70%;
    border: none;
    float: left;
    height: 35px;
    padding: 3px 10px;
    margin: 2px 0;
    clear: right;
    position: relative;
}

form.basico input.half,
div#basicstyle input.half,
div.smallinput input.half,
form.basico select.half,
div#basicstyle select.half,
div.smallinput select.half,
form.basico .custom-combobox-input.half,
div#basicstyle .custom-combobox-input.half,
div.smallinput .custom-combobox-input.half,
form.basico .custom-combobox.half,
div#basicstyle .custom-combobox.half,
div.smallinput .custom-combobox.half {
    width: 35%;
    margin-right: 35%;
}

form.basico input.duo,
div#basicstyle input.duo,
div.smallinput input.duo,
form.basico select.duo,
div#basicstyle select.duo,
div.smallinput select.duo,
form.basico .custom-combobox-input.duo,
div#basicstyle .custom-combobox-input.duo,
div.smallinput .custom-combobox-input.duo,
form.basico .custom-combobox.duo,
div#basicstyle .custom-combobox.duo,
div.smallinput .custom-combobox.duo {
    margin-right: 2%;
    width: 20.2%;
}

form.basico input.cincocinco,
div#basicstyle input.cincocinco,
div.smallinput input.cincocinco,
form.basico select.cincocinco,
div#basicstyle select.cincocinco,
div.smallinput select.cincocinco,
form.basico .custom-combobox-input.cincocinco,
div#basicstyle .custom-combobox-input.cincocinco,
div.smallinput .custom-combobox-input.cincocinco,
form.basico .custom-combobox.cincocinco,
div#basicstyle .custom-combobox.cincocinco,
div.smallinput .custom-combobox.cincocinco {
    width: 51.5%;
    margin-right: 15%;
}

form.basico input.cuatrocinco,
div#basicstyle input.cuatrocinco,
div.smallinput input.cuatrocinco,
form.basico select.cuatrocinco,
div#basicstyle select.cuatrocinco,
div.smallinput select.cuatrocinco,
form.basico .custom-combobox-input.cuatrocinco,
div#basicstyle .custom-combobox-input.cuatrocinco,
div.smallinput .custom-combobox-input.cuatrocinco,
form.basico .custom-combobox.cuatrocinco,
div#basicstyle .custom-combobox.cuatrocinco,
div.smallinput .custom-combobox.cuatrocinco {
    width: 38%;
    margin-right: 5%;
}

form.basico label.masuno,
div#basicstyle label.masuno,
div.smallinput label.masuno {
    width: 25%;
    padding: 3px 10px 3px 0;
}

.custom-combobox {
    margin-top: 0 !important;
}

.custom-combobox input {
    width: 100% !important;
}

.ui-autocomplete {
    z-index: 9999 !important;
}

form.basico select.masuno,
div#basicstyle select.masuno,
div.smallinput select.masuno {
    width: 57%;
    padding: 3px 0 3px 10px;
}

form span.custom-combobox.masuno,
div#basicstyle span.custom-combobox.masuno,
div.smallinput span.custom-combobox.masuno {
    width: 57%;
    padding: 3px 0 3px 10px;
}

form.basico input.no-right,
div#basicstyle input.no-right,
div.smallinput input.no-right,
form.basico select.no-right,
div#basicstyle select.no-right,
div.smallinput select.no-right {
    margin-right: 0 !important;
}

form span.custom-combobox.no-right,
div#basicstyle span.custom-combobox.no-right,
div.smallinput span.custom-combobox.no-right {
    margin-right: 0 !important;
}

form.basico input:disabled,
div#basicstyle input:disabled,
div.smallinput input:disabled,
form.basico textarea:disabled,
div#basicstyle textarea:disabled,
div.smallinput textarea:disabled,
form.basico select:disabled,
div#basicstyle select:disabled,
div.smallinput select:disabled {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    font-size: 11.5px;
    cursor: default;
    background-image: url(../images/disabled.png);
    background-repeat: no-repeat;
    background-position: top 2px right 2px;
    background-size: 8px;
}

form .custom-combobox input,
div#basicstyle .custom-combobox input,
div.smallinput .custom-combobox input {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    color: #333;
    font-weight: normal;
    background-color: white;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    border-radius: none;
    border: none;
    margin: 0;
}

form.basico select,
div#basicstyle select,
div.smallinput select {
    -moz-appearance: none;
    background: white url(../images/forms/select.png) no-repeat center right 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right: 5px;
    position: relative;
}

form.basico select.sinlabel,
div#basicstyle select.sinlabel,
div.smallinput select.sinlabel {
    border-left: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

form span.custom-combobox input,
div#basicstyle span.custom-combobox input,
div.smallinput span.custom-combobox input {
    -moz-appearance: none;
    background: white url(../images/forms/select.png) no-repeat center right 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative;
}

form.basico label,
div#basicstyle label,
div.smallinput label {
    position: relative;
}

a.added,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    position: absolute;
    top: 0;
    right: -307%;
    width: 35px;
    height: 35px;
    display: block;
    overflow: hidden;
    z-index: 10;
    opacity: .3;
    cursor: pointer;
    z-index: 1;
    background: url("../images/add.png") no-repeat center center;
    background-size: 30px;
}

a.added.half,
form a.half.table.boton,
div.smallinput a.half.table.boton,
div#basicstyle a.half.table.boton {
    right: -166%;
}

a.added.inneradd,
form a.inneradd.table.boton,
div.smallinput a.inneradd.table.boton,
div#basicstyle a.inneradd.table.boton {
    right: 0;
}

a.added:hover,
form a.boton.table:hover,
div.smallinput a.boton.table:hover,
div#basicstyle a.boton.table:hover {
    opacity: .7;
}

a.added img,
form a.boton.table img,
div.smallinput a.boton.table img,
div#basicstyle a.boton.table img {
    width: 35px;
}

th a.added,
th form a.boton.table,
form th a.boton.table,
th div.smallinput a.boton.table,
div.smallinput th a.boton.table,
th div#basicstyle a.boton.table,
div#basicstyle th a.boton.table {
    right: 0 !important;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: transparent url(../images/addw.png) no-repeat center center;
    margin: 4px 0 0 0;
    padding: 2px;
    background-size: 17px;
}

th a.added img,
th form a.boton.table img,
form th a.boton.table img,
th div.smallinput a.boton.table img,
div.smallinput th a.boton.table img,
th div#basicstyle a.boton.table img,
div#basicstyle th a.boton.table img {
    width: 18px !important;
    display: none;
}

form.basico.pop,
div#basicstyle.pop,
div.pop.smallinput {
    position: relative;
    width: auto;
    max-width: 550px;
    margin: 20px auto;
    padding: 40px 30px 20px 30px;
    display: block;
    height: auto;
}

form.basico.pop.orcompra,
div#basicstyle.pop.orcompra,
div.orcompra.smallinput {
    max-width: 650px;
}

form.basico.pop.big,
div#basicstyle.pop.big,
div.big.smallinput {
    max-width: 1000px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: none;
    margin: 0;
}

form.basico textarea,
div#basicstyle textarea,
div.smallinput textarea {
    height: 100px;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-bottom: 1px solid #47d247 !important;
}

form:focus,
div#basicstyle:focus,
div.smallinput:focus {
    outline: none;
}

div.subfields {
    margin-left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    float: left;
    clear: left;
    width: 94%;
    padding: 5px 5px 5px 29px;
}

div.radiobox input[type=checkbox],
div.radiobox input[type=radio] {
    display: none;
}

div#basicstyle input[type=checkbox],
div#basicstyle input[type=radio] {
    display: none;
}

form input[type=checkbox],
div#basicstyle input[type=checkbox],
div.smallinput input[type=checkbox],
form input[type=radio],
div#basicstyle input[type=radio],
div.smallinput input[type=radio] {
    display: none;
}

input.checkito {
    display: block !important;
}

form div.radiobox,
div#basicstyle div.radiobox,
div.smallinput div.radiobox {
    float: left;
    position: relative;
    width: 25%;
    display: block;
    height: 35px;
}

form div.radiobox.right-side,
div#basicstyle div.radiobox.right-side,
div.smallinput div.radiobox.right-side {
    float: right;
}

form div.radiobox.small,
div#basicstyle div.radiobox.small,
div.smallinput div.radiobox.small {
    height: 30px;
}

form div.radiobox.small>label.radio,
div#basicstyle div.radiobox.small>label.radio,
div.smallinput div.radiobox.small>label.radio,
form div.radiobox.small>label.checkbox,
div#basicstyle div.radiobox.small>label.checkbox,
div.smallinput div.radiobox.small>label.checkbox {
    height: 30px;
}

form div.radiobox.activo>label.radio,
div#basicstyle div.radiobox.activo>label.radio,
div.smallinput div.radiobox.activo>label.radio,
form div.radiobox.activo>label.checkbox,
div#basicstyle div.radiobox.activo>label.checkbox,
div.smallinput div.radiobox.activo>label.checkbox {
    background-color: #71ce41;
}

form label.radio,
div#basicstyle label.radio,
div.smallinput label.radio,
form label.checkbox,
div#basicstyle label.checkbox,
div.smallinput label.checkbox {
    width: 100% !important;
    display: block;
    position: relative;
    margin-right: 0;
    padding-left: 29px;
    margin-left: 0;
    background-color: #0087cf;
    font-weight: lighter;
    text-align: left;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

form label.radio.disabled,
div#basicstyle label.radio.disabled,
div.smallinput label.radio.disabled,
form label.checkbox.disabled,
div#basicstyle label.checkbox.disabled,
div.smallinput label.checkbox.disabled {
    background-color: #4aa0ce;
    color: #cce7f5;
}

form label.radio span,
div#basicstyle label.radio span,
div.smallinput label.radio span {
    background: white;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    left: 7px;
    top: 8px;
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    margin: 2px 3px 0 0 !important;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
}

form label.checkbox span,
div#basicstyle label.checkbox span,
div.smallinput label.checkbox span {
    background: rgba(255, 255, 255, 0.9);
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    left: 7px;
    top: 9px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    margin: 2px 1px 0 0 !important;
    -webkit-box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
}

form .small label.radio,
div#basicstyle .small label.radio,
div.smallinput .small label.radio,
form .small label.checkbox,
div#basicstyle .small label.checkbox,
div.smallinput .small label.checkbox {
    font-size: 10px;
    padding-left: 26px;
    line-height: 1.9em;
}

form .small label.radio span,
div#basicstyle .small label.radio span,
div.smallinput .small label.radio span,
form .small label.checkbox span,
div#basicstyle .small label.checkbox span,
div.smallinput .small label.checkbox span {
    width: 11px;
    height: 11px;
    top: 6px;
}

form div.radiobox.activo>label.radio span,
div#basicstyle div.radiobox.activo>label.radio span,
div.smallinput div.radiobox.activo>label.radio span,
form div.radiobox.activo>label.checkbox span,
div#basicstyle div.radiobox.activo>label.checkbox span,
div.smallinput div.radiobox.activo>label.checkbox span {
    background: rgba(255, 255, 255, 0.9) url(../images/forms/checked.png) no-repeat center center;
    background-size: 15px;
    box-shadow: none;
}

form div.radiobox.small.activo>label.radio span,
div#basicstyle div.radiobox.small.activo>label.radio span,
div.smallinput div.radiobox.small.activo>label.radio span,
form div.radiobox.small.activo>label.checkbox span,
div#basicstyle div.radiobox.small.activo>label.checkbox span,
div.smallinput div.radiobox.small.activo>label.checkbox span {
    background: rgba(255, 255, 255, 0.9) url(../images/forms/checked.png) no-repeat center center;
    background-size: 11px;
    box-shadow: none;
}

form label.radio input:checked,
div#basicstyle label.radio input:checked,
div.smallinput label.radio input:checked,
form label.checkbox input:checked,
div#basicstyle label.checkbox input:checked,
div.smallinput label.checkbox input:checked {
    background-color: #74cd02;
}

div.radiobox.activo label.radio.disabled,
div.radiobox.activo label.checkbox.disabled,
div.radiobox.activo label.radio.disabled,
div.radiobox.activo label.checkbox.disabled {
    color: white !important;
}

a.add,
a.boton,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table,
a.t-boton {
    margin: 10px 5px 0 0;
    padding: 10px 10px 8px 20px;
    background-color: #52bef7;
    border: none;
    color: white;
    float: right !important;
    font-size: 11px;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    font-weight: normal !important;
    width: auto;
    display: block;
    -moz-appearance: none;
}

form input[type=submit],
div#basicstyle input[type=submit],
div.smallinput input[type=submit],
form input[type=button],
div#basicstyle input[type=button],
div.smallinput input[type=button] {
    margin: 10px 5px 0 0;
    padding: 10px 10px 8px 20px;
    background-color: #52bef7;
    border: none;
    color: white;
    float: right !important;
    font-size: 11px;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    font-weight: normal !important;
    width: auto;
    display: block;
    -moz-appearance: none;
}

a.add:hover,
a.boton:hover,
form a.boton.table:hover,
div.smallinput a.boton.table:hover,
div#basicstyle a.boton.table:hover {
    background-color: #0087CF;
}

form input[type=submit]:hover,
div#basicstyle input[type=submit]:hover,
div.smallinput input[type=submit]:hover,
form input[type=button]:hover,
div#basicstyle input[type=button]:hover,
div.smallinput input[type=button]:hover {
    background-color: #0087CF;
}

.boton.loading,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    background-color: gray;
}

.boton.descargar,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    background-color: red;
}

a.boton.doc,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table,
a.boton.email,
a.boton.down,
a.boton.print {
    padding-left: 30px;
    background-position: center left 5px;
    background-repeat: no-repeat;
    background-size: 20px;
}

a.boton.doc:hover,
div#basicstyle a.boton.table:hover,
a.boton.email:hover,
a.boton.down:hover,
a.boton.print:hover {
    background-color: white;
}

a.boton.print,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    background-image: url(../images/botones/print.png);
}

a.boton.print:hover,
div#basicstyle a.boton.table:hover {
    background-image: url(../images/botones/blackones/print.png);
}

a.boton.down,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    background-image: url(../images/botones/down.png);
}

a.boton.down:hover,
div#basicstyle a.boton.table:hover {
    background-image: url(../images/botones/blackones/down.png);
}

a.boton.email,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    background-image: url(../images/botones/email.png);
}

a.boton.email:hover,
div#basicstyle a.boton.table:hover {
    background-image: url(../images/botones/blackones/email.png);
}

a.boton.doc,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    background-image: url(../images/botones/doc.png);
}

a.boton.doc:hover,
div#basicstyle a.boton.table:hover {
    background-image: url(../images/botones/blackones/doc.png);
}

a.boton.red,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    background-color: red;
}

a.boton.red:hover,
div#basicstyle a.boton.table:hover {
    background-color: #d90000;
}

a.boton.green,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    background-color: #009e8f;
}

a.boton.green:hover,
div#basicstyle a.boton.table:hover {
    background-color: #00867a;
}

a.boton.orange,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    background-color: orange;
}

a.boton.orange:hover,
div#basicstyle a.boton.table:hover {
    background-color: #d98c00;
}

a.boton.lightgreen,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    background-color: lightgreen;
}

a.boton.lightgreen:hover,
div#basicstyle a.boton.table:hover {
    background-color: #5ee65e;
}

a.boton.purple,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    background-color: purple;
}

a.boton.purple:hover,
div#basicstyle a.boton.table:hover {
    background-color: #6d006d;
}

a.boton.skyblue,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    background-color: skyblue;
}

a.boton.skyblue:hover,
div#basicstyle a.boton.table:hover {
    background-color: #57bbe3;
}

form input[type=submit],
div#basicstyle input[type=submit],
div.smallinput input[type=submit] {
    margin: 10px 0;
    background-color: #4DABDD;
    color: white;
    width: auto !important;
    height: auto;
}

form a.add:last-child,
div#basicstyle a.add:last-child,
div.smallinput a.add:last-child,
form a.boton,
form a.boton.table,
div#basicstyle a.boton,
div.smallinput a.boton {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.mfp-content a.boton,
.mfp-content form a.boton.table,
form .mfp-content a.boton.table,
.mfp-content div.smallinput a.boton.table,
div.smallinput .mfp-content a.boton.table,
.mfp-content div#basicstyle a.boton.table,
div#basicstyle .mfp-content a.boton.table {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.botones a.boton:first-child,
.botones div#basicstyle a.boton.table:first-child,
div#basicstyle .botones a.boton.table:first-child {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

form input[type=submit],
div#basicstyle input[type=submit],
div.smallinput input[type=submit] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

form h3,
div#basicstyle h3,
div.smallinput h3 {
    padding-left: 35px;
    background: url(../images/menu/form.png) no-repeat center left;
    background-size: 23px;
}

h2 a.boton,
h2 form a.boton.table,
form h2 a.boton.table,
h2 div.smallinput a.boton.table,
div.smallinput h2 a.boton.table,
h2 div#basicstyle a.boton.table,
div#basicstyle h2 a.boton.table {
    float: inherit !important;
    padding: 6px 8px 5px 28px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
}

h4 a.boton,
h4 form a.boton.table,
form h4 a.boton.table,
h4 div.smallinput a.boton.table,
div.smallinput h4 a.boton.table,
h4 div#basicstyle a.boton.table,
div#basicstyle h4 a.boton.table {
    font-size: 10px;
    float: inherit !important;
    padding: 4px 8px 2px 25px;
    line-height: 1.5em;
    background-color: ColorSec;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

h4 a.boton :hover,
h4 div#basicstyle a.boton.table :hover,
div#basicstyle h4 a.boton.table :hover {
    background-color: #E5EAEA;
}

h2 a,
h2 form a.boton.table,
form h2 a.boton.table,
h2 div.smallinput a.boton.table,
div.smallinput h2 a.boton.table,
h2 div#basicstyle a.boton.table,
div#basicstyle h2 a.boton.table,
h4 a,
h4 form a.boton.table,
form h4 a.boton.table,
h4 div.smallinput a.boton.table,
div.smallinput h4 a.boton.table,
h4 div#basicstyle a.boton.table,
div#basicstyle h4 a.boton.table {
    display: inline-block;
    vertical-align: middle;
}

p.losbotones {
    clear: both;
    overflow: hidden;
}

p.losbotones input,
p.losbotones a,
p.losbotones form a.boton.table,
form p.losbotones a.boton.table,
p.losbotones div.smallinput a.boton.table,
div.smallinput p.losbotones a.boton.table,
p.losbotones div#basicstyle a.boton.table,
div#basicstyle p.losbotones a.boton.table {
    float: left;
}

a.boton.pop:hover,
div#basicstyle a.boton.table:hover {
    background-color: white;
    color: #0087CF;
}

form a.boton.cancelar,
div#basicstyle a.boton.cancelar,
div.smallinput a.boton.cancelar,
form div#reportepop a.boton.cancelar,
div.smallinput div#reportepop a.boton.cancelar,
div#reportepop form a.boton.cancelar,
div#reportepop div.smallinput a.boton.cancelar,
form a.boton.cancel,
div#basicstyle a.boton.cancel,
div.smallinput a.boton.cancel,
form a.boton.borrar,
div#basicstyle a.boton.borrar,
div.smallinput a.boton.borrar {
    float: left;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: red;
}

form a.boton.cancelar.green,
div#basicstyle a.boton.cancelar.green,
div.smallinput a.boton.cancelar.green,
form div#reportepop a.boton.green.cancelar,
div.smallinput div#reportepop a.boton.green.cancelar,
div#reportepop form a.boton.green.cancelar,
div#reportepop div.smallinput a.boton.green.cancelar,
form a.boton.cancel.green,
div#basicstyle a.boton.cancel.green,
div.smallinput a.boton.cancel.green,
form a.boton.borrar.green,
div#basicstyle a.boton.borrar.green,
div.smallinput a.boton.borrar.green {
    background-color: limegreen !important;
}

form.basico.venta,
div#basicstyle.venta,
div.venta.smallinput,
form.basico.orcompra,
div#basicstyle.orcompra,
div.orcompra.smallinput {
    width: 730px !important;
}

form.basico.packingpro,
div#basicstyle.packingpro,
div.packingpro.smallinput {
    max-width: 930px !important;
    width: 930px !important;
}

form.basico.compra,
div#basicstyle.compra,
div.compra.smallinput {
    max-width: 930px;
    width: 930px !important;
}

form.basico.compra p.info,
div#basicstyle.compra p.info,
div.compra.smallinput p.info {
    width: 400px;
}

form.basico.seccion,
div#basicstyle.seccion,
div.seccion.smallinput {
    max-width: 100% !important;
    width: 91% !important;
    min-width: 900px;
    padding: 20px;
    margin-left: 10px;
}

form.basico.cotizacion,
div#basicstyle.cotizacion,
div.cotizacion.smallinput,
form.basico.medium,
div#basicstyle.medium,
div.medium.smallinput {
    width: 100%;
    max-width: 750px;
}

form.basico.cotizacion.big,
div#basicstyle.cotizacion.big,
div.big.smallinput,
form.basico.medium.big,
div#basicstyle.medium.big {
    max-width: 900px;
}

form.basico.cotizacion.bigger,
div#basicstyle.cotizacion.bigger,
div.bigger.smallinput,
form.basico.medium.bigger,
div#basicstyle.medium.bigger {
    max-width: 1024px;
}

form.basico.big,
div#basicstyle.big,
div.big.smallinput {
    width: 900px;
}

form.basico.bigger,
div#basicstyle.bigger,
div.bigger.smallinput {
    max-width: 1024px;
    width: 1024px;
}

#folio,
#entrada,
.topRight {
    position: absolute;
    text-align: right;
}

#folio,
.topRight {
    top: 25px;
    right: 300px;
    color: #047DB3;
    font-weight: 500;
}

#folio.venta,
.topRight.venta {
    top: 15px;
    right: 20px;
    color: #047DB3;
    font-weight: 500;
}

#folio small,
.topRight small {
    font-size: 18px;
}

#folio span.folio,
.topRight span.folio {
    color: #FF0036;
    font-size: 28px;
}

form.basico.compra #entrada,
div#basicstyle.compra #entrada,
div.compra.smallinput #entrada {
    top: 20px;
    right: 20px;
    width: 270px;
}

form.basico.compra #entrada select,
div#basicstyle.compra #entrada select,
div.compra.smallinput #entrada select,
form.basico.compra #entrada input,
div#basicstyle.compra #entrada input,
div.compra.smallinput #entrada input {
    width: 75%;
}

form.basico #entrada input,
div#basicstyle #entrada input,
div.smallinput #entrada input {
    width: 75%;
    margin-top: 2px;
}

form.basico.compra #tleft,
div#basicstyle.compra #tleft,
div.compra.smallinput #tleft {
    width: 434px;
    float: left;
}

form.basico.compra #tleft select,
div#basicstyle.compra #tleft select,
div.compra.smallinput #tleft select {
    width: 70%;
}

form.basico.compra #tright,
div#basicstyle.compra #tright,
div.compra.smallinput #tright {
    width: 471px;
    float: right;
}

form.basico.compra #tright select,
div#basicstyle.compra #tright select,
div.compra.smallinput #tright select {
    width: 70%;
}

#tcompra {
    width: 240px;
    float: right;
    clear: both;
}

#tcompra label {
    width: 40%;
    margin-left: 7%;
}

#tcompra input[type=text] {
    width: 53%;
    text-align: right;
}

#tcompra input[type=text]:disabled {
    background: rgba(255, 255, 255, 0.7) !important;
}

#tcompra.packingpro {
    clear: none;
    width: 47%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#tcompra.packingpro span {
    width: 50%;
    float: left;
}

#ptabla .transp:disabled,
td.transp {
    background: rgba(255, 255, 255, 0.7) !important;
}

#ptabla small.iva,
#ptabla small.downdata {
    font-size: 11px;
    float: right;
    margin-bottom: -20px;
    margin-right: 10px;
}

form.basico.compra #tpago,
div#basicstyle.compra #tpago,
div.compra.smallinput #tpago {
    width: 400px;
    float: right;
}

form.basico label.pago,
div#basicstyle label.pago,
div.smallinput label.pago {
    background-color: #315287;
}

form.basico .radiobox.iva,
div#basicstyle .radiobox.iva,
div.smallinput .radiobox.iva {
    position: absolute;
    margin: 39px 0 0 -39px !important;
    z-index: 1;
}

.checkcomp {
    float: left !important;
    position: absolute !important;
    z-index: 2;
    width: 160px !important;
    margin-left: -166px !important;
}

.activo.revisada label {
    background-color: green !important;
}

.checkcomp.pagada {
    margin-top: 80px !important;
}

.activo.pagada label {
    background-color: #315287 !important;
}

.checkcomp.ivacheck {
    margin-left: 0;
}

#tcompra label.iva.off {
    opacity: .5;
}

#tcompra label.checkbox.iva.off {
    opacity: 1;
}

@media only screen and (max-width: 1024px) {

    form.basico.compra,
    div#basicstyle.compra,
    div.compra.smallinput {
        width: 870px;
    }

    #tleft {
        width: 414px;
        float: left;
    }

    #tright {
        width: 431px;
        float: right;
    }
}

form.basico.recla,
div#basicstyle.recla,
div.recla.smallinput {
    float: left;
    clear: none;
    width: 630px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hold.recla {
    width: 820px;
    margin: 0 auto;
    position: relative;
}

#recla-producto {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    float: left;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -10px;
}

#recla-producto .remove {
    float: left;
    display: block;
    clear: left;
    width: 20px;
    height: 20px;
    font-size: 11px;
    margin-top: 15px;
    color: red;
    font-weight: bold;
    cursor: pointer;
}

#recla-producto .remove:hover {
    color: black;
}

#recla-producto label {
    clear: none;
}

#recla-producto input.half {
    margin-right: 0;
}

#recla-producto h3 {
    margin: 0;
    font-size: 20px;
}

#recla-producto h3 .saldo {
    color: green;
}

#arecla {
    float: left;
    width: 180px;
    display: block;
    margin: 0 10px 0 0;
    padding: 20px 10px;
    background-color: #A2D1E7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#arecla .recla-producto {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    font-size: 12px;
    margin: 2px 0;
    text-transform: uppercase;
}

#arecla .recla-producto.activo {
    color: #666;
    font-size: 14px;
    background-color: #eee;
    margin-right: -30px;
    font-weight: bold;
}

#arecla h3 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}

form.basico.fechas,
div#basicstyle.fechas,
div.fechas.smallinput {
    width: 800px;
    padding: 10px 10px 0 10px;
    margin-bottom: 3px;
}

form.basico.fechas input,
div#basicstyle.fechas input,
div.fechas.smallinput input {
    width: 50%;
}

#folios {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 120px;
}

#folios label {
    margin-left: 0;
    width: 40%;
}

#folios input {
    text-align: center;
    width: 60%;
}

#folios input:disabled {
    background-color: white;
    font-weight: bold;
    color: red;
}

div.topright {
    position: absolute;
    top: 10px;
    right: 20px;
}

.topRight,
.topright {
    position: absolute;
    text-align: right;
}

.topRight,
.topright {
    top: 15px;
    right: 30px;
    color: #E8F5F9;
    font-weight: 500;
}

.topRight small,
.topright small {
    font-size: 14px;
    text-transform: uppercase;
}

.topRight small.small,
.topright small.small {
    font-size: 18px;
}

.topRight small.small b,
.topright small.small b {
    color: black;
}

.topRight span.folio,
.topright span.folio {
    color: #7CC4E4;
    font-size: 20px;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}

td.cultyvo-edit.activa {
    border: 1px solid #009e8f;
}

#tempinput {
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    z-index: 10;
    border: 3px solid #009e8f;
    margin: -2px 0 0 0;
}

#tempinput input {
    width: 60%;
    clear: none;
    margin: 0;
    float: left;
    height: 30px;
}

#tempinput a.boton {
    width: 20%;
    clear: none;
    margin: 0;
    padding: 9px 5px;
    float: left !important;
    height: 30px;
    -webkit-border-bottom-left-radius: inherit;
    -moz-border-radius-bottomleft: inherit;
    border-bottom-left: inherit;
    -webkit-border-top-left-radius: inherit;
    -moz-border-radius-topleft: inherit;
    border-top-left: inherit;
}

#tempinput a.boton.red {
    background-color: red;
}

#tempinput a.boton.red:hover {
    background-color: #CC3300;
}

form.basico.smallinput input,
div#basicstyle.smallinput input,
div.smallinput input,
form.basico.smallinput textarea,
div#basicstyle.smallinput textarea,
div.smallinput textarea,
form.basico.smallinput select,
div#basicstyle.smallinput select,
div.smallinput select,
form.basico.smallinput label,
div#basicstyle.smallinput label,
div.smallinput label {
    height: 27px;
    margin: 1px 0 !important;
    font-size: 11px !important;
}

form.basico.smallinput select,
div#basicstyle.smallinput select,
div.smallinput select {
    background-size: 15px;
}

form.basico.smallinput select.picker__select--year,
div#basicstyle.smallinput select.picker__select--year,
div.smallinput select.picker__select--year,
form.basico.smallinput select.picker__select--month,
div#basicstyle.smallinput select.picker__select--month,
div.smallinput select.picker__select--month {
    margin-top: -4px !important;
    margin-bottom: 10px !important;
}

form.basico.smallinput select.picker__select--year,
div#basicstyle.smallinput select.picker__select--year,
div.smallinput select.picker__select--year {
    margin-left: 90px !important;
}

form.basico.smallinput label,
div#basicstyle.smallinput label,
div.smallinput label {
    line-height: 1.9em;
}

form.basico.smallinput label.radio span,
div#basicstyle.smallinput label.radio span,
div.smallinput label.radio span {
    top: 2px;
    width: 12px;
    height: 12px;
    background-size: 10px;
}

form.basico.smallinput label.checkbox span,
div#basicstyle.smallinput label.checkbox span,
div.smallinput label.checkbox span {
    top: 2px;
    width: 12px;
    height: 12px;
    background-size: 10px;
    top: 3px;
}

form.basico.smallinput div.radiobox,
div#basicstyle.smallinput div.radiobox,
div.smallinput div.radiobox {
    height: 25px;
    margin: 0 0;
}

form.basico.smallinput input.falsemin,
div#basicstyle.smallinput input.falsemin,
div.smallinput input.falsemin,
form.basico.smallinput textarea.falsemin,
div#basicstyle.smallinput textarea.falsemin,
div.smallinput textarea.falsemin,
form.basico.smallinput select.falsemin,
div#basicstyle.smallinput select.falsemin,
div.smallinput select.falsemin,
form.basico.smallinput label.falsemin,
div#basicstyle.smallinput label.falsemin,
div.smallinput label.falsemin {
    height: 30px;
    margin: 10px 0 0 5px;
    padding: 8px 7px 8px 7px;
}

form.smallinput input.falsemin[type=submit],
div#basicstyle.smallinput input.falsemin[type=submit],
div.smallinput input.falsemin[type=submit] {
    height: 30px;
    margin: 10px 0 0 5px;
    padding: 8px 7px 8px 7px;
}

form.basico.left,
div#basicstyle.left,
div.left.smallinput {
    float: left;
    clear: none;
    width: 68.3%;
}

form.basico.left.fclientes,
div#basicstyle.left.fclientes,
div.fclientes.smallinput {
    height: auto;
}

form.basico.left.fprendas,
div#basicstyle.left.fprendas,
div.fprendas.smallinput {
    height: auto;
    padding-top: 25px;
    margin-top: -235px;
    margin-bottom: 10px;
}

form.basico.left.fprendas h4,
div#basicstyle.left.fprendas h4,
div.fprendas.smallinput h4 {
    line-height: 1em;
}

form.basico.left-help,
div#basicstyle.left-help,
div.left-help.smallinput {
    float: left;
    clear: none;
    width: 250px;
    height: auto;
    margin-left: 10px;
    margin-bottom: 10px;
}

form.basico.left-help label,
div#basicstyle.left-help label,
div.left-help.smallinput label {
    width: 40%;
}

form.basico.left-help input,
div#basicstyle.left-help input,
div.left-help.smallinput input,
form.basico.left-help textarea,
div#basicstyle.left-help textarea,
div.left-help.smallinput textarea,
form.basico.left-help select,
div#basicstyle.left-help select,
div.left-help.smallinput select {
    width: 60%;
}

div.smallinput .added {
    margin: -5px 5px 0 0;
    background-size: 20px;
}

div.smallinput .added:hover {
    background-size: 25px;
}

.smallinput th a.added,
.smallinput th div#basicstyle a.boton.table,
div#basicstyle .smallinput th a.boton.table {
    right: 0;
    width: 18px;
    height: 18px;
    opacity: 1;
    background: transparent url(../images/varios/addw.png) no-repeat center center;
    margin: 0;
    padding: 2px;
    background-size: 12px;
}

.smallinput th a.added:hover,
.smallinput th div#basicstyle a.boton.table:hover,
div#basicstyle .smallinput th a.boton.table:hover {
    background-size: 17px;
}

#eventual,
#orventa,
#surtido {
    width: 650px;
    max-width: 650px;
}

#eventual .cantidadRequerida,
#orventa .cantidadRequerida,
#surtido .cantidadRequerida {
    color: red;
}

table.form .boton.full,
table.form div#basicstyle a.boton.table,
div#basicstyle table.form a.boton.table {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 6px 0;
    display: block;
    font-size: 11px;
    letter-spacing: normal;
    -webkit-border-top-left-radius: inherit !important;
    -moz-border-radius-topleft: inherit !important;
    border-top-left: inherit !important;
    -webkit-border-bottom-left-radius: inherit !important;
    -moz-border-radius-bottomleft: inherit !important;
    border-bottom-left: inherit !important;
}

table.form.bitacora tr td {
    color: black;
}

table.form .boton.full.capturada,
table.form div#basicstyle a.boton.table,
div#basicstyle table.form a.boton.table {
    background-color: rgba(255, 255, 255, 0.75);
    color: black;
    font-size: 11px;
    cursor: default;
    background-image: none;
}

form.basico table.bitacora input:disabled,
div#basicstyle table.bitacora input:disabled,
form.basico table.bitacora select:disabled,
div#basicstyle table.bitacora select:disabled {
    background-color: rgba(255, 255, 255, 0.75);
    color: black;
    font-size: 11px;
    cursor: default;
    background-image: none;
}

table.form {
    background-color: transparent;
}

table.form .boton.full.capturada,
table.form div#basicstyle a.boton.table,
div#basicstyle table.form a.boton.table {
    font-size: 12px;
}

table.form tr {
    background-color: transparent;
}

table.form.bitacora tr td input {
    padding: 20px;
}

table.form.bitacora tr td select {
    height: 40px;
}

table.form tr th.remover {
    background-color: transparent;
}

table.form tr td {
    background-color: transparent;
    padding: 0;
    border-right: 1px solid #f0f0f0;
}

table.form tr td input {
    text-align: center;
}

.det-element {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin: 5px 0;
}

.det-element.caracteristica {
    padding: 3px 5px;
    margin: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.det-element.caracteristica:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 3px;
}

.det-element.caracteristica.nuevo {
    background-color: rgba(255, 255, 0, 0.1);
}

.det-element h4 {
    text-transform: uppercase;
}

.det-element h5 {
    color: #999;
    line-height: 1em;
    font-size: 15px;
    margin: -5px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.det-element.big {
    width: 50%;
}

.det-element.big p {
    margin-top: 10px;
    font-size: 15px;
    max-width: 60%;
}

.det-element.big h5 {
    margin: -15px 0 0 0;
    text-transform: none;
}

.det-element.big .boton,
.det-element.big div#basicstyle a.boton.table,
div#basicstyle .det-element.big a.boton.table {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 0.8em !important;
    line-height: 2em;
    height: auto;
}

.det-element.big .boton.doble,
.det-element.big div#basicstyle a.boton.table,
div#basicstyle .det-element.big a.boton.table {
    font-size: 0.7em !important;
    padding: 0 0.5em !important;
}

.det-element.big .boton.doble.arriba,
.det-element.big div#basicstyle a.boton.table,
div#basicstyle .det-element.big a.boton.table {
    bottom: inherit;
    top: 0;
}

.det-element.big .boton.less,
.det-element.big div#basicstyle a.boton.table,
div#basicstyle .det-element.big a.boton.table {
    font-size: 0.6em !important;
    height: auto;
    padding: 0 0.5em !important;
    line-height: 2.5em;
}

.det-element.big .smallinput input {
    height: 40px;
    width: 50%;
}

.det-element.big .smallinput label {
    height: 40px;
    font-size: 16px !important;
}

.det-element .remover {
    opacity: 0;
    position: absolute;
    top: 5px;
    right: 5px;
}

.det-element:hover .remover {
    opacity: 1;
}

.diferenciar {
    margin: 10px 0;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    height: auto;
    overflow: hidden;
    position: relative;
}

.diferenciar.whiteTable {
    float: left;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 2px;
    padding: 4px;
}

.diferenciar.whiteTable:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
    .det-element.big {
        width: 100%;
    }
}

form.basico table.form input,
div#basicstyle table.form input,
form.basico table.form select,
div#basicstyle table.form select {
    margin: 0;
    padding: 4px 0;
    width: 100%;
    text-align: center;
    height: 30px;
    -webkit-border-top-right-radius: inherit !important;
    -moz-border-radius-topright: inherit !important;
    border-top-right: inherit !important;
    -webkit-border-bottom-right-radius: inherit !important;
    -moz-border-radius-bottomright: inherit !important;
    border-bottom-right: inherit !important;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

td.cultyvo-edit {
    cursor: pointer;
}

td.cultyvo-edit input,
td.cultyvo-edit select {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    height: 30px;
    -webkit-border-top-right-radius: inherit !important;
    -moz-border-radius-topright: inherit !important;
    border-top-right: inherit !important;
    -webkit-border-bottom-right-radius: inherit !important;
    -moz-border-radius-bottomright: inherit !important;
    border-bottom-right: inherit !important;
}

td.cultyvo-edit:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent url(../images/editar.png) no-repeat top 2px right 2px;
    background-size: 10px;
    opacity: 0;
}

td.cultyvo-edit:hover:after {
    opacity: 1;
}

form.basico table.form select,
div#basicstyle table.form select {
    background-size: 15px;
    padding-left: 4px;
}

form.basico table.form input:disabled,
div#basicstyle table.form input:disabled,
form.basico table.form select:disabled,
div#basicstyle table.form select:disabled,
form.basico table.form textarea:disabled,
div#basicstyle table.form textarea:disabled {
    font-size: 12px;
    background-size: 8px;
}

form.basico table.form tr td input.lefttext,
div#basicstyle table.form tr td input.lefttext {
    text-align: left !important;
    color: black !important;
    padding-left: 5px;
}

form.basico table.form tr td input.lefttext:disabled,
div#basicstyle table.form tr td input.lefttext:disabled {
    text-align: left !important;
    color: black !important;
    padding-left: 5px;
}

table td.check {
    padding: 0;
    width: 20px;
}

table td.check input.checkito {
    width: 30px;
    height: 30px;
    margin: 0 -10px 0 7px;
    padding: 0 0 0 0;
}

table.coninput input,
table.coninput select {
    margin: 0;
    padding: 0;
    width: 100% !important;
    text-align: center;
    height: 30px;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-right: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    border-top-right: 0 !important;
    border: 1px solid #f0f0f0;
}

table.coninput select {
    background-size: 10px !important;
    padding-left: 4px;
}

form.basico.filtro-normal,
div#basicstyle.filtro-normal {
    width: 80%;
    padding-top: 20px;
    margin-bottom: 20px;
}

form.basico.filtro-small,
div#basicstyle.filtro-small {
    width: 80%;
    padding-top: 20px;
    margin-bottom: 20px;
}

form.basico.surtido,
div#basicstyle.surtido {
    width: 650px;
}

form.filtros_,
div#basicstyle.filtros_,
div.filtros_.smallinput {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    position: inherit;
    min-width: 91%;
    margin: 0 1%;
    padding: 0 20px 10px 20px;
    overflow: inherit;
    position: relative;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    border-radius: none;
}

form.filtros_ h4,
div#basicstyle.filtros_ h4,
div.filtros_.smallinput h4 {
    margin: 0;
    padding: 0;
    color: gray;
    letter-spacing: 1px;
}

form.filtros_.moreless.closed,
div#basicstyle.filtros_.moreless.closed,
div.filtros_.moreless.closed.smallinput {
    max-height: 35px;
}

div#basicstyle {
    background-color: transparent;
}

.boton-dinabox {
    font-size: 12px;
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    padding: 7px 10px 7px 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: white;
    background-size: 20px;
    background-color: #30c330;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.boton-dinabox p {
    text-transform: uppercase;
}

.boton-dinabox.add {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 25px;
    background-color: #6fc2d7;
}

.boton-dinabox.add:hover {
    background-color: #8fcfe0;
}

.boton-dinabox.add .open {
    height: 25px;
    font-size: 22px;
}

.boton-dinabox.cerrarpro {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 5px;
    height: 25px;
    background-color: red;
    position: absolute;
    width: auto;
    height: 20px;
    font-size: 11px;
    bottom: 0;
    right: 5px;
    cursor: pointer;
}

.boton-dinabox.cerrarpro .listono {
    opacity: 0.3;
}

.boton-dinabox .open,
.boton-dinabox .remove {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 5px 4px 5px;
    font-size: 30px;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right: 6px;
    color: white;
}

.boton-dinabox .open:hover,
.boton-dinabox .remove:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pinter;
}

.boton-dinabox .open.iniciar,
.boton-dinabox .remove.iniciar {
    font-size: 15px;
    padding: 10px;
}

.boton-dinabox .open.pausar,
.boton-dinabox .remove.pausar {
    font-size: 11px;
    padding: 13px 14px 13px 8px;
    margin-right: 38px;
}

.boton-dinabox .remove {
    display: none;
    margin-right: 25px;
}

.boton-dinabox:hover .remove {
    display: block;
}

.boton-dinabox {
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 25px;
}

.boton-dinabox.reporte {
    background-color: #009b00;
    background-image: url(../images/reporte2.png);
}

.boton-dinabox.pendiente {
    background-color: #ff6666;
    background-image: url(../images/pendiente.png);
}

.boton-dinabox.archivado {
    background-color: #009b00;
    background-image: url(../images/archivado.png);
}

.boton-dinabox.enviada {
    background-color: #e6c200;
    background-image: url(../images/enviado.png);
}

.boton-dinabox.enviada,
.boton-dinabox.archivado,
.boton-dinabox.pendiente,
.boton-dinabox.reporte {
    padding-left: 40px;
}

.z-index2 {
    z-index: 2 !important;
}

form.comments,
div.comments.smallinput,
div#basicstyle.comments {
    margin-top: 5px;
}

.det-comment {
    position: relative;
    padding: 15px 0;
    display: block;
    height: auto;
    background-color: white;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    margin-bottom: 10px;
}

.det-comment .comment-check {
    width: 22px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 3px 5px 0 0;
}

.det-comment .comment-check .Labelbox {
    border: none;
    background-color: #f0f0f0;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

.det-comment .comment-check .Labelbox.activo,
.det-comment .comment-check .Labelbox.activo.disabled {
    background: #f0f0f0 url(../images/good.png) no-repeat center center;
    background-size: 17px;
    box-shadow: none;
}

.det-comment .comment-info {
    font-size: 11px;
    padding-left: 52px;
}

.det-comment .comment-info span {
    display: block;
    float: left;
}

.det-comment .comment-info span.comment-author {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    color: orange;
}

.det-comment .comment-info span.comment-date {
    color: #ccc;
    margin-left: 5px;
    margin-top: 1px;
}

.det-comment .comment-content {
    position: relative;
    font-size: 12px;
    padding-left: 52px;
}

.det-comment:after {
    content: '';
    background-color: #ebebeb;
    height: 26px;
    width: 26px;
    display: block;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -13px;
}

.det-comment.rosa:after {
    background-color: #ffaab9;
}

.det-comment.verde:after {
    background-color: limegreen;
}

.det-comment.azul:after {
    background-color: #71c5e7;
}

.det-comment.naranja:after {
    background-color: orange;
}

.det-comment.gris:after {
    background-color: #ebebeb;
}

.det-comment.rojo:after {
    background-color: red;
}

.det-comment.mini {
    margin-bottom: 5px;
    padding: 4px 5px 5px 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

.det-comment.mini .comment-content,
.det-comment.mini .comment-info {
    padding-left: 23.4px;
}

.det-comment.mini .comment-content .comment-author,
.det-comment.mini .comment-info .comment-author {
    color: orange;
    font-weight: bold;
    text-transform: uppercase;
}

.det-comment.mini:after {
    height: 13px;
    width: 13px;
    -webkit-border-radius: 6.5px;
    -moz-border-radius: 6.5px;
    -ms-border-radius: 6.5px;
    border-radius: 6.5px;
    left: 6.5px;
    margin-top: -6.5px;
}

.contenedor.edge {
    height: auto;
    min-height: 67px;
    padding-bottom: 23px;
}

.contenedor.edge .comment.full {
    margin-left: 0;
    position: absolute;
    padding: 10px 90px 10px 10px;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    -ms-border-radius: none !important;
    border-radius: none !important;
}

.contenedor.edge input.accion {
    margin-right: -7px !important;
    margin-bottom: -32px;
}

.contenedor.edge .alerta.pop {
    display: none !important;
}

.pop .contenedor.edge .comment.full {
    margin-left: -29px;
}

.colorBox {
    position: relative;
    float: right;
    height: 57px;
    width: 75px;
    top: 10px;
    right: 0;
    margin-right: -15px;
}

.colorBox.fullwidth {
    height: 30px;
    width: 100%;
}

.colorBox .colorSelect {
    cursor: pointer;
    width: 14px;
    height: 14px;
    display: block;
    background-color: #ebebeb;
    float: left;
    border: 2px solid #f0f0f0;
    margin: 2.5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.colorBox .colorSelect.activo,
.colorBox .colorSelect:hover {
    width: 20px;
    height: 20px;
    margin: 1.5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: none !important;
}

.colorBox .colorSelect.rosa {
    background-color: #ffaab9;
}

.colorBox .colorSelect.verde {
    background-color: limegreen;
}

.colorBox .colorSelect.azul {
    background-color: #71c5e7;
}

.colorBox .colorSelect.naranja {
    background-color: orange;
}

.colorBox .colorSelect.gris {
    background-color: #ebebeb;
}

.colorBox .colorSelect.rojo {
    background-color: red;
}

.colorBox .colorSelect.linea {
    background-color: #268aa0;
}

.colorBox .colorSelect.linea1 {
    background-color: #94C5C5;
}

.colorBox .colorSelect.linea2 {
    background-color: #bfc564;
}

.colorBox .colorSelect.linea3 {
    background-color: #78A878;
}

.colorBox .colorSelect.linea4 {
    background-color: #A68F59;
}

.colorBox .colorSelect.linea5 {
    background-color: #75534A;
}

.colorBox .colorSelect.linea6 {
    background-color: #ED3567;
}

.colorBox .colorSelect.linea7 {
    background-color: #7E8F8E;
}

.colorBox .colorSelect.linea8 {
    background-color: #17265f;
}

.colorBox .colorSelect.linea9 {
    background-color: #000000;
}

span.rosa {
    color: #ffaab9;
}

span.azul {
    color: #71c5e7;
}

label.requerido:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left: 5px;
    background-color: gold;
    top: 0;
    left: 0;
}

.valError {
    border: 1px solid orange !important;
}

label.valError {
    background-color: orange !important;
}

.valRequerido {
    border: 1px solid red !important;
}

label.valRequerido:before {
    content: none;
}

.orange {
    color: orange;
}

#line-template {
    display: none;
}

.aleft {
    text-align: left;
    padding-left: 5px;
}

.aright {
    text-align: right;
    padding-right: 5px;
}

.acenter {
    text-align: center;
}

td.addkg:after {
    content: ' kg';
    font-size: .9em;
}

span.merged {
    width: 100%;
    height: 25px;
    display: block;
    background-image: url(../images/merge-g.png);
    background-position: center left 60%;
    background-repeat: no-repeat;
    background-size: 25px;
    opacity: 0.2;
}

section.pop div.table {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
}

section.infinitywidth div.table {
    min-height: 600px;
}

a.cvs.boton.table.small,
form a.boton.small.table,
div.smallinput a.boton.small.table,
div#basicstyle a.boton.small.table {
    position: relative !important;
    background-color: #047DB3;
    color: #FFFFFF !important;
    background-image: none !important;
    opacity: 1;
}

a.cvs.boton.table.small:hover,
form a.boton.small.table:hover,
div.smallinput a.boton.small.table:hover,
div#basicstyle a.boton.small.table:hover {
    opacity: .6;
}

div.half {
    float: left;
    width: 48%;
    display: block;
    margin: 0 1% 20px 1%;
    clear: left;
}

div.half:nth-child(odd) {
    float: left;
    width: 48%;
    display: block;
    margin: 0 1% 20px 1%;
    clear: none;
}

div.half.lonely {
    margin: 0 auto;
    float: inherit;
}

.dinabox {
    display: block;
    width: 300px;
    float: left;
    position: relative;
    margin: 5px;
    padding: 45px 10px 20px 10px;
    min-height: 400px;
    background-color: #f6f6f6;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dinabox.infinity {
    width: 350px;
    position: relative;
    margin: 5px;
}

.dinabox.personaltask {
    width: 400px;
    position: relative;
    background-color: #f0f0f0;
    border: 1px solid #e6e6e6;
}

.dinabox.personaltask .bloque {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.dinabox.personaltask.lista {
    width: 750px;
    background-color: white;
    border: none;
    padding-top: 0;
}

.dinabox.holder {
    border: 1px dashed #ccc !important;
    background-color: #f9f9f9;
}

.dinabox header {
    height: 33px;
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    padding: 3px 0 3px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left: 5px;
}

.dinabox header .dinabox-folio {
    float: left;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}

.dinabox header .dinabox-fecha {
    float: left;
    font-size: 12px;
    color: #ccc;
    margin: 7px 0 0 10px;
}

.dinabox header .dinabox-fav {
    width: 15px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    right: 35px;
    background-color: transparent;
    background-position: top center;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/pin.png);
}

.dinabox header .dinabox-fav:hover,
.dinabox header .dinabox-fav.fav {
    cursor: pointer;
    background-size: 12px;
    background-image: url(../images/pin2.png);
}

.dinabox header .dinabox-etiqueta {
    color: white;
    text-transform: uppercase;
    float: right;
    width: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    padding: 3px 8px;
    display: block;
    position: absolute;
    font-size: 12px;
    top: 5px;
    right: 5px;
    font-weight: bold;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    color: white;
    background-color: #ccc;
}

.dinabox header .dinabox-etiqueta.Moldes {
    background-color: #00cc00;
}

.dinabox header .dinabox-etiqueta.Fabricación {
    background-color: #9999ff;
}

.dinabox header .dinabox-etiqueta.Reparación {
    background-color: gray;
}

.dinabox header .circulos {
    width: 100%;
    display: block;
    position: absolute;
    margin-top: -35px;
}

.dinabox header .circulo-top {
    width: 25px;
    height: 25px;
    display: block;
    background-color: #f6f6f6;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    float: left;
    cursor: pointer;
    margin-left: 5px;
}

.dinabox header .circulo-top.encargado {
    background: #45afce url(../images/usuarios.png) no-repeat center center;
    background-size: 15px;
}

.dinabox header .circulo-top.encargado.disenador {
    border: 1px solid #45afce;
}

.dinabox header .circulo-top.encargado.operador {
    background-color: #cccccc;
    border: 1px solid #ccc;
}

.dinabox header .circulo-top.diseno0,
.dinabox header .circulo-top.diseno1 {
    background: #f0f0f0 url(../images/diseno1.png) no-repeat center left 7px;
    background-size: 15px;
}

.dinabox header .circulo-top.material0,
.dinabox header .circulo-top.material1 {
    background: #f0f0f0 url(../images/material1.png) no-repeat center center;
    background-size: 15px;
}

.dinabox header .circulo-top.material1,
.dinabox header .circulo-top.material0:hover {
    background-color: #32cd32;
    background-image: url(../images/material.png);
}

.dinabox header .circulo-top.diseno1,
.dinabox header .circulo-top.diseno0:hover {
    background-color: #32cd32;
    background-image: url(../images/diseno.png);
}

.dinabox article {
    width: 60%;
    font-size: 12px;
    float: left;
    padding: 0 5px 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dinabox article .bloque {
    position: relative;
    background-color: white;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

.dinabox article .bloque:hover .edit {
    display: block;
}

.dinabox article h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.3em;
}

.dinabox article h3 {
    color: #ccc;
    font-size: 1.1em;
    font-weight: bold;
}

.dinabox article p {
    padding-top: 3px;
    line-height: 1.5em;
    font-size: 12px;
    text-align: justify;
}

.dinabox .dinabox-botonest .boton,
.dinabox .dinabox-botonest div#basicstyle a.boton.table,
div#basicstyle .dinabox .dinabox-botonest a.boton.table {
    padding-left: 10px !important;
    text-align: center;
}

.dinabox .edit {
    display: none;
    top: 5px;
    right: 5px;
}

.dinabox .edit img {
    width: 20px;
    opacity: 0.4;
}

.dinabox .edit:hover img {
    opacity: 0.7;
}

.dinabox footer {
    position: absolute;
    float: left;
    width: 100%;
    opacity: 1;
    color: black;
    z-index: 1;
    margin-left: -10px;
    padding: 3px 10px;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ccc;
    color: white;
    text-align: center;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left: 5px;
}

.dinabox footer .boton.table,
.dinabox footer div#basicstyle a.boton.table,
div#basicstyle .dinabox footer a.boton.table {
    width: 100%;
    background-color: rgba(128, 128, 128, 0.15);
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    -ms-border-radius: none !important;
    border-radius: none !important;
}

.dinabox footer .boton.table:hover,
.dinabox footer div#basicstyle a.boton.table:hover,
div#basicstyle .dinabox footer a.boton.table:hover {
    background-color: gray;
}

.dinabox footer .boton.table span,
.dinabox footer div#basicstyle a.boton.table span,
div#basicstyle .dinabox footer a.boton.table span {
    font-size: 3em;
    position: absolute;
    right: 3px;
    top: -7px;
}

.dinabox footer .boton.table.small,
.dinabox footer div#basicstyle a.boton.small.table,
div#basicstyle .dinabox footer a.boton.small.table {
    margin: 1px 0 1px 0 !important;
    padding: 4px 10px !important;
}

.dinabox footer.cotizado {
    background-color: #e6c200;
}

.dinabox footer.aprobada {
    background-color: #b9db13;
}

.dinabox footer.abierto {
    background-color: #ffdddd;
}

table {
    width: 100%;
    text-align: center;
    border-spacing: 0;
    position: relative;
}

table .aleft {
    text-align: left;
    padding-left: 5px;
}

table .aright {
    text-align: right;
    padding-right: 5px;
}

table .acenter {
    text-align: center !important;
    /* padding-center !important: 5px; */
}

.hojarecibo table th.cuarenta {
    width: 40% !important;
}

table tr.yellow {
    background-color: #f4cf49 !important; 
  }

table tr.red {
    background-color: #ffc7c7;
}

table tr.red:nth-child(odd) {
    background-color: #ffaeae;
}

table tr.red:nth-child(odd) td {
    background-color: transparent;
}

table tr.green {
    background-color: rgba(169, 200, 17, 0.4);
}

table tr.green:nth-child(odd) {
    background-color: rgba(169, 200, 17, 0.2);
}

table tr.green:nth-child(odd) td {
    background-color: transparent;
}

table.vertical th {
    width: 30%;
    text-align: left;
    border-bottom: 1px solid white;
}

table tr td.sumar {
    background-color: #00b09f;
    border: 1px dotted white;
}

table tr td.sumar:nth-child(odd) {
    background-color: #00c4b2;
    border: 1px dotted white;
}

table tr:nth-child(odd) td.sumar {
    background-color: #009e8f;
    border: 1px dotted white;
}

table tr:nth-child(odd) td.sumar:nth-child(odd) {
    background-color: #00b2a1;
    border: 1px dotted white;
}

table tr.line_folder td:first-child:before {
    content: '+';
    display: block;
    position: absolute;
    left: -15px;
    padding: 0 3px;
}

table tr.line_folder.unfold td:first-child:before {
    content: '-';
}

table tr.line_topfold td {
    line-height: 1.2em;
}

#sumatoria {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999999;
}

.sumatoria {
    float: right;
    background-color: white;
    padding: 10px;
    margin-left: 10px;
    border: 1px solid #009e8f;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.27);
    -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.27);
    -ms-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.27);
    box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.27);
}

table.secondleft td:nth-child(2),
table.secondleft td:nth-child(3) {
    text-align: left;
}

table .elevado,
table .boton,
table form a.boton.table,
form table a.boton.table,
table div.smallinput a.boton.table,
div.smallinput table a.boton.table,
table div#basicstyle a.boton.table,
div#basicstyle table a.boton.table {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f9f6f6;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

div.table table {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f9f6f6;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

table {
    padding-left: 15px;
}

table td.boton {
    padding: 0 !important;
    color: #047DB3;
}

table td.boton:hover {
    color: white;
    background-color: #047DB3;
    background-repeat: no-repeat;
    background-position: right 2px top 2px;
    background-size: 10px;
    padding-left: 10px;
    background-image: url(../images/addw.png);
}

table a.botontabla,
table form a.boton.table,
form table a.boton.table,
table div.smallinput a.boton.table,
div.smallinput table a.boton.table,
table div#basicstyle a.boton.table,
div#basicstyle table a.boton.table {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
}

table .medida {
    background-repeat: no-repeat;
    background-position: left 2px center;
    background-size: 15px;
    padding-left: 15px;
}

table .kg {
    background-image: url(../images/tablas/kg.png);
}

table .gr {
    background-image: url(../images/tablas/gr.png);
}

table .money {
    text-align: right !important;
    background-image: url(../images/tablas/money.png);
}

table .l {
    background-image: url(../images/tablas/l.png);
}

table .ml {
    background-image: url(../images/tablas/ml.png);
}

table .t {
    background-image: url(../images/tablas/t.png);
}

table .pz {
    background-image: url(../images/tablas/pz.png);
}

table .percent {
    background-image: url(../images/tablas/percent.png);
}

p.info {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #666;
}

p.info:first-letter {
    text-transform: capitalize;
}

a.accion img,
form a.boton.table img,
div.smallinput a.boton.table img,
div#basicstyle a.boton.table img {
    width: 20px;
}

table tbody td,
table thead th {
    border-right: 1px solid white;
    border-top: none;
    position: relative;
}

table th {
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
}

table th:last-child {
    border-right: none;
}

table thead th {
    font-size: 12px;
    text-align: center;
    background-color: #eee !important;
    color: #666;
    padding: 10px 6px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table thead th.sorting {
    font-size: 14px;
    text-align: center;
    background-color: #f4fcff !important;
    color: #666;
    padding: 10px 6px;
    font-weight: 700;
}

table td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 400;
    padding: 5px 2px;
    color: #333;
    line-height: 1.4em;
}

table td.merged {
    background-image: url(../images/merge-g.png);
    background-position: center left 60%;
    background-repeat: no-repeat;
    background-size: 25px;
    opacity: 0.2;
}

table td li.listas {
    color: #333;
    list-style: none;
    text-align: left;
}

table td li.listas:nth-child(odd) {
    color: #666;
}

table td small {
    height: 15px;
}

table td li.listas.orden-material {
    margin: 2px 0;
    height: auto;
    vertical-align: middle;
    background-color: white;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table td li.listas.orden-material .label,
table td li.listas.orden-material .weight,
table td li.listas.orden-material .boton.tabla,
table td li.listas.orden-material div#basicstyle a.boton.table,
div#basicstyle table td li.listas.orden-material a.boton.table,
table td li.listas.orden-material .avance {
    height: auto;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-row;
    position: relative;
}

table td li.listas.orden-material .label {
    width: 200px;
    display: table-cell;
    padding: 3px 10px;
    border-bottom: 1px solid white;
}

table td li.listas.orden-material .weight {
    width: 150px;
    text-align: center;
    display: table-cell;
    border-bottom: 1px solid white;
}

table td li.listas.orden-material .boton.table,
table td li.listas.orden-material div#basicstyle a.boton.table,
div#basicstyle table td li.listas.orden-material a.boton.table {
    width: 40px !important;
    display: table-cell;
}

table td li.listas.orden-material .avance {
    width: 100px;
    text-align: left !important;
    display: table-cell;
}

table td li.listas:nth-child(odd) {
    color: #666;
}

table td li.listas.orden-material:nth-child(odd) .label,
table td li.listas.orden-material:nth-child(odd) .weight,
table td li.listas.orden-material:nth-child(odd) .avance {
    background-color: #f9f9f9;
}

table.pro-pack td {
    vertical-align: top !important;
}

table td li.listas.proform {
    height: auto;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-row;
    width: 100% !important;
}

table td li.listas.proform .folio,
table td li.listas.proform .flejes,
table td li.listas.proform .tara,
table td li.listas.proform .neto {
    height: auto;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table td li.listas.proform label {
    clear: none;
    height: 25px;
    padding: 0.1%;
    line-height: 2em;
    margin-left: 0;
    font-size: .8em;
    width: 9%;
    padding-left: 4px;
}

table td li.listas.proform input {
    clear: none;
    height: 25px;
    padding: .1%;
    line-height: 2em;
    margin-left: 0;
    font-size: .8em;
    width: 9%;
    text-align: center;
    width: 12.30%;
}

table td li.listas.proform input.flejetara {
    text-align: center;
    width: 9%;
}

table td li.listas.proform input:disabled {
    background-size: 6px !important;
}

table td li.listas.proform .label {
    width: 200px;
    display: table-cell;
    padding: 3px 10px;
    border-bottom: 1px solid white;
}

table td li.listas.proform:nth-child(odd) .label {
    background-color: #f9f9f9;
}

table td b {
    font-size: 1em;
    font-weight: 700;
}

table tr {
    background-color: #f4fcff;
}

table tr td {
    background: rgba(0, 0, 0, 0.01);
}

table tr:nth-child(odd) {
    background-color: rgba(238, 238, 238, 0.5);
}

table tr td:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.08);
}

table.hover tr:hover {
    background: black;
    background: rgba(0, 0, 0, 0.02);
}

table.firsten td:first-child {
    font-weight: bold;
}

table.firstright td:first-child {
    text-align: right;
}

.dtticons {
    width: 10px;
}

table td.edit {
    padding: 3px 0px 3px 3px;
}

table td.edit:hover {
    background-color: #B8DAE8;
}

.red,
.redred,
.green {
    font-weight: 400;
}

p.paginado {
    text-align: center;
    color: #999;
    font-size: 13px;
}

p.paginado a,
p.paginado form a.boton.table,
form p.paginado a.boton.table,
p.paginado div.smallinput a.boton.table,
div.smallinput p.paginado a.boton.table,
p.paginado div#basicstyle a.boton.table,
div#basicstyle p.paginado a.boton.table {
    color: blue;
}

table#items {
    border: none;
    background: black;
    background: rgba(0, 0, 0, 0.02);
}

table#items th {
    border: none;
}

table#items td {
    border: none;
    border-bottom: 1px solid #E5EAEA;
}

a.boton.table,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    margin: 1px auto !important;
    float: inherit !important;
    display: inline-block;
    padding: 5px 9px 4px 9px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    clear: right;
}

a.small.boton.table,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    margin: 1px 0 !important;
    padding: 3px 4px !important;
}

a.mid.boton.table,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    padding: 5px 10px 4px 10px;
    margin-bottom: 1px;
}

table a.botontabla,
table form a.botontabla.boton.table,
form table a.botontabla.boton.table,
table div.smallinput a.botontabla.boton.table,
div.smallinput table a.botontabla.boton.table,
table div#basicstyle a.botontabla.boton.table,
div#basicstyle table a.botontabla.boton.table {
    width: 100%;
    height: 100%;
    display: block;
}

.saldo {
    padding-left: 3%;
    font-size: 13px;
    color: #333;
}

.saldo:first-child {
    padding-left: 0;
}

.saldo b {
    text-transform: uppercase;
    font-size: .9em;
}

.saldo.saldoinicial b {
    color: #a2d1e7;
}

.saldo.ingresos b {
    color: #1d98d1;
}

h3.ingresos {
    color: #1d98d1;
}

.saldo.egresos b,
h3.egresos {
    color: red;
}

.saldo.saldoa b,
h3.saldoa {
    color: blue;
}

#ptabla {
    margin: 20px 0;
    float: left;
    width: 100%;
    clear: both;
}

#ptabla a.remove {
    font-weight: 400;
    color: black;
}

#ptabla a.remove:hover {
    font-weight: 400;
    color: #666;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

#ptabla label.red {
    background-color: #E05A53;
}

#ptabla label.blue {
    background-color: #0087CF;
}

#ptabla input[type=text],
#ptabla input[type=number] {
    width: 100%;
}

#ptabla select {
    width: 100%;
}

#ptabla textarea {
    width: 100%;
    height: 75px;
}

#ptabla td.pesos input[type=text] {
    width: 27%;
    margin: 2px 0;
    text-align: center;
}

#ptabla td.peso input[type=text] {
    text-align: center;
}

#ptabla td.pesos label {
    width: 23%;
    margin: 2px 0;
    clear: none;
    padding-right: 3px;
}

form.basico.compra .added {
    right: -316.5%;
}

a.bigadd, a.bigadd-venta,
form a.bigadd.boton.table,
div.smallinput a.bigadd.boton.table,
div#basicstyle a.bigadd.boton.table,
a.botonbigadd,
form a.botonbigadd.boton.table,
div.smallinput a.botonbigadd.boton.table,
div#basicstyle a.botonbigadd.boton.table {
    width: 160px;
    height: 34px;
    padding-right: 50px;
    padding-top: 4px;
    background: url(../images/bigadd.png) no-repeat top right;
    display: block;
    text-align: right;
    line-height: 2em;
    color: white;
    opacity: .3;
    float: right;
    margin-top: 20px;
    font-size: 14px;
    cursor: pointer;
}

p.waiting {
    width: 160px;
    font-size: 11px;
    text-align: right;
    margin-top: 100px;
    margin-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    color: black;
}

p.waiting img {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
}

a.bigadd:hover,
form a.bigadd.boton.table:hover,
div.smallinput a.bigadd.boton.table:hover,
div#basicstyle a.bigadd.boton.table:hover {
    opacity: .7;
}

table#pcompra,
table.detallesform,
table.formtable {
    background-color: transparent;
}

table#pcompra th,
table.detallesform th {
    background-color: transparent;
}

table#pcompra tr,
table.detallesform tr {
    background-color: transparent;
}

table#pcompra tr:nth-child(odd) td,
table.detallesform tr:nth-child(odd) td {
    background-color: transparent;
}

table#pcompra th,
table#pcompra td {
    border: none;
    padding-right: 1px;
    padding-left: 1px;
}

table#pcompra .pesosk {
    width: 27%;
}

table.detallesform th,
table.detallesform td {
    border: none;
    padding-right: 3px;
    padding-left: 3px;
}

table#pcompra th,
table.detallesform th {
    color: #047DB3;
    font-size: 12px;
    font-weight: bold;
}

#recibohold {
    position: relative;
    width: auto;
    width: 800px;
    margin: 10px auto;
    padding: 0 0 60px 0;
    display: block;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #7CC4E4), color-stop(50%, #7CC4E4), color-stop(51%, #0087CF), color-stop(100%, #0087CF));
    background: -webkit-linear-gradient(-45deg, #7CC4E4 50%, #7CC4E4 50%, #0087CF 51%, #0087CF 100%);
    background: linear-gradient(135deg, #7CC4E4 50%, #7CC4E4 10%, #0087CF 10%, #0087CF 10%);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.27);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.27);
    -ms-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.27);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.27);
}

#recibohold canvas {
    border: none;
}

#recibohold h3 {
    font-weight: 300;
    margin: 0 0 30px 0;
    color: white;
}

.hojarecibo {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 0 10px 0;
    display: block;
    border: none !important;
    background-color: white;
    position: relative;
    padding: 20px;
}

.hojarecibo.ready {
    padding: 20px;
}

.hojarecibo .importe {
    font-size: 12px;
    color: #333;
    margin-top: 20px;
}

div.abright {
    position: absolute;
    top: 40px;
    right: 20px;
    text-align: right;
    font-size: 14px;
}

div.abright .fecha {
    font-size: 13px;
    color: #666;
}

header.recibo {
    height: 60px;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
}

header.recibo.nota {
    height: 90px;
}

header.recibo h1 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 15px;
    color: black;
}

header.recibo h1 img {
    display: inline;
    vertical-align: middle;
    width: 140px;
    margin-top: -15px;
}

header.recibo h1.nota-remision {
    font-weight: 300;
    font-size: 20px;
    margin-top: 36px;
    color: black;
    padding: 6px 5px;
}

header.recibo h1.nota-remision img {
    display: inline;
    vertical-align: middle;
    width: 140px;
}

header.recibo.paginas h1 {
    font-size: 14px;
    margin-top: 10px;
}

header.recibo.paginas h1 img {
    width: 100px;
    margin-top: -10px;
}

table.recibo,
table.datosgenerales {
    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
    margin-left: -20px;
    border-top: 1px solid #f0f0f0;
}

.hojarecibo table tr td,
.hojarecibo table tr:nth-child(odd) td {
    background-color: transparent;
}

.hojarecibo table.tabla tr th,
.hojarecibo table.tabla tr:nth-child(odd) th {
    background-color: transparent;
}

.hojarecibo table tr {
    background-color: transparent;
}

.hojarecibo table tr:nth-child(odd) {
    background-color: transparent;
}

table.datosgenerales {
    border-bottom: 1px solid #f0f0f0;
    margin-top: 1px;
    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 10px;
}

table.datosgenerales td {
    width: 30%;
    background-color: transparent;
    text-align: left;
}

table.datosgenerales tr td,
table.datosgenerales tr:nth-child(odd) td {
    background-color: white !important;
}

table.datosgenerales td {
    width: 30%;
    background-color: transparent;
    text-align: left;
}

table.datosgenerales tr td,
table.datosgenerales tr:nth-child(odd) td {
    background-color: white !important;
}

.hojarecibo table.datosgenerales tr td:first-child {
    width: 20%;
}

.hojarecibo table tr.white {
    background-color: white;
}

.hojarecibo table tr.white.top {
    border-top: 1px solid #f0f0f0;
}

.hojarecibo table tr.white th {
    padding: 7px 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.hojarecibo table td {
    padding: 4px 0;
}

.hojarecibo table th {
    font-size: 12px;
}

.hojarecibo table tr td:first-child {
    text-align: left;
}

.hojarecibo table tr th:first-child {
    text-align: left;
    font-weight: bold;
    width: 23%;
}

.hojarecibo table td {
    width: 10%;
}

td.btn-rth {
    padding-right: 10px;
    position: relative;
}

td.btn-rth .btn-t-rth {
    max-height: 20px !important;
    width: 20px;
    display: block;
    background-color: #009e8f;
    color: white;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    right: 0;
    height: 50%;
    margin-top: -30px;
}

td.btn-rth .btn-t-rth:hover {
    background-color: #7CC4E4;
}

div.in-ta {
    clear: right;
    width: 210px;
    margin: 3px 0;
    display: block;
    height: 30px;
}

div.in-ta label {
    width: 150px;
    max-width: 150px;
    background-color: #7CC4E4;
    max-height: 30px;
    min-height: 30px;
    display: block;
    float: left;
    color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 3px 3px 3px;
}

div.in-ta input {
    width: 60px;
    min-height: 30px;
    max-height: 30px;
    display: block;
    float: left;
    margin: 0 !important;
    border: none;
    text-align: right;
    padding: inherit 3px;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#recibohold h3 {
    font-weight: 300;
    margin: 0 0 30px 0;
    color: white;
}

.hojarecibo .firma {
    width: 250px;
    position: absolute;
    top: -45px;
    margin-left: 50px;
}

li.listas.packpro {
    width: 100%;
    display: block;
    float: left;
}

tr:hover>td.eliminar>.deathnote {
    display: block;
}

td.eliminar:hover>.deathnote {
    display: block;
}

td.eliminar .deathnote {
    display: none;
    position: absolute;
    right: 0;
    margin-top: -25px;
    margin-right: -20px;
    cursor: pointer;
    opacity: 0.5;
}

td.eliminar .deathnote:hover {
    opacity: 1;
}

table.darkhead {
    width: 100%;
    text-align: left;
    table-layout: fixed;
    margin-bottom: 3px;
}

table.darkhead th,
table.darkhead thead th {
    font-weight: normal !important;
    background-color: black !important;
    color: white;
    padding: 2px;
    border: none;
}

table.darkhead td {
    background-color: white;
    color: #333;
}

table.darkhead td b {
    color: #333;
}

table.darkhead.packingpro td {
    font-size: 11px;
    padding: 1px 2px !important;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    color: #333;
}

table.darkhead.packingpro td:first-child {
    border-left: 1px solid #999;
}

table.darkhead.detalles td {
    vertical-align: top;
    border-right: 1px solid #999;
    padding: 2px !important;
}

table.darkhead.detalles td:first-child {
    border-left: 1px solid #999;
}

table.darkhead.detalles tr.white.top td {
    border-left: none;
    border-top: 1px solid #999 !important;
}

table.darkhead.detalles tr.white td:first-child {
    border-left: none;
}

table.darkhead.detalles tr.white td:last-child {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: right;
}

table.darkhead.detalles .white td {
    border-right: 0;
    padding: 2px;
}

table.darkhead.detalles .white th {
    text-align: right;
    padding: 1px 5px !important;
}

th.quince {
    width: 15% !important;
}

.cultyvo-filter {
    float: right;
    top: 20px;
    right: 20px;
    width: auto;
}

input.cultyvo-filter-search {
    display: inline-block;
    width: 200px !important;
    height: 26px !important;
    padding: 4px;
    border: 1px solid #f0f0f0 !important;
    margin: 0 !important;
}

input.cultyvo-filter-search:focus {
    outline: none;
}

.cultyvo-filter-sort {
    color: black;
    cursor: pointer;
}

.cultyvo-filter-button {
    padding: 6px 10px;
    border-radius: 2px;
    border: none;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #047DB3;
    height: 26px;
    margin-left: 5px;
    cursor: pointer;
}

.cultyvo-filter-button:hover,
.cultyvo-filter-button.active {
    background-color: #009e8f;
}

.cultyvo-filter-sort:hover {
    text-decoration: none;
    border-bottom: 1px solid #009e8f;
    margin-top: -1px;
}

.cultyvo-filter-sort:focus {
    outline: none;
}

.cultyvo-filter-button:focus {
    outline: none;
}

.cultyvo-filter-sort.asc,
.cultyvo-filter-sort.desc {
    border-bottom: 1px solid #047DB3;
}

.cultyvo-filter-sort:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    top: 4px;
    right: 5px;
    border-bottom: 5px solid transparent;
}

.cultyvo-filter-sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    top: 4px;
    right: 5px;
    border-top: 5px solid #fff;
}

.cultyvo-filter-sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    top: 4px;
    right: 5px;
    border-bottom: 5px solid #fff;
}

.lineaTop {
    border-top: 1px solid #c9c9c9;
}

.bigHead {
    padding-top: 20px;
    font-size: 14px;
}

ul.cultyvo-paginacion {
    display: inline-block;
    text-align: center;
    width: 100%;
}

ul.cultyvo-paginacion li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 1px;
    font-size: 11px;
}

ul.cultyvo-paginacion li .page {
    color: #047DB3;
    padding: 3px 6px;
    background-color: #E8F5F9;
}

ul.cultyvo-paginacion li.active a,
ul.cultyvo-paginacion li.active div#basicstyle a.boton.table,
div#basicstyle ul.cultyvo-paginacion li.active a.boton.table,
ul.cultyvo-paginacion li .page:hover {
    font-size: 14px;
    color: #009e8f;
}

table.trselect tr:hover,
table.trselect tr.activo {
    background-color: rgba(69, 175, 206, 0.2) !important;
}

.entrada-salida {
    float: left;
    clear: left;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 3px 5px 3px 5px;
    margin: 1px 0;
    position: relative;
    padding-right: 30px;
}

.entrada-salida small {
    font-size: 0.95em;
    text-transform: lowercase;
    color: #666;
}

.entrada-salida small.comment_ {
    padding-left: 5px;
    display: inline-block;
}

.entrada-salida small.comment_:before {
    content: '- ';
    margin-left: -5px;
}

.notas-post {
    width: 22px;
    height: 22px;
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/note-colors.png);
    background-position: center left -3px;
    background-repeat: no-repeat;
    background-size: 150px;
}

.notas-post.notas-verde {
    background-position: center left -28px;
}

.notas-post.notas-naranja {
    background-position: center left -52px;
}

.notas-post.notas-azul {
    background-position: center left -76px;
}

.notas-post.notas-rosa {
    background-position: center left -100px;
}

.notas-post.notas-roja {
    background-position: center left -124px;
}

tr.movimiento .cancel {
    opacity: 0;
}

tr.movimiento:hover {
    background-color: rgba(50, 205, 50, 0.05) !important;
}

tr.movimiento:hover .cancel {
    opacity: 1;
}

div #detalles {
    width: 50%;
    display: inline-grid;
}

div#sumas {
    display: inline-block;
}

div #total {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

table #resumen-nom td {
    border-bottom: 1px solid black;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.4;
    backdrop-filter: blur(5px);
    filter: alpha(opacity=40);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a,
.mfp-preloader form a.boton.table,
form .mfp-preloader a.boton.table,
.mfp-preloader div.smallinput a.boton.table,
div.smallinput .mfp-preloader a.boton.table,
.mfp-preloader div#basicstyle a.boton.table,
div#basicstyle .mfp-preloader a.boton.table {
    color: #cccccc;
}

.mfp-preloader a:hover,
.mfp-preloader form a.boton.table:hover,
form .mfp-preloader a.boton.table:hover,
.mfp-preloader div.smallinput a.boton.table:hover,
div.smallinput .mfp-preloader a.boton.table:hover,
.mfp-preloader div#basicstyle a.boton.table:hover,
div#basicstyle .mfp-preloader a.boton.table:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg,
.getform .mfp-container,
.getform.mfp-bg,
.getModulo .mfp-container,
.getModulo.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container,
.getform.mfp-ready .mfp-container,
.getModulo.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg,
.getform.mfp-ready.mfp-bg,
.getModulo.mfp-ready.mfp-bg {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg,
.getform.mfp-removing .mfp-container,
.getform.mfp-removing.mfp-bg,
.getModulo.mfp-removing .mfp-container,
.getModulo.mfp-removing.mfp-bg {
    opacity: 0;
}

div.charts {
    padding: 20px 20px 40px 20px;
    margin: 0 1%;
    width: 91%;
    height: 200px;
    float: left;
    background-color: white;
}

div.charts h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
    color: gray;
    padding-bottom: 30px;
    width: 80%;
    margin-right: 0 !important;
    -webkit-margin-after: 0;
}

div.charts .chart {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    float: left;
}

div.charts .chart .chart-concepts {
    float: left;
    width: 20%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.charts .chart .chart-concepts h2 {
    padding-bottom: 10px !important;
    -webkit-margin-after: 0;
}

div.charts .chart .chart-concepts .chart-concepts-concept {
    width: 50%;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 2px 1% 2px 5%;
    float: left;
    font-size: 10px;
    position: relative;
    background-color: transparent;
}

div.charts .chart .chart-concepts .chart-concepts-concept:after {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

div.charts .chart .chart-container {
    height: 65% !important;
    width: 80%;
    float: left;
    display: block;
    position: relative;
    margin-top: 30px;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}

div.charts .chart .chart-container .chart-element {
    height: 100%;
    float: left;
    display: block;
    position: relative;
    margin: 0 1% 0 1%;
}

div.charts .chart .chart-container .chart-element .chart-bar {
    display: block;
    padding: 0;
    float: left;
    position: absolute;
    bottom: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

div.charts .chart .chart-container .chart-element .chart-bar .chart-bar-pieza {
    float: left;
    width: 100%;
    display: block;
    margin: 0 !important;
}

div.charts .chart .chart-container .chart-element .chart-bar .chart-bar-topvalue {
    position: absolute;
    font-size: 10px;
    width: 100px;
    left: 50%;
    margin-left: -35px;
    text-align: left;
    margin-top: -65px;
    transform: rotate(-65deg);
}

div.charts .chart .chart-names {
    width: 80%;
    margin: 0;
    height: 25px;
    display: block;
    float: left;
    border-left: 1px solid transparent;
}

div.charts .chart .chart-names .chart-elementname {
    float: left;
    text-align: center;
    margin: 0 1%;
    font-size: 10.5px;
    color: #333;
    text-transform: capitalize;
}

div.charts .chart .chart-names .chart-elementname .chart-barname {
    margin: 0 1%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 9px;
    position: relative !important;
}

div.charts .chart .chart-names .chart-elementname .chart-elementname-label {
    float: left;
    font-size: 10px;
    clear: both;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
}

.bg-1,
.chart-concepts-concept.bg-1:after {
    background-color: rgba(232, 89, 24, 0.9);
}

.bg-2,
.chart-concepts-concept.bg-2:after {
    background-color: rgba(232, 175, 24, 0.9);
}

.bg-3,
.chart-concepts-concept.bg-3:after {
    background-color: rgba(202, 232, 24, 0.9);
}

.bg-4,
.chart-concepts-concept.bg-4:after {
    background-color: rgba(115, 232, 24, 0.9);
}

.bg-5,
.chart-concepts-concept.bg-5:after {
    background-color: rgba(29, 232, 24, 0.9);
}

.bg-6,
.chart-concepts-concept.bg-6:after {
    background-color: rgba(24, 232, 106, 0.9);
}

.bg-7,
.chart-concepts-concept.bg-7:after {
    background-color: rgba(24, 232, 193, 0.9);
}

.bg-8,
.chart-concepts-concept.bg-8:after {
    background-color: rgba(24, 185, 232, 0.9);
}

.bg-9,
.chart-concepts-concept.bg-9:after {
    background-color: rgba(24, 98, 232, 0.9);
}

.bg-10,
.chart-concepts-concept.bg-10:after {
    background-color: rgba(37, 24, 232, 0.9);
}

.bg-11,
.chart-concepts-concept.bg-11:after {
    background-color: rgba(123, 24, 232, 0.9);
}

.bg-12,
.chart-concepts-concept.bg-12:after {
    background-color: rgba(210, 24, 232, 0.9);
}

.bg-13,
.chart-concepts-concept.bg-13:after {
    background-color: rgba(232, 24, 167, 0.9);
}

.bg-14,
.chart-concepts-concept.bg-14:after {
    background-color: rgba(232, 24, 81, 0.9);
}

.bg-15,
.chart-concepts-concept.bg-15:after {
    background-color: rgba(232, 54, 24, 0.9);
}

.bg-16,
.chart-concepts-concept.bg-16:after {
    background-color: rgba(232, 141, 24, 0.9);
}

.bg-17,
.chart-concepts-concept.bg-17:after {
    background-color: rgba(232, 227, 24, 0.9);
}

.bg-18,
.chart-concepts-concept.bg-18:after {
    background-color: rgba(150, 232, 24, 0.9);
}

.bg-19,
.chart-concepts-concept.bg-19:after {
    background-color: rgba(63, 232, 24, 0.9);
}

.bg-20,
.chart-concepts-concept.bg-20:after {
    background-color: rgba(24, 232, 71, 0.9);
}

.bg-21,
.chart-concepts-concept.bg-21:after {
    background-color: rgba(24, 232, 158, 0.9);
}

.bg-22,
.chart-concepts-concept.bg-22:after {
    background-color: rgba(24, 219, 232, 0.9);
}

.bg-23,
.chart-concepts-concept.bg-23:after {
    background-color: rgba(24, 133, 232, 0.9);
}

.color-1 {
    color: rgba(232, 89, 24, 0.9);
}

.color-2 {
    color: rgba(232, 175, 24, 0.9);
}

.color-3 {
    color: rgba(202, 232, 24, 0.9);
}

.color-4 {
    color: rgba(115, 232, 24, 0.9);
}

.color-5 {
    color: rgba(29, 232, 24, 0.9);
}

.color-6 {
    color: rgba(24, 232, 106, 0.9);
}

.color-7 {
    color: rgba(24, 232, 193, 0.9);
}

.color-8 {
    color: rgba(24, 185, 232, 0.9);
}

.color-9 {
    color: rgba(24, 98, 232, 0.9);
}

.color-10 {
    color: rgba(37, 24, 232, 0.9);
}

.color-11 {
    color: rgba(123, 24, 232, 0.9);
}

.color-12 {
    color: rgba(210, 24, 232, 0.9);
}

.color-13 {
    color: rgba(232, 24, 167, 0.9);
}

.color-14 {
    color: rgba(232, 24, 81, 0.9);
}

.color-15 {
    color: rgba(232, 54, 24, 0.9);
}

.color-16 {
    color: rgba(232, 141, 24, 0.9);
}

.color-17 {
    color: rgba(232, 227, 24, 0.9);
}

.color-18 {
    color: rgba(150, 232, 24, 0.9);
}

.color-19 {
    color: rgba(63, 232, 24, 0.9);
}

.color-20 {
    color: rgba(24, 232, 71, 0.9);
}

.color-21 {
    color: rgba(24, 232, 158, 0.9);
}

.color-22 {
    color: rgba(24, 219, 232, 0.9);
}

.color-23 {
    color: rgba(24, 133, 232, 0.9);
}

.aleft {
    text-align: left;
    padding-left: 5px;
}

.aright {
    text-align: right;
    padding-right: 5px;
}

.acenter {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.w100,
.lista-cultyvo li,
.lista-cultyvo li .key,
.lista-cultyvo li .val,
form.basico.left,
div.basico.left.smallinput,
div#basicstyle.basico.left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aleft {
    text-align: left;
    padding-left: 5px;
}

.aright {
    text-align: right;
    padding-right: 5px;
}

.acenter {
    text-align: center;
}

input[type='checkbox'] {
    height: 20px !important;
    width: 20px !important;
    margin: 0 !important;
    border: 1px solid #B5B7B8 !important;
    font: 14px/26px 'pt-sans', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
    padding: 7px 7px 7px 12px !important;
    background: #FFF !important;
    border: 1px solid #d5d5d6;
    outline: none;
    color: #96999D;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

input[type=checkbox]:focus {
    border-color: #ACACB8;
    color: #2E3236;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
}

input[type='checkbox']:checked {
    position: relative;
}

input[type='checkbox']:checked:before {
    content: '';
    display: block;
    width: 17px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: 1px;
    background: rgba(255, 255, 255, 0.9) url(../images/forms/checked.png) no-repeat center center;
    background-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.5;
}

body {
    font-family: 'Oxygen', Helvetica, arial, sans-serif;
}

li,
a,
form a.boton.table,
div.smallinput a.boton.table,
div#basicstyle a.boton.table {
    text-decoration: none;
    list-style: none;
}

.h2-inventario {
    padding: 25px 30px;
    font-size: 1.1em;
    -webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.1);
    -ms-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.1);
}

.h2-inventario.blanca {
    color: #45afce;
    font-size: 1em;
    padding: 5px;
    position: relative;
}

.h2-inventario.sinborde {
    box-shadow: none;
}

.cont-panel {
    width: 70%;
    height: auto;
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* z-index: 500; */
}

.cont-panel .compras.bloqueform.moreless.closed {
    max-height: 30px !important;
}

.cont-panel.menus {
    float: left;
}

.cont-panel.menus.inv {
    margin-top: 1%;
    height: 440px;
}

.cont-panel.comprass {
    float: right;
    width: 28%;
    height: 650px;
}

.cont-panel.comprass.cuent {
    margin-top: 1%;
    height: 440px;
}

.cont-panel .menu-panel {
    width: 50%;
    height: auto;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cont-panel .menu-panel.izquierdo {
    float: left;
}

.cont-panel .menu-panel.derecho {
    float: right;
}

.cont-panel .div-duo {
    display: inline-block;
    position: relative;
    width: 49.8%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cont-panel .div-duo.meliz {
    float: left;
}

.cont-panel .div-duo.melid {
    float: right;
}

.cont-panel .div-duo.m-icono {
    float: left;
    text-align: center;
}

.cont-panel .div-duo.m-listas {
    float: right;
    height: 130px;
    text-align: center;
    background-color: #fdfdfd;
    padding: 5px 0 5px 0;
}

.cont-panel .div-duo .div-menu {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    height: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cont-panel .a-panel {
    color: #58595b;
    font-size: 12px;
}

.cont-panel .a-panel:hover {
    color: #ff6200;
}

.cont-panel .lista {
    display: inline-block;
    position: relative;
    float: left;
    font-size: 16px;
    text-align: center;
    margin-top: 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cont-panel .lista.icono {
    border-radius: 50px;
    margin-left: 5%;
    padding: 5px;
    background-color: #f1f2f2;
}

.cont-panel .lista.icono.azul {
    background-color: #b6dfea;
}

.cont-panel .lista.icono.azul:hover {
    background-color: #3e546d;
}

.cont-panel .lista.titulo {
    padding: 10px 15px;
    color: #3e546d;
}

.cont-panel .cont-compras {
    width: 100%;
    height: auto;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cont-panel .cont-compras .div-compra {
    width: 100%;
    height: 250px;
    font-size: 12px;
    overflow: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cont-panel .cont-compras .td-com {
    background-color: white;
    padding: 5px;
    border-bottom: 1px rgba(50, 50, 50, 0.1) solid;
}

.cont-panel .cont-compras .td-com.elim {
    display: none;
}

.cont-panel .cont-compras .td-com a:visited,
.cont-panel .cont-compras .td-com div#basicstyle a.boton.table:visited,
div#basicstyle .cont-panel .cont-compras .td-com a.boton.table:visited {
    color: blue;
}

.cont-panel .cont-compras .div-cuentas {
    width: 100%;
    height: auto;
}

.cont-panel .cont-compras .div-cuentas .menu-cuentas {
    width: 100%;
    -webkit-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -ms-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    display: flex;
    text-align: center;
}

.cont-panel .cont-compras .div-cuentas .menu-cuentas li {
    width: 100%;
}

.cont-panel .cont-compras .div-cuentas .menu-cuentas li a,
.cont-panel .cont-compras .div-cuentas .menu-cuentas li div#basicstyle a.boton.table,
div#basicstyle .cont-panel .cont-compras .div-cuentas .menu-cuentas li a.boton.table {
    color: #ccc;
    font-size: 16px;
    background: #f1f2f2;
    display: block;
    padding: 10px 0px;
}

.cont-panel .cont-compras .div-cuentas .menu-cuentas .active {
    color: #e5ab4e;
    background-color: white;
}

.cont-panel .cont-compras .div-cuentas .secciones {
    height: 300px;
    width: 100%;
    overflow: scroll;
}

.cont-panel .div-inventario {
    height: auto;
    position: relative;
    width: 96%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cont-panel .div-inventario .menu-inventario {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -ms-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    display: flex;
    text-align: center;
}

.cont-panel .div-inventario .menu-inventario li {
    width: 100%;
}

.cont-panel .div-inventario .menu-inventario li a,
.cont-panel .div-inventario .menu-inventario li div#basicstyle a.boton.table,
div#basicstyle .cont-panel .div-inventario .menu-inventario li a.boton.table {
    color: #ccc;
    font-size: 16px;
    background: #f1f2f2;
    display: block;
    padding: 10px 0px;
}

.cont-panel .div-inventario .menu-inventario .activo {
    color: #e5ab4e;
    background-color: white;
}

.cont-panel .div-inventario .seccion {
    max-height: 300px;
    overflow: scroll;
    width: 100%;
    background: white;
}

.cont-panel .div-inventario .seccion .tabs {
    height: 300px;
}

.cont-panel .div-inventario .windows .datos-invent {
    margin: 4px 4px;
    padding: 5px;
    background-color: white;
    float: left;
    text-align: center;
    -webkit-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -ms-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.8em;
    color: #047DB3;
}

.cont-panel .div-inventario .windows .datos-invent.gral {
    width: 57px;
    height: 57px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cont-panel .div-inventario .windows .datos-invent small {
    width: 100%;
    font-size: 9px;
    line-height: 10em;
    margin: -44px auto 0 auto;
    float: left;
    text-align: center;
    color: #009e8f;
}

.cont-panel .span-folio {
    color: #ff6200;
    font-size: 10px;
}

.cont-panel .span-monto {
    color: black;
    font-size: 13px;
}

#padre:hover #icono {
    background-color: #3e546d;
}

#padre:hover #icono>.iconos-dash {
    background-position-y: -35px !important;
}

#padre:hover>#hijo {
    border-left: 3px #3e546d solid;
    background-color: #f6f6f6;
}

@media screen and (max-width: 1440px) {
    div.seccion {
        height: 395px !important;
    }
}

@media screen and (max-width: 1024px) {
    li.lista {
        font-size: 11px !important;
        padding-left: 8px !important;
    }

    a.a-panel,
    form a.a-panel.boton.table,
    div.smallinput a.a-panel.boton.table,
    div#basicstyle a.a-panel.boton.table {
        font-size: 10px !important;
    }

    div.seccion {
        height: 390px !important;
    }
}

@media screen and (max-width: 768px) {
    div.seccion {
        height: 565px !important;
    }
}

.iconos-1 {
    background-image: url(../images/iconos/iconos200blanco.png);
    background-repeat: no-repeat;
    background-size: 330px;
    width: 30px;
    height: 30px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-1.solicitud {
    background-position: 0px -0px;
}

.iconos-1.solicitud.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconos-1.ventas {
    background-position: -30px -0px;
}

.iconos-1.ventas.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconos-1.cobranza {
    background-position: -60px -0px;
}

.iconos-1.cobranza.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconos-1.transito {
    background-position: -90px -0px;
}

.iconos-1.transito.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconos-1.inventario {
    background-position: -120px -0px;
}

.iconos-1.inventario.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconos-1.reportes {
    background-position: -150px -0px;
}

.iconos-1.reportes.hover:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.iconos-1.sucursales {
    background-position: -180px -0px;
}

.iconos-1.sucursales.hover:hover {
    cursor: pointer;
    background-position: -180px -30px;
}

.iconos-1.catalogos {
    background-position: -210px -0px;
}

.iconos-1.catalogos.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconos-1.config {
    background-position: -240px -0px;
}

.iconos-1.config.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconos-1.clientes {
    background-position: -270px -0px;
}

.iconos-1.clientes.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconos-1.cuentas {
    background-position: -300px -0px;
}

.iconos-1.cuentas.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconos-1.venta {
    background-position: 0px -30px;
}

.iconos-1.venta.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconos-1.apartados {
    background-position: -30px -30px;
}

.iconos-1.apartados.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconos-1.vitrina {
    background-position: -60px -30px;
}

.iconos-1.vitrina.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconos-1.almacen {
    background-position: -90px -30px;
}

.iconos-1.almacen.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconos-1.gastos {
    background-position: -120px -30px;
}

.iconos-1.gastos.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconos-1.rh {
    background-position: -210px -30px;
}

.iconos-1.rh.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconos-1.compras {
    background-position: -240px -30px;
}

.iconos-1.compras.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconos-1.cobranza {
    background-position: -270px -30px;
}

.iconos-1.cobranza.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconos-1.proveedores {
    background-position: -300px -30px;
}

.iconos-1.proveedores.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconos-2 {
    background-image: url(../images/iconos/iconos200.png?v1.1);
    background-repeat: no-repeat;
    background-size: 220px;
    width: 20px;
    height: 20px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-2.solicitud {
    background-position: 0px -0px;
}

.iconos-2.solicitud.hover:hover {
    cursor: pointer;
    background-position: 0px -20px;
}

.iconos-2.ventas {
    background-position: -20px -0px;
}

.iconos-2.ventas.hover:hover {
    cursor: pointer;
    background-position: -20px -20px;
}

.iconos-2.cobranza {
    background-position: -40px -0px;
}

.iconos-2.cobranza.hover:hover {
    cursor: pointer;
    background-position: -40px -20px;
}

.iconos-2.transito {
    background-position: -60px -0px;
}

.iconos-2.transito.hover:hover {
    cursor: pointer;
    background-position: -60px -20px;
}

.iconos-2.inventario {
    background-position: -80px -0px;
}

.iconos-2.inventario.hover:hover {
    cursor: pointer;
    background-position: -80px -20px;
}

.iconos-2.reportes {
    background-position: -100px -0px;
}

.iconos-2.reportes.hover:hover {
    cursor: pointer;
    background-position: -100px -20px;
}

.iconos-2.sucursales {
    background-position: -120px -0px;
}

.iconos-2.sucursales.hover:hover {
    cursor: pointer;
    background-position: -120px -20px;
}

.iconos-2.catalogos {
    background-position: -140px -0px;
}

.iconos-2.catalogos.hover:hover {
    cursor: pointer;
    background-position: -140px -20px;
}

.iconos-2.config {
    background-position: -160px -0px;
}

.iconos-2.config.hover:hover {
    cursor: pointer;
    background-position: -160px -20px;
}

.iconos-2.clientes {
    background-position: -180px -0px;
}

.iconos-2.clientes.hover:hover {
    cursor: pointer;
    background-position: -180px -20px;
}

.iconos-2.cuentas {
    background-position: -200px -0px;
}

.iconos-2.cuentas.hover:hover {
    cursor: pointer;
    background-position: -200px -20px;
}

.iconos-2.venta {
    background-position: 0px -20px;
}

.iconos-2.venta.hover:hover {
    cursor: pointer;
    background-position: 0px -20px;
}

.iconos-2.apartados {
    background-position: -20px -20px;
}

.iconos-2.apartados.hover:hover {
    cursor: pointer;
    background-position: -20px -20px;
}

.iconos-2.vitrina {
    background-position: -40px -20px;
}

.iconos-2.vitrina.hover:hover {
    cursor: pointer;
    background-position: -40px -20px;
}

.iconos-2.almacen {
    background-position: -60px -20px;
}

.iconos-2.almacen.hover:hover {
    cursor: pointer;
    background-position: -60px -20px;
}

.iconos-2.gastos {
    background-position: -80px -20px;
}

.iconos-2.gastos.hover:hover {
    cursor: pointer;
    background-position: -80px -20px;
}

.iconos-2.rh {
    background-position: -140px -20px;
}

.iconos-2.rh.hover:hover {
    cursor: pointer;
    background-position: -140px -20px;
}

.iconos-2.compras {
    background-position: -160px -20px;
}

.iconos-2.compras.hover:hover {
    cursor: pointer;
    background-position: -160px -20px;
}

.iconos-2.cobranza {
    background-position: -180px -20px;
}

.iconos-2.cobranza.hover:hover {
    cursor: pointer;
    background-position: -180px -20px;
}

.iconos-2.proveedores {
    background-position: -200px -20px;
}

.iconos-2.proveedores.hover:hover {
    cursor: pointer;
    background-position: -200px -20px;
}

.iconos-3 {
    background-image: url(../images/iconos/iconos200.png?v1.1);
    background-repeat: no-repeat;
    background-size: 330px;
    width: 30px;
    height: 30px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-3.solicitud {
    background-position: 0px -0px;
}

.iconos-3.solicitud.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconos-3.ventas {
    background-position: -30px -0px;
}

.iconos-3.ventas.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconos-3.cobranza {
    background-position: -60px -0px;
}

.iconos-3.cobranza.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconos-3.transito {
    background-position: -90px -0px;
}

.iconos-3.transito.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconos-3.inventario {
    background-position: -120px -0px;
}

.iconos-3.inventario.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconos-3.reportes {
    background-position: -150px -0px;
}

.iconos-3.reportes.hover:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.iconos-3.sucursales {
    background-position: -180px -0px;
}

.iconos-3.sucursales.hover:hover {
    cursor: pointer;
    background-position: -180px -30px;
}

.iconos-3.catalogos {
    background-position: -210px -0px;
}

.iconos-3.catalogos.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconos-3.config {
    background-position: -240px -0px;
}

.iconos-3.config.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconos-3.clientes {
    background-position: -270px -0px;
}

.iconos-3.clientes.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconos-3.cuentas {
    background-position: -300px -0px;
}

.iconos-3.cuentas.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconos-3.venta {
    background-position: 0px -30px;
}

.iconos-3.venta.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconos-3.apartados {
    background-position: -30px -30px;
}

.iconos-3.apartados.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconos-3.vitrina {
    background-position: -60px -30px;
}

.iconos-3.vitrina.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconos-3.almacen {
    background-position: -90px -30px;
}

.iconos-3.almacen.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconos-3.gastos {
    background-position: -120px -30px;
}

.iconos-3.gastos.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconos-3.rh {
    background-position: -210px -30px;
}

.iconos-3.rh.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconos-3.compras {
    background-position: -240px -30px;
}

.iconos-3.compras.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconos-3.cobranza {
    background-position: -270px -30px;
}

.iconos-3.cobranza.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconos-3.proveedores {
    background-position: -300px -30px;
}

.iconos-3.proveedores.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconosmenu-1 {
    background-image: url(../images/iconos/iconos200-new.png);
    background-repeat: no-repeat;
    background-size: 1080px;
    width: 30px;
    height: 30px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconosmenu-1.dinero-entra1 {
    background-position: 0px -0px;
}

.iconosmenu-1.dinero-entra1.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconosmenu-1.dinero-sale1 {
    background-position: -30px -0px;
}

.iconosmenu-1.dinero-sale1.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconosmenu-1.calculadora1 {
    background-position: -60px -0px;
}

.iconosmenu-1.calculadora1.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconosmenu-1.recibo1 {
    background-position: -90px -0px;
}

.iconosmenu-1.recibo1.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconosmenu-1.agenda1 {
    background-position: -120px -0px;
}

.iconosmenu-1.agenda1.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconosmenu-1.tachuela1 {
    background-position: -150px -0px;
}

.iconosmenu-1.tachuela1.hover:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.iconosmenu-1.nota1 {
    background-position: -180px -0px;
}

.iconosmenu-1.nota1.hover:hover {
    cursor: pointer;
    background-position: -180px -30px;
}

.iconosmenu-1.hoja-clip1 {
    background-position: -210px -0px;
}

.iconosmenu-1.hoja-clip1.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconosmenu-1.calendario1 {
    background-position: -240px -0px;
}

.iconosmenu-1.calendario1.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconosmenu-1.guardar1 {
    background-position: -270px -0px;
}

.iconosmenu-1.guardar1.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconosmenu-1.usuario1 {
    background-position: -300px -0px;
}

.iconosmenu-1.usuario1.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconosmenu-1.usuario-21 {
    background-position: -330px -0px;
}

.iconosmenu-1.usuario-21.hover:hover {
    cursor: pointer;
    background-position: -330px -30px;
}

.iconosmenu-1.llave1 {
    background-position: -360px -0px;
}

.iconosmenu-1.llave1.hover:hover {
    cursor: pointer;
    background-position: -360px -30px;
}

.iconosmenu-1.moneda1 {
    background-position: -390px -0px;
}

.iconosmenu-1.moneda1.hover:hover {
    cursor: pointer;
    background-position: -390px -30px;
}

.iconosmenu-1.almacen1 {
    background-position: -420px -0px;
}

.iconosmenu-1.almacen1.hover:hover {
    cursor: pointer;
    background-position: -420px -30px;
}

.iconosmenu-1.etiqueta1 {
    background-position: -450px -0px;
}

.iconosmenu-1.etiqueta1.hover:hover {
    cursor: pointer;
    background-position: -450px -30px;
}

.iconosmenu-1.lineas-menu1 {
    background-position: -480px -0px;
}

.iconosmenu-1.lineas-menu1.hover:hover {
    cursor: pointer;
    background-position: -480px -30px;
}

.iconosmenu-1.compra1 {
    background-position: -510px -0px;
}

.iconosmenu-1.compra1.hover:hover {
    cursor: pointer;
    background-position: -510px -30px;
}

.iconosmenu-1.camion1 {
    background-position: -540px -0px;
}

.iconosmenu-1.camion1.hover:hover {
    cursor: pointer;
    background-position: -540px -30px;
}

.iconosmenu-1.hoja1 {
    background-position: -570px -0px;
}

.iconosmenu-1.hoja1.hover:hover {
    cursor: pointer;
    background-position: -570px -30px;
}

.iconosmenu-1.engranes1 {
    background-position: -600px -0px;
}

.iconosmenu-1.engranes1.hover:hover {
    cursor: pointer;
    background-position: -600px -30px;
}

.iconosmenu-1.libreta-lapiz1 {
    background-position: -630px -0px;
}

.iconosmenu-1.libreta-lapiz1.hover:hover {
    cursor: pointer;
    background-position: -630px -30px;
}

.iconosmenu-1.casita1 {
    background-position: -660px -0px;
}

.iconosmenu-1.casita1.hover:hover {
    cursor: pointer;
    background-position: -660px -30px;
}

.iconosmenu-1.grafica1 {
    background-position: -690px -0px;
}

.iconosmenu-1.grafica1.hover:hover {
    cursor: pointer;
    background-position: -690px -30px;
}

.iconosmenu-1.almacen-a1 {
    background-position: -720px -0px;
}

.iconosmenu-1.almacen-a1.hover:hover {
    cursor: pointer;
    background-position: -720px -30px;
}

.iconosmenu-1.almacen-b1 {
    background-position: -750px -0px;
}

.iconosmenu-1.almacen-b1.hover:hover {
    cursor: pointer;
    background-position: -750px -30px;
}

.iconosmenu-1.caja-regist1 {
    background-position: -780px -0px;
}

.iconosmenu-1.caja-regist1.hover:hover {
    cursor: pointer;
    background-position: -780px -30px;
}

.iconosmenu-1.estadistica1 {
    background-position: -810px -0px;
}

.iconosmenu-1.estadistica1.hover:hover {
    cursor: pointer;
    background-position: -810px -30px;
}

.iconosmenu-1.user-llave1 {
    background-position: -840px -0px;
}

.iconosmenu-1.user-llave1.hover:hover {
    cursor: pointer;
    background-position: -840px -30px;
}

.iconosmenu-1.user-candado1 {
    background-position: -870px -0px;
}

.iconosmenu-1.user-candado1.hover:hover {
    cursor: pointer;
    background-position: -870px -30px;
}

.iconosmenu-1.llave-candado1 {
    background-position: -900px -0px;
}

.iconosmenu-1.llave-candado1.hover:hover {
    cursor: pointer;
    background-position: -900px -30px;
}

.iconosmenu-1.carrito1 {
    background-position: -930px -0px;
}

.iconosmenu-1.carrito1.hover:hover {
    cursor: pointer;
    background-position: -930px -30px;
}

.iconosmenu-1.facturar1 {
    background-position: -960px -0px;
}

.iconosmenu-1.facturar1.hover:hover {
    cursor: pointer;
    background-position: -960px -30px;
}

.iconosmenu-1.union1 {
    background-position: -990px -0px;
}

.iconosmenu-1.union1.hover:hover {
    cursor: pointer;
    background-position: -990px -30px;
}

.iconosmenu-1.mapa1 {
    background-position: -1020px -0px;
}

.iconosmenu-1.mapa1.hover:hover {
    cursor: pointer;
    background-position: -1020px -30px;
}

.iconosmenu-1.reporte1 {
    background-position: -1050px -0px;
}

.iconosmenu-1.reporte1.hover:hover {
    cursor: pointer;
    background-position: -1050px -30px;
}

.iconosmenu-1.dinero-entra1-a {
    background-position: 0px -30px;
}

.iconosmenu-1.dinero-entra1-a.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconosmenu-1.dinero-sale1-a {
    background-position: -30px -30px;
}

.iconosmenu-1.dinero-sale1-a.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconosmenu-1.calculadora1-a {
    background-position: -60px -30px;
}

.iconosmenu-1.calculadora1-a.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconosmenu-1.recibo1-a {
    background-position: -90px -30px;
}

.iconosmenu-1.recibo1-a.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconosmenu-1.agenda1-a {
    background-position: -120px -30px;
}

.iconosmenu-1.agenda1-a.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconosmenu-1.tachuela1-a {
    background-position: -150px -30px;
}

.iconosmenu-1.tachuela1-a.hover:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.iconosmenu-1.nota1-a {
    background-position: -180px -30px;
}

.iconosmenu-1.nota1-a.hover:hover {
    cursor: pointer;
    background-position: -180px -30px;
}

.iconosmenu-1.hoja-clip1-a {
    background-position: -210px -30px;
}

.iconosmenu-1.hoja-clip1-a.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconosmenu-1.calendario1-a {
    background-position: -240px -30px;
}

.iconosmenu-1.calendario1-a.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconosmenu-1.guardar1-a {
    background-position: -270px -30px;
}

.iconosmenu-1.guardar1-a.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconosmenu-1.usuario1-a {
    background-position: -300px -30px;
}

.iconosmenu-1.usuario1-a.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconosmenu-1.usuario-21-a {
    background-position: -330px -30px;
}

.iconosmenu-1.usuario-21-a.hover:hover {
    cursor: pointer;
    background-position: -330px -30px;
}

.iconosmenu-1.llave1-a {
    background-position: -360px -30px;
}

.iconosmenu-1.llave1-a.hover:hover {
    cursor: pointer;
    background-position: -360px -30px;
}

.iconosmenu-1.moneda1-a {
    background-position: -390px -30px;
}

.iconosmenu-1.moneda1-a.hover:hover {
    cursor: pointer;
    background-position: -390px -30px;
}

.iconosmenu-1.almacen1-a {
    background-position: -420px -30px;
}

.iconosmenu-1.almacen1-a.hover:hover {
    cursor: pointer;
    background-position: -420px -30px;
}

.iconosmenu-1.etiqueta1-a {
    background-position: -450px -30px;
}

.iconosmenu-1.etiqueta1-a.hover:hover {
    cursor: pointer;
    background-position: -450px -30px;
}

.iconosmenu-1.lineas-menu1-a {
    background-position: -480px -30px;
}

.iconosmenu-1.lineas-menu1-a.hover:hover {
    cursor: pointer;
    background-position: -480px -30px;
}

.iconosmenu-1.compra1-a {
    background-position: -510px -30px;
}

.iconosmenu-1.compra1-a.hover:hover {
    cursor: pointer;
    background-position: -510px -30px;
}

.iconosmenu-1.camion1-a {
    background-position: -540px -30px;
}

.iconosmenu-1.camion1-a.hover:hover {
    cursor: pointer;
    background-position: -540px -30px;
}

.iconosmenu-1.hoja1-a {
    background-position: -570px -30px;
}

.iconosmenu-1.hoja1-a.hover:hover {
    cursor: pointer;
    background-position: -570px -30px;
}

.iconosmenu-1.engranes1-a {
    background-position: -600px -30px;
}

.iconosmenu-1.engranes1-a.hover:hover {
    cursor: pointer;
    background-position: -600px -30px;
}

.iconosmenu-1.libreta-lapiz1-a {
    background-position: -630px -30px;
}

.iconosmenu-1.libreta-lapiz1-a.hover:hover {
    cursor: pointer;
    background-position: -630px -30px;
}

.iconosmenu-1.casita1-a {
    background-position: -660px -30px;
}

.iconosmenu-1.casita1-a.hover:hover {
    cursor: pointer;
    background-position: -660px -30px;
}

.iconosmenu-1.grafica1-a {
    background-position: -690px -30px;
}

.iconosmenu-1.grafica1-a.hover:hover {
    cursor: pointer;
    background-position: -690px -30px;
}

.iconosmenu-1.almacen-a1-a {
    background-position: -720px -30px;
}

.iconosmenu-1.almacen-a1-a.hover:hover {
    cursor: pointer;
    background-position: -720px -30px;
}

.iconosmenu-1.almacen-b1-a {
    background-position: -750px -30px;
}

.iconosmenu-1.almacen-b1-a.hover:hover {
    cursor: pointer;
    background-position: -750px -30px;
}

.iconosmenu-1.caja-regist1-a {
    background-position: -780px -30px;
}

.iconosmenu-1.caja-regist1-a.hover:hover {
    cursor: pointer;
    background-position: -780px -30px;
}

.iconosmenu-1.estadistica1-a {
    background-position: -810px -30px;
}

.iconosmenu-1.estadistica1-a.hover:hover {
    cursor: pointer;
    background-position: -810px -30px;
}

.iconosmenu-1.user-llave1-a {
    background-position: -840px -30px;
}

.iconosmenu-1.user-llave1-a.hover:hover {
    cursor: pointer;
    background-position: -840px -30px;
}

.iconosmenu-1.user-candado1-a {
    background-position: -870px -30px;
}

.iconosmenu-1.user-candado1-a.hover:hover {
    cursor: pointer;
    background-position: -870px -30px;
}

.iconosmenu-1.llave-candado1-a {
    background-position: -900px -30px;
}

.iconosmenu-1.llave-candado1-a.hover:hover {
    cursor: pointer;
    background-position: -900px -30px;
}

.iconosmenu-1.carrito1-a {
    background-position: -930px -30px;
}

.iconosmenu-1.carrito1-a.hover:hover {
    cursor: pointer;
    background-position: -930px -30px;
}

.iconosmenu-1.facturar1-a {
    background-position: -960px -30px;
}

.iconosmenu-1.facturar1-a.hover:hover {
    cursor: pointer;
    background-position: -960px -30px;
}

.iconosmenu-1.union1-a {
    background-position: -990px -30px;
}

.iconosmenu-1.union1-a.hover:hover {
    cursor: pointer;
    background-position: -990px -30px;
}

.iconosmenu-1.mapa1-a {
    background-position: -1020px -30px;
}

.iconosmenu-1.mapa1-a.hover:hover {
    cursor: pointer;
    background-position: -1020px -30px;
}

.iconosmenu-1.reporte1-a {
    background-position: -1050px -30px;
}

.iconosmenu-1.reporte1-a.hover:hover {
    cursor: pointer;
    background-position: -1050px -30px;
}

.iconosmenu-1.dinero-entra {
    background-position: 0px -60px;
}

.iconosmenu-1.dinero-entra.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconosmenu-1.dinero-sale {
    background-position: -30px -60px;
}

.iconosmenu-1.dinero-sale.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconosmenu-1.calculadora {
    background-position: -60px -60px;
}

.iconosmenu-1.calculadora.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconosmenu-1.recibo {
    background-position: -90px -60px;
}

.iconosmenu-1.recibo.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconosmenu-1.agenda {
    background-position: -120px -60px;
}

.iconosmenu-1.agenda.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.iconosmenu-1.tachuela {
    background-position: -150px -60px;
}

.iconosmenu-1.tachuela.hover:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.iconosmenu-1.nota {
    background-position: -180px -60px;
}

.iconosmenu-1.nota.hover:hover {
    cursor: pointer;
    background-position: -180px -30px;
}

.iconosmenu-1.hoja-clip {
    background-position: -210px -60px;
}

.iconosmenu-1.hoja-clip.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.iconosmenu-1.calendario {
    background-position: -240px -60px;
}

.iconosmenu-1.calendario.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.iconosmenu-1.guardar {
    background-position: -270px -60px;
}

.iconosmenu-1.guardar.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.iconosmenu-1.usuario {
    background-position: -300px -60px;
}

.iconosmenu-1.usuario.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.iconosmenu-1.usuario-2 {
    background-position: -330px -60px;
}

.iconosmenu-1.usuario-2.hover:hover {
    cursor: pointer;
    background-position: -330px -30px;
}

.iconosmenu-1.llave {
    background-position: -360px -60px;
}

.iconosmenu-1.llave.hover:hover {
    cursor: pointer;
    background-position: -360px -30px;
}

.iconosmenu-1.moneda {
    background-position: -390px -60px;
}

.iconosmenu-1.moneda.hover:hover {
    cursor: pointer;
    background-position: -390px -30px;
}

.iconosmenu-1.almacen {
    background-position: -420px -60px;
}

.iconosmenu-1.almacen.hover:hover {
    cursor: pointer;
    background-position: -420px -30px;
}

.iconosmenu-1.etiqueta {
    background-position: -450px -60px;
}

.iconosmenu-1.etiqueta.hover:hover {
    cursor: pointer;
    background-position: -450px -30px;
}

.iconosmenu-1.lineas-menu {
    background-position: -480px -60px;
}

.iconosmenu-1.lineas-menu.hover:hover {
    cursor: pointer;
    background-position: -480px -30px;
}

.iconosmenu-1.compra {
    background-position: -510px -60px;
}

.iconosmenu-1.compra.hover:hover {
    cursor: pointer;
    background-position: -510px -30px;
}

.iconosmenu-1.camion {
    background-position: -540px -60px;
}

.iconosmenu-1.camion.hover:hover {
    cursor: pointer;
    background-position: -540px -30px;
}

.iconosmenu-1.hoja {
    background-position: -570px -60px;
}

.iconosmenu-1.hoja.hover:hover {
    cursor: pointer;
    background-position: -570px -30px;
}

.iconosmenu-1.engranes {
    background-position: -600px -60px;
}

.iconosmenu-1.engranes.hover:hover {
    cursor: pointer;
    background-position: -600px -30px;
}

.iconosmenu-1.libreta-lapiz {
    background-position: -630px -60px;
}

.iconosmenu-1.libreta-lapiz.hover:hover {
    cursor: pointer;
    background-position: -630px -30px;
}

.iconosmenu-1.casita {
    background-position: -660px -60px;
}

.iconosmenu-1.casita.hover:hover {
    cursor: pointer;
    background-position: -660px -30px;
}

.iconosmenu-1.grafica {
    background-position: -690px -60px;
}

.iconosmenu-1.grafica.hover:hover {
    cursor: pointer;
    background-position: -690px -30px;
}

.iconosmenu-1.almacen-a {
    background-position: -720px -60px;
}

.iconosmenu-1.almacen-a.hover:hover {
    cursor: pointer;
    background-position: -720px -30px;
}

.iconosmenu-1.almacen-b {
    background-position: -750px -60px;
}

.iconosmenu-1.almacen-b.hover:hover {
    cursor: pointer;
    background-position: -750px -30px;
}

.iconosmenu-1.caja-regist {
    background-position: -780px -60px;
}

.iconosmenu-1.caja-regist.hover:hover {
    cursor: pointer;
    background-position: -780px -30px;
}

.iconosmenu-1.estadistica {
    background-position: -810px -60px;
}

.iconosmenu-1.estadistica.hover:hover {
    cursor: pointer;
    background-position: -810px -30px;
}

.iconosmenu-1.user-llave {
    background-position: -840px -60px;
}

.iconosmenu-1.user-llave.hover:hover {
    cursor: pointer;
    background-position: -840px -30px;
}

.iconosmenu-1.user-candado {
    background-position: -870px -60px;
}

.iconosmenu-1.user-candado.hover:hover {
    cursor: pointer;
    background-position: -870px -30px;
}

.iconosmenu-1.llave-candado {
    background-position: -900px -60px;
}

.iconosmenu-1.llave-candado.hover:hover {
    cursor: pointer;
    background-position: -900px -30px;
}

.iconosmenu-1.carrito {
    background-position: -930px -60px;
}

.iconosmenu-1.carrito.hover:hover {
    cursor: pointer;
    background-position: -930px -30px;
}

.iconosmenu-1.facturar {
    background-position: -960px -60px;
}

.iconosmenu-1.facturar.hover:hover {
    cursor: pointer;
    background-position: -960px -30px;
}

.iconosmenu-1.union {
    background-position: -990px -60px;
}

.iconosmenu-1.union.hover:hover {
    cursor: pointer;
    background-position: -990px -30px;
}

.iconosmenu-1.mapa {
    background-position: -1020px -60px;
}

.iconosmenu-1.mapa.hover:hover {
    cursor: pointer;
    background-position: -1020px -30px;
}

.iconosmenu-1.reporte {
    background-position: -1050px -60px;
}

.iconosmenu-1.reporte.hover:hover {
    cursor: pointer;
    background-position: -1050px -30px;
}

.botones-1 {
    background-image: url(../images/iconos/botones200.png);
    background-repeat: no-repeat;
    background-size: 1350px;
    width: 30px;
    height: 30px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.botones-1.salir {
    background-position: 0px -0px;
}

.botones-1.salir.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.botones-1.actualizar {
    background-position: -30px -0px;
}

.botones-1.actualizar.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.botones-1.regresar {
    background-position: -60px -0px;
}

.botones-1.regresar.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.botones-1.avanzar {
    background-position: -90px -0px;
}

.botones-1.avanzar.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.botones-1.agregar {
    background-position: -120px -0px;
}

.botones-1.agregar.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.botones-1.cerrar {
    background-position: -150px -0px;
}

.botones-1.cerrar.hover:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.botones-1.cancelar,
div#reportepop a.botones-1.boton.cancelar {
    background-position: -150px -0px;
}

.botones-1.cancelar.hover:hover,
div#reportepop a.botones-1.hover.boton.cancelar:hover {
    cursor: pointer;
    background-position: -150px -30px;
}

.botones-1.borrar {
    background-position: -180px -0px;
}

.botones-1.borrar.hover:hover {
    cursor: pointer;
    background-position: -180px -30px;
}

.botones-1.ver {
    background-position: -210px -0px;
}

.botones-1.ver.hover:hover {
    cursor: pointer;
    background-position: -210px -30px;
}

.botones-1.editar {
    background-position: -240px -0px;
}

.botones-1.editar.hover:hover {
    cursor: pointer;
    background-position: -240px -30px;
}

.botones-1.ver2 {
    background-position: -270px -0px;
}

.botones-1.ver2.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.botones-1.buscador-gray {
    background-position: -270px -30px;
}

.botones-1.buscador-gray.hover:hover {
    cursor: pointer;
    background-position: -270px -30px;
}

.botones-1.derecha {
    background-position: -300px -0px;
}

.botones-1.derecha.hover:hover {
    cursor: pointer;
    background-position: -300px -30px;
}

.botones-1.izquierda {
    background-position: -330px -0px;
}

.botones-1.izquierda.hover:hover {
    cursor: pointer;
    background-position: -330px -30px;
}

.botones-1.temporal2 {
    background-position: -360px -30px;
}

.botones-1.temporal2.hover:hover {
    cursor: pointer;
    background-position: -360px -30px;
}

.botones-1.temporal {
    background-position: -360px -0px;
}

.botones-1.temporal.hover:hover {
    cursor: pointer;
    background-position: -360px -30px;
}

.botones-1.guardar {
    background-position: -390px -0px;
}

.botones-1.guardar.hover:hover {
    cursor: pointer;
    background-position: -390px -30px;
}

.botones-1.imprimir {
    background-position: -420px -0px;
}

.botones-1.imprimir.hover:hover {
    cursor: pointer;
    background-position: -420px -30px;
}

.botones-1.subir {
    background-position: -450px -0px;
}

.botones-1.subir.hover:hover {
    cursor: pointer;
    background-position: -450px -30px;
}

.botones-1.subir2 {
    background-position: -450px -30px;
}

.botones-1.subir2.hover:hover {
    cursor: pointer;
    background-position: -450px -30px;
}

.botones-1.descargar {
    background-position: -480px -0px;
}

.botones-1.descargar.hover:hover {
    cursor: pointer;
    background-position: -480px -30px;
}

.botones-1.ir {
    background-position: -510px -0px;
}

.botones-1.ir.hover:hover {
    cursor: pointer;
    background-position: -510px -30px;
}

.botones-1.volver {
    background-position: -540px -0px;
}

.botones-1.volver.hover:hover {
    cursor: pointer;
    background-position: -540px -30px;
}

.botones-1.volver2 {
    background-position: -570px -0px;
}

.botones-1.volver2.hover:hover {
    cursor: pointer;
    background-position: -570px -30px;
}

.botones-1.seleccion {
    background-position: -600px -0px;
}

.botones-1.seleccion.hover:hover {
    cursor: pointer;
    background-position: -600px -30px;
}

.botones-1.rencheck {
    background-position: -630px -0px;
}

.botones-1.rencheck.hover:hover {
    cursor: pointer;
    background-position: -630px -30px;
}

.botones-1.ren {
    background-position: -630px -30px;
}

.botones-1.ren.hover:hover {
    cursor: pointer;
    background-position: -630px -30px;
}

.botones-1.pro {
    background-position: -660px -30px;
}

.botones-1.pro.hover:hover {
    cursor: pointer;
    background-position: -660px -30px;
}

.botones-1.procheck {
    background-position: -660px -0px;
}

.botones-1.procheck.hover:hover {
    cursor: pointer;
    background-position: -660px -30px;
}

.botones-1.oricheck {
    background-position: -690px -0px;
}

.botones-1.oricheck.hover:hover {
    cursor: pointer;
    background-position: -690px -30px;
}

.botones-1.ori {
    background-position: -690px -30px;
}

.botones-1.ori.hover:hover {
    cursor: pointer;
    background-position: -690px -30px;
}

.botones-1.pdf {
    background-position: -720px -0px;
}

.botones-1.pdf.hover:hover {
    cursor: pointer;
    background-position: -720px -30px;
}

.botones-1.enviarmail {
    background-position: -750px -0px;
}

.botones-1.enviarmail.hover:hover {
    cursor: pointer;
    background-position: -750px -30px;
}

.botones-1.enviarpaquete {
    background-position: -780px -0px;
}

.botones-1.enviarpaquete.hover:hover {
    cursor: pointer;
    background-position: -780px -30px;
}

.botones-1.temporal {
    background-position: -810px -0px;
}

.botones-1.temporal.hover:hover {
    cursor: pointer;
    background-position: -810px -30px;
}

.botones-1.documentado {
    background-position: -840px -0px;
}

.botones-1.documentado.hover:hover {
    cursor: pointer;
    background-position: -840px -30px;
}

.botones-1.documentado2 {
    background-position: -840px -30px;
}

.botones-1.documentado2.hover:hover {
    cursor: pointer;
    background-position: -840px -30px;
}

.botones-1.factura {
    background-position: -870px -0px;
}

.botones-1.factura.hover:hover {
    cursor: pointer;
    background-position: -870px -30px;
}

.botones-1.cobrado {
    background-position: -900px -0px;
}

.botones-1.cobrado.hover:hover {
    cursor: pointer;
    background-position: -900px -30px;
}

.botones-1.recibido {
    background-position: -930px -0px;
}

.botones-1.recibido.hover:hover {
    cursor: pointer;
    background-position: -930px -30px;
}

.botones-1.enviado {
    background-position: -960px -0px;
}

.botones-1.enviado.hover:hover {
    cursor: pointer;
    background-position: -960px -30px;
}

.botones-1.estadisticas {
    background-position: -990px -0px;
}

.botones-1.estadisticas.hover:hover {
    cursor: pointer;
    background-position: -990px -30px;
}

.botones-1.aprobar {
    background-position: -1020px -0px;
}

.botones-1.aprobar.hover:hover {
    cursor: pointer;
    background-position: -1020px -30px;
}

.botones-1.refactura {
    background-position: -1050px -0px;
}

.botones-1.refactura.hover:hover {
    cursor: pointer;
    background-position: -1050px -30px;
}

.botones-1.actualizar-precio {
    background-position: -1080px -0px;
}

.botones-1.actualizar-precio.hover:hover {
    cursor: pointer;
    background-position: -1080px -30px;
}

.botones-1.actualizar-valor {
    background-position: -1110px -0px;
}

.botones-1.actualizar-valor.hover:hover {
    cursor: pointer;
    background-position: -1110px -30px;
}

.botones-1.valor-pendiente {
    background-position: -1140px -0px;
}

.botones-1.valor-pendiente.hover:hover {
    cursor: pointer;
    background-position: -1140px -30px;
}

.botones-1.actualizar-mx {
    background-position: -1170px -0px;
}

.botones-1.actualizar-mx.hover:hover {
    cursor: pointer;
    background-position: -1170px -30px;
}

.botones-1.actualizar-usd {
    background-position: -1200px -0px;
}

.botones-1.actualizar-usd.hover:hover {
    cursor: pointer;
    background-position: -1200px -30px;
}

.botones-1.mano-precio {
    background-position: -1230px -0px;
}

.botones-1.mano-precio.hover:hover {
    cursor: pointer;
    background-position: -1230px -30px;
}

.botones-1.actualizar-nota {
    background-position: -1260px -0px;
}

.botones-1.actualizar-nota.hover:hover {
    cursor: pointer;
    background-position: -1260px -30px;
}

.botones-1.nota-credito {
    background-position: -1290px -0px;
}

.botones-1.nota-credito.hover:hover {
    cursor: pointer;
    background-position: -1290px -30px;
}

.botones-1.desrelacionar {
    background-position: -1320px -0px;
}

.botones-1.desrelacionar.hover:hover {
    cursor: pointer;
    background-position: -1320px -30px;
}

.botones-2 {
    background-image: url(../images/iconos/botones200.png);
    background-repeat: no-repeat;
    background-size: 900px;
    width: 20px;
    height: 20px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.botones-2.salir {
    background-position: 0px -0px;
}

.botones-2.salir.hover:hover {
    cursor: pointer;
    background-position: 0px -20px;
}

.botones-2.actualizar {
    background-position: -20px -0px;
}

.botones-2.actualizar.hover:hover {
    cursor: pointer;
    background-position: -20px -20px;
}

.botones-2.regresar {
    background-position: -40px -0px;
}

.botones-2.regresar.hover:hover {
    cursor: pointer;
    background-position: -40px -20px;
}

.botones-2.avanzar {
    background-position: -60px -0px;
}

.botones-2.avanzar.hover:hover {
    cursor: pointer;
    background-position: -60px -20px;
}

.botones-2.agregar {
    background-position: -80px -0px;
}

.botones-2.agregar.hover:hover {
    cursor: pointer;
    background-position: -80px -20px;
}

.botones-2.cerrar {
    background-position: -100px -0px;
}

.botones-2.cerrar.hover:hover {
    cursor: pointer;
    background-position: -100px -20px;
}

.botones-2.cancelar,
div#reportepop a.botones-2.boton.cancelar {
    background-position: -100px -0px;
}

.botones-2.cancelar.hover:hover,
div#reportepop a.botones-2.hover.boton.cancelar:hover {
    cursor: pointer;
    background-position: -100px -20px;
}

.botones-2.borrar {
    background-position: -120px -0px;
}

.botones-2.borrar.hover:hover {
    cursor: pointer;
    background-position: -120px -20px;
}

.botones-2.ver {
    background-position: -140px -0px;
}

.botones-2.ver.hover:hover {
    cursor: pointer;
    background-position: -140px -20px;
}

.botones-2.editar {
    background-position: -160px -0px;
}

.botones-2.editar.hover:hover {
    cursor: pointer;
    background-position: -160px -20px;
}

.botones-2.ver2 {
    background-position: -180px -0px;
}

.botones-2.ver2.hover:hover {
    cursor: pointer;
    background-position: -180px -20px;
}

.botones-2.buscador-gray {
    background-position: -180px -20px;
}

.botones-2.buscador-gray.hover:hover {
    cursor: pointer;
    background-position: -180px -20px;
}

.botones-2.derecha {
    background-position: -200px -0px;
}

.botones-2.derecha.hover:hover {
    cursor: pointer;
    background-position: -200px -20px;
}

.botones-2.izquierda {
    background-position: -220px -0px;
}

.botones-2.izquierda.hover:hover {
    cursor: pointer;
    background-position: -220px -20px;
}

.botones-2.temporal2 {
    background-position: -240px -20px;
}

.botones-2.temporal2.hover:hover {
    cursor: pointer;
    background-position: -240px -20px;
}

.botones-2.temporal {
    background-position: -240px -0px;
}

.botones-2.temporal.hover:hover {
    cursor: pointer;
    background-position: -240px -20px;
}

.botones-2.guardar {
    background-position: -260px -0px;
}

.botones-2.guardar.hover:hover {
    cursor: pointer;
    background-position: -260px -20px;
}

.botones-2.imprimir {
    background-position: -280px -0px;
}

.botones-2.imprimir.hover:hover {
    cursor: pointer;
    background-position: -280px -20px;
}

.botones-2.subir {
    background-position: -300px -0px;
}

.botones-2.subir.hover:hover {
    cursor: pointer;
    background-position: -300px -20px;
}

.botones-2.subir2 {
    background-position: -300px -20px;
}

.botones-2.subir2.hover:hover {
    cursor: pointer;
    background-position: -300px -20px;
}

.botones-2.descargar {
    background-position: -320px -0px;
}

.botones-2.descargar.hover:hover {
    cursor: pointer;
    background-position: -320px -20px;
}

.botones-2.ir {
    background-position: -340px -0px;
}

.botones-2.ir.hover:hover {
    cursor: pointer;
    background-position: -340px -20px;
}

.botones-2.volver {
    background-position: -360px -0px;
}

.botones-2.volver.hover:hover {
    cursor: pointer;
    background-position: -360px -20px;
}

.botones-2.volver2 {
    background-position: -380px -0px;
}

.botones-2.volver2.hover:hover {
    cursor: pointer;
    background-position: -380px -20px;
}

.botones-2.seleccion {
    background-position: -400px -0px;
}

.botones-2.seleccion.hover:hover {
    cursor: pointer;
    background-position: -400px -20px;
}

.botones-2.rencheck {
    background-position: -420px -0px;
}

.botones-2.rencheck.hover:hover {
    cursor: pointer;
    background-position: -420px -20px;
}

.botones-2.ren {
    background-position: -420px -20px;
}

.botones-2.ren.hover:hover {
    cursor: pointer;
    background-position: -420px -20px;
}

.botones-2.pro {
    background-position: -440px -20px;
}

.botones-2.pro.hover:hover {
    cursor: pointer;
    background-position: -440px -20px;
}

.botones-2.procheck {
    background-position: -440px -0px;
}

.botones-2.procheck.hover:hover {
    cursor: pointer;
    background-position: -440px -20px;
}

.botones-2.oricheck {
    background-position: -460px -0px;
}

.botones-2.oricheck.hover:hover {
    cursor: pointer;
    background-position: -460px -20px;
}

.botones-2.ori {
    background-position: -460px -20px;
}

.botones-2.ori.hover:hover {
    cursor: pointer;
    background-position: -460px -20px;
}

.botones-2.pdf {
    background-position: -480px -0px;
}

.botones-2.pdf.hover:hover {
    cursor: pointer;
    background-position: -480px -20px;
}

.botones-2.enviarmail {
    background-position: -500px -0px;
}

.botones-2.enviarmail.hover:hover {
    cursor: pointer;
    background-position: -500px -20px;
}

.botones-2.enviarpaquete {
    background-position: -520px -0px;
}

.botones-2.enviarpaquete.hover:hover {
    cursor: pointer;
    background-position: -520px -20px;
}

.botones-2.temporal {
    background-position: -540px -0px;
}

.botones-2.temporal.hover:hover {
    cursor: pointer;
    background-position: -540px -20px;
}

.botones-2.documentado {
    background-position: -560px -0px;
}

.botones-2.documentado.hover:hover {
    cursor: pointer;
    background-position: -560px -20px;
}

.botones-2.documentado2 {
    background-position: -560px -20px;
}

.botones-2.documentado2.hover:hover {
    cursor: pointer;
    background-position: -560px -20px;
}

.botones-2.factura {
    background-position: -580px -0px;
}

.botones-2.factura.hover:hover {
    cursor: pointer;
    background-position: -580px -20px;
}

.botones-2.cobrado {
    background-position: -600px -0px;
}

.botones-2.cobrado.hover:hover {
    cursor: pointer;
    background-position: -600px -20px;
}

.botones-2.recibido {
    background-position: -620px -0px;
}

.botones-2.recibido.hover:hover {
    cursor: pointer;
    background-position: -620px -20px;
}

.botones-2.enviado {
    background-position: -640px -0px;
}

.botones-2.enviado.hover:hover {
    cursor: pointer;
    background-position: -640px -20px;
}

.botones-2.estadisticas {
    background-position: -660px -0px;
}

.botones-2.estadisticas.hover:hover {
    cursor: pointer;
    background-position: -660px -20px;
}

.botones-2.aprobar {
    background-position: -680px -0px;
}

.botones-2.aprobar.hover:hover {
    cursor: pointer;
    background-position: -680px -20px;
}

.botones-2.refactura {
    background-position: -700px -0px;
}

.botones-2.refactura.hover:hover {
    cursor: pointer;
    background-position: -700px -20px;
}

.botones-2.actualizar-precio {
    background-position: -720px -0px;
}

.botones-2.actualizar-precio.hover:hover {
    cursor: pointer;
    background-position: -720px -20px;
}

.botones-2.actualizar-valor {
    background-position: -740px -0px;
}

.botones-2.actualizar-valor.hover:hover {
    cursor: pointer;
    background-position: -740px -20px;
}

.botones-2.valor-pendiente {
    background-position: -760px -0px;
}

.botones-2.valor-pendiente.hover:hover {
    cursor: pointer;
    background-position: -760px -20px;
}

.botones-2.actualizar-mx {
    background-position: -780px -0px;
}

.botones-2.actualizar-mx.hover:hover {
    cursor: pointer;
    background-position: -780px -20px;
}

.botones-2.actualizar-usd {
    background-position: -800px -0px;
}

.botones-2.actualizar-usd.hover:hover {
    cursor: pointer;
    background-position: -800px -20px;
}

.botones-2.mano-precio {
    background-position: -820px -0px;
}

.botones-2.mano-precio.hover:hover {
    cursor: pointer;
    background-position: -820px -20px;
}

.botones-2.actualizar-nota {
    background-position: -840px -0px;
}

.botones-2.actualizar-nota.hover:hover {
    cursor: pointer;
    background-position: -840px -20px;
}

.botones-2.nota-credito {
    background-position: -860px -0px;
}

.botones-2.nota-credito.hover:hover {
    cursor: pointer;
    background-position: -860px -20px;
}

.botones-2.desrelacionar {
    background-position: -880px -0px;
}

.botones-2.desrelacionar.hover:hover {
    cursor: pointer;
    background-position: -880px -20px;
}

.botones-3 {
    background-image: url(../images/iconos/botones200.png);
    background-repeat: no-repeat;
    background-size: 675px;
    width: 15px;
    height: 15px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.botones-3.salir {
    background-position: 0px -0px;
}

.botones-3.salir.hover:hover {
    cursor: pointer;
    background-position: 0px -15px;
}

.botones-3.actualizar {
    background-position: -15px -0px;
}

.botones-3.actualizar.hover:hover {
    cursor: pointer;
    background-position: -15px -15px;
}

.botones-3.regresar {
    background-position: -30px -0px;
}

.botones-3.regresar.hover:hover {
    cursor: pointer;
    background-position: -30px -15px;
}

.botones-3.avanzar {
    background-position: -45px -0px;
}

.botones-3.avanzar.hover:hover {
    cursor: pointer;
    background-position: -45px -15px;
}

.botones-3.agregar {
    background-position: -60px -0px;
}

.botones-3.agregar.hover:hover {
    cursor: pointer;
    background-position: -60px -15px;
}

.botones-3.cerrar {
    background-position: -75px -0px;
}

.botones-3.cerrar.hover:hover {
    cursor: pointer;
    background-position: -75px -15px;
}

.botones-3.cancelar,
div#reportepop a.botones-3.boton.cancelar {
    background-position: -75px -0px;
}

.botones-3.cancelar.hover:hover,
div#reportepop a.botones-3.hover.boton.cancelar:hover {
    cursor: pointer;
    background-position: -75px -15px;
}

.botones-3.borrar {
    background-position: -90px -0px;
}

.botones-3.borrar.hover:hover {
    cursor: pointer;
    background-position: -90px -15px;
}

.botones-3.ver {
    background-position: -105px -0px;
}

.botones-3.ver.hover:hover {
    cursor: pointer;
    background-position: -105px -15px;
}

.botones-3.editar {
    background-position: -120px -0px;
}

.botones-3.editar.hover:hover {
    cursor: pointer;
    background-position: -120px -15px;
}

.botones-3.ver2 {
    background-position: -135px -0px;
}

.botones-3.ver2.hover:hover {
    cursor: pointer;
    background-position: -135px -15px;
}

.botones-3.buscador-gray {
    background-position: -135px -15px;
}

.botones-3.buscador-gray.hover:hover {
    cursor: pointer;
    background-position: -135px -15px;
}

.botones-3.derecha {
    background-position: -150px -0px;
}

.botones-3.derecha.hover:hover {
    cursor: pointer;
    background-position: -150px -15px;
}

.botones-3.izquierda {
    background-position: -165px -0px;
}

.botones-3.izquierda.hover:hover {
    cursor: pointer;
    background-position: -165px -15px;
}

.botones-3.temporal2 {
    background-position: -180px -15px;
}

.botones-3.temporal2.hover:hover {
    cursor: pointer;
    background-position: -180px -15px;
}

.botones-3.temporal {
    background-position: -180px -0px;
}

.botones-3.temporal.hover:hover {
    cursor: pointer;
    background-position: -180px -15px;
}

.botones-3.guardar {
    background-position: -195px -0px;
}

.botones-3.guardar.hover:hover {
    cursor: pointer;
    background-position: -195px -15px;
}

.botones-3.imprimir {
    background-position: -210px -0px;
}

.botones-3.imprimir.hover:hover {
    cursor: pointer;
    background-position: -210px -15px;
}

.botones-3.subir {
    background-position: -225px -0px;
}

.botones-3.subir.hover:hover {
    cursor: pointer;
    background-position: -225px -15px;
}

.botones-3.subir2 {
    background-position: -225px -15px;
}

.botones-3.subir2.hover:hover {
    cursor: pointer;
    background-position: -225px -15px;
}

.botones-3.descargar {
    background-position: -240px -0px;
}

.botones-3.descargar.hover:hover {
    cursor: pointer;
    background-position: -240px -15px;
}

.botones-3.ir {
    background-position: -255px -0px;
}

.botones-3.ir.hover:hover {
    cursor: pointer;
    background-position: -255px -15px;
}

.botones-3.volver {
    background-position: -270px -0px;
}

.botones-3.volver.hover:hover {
    cursor: pointer;
    background-position: -270px -15px;
}

.botones-3.volver2 {
    background-position: -285px -0px;
}

.botones-3.volver2.hover:hover {
    cursor: pointer;
    background-position: -285px -15px;
}

.botones-3.seleccion {
    background-position: -300px -0px;
}

.botones-3.seleccion.hover:hover {
    cursor: pointer;
    background-position: -300px -15px;
}

.botones-3.rencheck {
    background-position: -315px -0px;
}

.botones-3.rencheck.hover:hover {
    cursor: pointer;
    background-position: -315px -15px;
}

.botones-3.ren {
    background-position: -315px -15px;
}

.botones-3.ren.hover:hover {
    cursor: pointer;
    background-position: -315px -15px;
}

.botones-3.pro {
    background-position: -330px -15px;
}

.botones-3.pro.hover:hover {
    cursor: pointer;
    background-position: -330px -15px;
}

.botones-3.procheck {
    background-position: -330px -0px;
}

.botones-3.procheck.hover:hover {
    cursor: pointer;
    background-position: -330px -15px;
}

.botones-3.oricheck {
    background-position: -345px -0px;
}

.botones-3.oricheck.hover:hover {
    cursor: pointer;
    background-position: -345px -15px;
}

.botones-3.ori {
    background-position: -345px -15px;
}

.botones-3.ori.hover:hover {
    cursor: pointer;
    background-position: -345px -15px;
}

.botones-3.pdf {
    background-position: -360px -0px;
}

.botones-3.pdf.hover:hover {
    cursor: pointer;
    background-position: -360px -15px;
}

.botones-3.enviarmail {
    background-position: -375px -0px;
}

.botones-3.enviarmail.hover:hover {
    cursor: pointer;
    background-position: -375px -15px;
}

.botones-3.enviarpaquete {
    background-position: -390px -0px;
}

.botones-3.enviarpaquete.hover:hover {
    cursor: pointer;
    background-position: -390px -15px;
}

.botones-3.temporal {
    background-position: -405px -0px;
}

.botones-3.temporal.hover:hover {
    cursor: pointer;
    background-position: -405px -15px;
}

.botones-3.documentado {
    background-position: -420px -0px;
}

.botones-3.documentado.hover:hover {
    cursor: pointer;
    background-position: -420px -15px;
}

.botones-3.documentado2 {
    background-position: -420px -15px;
}

.botones-3.documentado2.hover:hover {
    cursor: pointer;
    background-position: -420px -15px;
}

.botones-3.factura {
    background-position: -435px -0px;
}

.botones-3.factura.hover:hover {
    cursor: pointer;
    background-position: -435px -15px;
}

.botones-3.cobrado {
    background-position: -450px -0px;
}

.botones-3.cobrado.hover:hover {
    cursor: pointer;
    background-position: -450px -15px;
}

.botones-3.recibido {
    background-position: -465px -0px;
}

.botones-3.recibido.hover:hover {
    cursor: pointer;
    background-position: -465px -15px;
}

.botones-3.enviado {
    background-position: -480px -0px;
}

.botones-3.enviado.hover:hover {
    cursor: pointer;
    background-position: -480px -15px;
}

.botones-3.estadisticas {
    background-position: -495px -0px;
}

.botones-3.estadisticas.hover:hover {
    cursor: pointer;
    background-position: -495px -15px;
}

.botones-3.aprobar {
    background-position: -510px -0px;
}

.botones-3.aprobar.hover:hover {
    cursor: pointer;
    background-position: -510px -15px;
}

.botones-3.refactura {
    background-position: -525px -0px;
}

.botones-3.refactura.hover:hover {
    cursor: pointer;
    background-position: -525px -15px;
}

.botones-3.actualizar-precio {
    background-position: -540px -0px;
}

.botones-3.actualizar-precio.hover:hover {
    cursor: pointer;
    background-position: -540px -15px;
}

.botones-3.actualizar-valor {
    background-position: -555px -0px;
}

.botones-3.actualizar-valor.hover:hover {
    cursor: pointer;
    background-position: -555px -15px;
}

.botones-3.valor-pendiente {
    background-position: -570px -0px;
}

.botones-3.valor-pendiente.hover:hover {
    cursor: pointer;
    background-position: -570px -15px;
}

.botones-3.actualizar-mx {
    background-position: -585px -0px;
}

.botones-3.actualizar-mx.hover:hover {
    cursor: pointer;
    background-position: -585px -15px;
}

.botones-3.actualizar-usd {
    background-position: -600px -0px;
}

.botones-3.actualizar-usd.hover:hover {
    cursor: pointer;
    background-position: -600px -15px;
}

.botones-3.mano-precio {
    background-position: -615px -0px;
}

.botones-3.mano-precio.hover:hover {
    cursor: pointer;
    background-position: -615px -15px;
}

.botones-3.actualizar-nota {
    background-position: -630px -0px;
}

.botones-3.actualizar-nota.hover:hover {
    cursor: pointer;
    background-position: -630px -15px;
}

.botones-3.nota-credito {
    background-position: -645px -0px;
}

.botones-3.nota-credito.hover:hover {
    cursor: pointer;
    background-position: -645px -15px;
}

.botones-3.desrelacionar {
    background-position: -660px -0px;
}

.botones-3.desrelacionar.hover:hover {
    cursor: pointer;
    background-position: -660px -15px;
}

.b-fac-1 {
    background-image: url(../images/iconos/botonesfac.png);
    background-repeat: no-repeat;
    background-size: 160px;
    width: 20px;
    height: 20px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.b-fac-1.factura {
    background-position: 0px -0px;
}

.b-fac-1.factura.hover:hover {
    cursor: pointer;
    background-position: 0px -20px;
}

.b-fac-1.pdf {
    background-position: -20px -0px;
}

.b-fac-1.pdf.hover:hover {
    cursor: pointer;
    background-position: -20px -20px;
}

.b-fac-1.xml {
    background-position: -40px -0px;
}

.b-fac-1.xml.hover:hover {
    cursor: pointer;
    background-position: -40px -20px;
}

.b-fac-1.cancelar,
div#reportepop a.b-fac-1.boton.cancelar {
    background-position: -60px -0px;
}

.b-fac-1.cancelar.hover:hover,
div#reportepop a.b-fac-1.hover.boton.cancelar:hover {
    cursor: pointer;
    background-position: -60px -20px;
}

.b-fac-1.enviar {
    background-position: -80px -0px;
}

.b-fac-1.enviar.hover:hover {
    cursor: pointer;
    background-position: -80px -20px;
}

.b-fac-1.notacred {
    background-position: -100px -0px;
}

.b-fac-1.notacred.hover:hover {
    cursor: pointer;
    background-position: -100px -20px;
}

.b-fac-1.pagar {
    background-position: -120px -0px;
}

.b-fac-1.pagar.hover:hover {
    cursor: pointer;
    background-position: -120px -20px;
}

.b-fac-1.relacionar {
    background-position: -140px -0px;
}

.b-fac-1.relacionar.hover:hover {
    cursor: pointer;
    background-position: -140px -20px;
}

.iconos-dash {
    background-image: url(../images/iconos/dashboard-iconos.png?v1);
    background-repeat: no-repeat;
    background-size: 595px;
    width: 35px;
    height: 35px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-dash.compra {
    background-position: 0px -0px;
}

.iconos-dash.compra.hover:hover {
    cursor: pointer;
    background-position: 0px -35px;
}

.iconos-dash.ventass {
    background-position: -35px -0px;
}

.iconos-dash.ventass.hover:hover {
    cursor: pointer;
    background-position: -35px -35px;
}

.iconos-dash.factura {
    background-position: -70px -0px;
}

.iconos-dash.factura.hover:hover {
    cursor: pointer;
    background-position: -70px -35px;
}

.iconos-dash.cuenta {
    background-position: -105px -0px;
}

.iconos-dash.cuenta.hover:hover {
    cursor: pointer;
    background-position: -105px -35px;
}

.iconos-dash.tesoreria {
    background-position: -140px -0px;
}

.iconos-dash.tesoreria.hover:hover {
    cursor: pointer;
    background-position: -140px -35px;
}

.iconos-dash.catalogo {
    background-position: -175px -0px;
}

.iconos-dash.catalogo.hover:hover {
    cursor: pointer;
    background-position: -175px -35px;
}

.iconos-dash.almacenes {
    background-position: -210px -0px;
}

.iconos-dash.almacenes.hover:hover {
    cursor: pointer;
    background-position: -210px -35px;
}

.iconos-dash.reportes {
    background-position: -245px -0px;
}

.iconos-dash.reportes.hover:hover {
    cursor: pointer;
    background-position: -245px -35px;
}

.iconos-dash.rehu {
    background-position: -280px -0px;
}

.iconos-dash.rehu.hover:hover {
    cursor: pointer;
    background-position: -280px -35px;
}

.iconos-dash.mantenimiento {
    background-position: -315px -0px;
}

.iconos-dash.mantenimiento.hover:hover {
    cursor: pointer;
    background-position: -315px -35px;
}

.iconos-dash.eliminar {
    background-position: -350px -0px;
}

.iconos-dash.eliminar.hover:hover {
    cursor: pointer;
    background-position: -350px -35px;
}

.iconos-dash.editarr {
    background-position: -385px -0px;
}

.iconos-dash.editarr.hover:hover {
    cursor: pointer;
    background-position: -385px -35px;
}

.iconos-dash.menu-b {
    background-position: -420px -0px;
}

.iconos-dash.menu-b.hover:hover {
    cursor: pointer;
    background-position: -420px -35px;
}

.iconos-dash.arriba {
    background-position: -455px -0px;
}

.iconos-dash.arriba.hover:hover {
    cursor: pointer;
    background-position: -455px -35px;
}

.iconos-dash.abajo {
    background-position: -490px -0px;
}

.iconos-dash.abajo.hover:hover {
    cursor: pointer;
    background-position: -490px -35px;
}

.iconos-dash.triangulo {
    background-position: -525px -0px;
}

.iconos-dash.triangulo.hover:hover {
    cursor: pointer;
    background-position: -525px -35px;
}

.iconos-dash.logistica {
    background-position: -560px -0px;
}

.iconos-dash.logistica.hover:hover {
    cursor: pointer;
    background-position: -560px -35px;
}

.iconos-dash-1 {
    background-image: url(../images/iconos/dashboard-iconos.png?V2);
    background-repeat: no-repeat;
    background-size: 255px;
    width: 15px;
    height: 15px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-dash-1.compra {
    background-position: 0px -0px;
}

.iconos-dash-1.compra.hover:hover {
    cursor: pointer;
    background-position: 0px -15px;
}

.iconos-dash-1.ventass {
    background-position: -15px -0px;
}

.iconos-dash-1.ventass.hover:hover {
    cursor: pointer;
    background-position: -15px -15px;
}

.iconos-dash-1.factura {
    background-position: -30px -0px;
}

.iconos-dash-1.factura.hover:hover {
    cursor: pointer;
    background-position: -30px -15px;
}

.iconos-dash-1.cuenta {
    background-position: -45px -0px;
}

.iconos-dash-1.cuenta.hover:hover {
    cursor: pointer;
    background-position: -45px -15px;
}

.iconos-dash-1.tesoreria {
    background-position: -60px -0px;
}

.iconos-dash-1.tesoreria.hover:hover {
    cursor: pointer;
    background-position: -60px -15px;
}

.iconos-dash-1.catalogo {
    background-position: -75px -0px;
}

.iconos-dash-1.catalogo.hover:hover {
    cursor: pointer;
    background-position: -75px -15px;
}

.iconos-dash-1.almacenes {
    background-position: -90px -0px;
}

.iconos-dash-1.almacenes.hover:hover {
    cursor: pointer;
    background-position: -90px -15px;
}

.iconos-dash-1.reportes {
    background-position: -105px -0px;
}

.iconos-dash-1.reportes.hover:hover {
    cursor: pointer;
    background-position: -105px -15px;
}

.iconos-dash-1.rehu {
    background-position: -120px -0px;
}

.iconos-dash-1.rehu.hover:hover {
    cursor: pointer;
    background-position: -120px -15px;
}

.iconos-dash-1.mantenimiento {
    background-position: -135px -0px;
}

.iconos-dash-1.mantenimiento.hover:hover {
    cursor: pointer;
    background-position: -135px -15px;
}

.iconos-dash-1.eliminar {
    background-position: -150px -0px;
}

.iconos-dash-1.eliminar.hover:hover {
    cursor: pointer;
    background-position: -150px -15px;
}

.iconos-dash-1.editarr {
    background-position: -165px -0px;
}

.iconos-dash-1.editarr.hover:hover {
    cursor: pointer;
    background-position: -165px -15px;
}

.iconos-dash-1.menu-b {
    background-position: -180px -0px;
}

.iconos-dash-1.menu-b.hover:hover {
    cursor: pointer;
    background-position: -180px -15px;
}

.iconos-dash-1.arriba {
    background-position: -195px -0px;
}

.iconos-dash-1.arriba.hover:hover {
    cursor: pointer;
    background-position: -195px -15px;
}

.iconos-dash-1.abajo {
    background-position: -210px -0px;
}

.iconos-dash-1.abajo.hover:hover {
    cursor: pointer;
    background-position: -210px -15px;
}

.iconos-dash-1.triangulo {
    background-position: -225px -0px;
}

.iconos-dash-1.triangulo.hover:hover {
    cursor: pointer;
    background-position: -225px -15px;
}

.iconos-dash-1.logistica {
    background-position: -240px -0px;
}

.iconos-dash-1.logistica.hover:hover {
    cursor: pointer;
    background-position: -240px -15px;
}

.iconos-dash2 {
    background-image: url(../images/iconos/dashboard-iconos2.png);
    background-repeat: no-repeat;
    background-size: 100px;
    width: 20px;
    height: 20px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-dash2.menu {
    background-position: 0px -0px;
}

.iconos-dash2.menu.hover:hover {
    cursor: pointer;
    background-position: 0px -20px;
}

.iconos-dash2.triangulo-n {
    background-position: -20px -0px;
}

.iconos-dash2.triangulo-n.hover:hover {
    cursor: pointer;
    background-position: -20px -20px;
}

.iconos-dash2.sincronizar {
    background-position: -40px -0px;
}

.iconos-dash2.sincronizar.hover:hover {
    cursor: pointer;
    background-position: -40px -20px;
}

.iconos-dash2.campana {
    background-position: -60px -0px;
}

.iconos-dash2.campana.hover:hover {
    cursor: pointer;
    background-position: -60px -20px;
}

.iconos-dash2.flechas {
    background-position: -80px -0px;
}

.iconos-dash2.flechas.hover:hover {
    cursor: pointer;
    background-position: -80px -20px;
}

.iconos-dash1 {
    background-image: url(../images/iconos/dashboard-iconos2.png);
    background-repeat: no-repeat;
    background-size: 210px;
    width: 30px;
    height: 30px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.iconos-dash1.menu {
    background-position: 0px -0px;
}

.iconos-dash1.menu.hover:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.iconos-dash1.triangulo-n {
    background-position: -30px -0px;
}

.iconos-dash1.triangulo-n.hover:hover {
    cursor: pointer;
    background-position: -30px -30px;
}

.iconos-dash1.sincronizar {
    background-position: -60px -0px;
}

.iconos-dash1.sincronizar.hover:hover {
    cursor: pointer;
    background-position: -60px -30px;
}

.iconos-dash1.campana {
    background-position: -90px -0px;
}

.iconos-dash1.campana.hover:hover {
    cursor: pointer;
    background-position: -90px -30px;
}

.iconos-dash1.flechas {
    background-position: -120px -0px;
}

.iconos-dash1.flechas.hover:hover {
    cursor: pointer;
    background-position: -120px -30px;
}

.icon-1 {
    background-image: url(../images/iconos/botones.png?v1);
    background-repeat: no-repeat;
    background-size: 775px;
    width: 25px;
    height: 25px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.icon-1.configuracion {
    background-position: 0px -0px;
}

.icon-1.configuracion.hover:hover {
    cursor: pointer;
    background-position: 0px -25px;
}

.icon-1.catalogo {
    background-position: -25px -0px;
}

.icon-1.catalogo.hover:hover {
    cursor: pointer;
    background-position: -25px -25px;
}

.icon-1.mantenimiento {
    background-position: -50px -0px;
}

.icon-1.mantenimiento.hover:hover {
    cursor: pointer;
    background-position: -50px -25px;
}

.icon-1.crianza {
    background-position: -75px -0px;
}

.icon-1.crianza.hover:hover {
    cursor: pointer;
    background-position: -75px -25px;
}

.icon-1.transito {
    background-position: -100px -0px;
}

.icon-1.transito.hover:hover {
    cursor: pointer;
    background-position: -100px -25px;
}

.icon-1.usuarios {
    background-position: -125px -0px;
}

.icon-1.usuarios.hover:hover {
    cursor: pointer;
    background-position: -125px -25px;
}

.icon-1.cuentas {
    background-position: -150px -0px;
}

.icon-1.cuentas.hover:hover {
    cursor: pointer;
    background-position: -150px -25px;
}

.icon-1.compras {
    background-position: -175px -0px;
}

.icon-1.compras.hover:hover {
    cursor: pointer;
    background-position: -175px -25px;
}

.icon-1.agricultura {
    background-position: -200px -0px;
}

.icon-1.agricultura.hover:hover {
    cursor: pointer;
    background-position: -200px -25px;
}

.icon-1.editar {
    background-position: -225px -0px;
}

.icon-1.editar.hover:hover {
    cursor: pointer;
    background-position: -225px -25px;
}

.icon-1.peso {
    background-position: -250px -0px;
}

.icon-1.peso.hover:hover {
    cursor: pointer;
    background-position: -250px -25px;
}

.icon-1.eye-1 {
    background-position: -275px -0px;
}

.icon-1.eye-1.hover:hover {
    cursor: pointer;
    background-position: -275px -25px;
}

.icon-1.eye-2 {
    background-position: -300px -0px;
}

.icon-1.eye-2.hover:hover {
    cursor: pointer;
    background-position: -300px -25px;
}

.icon-1.trash-1 {
    background-position: -325px -0px;
}

.icon-1.trash-1.hover:hover {
    cursor: pointer;
    background-position: -325px -25px;
}

.icon-1.trash-2 {
    background-position: -350px -0px;
}

.icon-1.trash-2.hover:hover {
    cursor: pointer;
    background-position: -350px -25px;
}

.icon-1.mas-1 {
    background-position: -375px -0px;
}

.icon-1.mas-1.hover:hover {
    cursor: pointer;
    background-position: -375px -25px;
}

.icon-1.mas-2 {
    background-position: -400px -0px;
}

.icon-1.mas-2.hover:hover {
    cursor: pointer;
    background-position: -400px -25px;
}

.icon-1.doc {
    background-position: -425px -0px;
}

.icon-1.doc.hover:hover {
    cursor: pointer;
    background-position: -425px -25px;
}

.icon-1.msj {
    background-position: -450px -0px;
}

.icon-1.msj.hover:hover {
    cursor: pointer;
    background-position: -450px -25px;
}

.icon-1.envia {
    background-position: -475px -0px;
}

.icon-1.envia.hover:hover {
    cursor: pointer;
    background-position: -475px -25px;
}

.icon-1.bitacora {
    background-position: -500px -0px;
}

.icon-1.bitacora.hover:hover {
    cursor: pointer;
    background-position: -500px -25px;
}

.icon-1.bajada {
    background-position: -525px -0px;
}

.icon-1.bajada.hover:hover {
    cursor: pointer;
    background-position: -525px -25px;
}

.icon-1.precio {
    background-position: -550px -0px;
}

.icon-1.precio.hover:hover {
    cursor: pointer;
    background-position: -550px -25px;
}

.icon-1.check {
    background-position: -575px -0px;
}

.icon-1.check.hover:hover {
    cursor: pointer;
    background-position: -575px -25px;
}

.icon-1.foto {
    background-position: -600px -0px;
}

.icon-1.foto.hover:hover {
    cursor: pointer;
    background-position: -600px -25px;
}

.icon-1.manten {
    background-position: -625px -0px;
}

.icon-1.manten.hover:hover {
    cursor: pointer;
    background-position: -625px -25px;
}

.icon-1.agua {
    background-position: -650px -0px;
}

.icon-1.agua.hover:hover {
    cursor: pointer;
    background-position: -650px -25px;
}

.icon-1.alimen {
    background-position: -675px -0px;
}

.icon-1.alimen.hover:hover {
    cursor: pointer;
    background-position: -675px -25px;
}

.icon-1.gas {
    background-position: -700px -0px;
}

.icon-1.gas.hover:hover {
    cursor: pointer;
    background-position: -700px -25px;
}

.icon-1.tarea {
    background-position: -725px -0px;
}

.icon-1.tarea.hover:hover {
    cursor: pointer;
    background-position: -725px -25px;
}

.icon-1.actualizar {
    background-position: -750px -0px;
}

.icon-1.actualizar.hover:hover {
    cursor: pointer;
    background-position: -750px -25px;
}

.addIcon span.botones-4 {
    background-image: url(../images/iconos/botones200.png);
    background-repeat: no-repeat;
    background-size: 540px;
    width: 15px;
    height: 15px;
    display: inline-block;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.addIcon span.botones-4.salir {
    background-position: 0px -0px;
}

.addIcon span.botones-4.actualizar {
    background-position: -15px -0px;
}

.addIcon span.botones-4.regresar {
    background-position: -30px -0px;
}

.addIcon span.botones-4.avanzar {
    background-position: -45px -0px;
}

.addIcon span.botones-4.agregar {
    background-position: -60px -0px;
}

.addIcon span.botones-4.cerrar {
    background-position: -75px -0px;
}

.addIcon span.botones-4.cancelar,
.addIcon div#reportepop a.botones-4.boton.cancelar,
div#reportepop .addIcon a.botones-4.boton.cancelar {
    background-position: -75px -0px;
}

.addIcon span.botones-4.borrar {
    background-position: -90px -0px;
}

.addIcon span.botones-4.ver {
    background-position: -105px -0px;
}

.addIcon span.botones-4.editar {
    background-position: -120px -0px;
}

.addIcon span.botones-4.ver2 {
    background-position: -135px -0px;
}

.addIcon span.botones-4.derecha {
    background-position: -150px -0px;
}

.addIcon span.botones-4.izquierda {
    background-position: -165px -0px;
}

.addIcon span.botones-4.temporal2 {
    background-position: -180px -15px;
}

.addIcon span.botones-4.temporal {
    background-position: -180px -0px;
}

.addIcon span.botones-4.guardar {
    background-position: -195px -0px;
}

.addIcon span.botones-4.imprimir {
    background-position: -210px -0px;
}

.addIcon span.botones-4.subir {
    background-position: -225px -0px;
}

.addIcon span.botones-4.subir2 {
    background-position: -225px -15px;
}

.addIcon span.botones-4.descargar {
    background-position: -240px -0px;
}

.addIcon span.botones-4.ir {
    background-position: -255px -0px;
}

.addIcon span.botones-4.volver {
    background-position: -270px -0px;
}

.addIcon span.botones-4.volver2 {
    background-position: -285px -0px;
}

.addIcon span.botones-4.seleccion {
    background-position: -300px -0px;
}

.addIcon span.botones-4.rencheck {
    background-position: -315px -0px;
}

.addIcon span.botones-4.ren {
    background-position: -315px -15px;
}

.addIcon span.botones-4.pro {
    background-position: -330px -15px;
}

.addIcon span.botones-4.procheck {
    background-position: -330px -0px;
}

.addIcon span.botones-4.oricheck {
    background-position: -345px -0px;
}

.addIcon span.botones-4.ori {
    background-position: -345px -15px;
}

.addIcon span.botones-4.pdf {
    background-position: -360px -0px;
}

.addIcon span.botones-4.enviarmail {
    background-position: -375px -0px;
}

.addIcon span.botones-4.enviarpaquete {
    background-position: -390px -0px;
}

.addIcon span.botones-4.temporal {
    background-position: -405px -0px;
}

.addIcon span.botones-4.documentado {
    background-position: -420px -0px;
}

.addIcon span.botones-4.documentado2 {
    background-position: -420px -15px;
}

.addIcon span.botones-4.factura {
    background-position: -435px -0px;
}

.addIcon span.botones-4.cobrado {
    background-position: -450px -0px;
}

.addIcon span.botones-4.recibido {
    background-position: -465px -0px;
}

.addIcon span.botones-4.enviado {
    background-position: -480px -0px;
}

.addIcon span.botones-4.estadisticas {
    background-position: -495px -0px;
}

.addIcon span.botones-4.aprobar {
    background-position: -510px -0px;
}

.addIcon span.botones-4.refactura {
    background-position: -525px -0px;
}

.addIcon:hover {
    cursor: pointer;
}

.addIcon:hover span.botones-4.salir {
    background-position: 0px -15px;
}

.addIcon:hover span.botones-4.actualizar {
    background-position: -15px -15px;
}

.addIcon:hover span.botones-4.regresar {
    background-position: -30px -15px;
}

.addIcon:hover span.botones-4.avanzar {
    background-position: -45px -15px;
}

.addIcon:hover span.botones-4.agregar {
    background-position: -60px -15px;
}

.addIcon:hover span.botones-4.cerrar {
    background-position: -75px -15px;
}

.addIcon:hover span.botones-4.cancelar,
.addIcon:hover div#reportepop a.botones-4.boton.cancelar,
div#reportepop .addIcon:hover a.botones-4.boton.cancelar {
    background-position: -75px -15px;
}

.addIcon:hover span.botones-4.borrar {
    background-position: -90px -15px;
}

.addIcon:hover span.botones-4.ver {
    background-position: -105px -15px;
}

.addIcon:hover span.botones-4.editar {
    background-position: -120px -15px;
}

.addIcon:hover span.botones-4.ver2 {
    background-position: -135px -15px;
}

.addIcon:hover span.botones-4.derecha {
    background-position: -150px -15px;
}

.addIcon:hover span.botones-4.izquierda {
    background-position: -165px -15px;
}

.addIcon:hover span.botones-4.temporal2 {
    background-position: -180px -15px;
}

.addIcon:hover span.botones-4.temporal {
    background-position: -180px -15px;
}

.addIcon:hover span.botones-4.guardar {
    background-position: -195px -15px;
}

.addIcon:hover span.botones-4.imprimir {
    background-position: -210px -15px;
}

.addIcon:hover span.botones-4.subir {
    background-position: -225px -15px;
}

.addIcon:hover span.botones-4.subir2 {
    background-position: -225px -15px;
}

.addIcon:hover span.botones-4.descargar {
    background-position: -240px -15px;
}

.addIcon:hover span.botones-4.ir {
    background-position: -255px -15px;
}

.addIcon:hover span.botones-4.volver {
    background-position: -270px -15px;
}

.addIcon:hover span.botones-4.volver2 {
    background-position: -285px -15px;
}

.addIcon:hover span.botones-4.seleccion {
    background-position: -300px -15px;
}

.addIcon:hover span.botones-4.rencheck {
    background-position: -315px -15px;
}

.addIcon:hover span.botones-4.ren {
    background-position: -315px -15px;
}

.addIcon:hover span.botones-4.pro {
    background-position: -330px -15px;
}

.addIcon:hover span.botones-4.procheck {
    background-position: -330px -15px;
}

.addIcon:hover span.botones-4.oricheck {
    background-position: -345px -15px;
}

.addIcon:hover span.botones-4.ori {
    background-position: -345px -15px;
}

.addIcon:hover span.botones-4.pdf {
    background-position: -360px -15px;
}

.addIcon:hover span.botones-4.enviarmail {
    background-position: -375px -15px;
}

.addIcon:hover span.botones-4.enviarpaquete {
    background-position: -390px -15px;
}

.addIcon:hover span.botones-4.temporal {
    background-position: -405px -15px;
}

.addIcon:hover span.botones-4.documentado {
    background-position: -420px -15px;
}

.addIcon:hover span.botones-4.documentado2 {
    background-position: -420px -15px;
}

.addIcon:hover span.botones-4.factura {
    background-position: -435px -15px;
}

.addIcon:hover span.botones-4.cobrado {
    background-position: -450px -15px;
}

.addIcon:hover span.botones-4.recibido {
    background-position: -465px -15px;
}

.addIcon:hover span.botones-4.enviado {
    background-position: -480px -15px;
}

.addIcon:hover span.botones-4.estadisticas {
    background-position: -495px -15px;
}

.addIcon:hover span.botones-4.aprobar {
    background-position: -510px -15px;
}

.addIcon:hover span.botones-4.refactura {
    background-position: -525px -15px;
}

.fleftbotones-1 {
    margin-top: 5px;
    margin-left: 25px;
    float: left;
}

.inputAgregar {
    position: replative;
    float: left;
    margin: 5px 0 0 5px;
}

.inline-block,
.menu-i {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.menu-i {
    margin-left: -35px !important;
    margin-right: 5px;
}

#reportepop {
    position: relative;
    width: 100%;
    width: 1000px;
    margin: 10px auto;
    padding: 0 0 50px 0;
    display: block;
    height: auto;
    background-color: #45afce;
    font-size: 11px;
}

#reportepop .chori {
    width: 320px;
}

#reporte {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 0 10px 0;
    display: block;
    border: none !important;
    background-color: white;
    position: relative;
}

#reporte div.topright {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
}

#reporte h1 {
    font-size: 1.5em;
    color: black;
}

#reporte h2 {
    font-size: 1.4em;
    color: black;
}

#reporte h3 {
    font-size: 1.3em;
    color: #333;
}

#reporte h4 {
    font-size: 1.2em;
    color: #666;
}

#reporte span.fecha {
    font-size: 1em;
    color: #666;
}

.no-margin {
    margin: 0;
    padding: 0;
}

span.padding {
    padding-left: 10px;
}

#reportepop p.botones {
    margin-right: 355px;
    margin-top: 35px;
}

span.red {
    color: red;
}

.contenedor {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98%;
    margin: 0.5%;
    display: block;
    padding: 0 5px;
    clear: both;
}

.contenedor.w75,
.contenedor.w60,
.contenedor.w50,
.contenedor.w40,
.contenedor.w25,
.contenedor.w60,
form .contenedor.bloqueform.w60,
form.basico .contenedor.bloqueform.w60,
.contenedor.w50,
form .contenedor.bloqueform.w50,
form.basico .contenedor.bloqueform.w50,
.contenedor.w40,
form .contenedor.bloqueform.w40,
form.basico .contenedor.bloqueform.w40,
.contenedor.w33,
form .contenedor.bloqueform.w33,
form.basico .contenedor.bloqueform.w33,
.contenedor.w25,
form .contenedor.bloqueform.w25,
form.basico .contenedor.bloqueform.w25,
div.smallinput .contenedor.bloqueform.w60,
div.basico.smallinput .contenedor.bloqueform.w60,
div.smallinput .contenedor.bloqueform.w50,
div.basico.smallinput .contenedor.bloqueform.w50,
div.smallinput .contenedor.bloqueform.w40,
div.basico.smallinput .contenedor.bloqueform.w40,
div.smallinput .contenedor.bloqueform.w33,
div.basico.smallinput .contenedor.bloqueform.w33,
div.smallinput .contenedor.bloqueform.w25,
div.basico.smallinput .contenedor.bloqueform.w25,
div#basicstyle .contenedor.bloqueform.w60,
div#basicstyle.basico .contenedor.bloqueform.w60,
div#basicstyle .contenedor.bloqueform.w50,
div#basicstyle.basico .contenedor.bloqueform.w50,
div#basicstyle .contenedor.bloqueform.w40,
div#basicstyle.basico .contenedor.bloqueform.w40,
div#basicstyle .contenedor.bloqueform.w33,
div#basicstyle.basico .contenedor.bloqueform.w33,
div#basicstyle .contenedor.bloqueform.w25,
div#basicstyle.basico .contenedor.bloqueform.w25,
form .bloqueform.w75,
div.smallinput .bloqueform.w75,
div#basicstyle .bloqueform.w75,
form .bloqueform.w60,
div.smallinput .bloqueform.w60,
div#basicstyle .bloqueform.w60,
form .bloqueform.w50,
div.smallinput .bloqueform.w50,
div#basicstyle .bloqueform.w50,
form .bloqueform.w40,
div.smallinput .bloqueform.w40,
div#basicstyle .bloqueform.w40,
form .bloqueform.w25,
div.smallinput .bloqueform.w25,
div#basicstyle .bloqueform.w25,
form .bloqueform.contenedor.w60,
div.smallinput .bloqueform.contenedor.w60,
div#basicstyle .bloqueform.contenedor.w60,
form .bloqueform.w60,
div.smallinput form .bloqueform.w60,
form div.smallinput .bloqueform.w60,
div#basicstyle form .bloqueform.w60,
form div#basicstyle .bloqueform.w60,
form.basico .bloqueform.w60,
div.smallinput form.basico .bloqueform.w60,
form.basico div.smallinput .bloqueform.w60,
div#basicstyle form.basico .bloqueform.w60,
form.basico div#basicstyle .bloqueform.w60,
form .bloqueform.contenedor.w50,
div.smallinput .bloqueform.contenedor.w50,
div#basicstyle .bloqueform.contenedor.w50,
form .bloqueform.w50,
div.smallinput form .bloqueform.w50,
form div.smallinput .bloqueform.w50,
div#basicstyle form .bloqueform.w50,
form div#basicstyle .bloqueform.w50,
form.basico .bloqueform.w50,
div.smallinput form.basico .bloqueform.w50,
form.basico div.smallinput .bloqueform.w50,
div#basicstyle form.basico .bloqueform.w50,
form.basico div#basicstyle .bloqueform.w50,
form .bloqueform.contenedor.w40,
div.smallinput .bloqueform.contenedor.w40,
div#basicstyle .bloqueform.contenedor.w40,
form .bloqueform.w40,
div.smallinput form .bloqueform.w40,
form div.smallinput .bloqueform.w40,
div#basicstyle form .bloqueform.w40,
form div#basicstyle .bloqueform.w40,
form.basico .bloqueform.w40,
div.smallinput form.basico .bloqueform.w40,
form.basico div.smallinput .bloqueform.w40,
div#basicstyle form.basico .bloqueform.w40,
form.basico div#basicstyle .bloqueform.w40,
form .bloqueform.contenedor.w33,
div.smallinput .bloqueform.contenedor.w33,
div#basicstyle .bloqueform.contenedor.w33,
form .bloqueform.w33,
div.smallinput form .bloqueform.w33,
form div.smallinput .bloqueform.w33,
div#basicstyle form .bloqueform.w33,
form div#basicstyle .bloqueform.w33,
form.basico .bloqueform.w33,
div.smallinput form.basico .bloqueform.w33,
form.basico div.smallinput .bloqueform.w33,
div#basicstyle form.basico .bloqueform.w33,
form.basico div#basicstyle .bloqueform.w33,
form .bloqueform.contenedor.w25,
div.smallinput .bloqueform.contenedor.w25,
div#basicstyle .bloqueform.contenedor.w25,
form .bloqueform.w25,
div.smallinput form .bloqueform.w25,
form div.smallinput .bloqueform.w25,
div#basicstyle form .bloqueform.w25,
form div#basicstyle .bloqueform.w25,
form.basico .bloqueform.w25,
div.smallinput form.basico .bloqueform.w25,
form.basico div.smallinput .bloqueform.w25,
div#basicstyle form.basico .bloqueform.w25,
form.basico div#basicstyle .bloqueform.w25,
form div.smallinput .bloqueform.w60,
div.smallinput form .bloqueform.w60,
div.smallinput .bloqueform.w60,
div#basicstyle div.smallinput .bloqueform.w60,
div.smallinput div#basicstyle .bloqueform.w60,
form div.basico.smallinput .bloqueform.w60,
div.basico.smallinput form .bloqueform.w60,
div.basico.smallinput .bloqueform.w60,
div#basicstyle div.basico.smallinput .bloqueform.w60,
div.basico.smallinput div#basicstyle .bloqueform.w60,
form div.smallinput .bloqueform.w50,
div.smallinput form .bloqueform.w50,
div.smallinput .bloqueform.w50,
div#basicstyle div.smallinput .bloqueform.w50,
div.smallinput div#basicstyle .bloqueform.w50,
form div.basico.smallinput .bloqueform.w50,
div.basico.smallinput form .bloqueform.w50,
div.basico.smallinput .bloqueform.w50,
div#basicstyle div.basico.smallinput .bloqueform.w50,
div.basico.smallinput div#basicstyle .bloqueform.w50,
form div.smallinput .bloqueform.w40,
div.smallinput form .bloqueform.w40,
div.smallinput .bloqueform.w40,
div#basicstyle div.smallinput .bloqueform.w40,
div.smallinput div#basicstyle .bloqueform.w40,
form div.basico.smallinput .bloqueform.w40,
div.basico.smallinput form .bloqueform.w40,
div.basico.smallinput .bloqueform.w40,
div#basicstyle div.basico.smallinput .bloqueform.w40,
div.basico.smallinput div#basicstyle .bloqueform.w40,
form div.smallinput .bloqueform.w33,
div.smallinput form .bloqueform.w33,
div.smallinput .bloqueform.w33,
div#basicstyle div.smallinput .bloqueform.w33,
div.smallinput div#basicstyle .bloqueform.w33,
form div.basico.smallinput .bloqueform.w33,
div.basico.smallinput form .bloqueform.w33,
div.basico.smallinput .bloqueform.w33,
div#basicstyle div.basico.smallinput .bloqueform.w33,
div.basico.smallinput div#basicstyle .bloqueform.w33,
form div.smallinput .bloqueform.w25,
div.smallinput form .bloqueform.w25,
div.smallinput .bloqueform.w25,
div#basicstyle div.smallinput .bloqueform.w25,
div.smallinput div#basicstyle .bloqueform.w25,
form div.basico.smallinput .bloqueform.w25,
div.basico.smallinput form .bloqueform.w25,
div.basico.smallinput .bloqueform.w25,
div#basicstyle div.basico.smallinput .bloqueform.w25,
div.basico.smallinput div#basicstyle .bloqueform.w25,
form div#basicstyle .bloqueform.w60,
div#basicstyle form .bloqueform.w60,
div.smallinput div#basicstyle .bloqueform.w60,
div#basicstyle div.smallinput .bloqueform.w60,
div#basicstyle .bloqueform.w60,
form div#basicstyle.basico .bloqueform.w60,
div#basicstyle.basico form .bloqueform.w60,
div.smallinput div#basicstyle.basico .bloqueform.w60,
div#basicstyle.basico div.smallinput .bloqueform.w60,
div#basicstyle.basico .bloqueform.w60,
form div#basicstyle .bloqueform.w50,
div#basicstyle form .bloqueform.w50,
div.smallinput div#basicstyle .bloqueform.w50,
div#basicstyle div.smallinput .bloqueform.w50,
div#basicstyle .bloqueform.w50,
form div#basicstyle.basico .bloqueform.w50,
div#basicstyle.basico form .bloqueform.w50,
div.smallinput div#basicstyle.basico .bloqueform.w50,
div#basicstyle.basico div.smallinput .bloqueform.w50,
div#basicstyle.basico .bloqueform.w50,
form div#basicstyle .bloqueform.w40,
div#basicstyle form .bloqueform.w40,
div.smallinput div#basicstyle .bloqueform.w40,
div#basicstyle div.smallinput .bloqueform.w40,
div#basicstyle .bloqueform.w40,
form div#basicstyle.basico .bloqueform.w40,
div#basicstyle.basico form .bloqueform.w40,
div.smallinput div#basicstyle.basico .bloqueform.w40,
div#basicstyle.basico div.smallinput .bloqueform.w40,
div#basicstyle.basico .bloqueform.w40,
form div#basicstyle .bloqueform.w33,
div#basicstyle form .bloqueform.w33,
div.smallinput div#basicstyle .bloqueform.w33,
div#basicstyle div.smallinput .bloqueform.w33,
div#basicstyle .bloqueform.w33,
form div#basicstyle.basico .bloqueform.w33,
div#basicstyle.basico form .bloqueform.w33,
div.smallinput div#basicstyle.basico .bloqueform.w33,
div#basicstyle.basico div.smallinput .bloqueform.w33,
div#basicstyle.basico .bloqueform.w33,
form div#basicstyle .bloqueform.w25,
div#basicstyle form .bloqueform.w25,
div.smallinput div#basicstyle .bloqueform.w25,
div#basicstyle div.smallinput .bloqueform.w25,
div#basicstyle .bloqueform.w25,
form div#basicstyle.basico .bloqueform.w25,
div#basicstyle.basico form .bloqueform.w25,
div.smallinput div#basicstyle.basico .bloqueform.w25,
div#basicstyle.basico div.smallinput .bloqueform.w25,
div#basicstyle.basico .bloqueform.w25,
form.basico .bloqueform.w75,
form.basico .bloqueform.w60,
form.basico .bloqueform.w50,
form.basico .bloqueform.w40,
form.basico .bloqueform.w25,
form.basico .bloqueform.contenedor.w60,
form.basico .bloqueform.w60,
form.basico .bloqueform.w60,
form.basico .bloqueform.contenedor.w50,
form.basico .bloqueform.w50,
form.basico .bloqueform.w50,
form.basico .bloqueform.contenedor.w40,
form.basico .bloqueform.w40,
form.basico .bloqueform.w40,
form.basico .bloqueform.contenedor.w33,
form.basico .bloqueform.w33,
form.basico .bloqueform.w33,
form.basico .bloqueform.contenedor.w25,
form.basico .bloqueform.w25,
form.basico .bloqueform.w25,
form.basico div.smallinput .bloqueform.w60,
div.smallinput form.basico .bloqueform.w60,
form.basico div.basico.smallinput .bloqueform.w60,
div.basico.smallinput form.basico .bloqueform.w60,
form.basico div.smallinput .bloqueform.w50,
div.smallinput form.basico .bloqueform.w50,
form.basico div.basico.smallinput .bloqueform.w50,
div.basico.smallinput form.basico .bloqueform.w50,
form.basico div.smallinput .bloqueform.w40,
div.smallinput form.basico .bloqueform.w40,
form.basico div.basico.smallinput .bloqueform.w40,
div.basico.smallinput form.basico .bloqueform.w40,
form.basico div.smallinput .bloqueform.w33,
div.smallinput form.basico .bloqueform.w33,
form.basico div.basico.smallinput .bloqueform.w33,
div.basico.smallinput form.basico .bloqueform.w33,
form.basico div.smallinput .bloqueform.w25,
div.smallinput form.basico .bloqueform.w25,
form.basico div.basico.smallinput .bloqueform.w25,
div.basico.smallinput form.basico .bloqueform.w25,
form.basico div#basicstyle .bloqueform.w60,
div#basicstyle form.basico .bloqueform.w60,
form.basico div#basicstyle.basico .bloqueform.w60,
div#basicstyle.basico form.basico .bloqueform.w60,
form.basico div#basicstyle .bloqueform.w50,
div#basicstyle form.basico .bloqueform.w50,
form.basico div#basicstyle.basico .bloqueform.w50,
div#basicstyle.basico form.basico .bloqueform.w50,
form.basico div#basicstyle .bloqueform.w40,
div#basicstyle form.basico .bloqueform.w40,
form.basico div#basicstyle.basico .bloqueform.w40,
div#basicstyle.basico form.basico .bloqueform.w40,
form.basico div#basicstyle .bloqueform.w33,
div#basicstyle form.basico .bloqueform.w33,
form.basico div#basicstyle.basico .bloqueform.w33,
div#basicstyle.basico form.basico .bloqueform.w33,
form.basico div#basicstyle .bloqueform.w25,
div#basicstyle form.basico .bloqueform.w25,
form.basico div#basicstyle.basico .bloqueform.w25,
div#basicstyle.basico form.basico .bloqueform.w25 {
    width: 73%;
    float: left;
    clear: none;
    display: inline-block;
}

.contenedor.w50,
form .bloqueform.w50,
div.smallinput .bloqueform.w50,
div#basicstyle .bloqueform.w50,
form.basico .bloqueform.w50 {
    width: 48%;
}

.contenedor.w40,
form .bloqueform.w40,
div.smallinput .bloqueform.w40,
div#basicstyle .bloqueform.w40,
form.basico .bloqueform.w40 {
    width: 38%;
}

.contenedor.w33,
form .bloqueform.w33,
div.smallinput .bloqueform.w33,
div#basicstyle .bloqueform.w33,
form.basico .bloqueform.w33 {
    width: 31%;
}

.contenedor.w25,
form .bloqueform.w25,
div.smallinput .bloqueform.w25,
div#basicstyle .bloqueform.w25,
form.basico .bloqueform.w25 {
    width: 23%;
}

/* GENERADOR DE RESÚMEN DE NÓMINA */
table#resumenNomina {
    margin: 0 auto;
    padding-left: 0px;
    width: 90%;
    text-align: center;
    border-spacing: 0;
    position: relative;
}

td.btn-rth {
    padding-left: 10px;
    font-size: medium;
}

div.in-ta {
    width: 100%;
}

div.in-ta label {
    width: 100%;
    font-size: 10px;
    color: white;
    max-width: none;
    margin-top: 10px;
}

div.in-ta input {
    width: 100%;
    text-align: center;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.button-space{
    margin-left: 20px !important;
    padding: 6px 6px 6px 6px !important;
    border-radius: 3px;
  }