body {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    color: black;
    height:93%;
    min-height:93%;
}

a {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    color: black;
    text-decoration: none;
    border: none;
}

img {
    background-color: transparent;
    border: none;
}

.gris{
    color:#f1f1f1;
}


.grisoscuro{
    color: #CC0000;
}

.fondosecciones{
    background-color:#f1f1f1;
}


.lineaabajo{
    border-bottom: 1px solid silver;
}

.lineaarriba{
    border-top: 1px solid silver;
}

.errores {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: red;
}

.titulogrande{
    font-size: 22px;
}


.titulomedio{
    font-size: 18px;
}

.confirmaciones {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: blue;
}

.textos {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    color: black;
}

.textosgris{
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: lighter;
    color: #444;
}

.textosmenu {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    color: black;
}


.textoseccion{
    background-color:transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bolder;
    color: black;
}

.campos {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

.campos:focus{
    background-color:#f4f65e;
}

.camposlogin{
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
    width:300px;
    height:30px;
}

.derecha{
    text-align:right;
}
.izquierda{
    text-align:left;
}
.centro{
    text-align:center;
}

.copyright {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    color: silver;
    text-align: center;
}

.marco {
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
}


.negrita{
    font-weight: bold;
}

.titulotabla {
    /*background-image: url("../imagenes/fondo_titulo_tabla1.png");
    background-repeat: repeat-x;*/
    background-color: #f1f1f1;
    border: 1px solid black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: norrmal;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.titulotabla2 {
    background-color: silver;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    color: rgb(104, 104, 104);
    text-align: center;
}



.datostabla {
    background-color: rgb(243, 243, 243);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    color: black;
    text-align: left;
    border: none;
}

.datostabla1 {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    color: black;
    Border-top-width: 0px;
    Border-right-width: 0px;
    Border-bottom-width: thin;
    Border-left-width: 0px;
    Border-color: gray;
    Border-style: dotted;
    cursor: pointer;
}

.datostabla1:hover{
    background-color: #EFF5FB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    color: black;
    Border-top-width: 0px;
    Border-right-width: 0px;
    Border-bottom-width: thin;
    Border-left-width: 0px;
    Border-color: gray;
    Border-style: dotted;
    cursor: pointer;
}

.datostabla2 {
    background-color: rgb(206, 234, 191);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: black;
    Border-top-width: 0px;
    Border-right-width: 0px;
    Border-bottom-width: thin;
    Border-left-width: 0px;
    Border-color: gray;
    Border-style: dotted;
    cursor: pointer;
}

.datostablaanulada {
    color: red;
    font-size: 11px;
    font-weight: bolder;
}

.datostablaconfirmada {
    background-color: #33CCFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    color: black;
    Border-top-width: 0px;
    Border-right-width: 0px;
    Border-bottom-width: thin;
    Border-left-width: 0px;
    Border-color: gray;
    Border-style: dotted;
    cursor: pointer;
}

.MarcoSombra {
    background-color: transparent;
    background-image: url("../imagenes/fondo.png");
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    font-weight: bold;
    border-width: 0px;
    border-color: silver;
    border-style: solid;
    width: 98%;
    height: 97%;
    position: absolute;
    float: left;
    margin-left: 0%;
    margin-top: 0%;
}

.MarcoFlotante {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-color: silver;
    border-style: solid;
    width: 300px;
    height: 180px;
    position: absolute;
    float: left;
    margin-left: 30%;
    margin-top: 20%;
    z-index: 100;
}

.MarcoControles {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    font-weight: bold;
    border-width: 0px;
    border-color: silver;
    border-style: solid;
    width: 800px;
    height: 240px;
    position: absolute;
    float: left;
    margin-left: 15%;
    margin-top: 2%;
    z-index: 0;
}

.MarcoMensaje{
    background-color : #FFFF99;
    font-family : arial;
    color : black;
    font-size : 11px;
    font-weight : bold;
    border-width : 1px;
    border-color : silver;
    border-style : solid;
    vertical-align:middle;
    text-align:center;
    width : 400px;
    height: 40px;
    position : absolute;
    float: right;
    margin-left:35%;
    margin-top: 35%;
    z-index : 100;
}

.MarcoMensaje2
{
    background-color : #FFFFFF;
    font-family : arial;
    color : black;
    font-size : 11px;
    font-weight : bold;
    border-width : 1px;
    border-color : silver;
    border-style : solid;
    vertical-align:middle;
    text-align:center;
    width : 400px;
    height: 45px;
    position : absolute;
    float : left;
    margin-left : 35%;
    margin-top : 200px;
    z-index : 100;
}

.MarcoImagenArticulo
{
    background-color : #FFFFFF;
    font-family : arial;
    color : black;
    font-size : 11px;
    font-weight : bold;
    border-width : 1px;
    border-color : silver;
    border-style : solid;
    vertical-align:middle;
    text-align:center;
    width : 150px;
    height: 150px;
    position : absolute;
    float : left;
    margin-left : 5%;
    margin-top : 30%;
    z-index : 100;
}

.DivBusqueda{
    background-color : #FFFFFF;
    font-family : arial;
    color : black;
    font-size : 11px;
    font-weight : bold;
    border-width : 1px;
    border-color : silver;
    border-style : solid;
    vertical-align:middle;
    text-align:center;
    width : 250px;
    height: 300px;
    position : absolute;
    z-index : 100;
    display: none;
    overflow: auto;
}

.textossancionesfecha {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    color: black;
    line-height: 14px;
    text-align: right;
    text-indent: 20px;
}

.textossancionesempleado {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: black;
    line-height: 14px;
    text-align: left;
}

.textossanciones {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    color: black;
    line-height: 20px;
    text-align: justify;
    text-indent: 20px;
}

.textossancionesempresa {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: black;
    text-align: center;
}

.titulotablainforme {
    background-color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-align: center;
}

.centrado {
    padding-top: 10%;
    padding-left: 35%;
}

.oculto {
    display: none;
}

.visible {
    Display: block;
}

.titulos {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bolder;
    background-color: rgb(255, 255, 255);
    height: 30px;
}




.botones {
    width:90px;
    min-width: 90px;
    max-width: 100px;
    min-height: 30px;
    font-size: 11px;
    padding-left: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    color: grey;
    font-weight: bold;
    background-color: #f1f1f1;
    background-position: left;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #c6c6c6;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 1px;
    margin-right: 1px;
}

.botones:disabled{
     min-width: 90px;
    max-width: 100px;
    min-height: 30px;
    font-size: 11px;
    color: grey;
    font-weight: bold;
    
    background-color: #f1f1f1;
    background-position: left;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    cursor: pointer;
    
    border-radius: 3px;
}

.botones:hover {
    min-width: 90px;
    max-width: 100px;
    min-height: 30px;
    font-size: 11px;
    color: grey;
    font-weight: bold;
    
    background-color: #f1f1f1;
    background-position: left;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    
    cursor: pointer;
    border-radius: 3px;
}

.botones:hover:disabled {
    width: 26px;
    min-height: 30px;
    font-size: 1px;
    color: transparent;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    cursor: wait;
    border-radius: 3px;
}


/* imagenes de botones */
.sincronizacionenviar{
    background-image: url("../imagenes/iconos/arrow_up.png");
}
.sincronizacionrecibir{
    background-image: url("../imagenes/iconos/arrow_down.png");
}
.sincronizacionlog{
    background-image: url("../imagenes/iconos/application_view_list.png");
}

.aceptar {
    background-image: url("../imagenes/iconos/accept.png");
}

.seleccionartodos {
    background-image: url("../imagenes/iconos/shape_group.png");
}

.deseleccionartodos{
    background-image: url("../imagenes/iconos/shape_ungroup.png");
}

.buscar {
    background-image: url("../imagenes/iconos/find.png");
}

.editar {
    background-image: url("../imagenes/iconos/pencil.png");
}

.imprimir {
    background-image: url("../imagenes/iconos/printer.png");
}

.nuevo {
    background-image: url("../imagenes/iconos/add.png");
}


.facturarcomprobantes{
    background-image: url("../imagenes/iconos/database_table.png");
}

.eliminar{
    background-image: url("../imagenes/iconos/delete.png");
}

.cancelar {
    background-image: url("../imagenes/iconos/arrow_refresh.png");
}

.guardar {
    background-image: url("../imagenes/iconos/disk.png");
}
.codigosbarras {
    background-image: url("../imagenes/iconos/ipod_cast.png");
}
.marcas {
    background-image: url("../imagenes/iconos/tag_blue.png");
}
.viajantes {
    background-image: url("../imagenes/iconos/lorry.png");
}
.cerrar {
    background-image: url("../imagenes/iconos/cross.png");
}
.avanzarpaginado{
    background-image: url("../imagenes/iconos/resultset_next.png");
}
.retrocederpaginado{
    background-image: url("../imagenes/iconos/resultset_previous.png");
}
.bloquear{
    background-image: url("../imagenes/iconos/lock.png");
}
.si{
    background-image: url("../imagenes/iconos/bullet_green.png");
}
.no{
    background-image: url("../imagenes/iconos/bullet_red.png");
}
.relaciones{
    background-image: url("../imagenes/iconos/chart_organisation.png");
}
.ayuda{
    background-image: url("../imagenes/iconos/help.png");
}
.sucursales{
    background-image: url("../imagenes/iconos/building.png");
}
.funciones{
    background-image: url("../imagenes/iconos/wrench.png");
}
.canales{
    background-image: url("../imagenes/iconos/arrow_out.png");
}
.devoluciones{
    background-image: url("../imagenes/iconos/shield_go.png");
}
.favorito{
    background-image: url("../imagenes/iconos/star.png");
}
.volver{
    background-image: url("../imagenes/iconos/arrow_undo.png");
}


/* Botones estandar */
.botones2 {
    width: 80px;
    height: 24px;
    font-size: 11px;
    color: #000000;
    background-color: rgba(243,243,243,.85);
    background-position: center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    cursor: pointer;
    border-radius: 3px;
}

.botones2:hover {
    width: 80px;
    height: 24px;
    font-size: 11px;
    color: #000000;
    background-color: rgba(243,243,243,.85);
    background-position: center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    cursor: pointer;
    border-radius: 3px;
}

.botoneslista{
    width: 24px;
    height: 27px;
    font-size: 10px;
    color: transparent;
    background-color: rgba(243,243,243,.85);
    background-position: center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    cursor: pointer;
    border-radius: 3px;
}

.botoneslista:hover{
    width: 24px;
    height: 27px;
    font-size: 10px;
    color: transparent;
    background-color: rgba(243,243,243,.85);
    background-position: center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    cursor: pointer;
    border-radius: 3px;
}

.listafacturasventa {
    width: 100%;
    height: 200px;
    overflow: scroll;
}


.contenedormenu{
    width: 100%;
    height: 310px;
    min-height:310px;
    overflow: hidden;
}

.contenedormenu:hover{
    width: 100%;
    height: 310px;
    min-height: 310px;
    overflow: auto;
}


.detallefactura {
    width: 100%;
    height: 240px;
    overflow: auto;
}

#sombra{
    position:absolute;
    width:99%;
    height:98%;
    background-image:url("../imagenes/sombra.png");
    background-repeat:repeat;
}

#menu{
    position:absolute;
    border:0px;
    width:99%;
    height:60px;
}
#posicion{
    border:0px;
    width:100%;
    height:80px;
}
#operacion{
    margin-top:60px;
    position:fixed;
    width:99%;
    height:90%;
    min-height:90%;
}



.fondomenu{
    /*background-image: url("../imagenes/fondo_opciones.png");
    background-repeat: repeat-x;*/
    background-color:#f1f1f1;
}

.titulomodulo{
    background-color: transparent;
    color: #000;
    font-weight: bold;
    padding-top:7px;
    padding-left: 3px;
    font-size: 24px;
    border-bottom: 1px solid silver;
}


.g-button {
    display: inline-block;
    min-width: 46px;
    text-align: center;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    padding: 0 8px;
    line-height: 27px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    border: 1px solid #dcdcdc;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}
*+html .g-button {
    min-width: 70px;
}
button.g-button,
input[type=submit].g-button {
    height: 29px;
    line-height: 29px;
    vertical-align: bottom;
    margin: 0;
}
*+html button.g-button,
*+html input[type=submit].g-button {
    overflow: visible;
}
.g-button:hover {
    border: 1px solid #c6c6c6;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.g-button:active {
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
    background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
    background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.g-button:visited {
    color: #666;
}
.g-button-submit {
    border: 1px solid #3079ed;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
}
.g-button-submit:hover {
    border: 1px solid #2f5bb7;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
}
.g-button-submit:active {
    background-color: #357ae8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
    -webkit-box-shadow: inset 0 1px 2px rgb	a(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}