


table.Encabezado{
    font-size:14px;
    color:#FFFFFF;
    font-family:Arial;
}

.Encabezado th{
    font-size:12px;
    color:#FFFFFF;
    font-family:Arial;
    font-weight: bold;
    background: #98230F;
    text-align: center;
    height:25px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;

}

.Encabezado th:empty{
    background:transparent;
    border:none;
}

.Encabezado td{
    font-size:11px;
    color:#FFFFFF;
    font-family:Arial;
    font-weight: bold;
    background: #98230F;
    text-align: center;
}


.form_sires{
  /*background: #f2bc0f;*/
  background: #98230F;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-radius:10px 10px 10px 10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;

}
.form_sires label{
  font-weight: bold;
  color: #FFFFFF;
}


TD.Esquina{
    background:url(images/esquina_straw.png) 0 0 no-repeat;
}


TD.Mensaje{
    font-size:12px;
    color:#FFFFFF;
    font-family:Arial;
    font-weight: bold;
    background: #FF0000;
    text-align: center;
}


TD.EncabezadoEst{
    font-size:12px;
    color:#270A76;
    font-family:Arial;
    font-weight: bold;
    background: #FFCC00;
    text-align: center;
}




TABLE.Estadistica{
    font-weight:700;
    font-size:14px;
    color:#FFFFFF;
    font-family:Arial;
    background: #FFCC00;
}






/*Tabla Listados */
/*TABLA Estadistica*/
tbody.ListadoCafe{
font-family: "Trebuchet MS", sans-serif;

}

.ListadoCafe tr:hover td{
 background-color:#FFCC66;
 color:#4E2727;
 opacity:0.85;
 cursor: pointer;
}

.ListadoCafe thead th:empty{
background:transparent;
border:none;
/*background-image: url(images/esquina_pincho.png) no-repeat 0 0;*/
}
.ListadoCafe td{
    font-size:11px;
    font-family:Arial;
    opacity:0.85;
    background-color:#4a2f24;
    color: #E7ECEF;
    border-right:#CC6600 1px solid;
    /*border-top:#CC6600 1px solid;*/
    border-left:#CC6600 1px solid;
    border-bottom:#CC6600 1px solid;
   /* text-align: center;*/
}

tbody.ListadoBarrio{
font-family: "Trebuchet MS", sans-serif;

}

.ListadoBarrio tr:hover td{
 background-color:#98230F;
 color:#F2F2F2;
 opacity:0.85;
 cursor: pointer;
}

.ListadoBarrio thead th:empty{
background:transparent;
border:none;
/*background-image: url(images/esquina_pincho.png) no-repeat 0 0;*/
}
.ListadoBarrio td{
    font-size:11px;
    font-family:Arial;
    opacity:0.85;
    background-color:#303030;
    color: #E7ECEF;
    border-right:#CC2329 1px solid;
    /*border-top:#CC6600 1px solid;*/
    border-left:#CC2329 1px solid;
    border-bottom:#CC2329 1px solid;
   /* text-align: center;*/
}

tbody.Listado{
font-family: "Trebuchet MS", sans-serif;

}

.Listado tr:hover td{
 background-color:#98230F;
 color:#F2F2F2;
 opacity:0.85;
 cursor: pointer;
}

.Listado thead th:empty{
background:transparent;
border:none;
/*background-image: url(images/esquina_pincho.png) no-repeat 0 0;*/
}
.Listado td{
    font-size:11px;
    font-family:Arial;
    opacity:0.85;
    background-color:#303030;
    color: #E7ECEF;
    border-right:#CC2329 1px solid;
    /*border-top:#CC6600 1px solid;*/
    border-left:#CC2329 1px solid;
    border-bottom:#CC2329 1px solid;
   /* text-align: center;*/
}

TABLE.Listado2{
    font-weight:700;
    font-size:14px;
    color:#FFFFFF;
    font-family:Arial;
    background: #0099FF;
}


TD.Listado2{
    font-size:11px;
    font-family:Arial;
    /* background: #B9660B; */
    border-right:#CC6600 1px solid;
    /*border-top:#CC6600 1px solid;*/
    border-left:#CC6600 1px solid;
    border-bottom:#CC6600 1px solid;
   /* text-align: center;*/
}

TD.Valor{
    font-size:12px;
    width:77%;
    font-family:Verdana,Arial;
    background: #FFFFFF;
}


/*Tabla Listado SIRES*/
.Productos table{
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;padding:0px;
}
.Productos tr:first-child th{
  font-size:14px;
  color:#ffffff;
  line-height: 30px;
  font-family:Arial;
  font-weight: bold;
  background: #98230F;
  text-align: center;
  height:35px;
  text-transform: uppercase;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius:5px 5px 0px 0px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
.Productos tr:first-child th:empty{
  background:transparent;
  border:none;
}
.Productos th{
  font-size:14px;
  color:#ffffff;
  line-height: 30px;
  font-family:Arial;
  font-weight: bold;
  background: #98230F;
  text-align: center;
  height:35px;
  text-transform: uppercase;
}
.Productos td{
  font-size:13px;
  font-family:Arial;
  opacity:0.85;
  background-color:#303030;
  color: #E7ECEF;
  border-right:#CC2329 1px solid;
  /*border-top:#CC6600 1px solid;*/
  border-left:#CC2329 1px solid;
  border-bottom:#CC2329 1px solid;
  height:30px;
 /* text-align: center;*/
}
.Productos tr:hover td{
  background-color:#98230F;
  color:#F2F2F2;
  opacity:0.85;
  cursor: pointer;
}

div.mensaje{
  width:300 ;
}

div.mensaje TD{
    border: 1px solid #FF0000;
    background: #FFFFCC;
    clear: both;
	width: 120px;
	display: block;
    float: left;
    font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 10px;
	text-align:center;
    color:#CC0000;
    font-weight: bold;


}

div.paginacion {
    width: 650px;
    position: absolute;
    top:580px;
    left: 50%;
    margin-left:-325px;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 13px;
	text-align:center;
	padding:4px 6px 4px 0;
	/*background-color:#fff;*/
	color:#FFFFFF;

}

div.paginacion a {
	color:#4a2f24;
	text-decoration:none;
	/*padding:5px 6px 4px 5px;*/
  padding: 0.7em;
  margin:0 3px 0 3px;
  background-color:#f08d00;
	border:1px solid #f08d00;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}

div.paginacion a:hover, div.pagination a:active {
	color:#FFFFFF;
	border:1px solid #f08d00;
	background-color:#000000;
}
div.paginacion span.current {
	/*padding:5px 6px 4px 5px;*/
  padding: 0.7em;
  margin:0 3px 0 3px;
	border:1px solid #f08d00;
	font-weight:bold;
  font-size:14px;
	color:#FFFFFF;
	background-color:#000000;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}
div.paginacion span.disabled {
	display:none;
}


div.paginacion select {
  padding:2px 2px 1px 3px;
  color:#FFFFFF;
  background-color: #000000;
  font-size: 14px;
  min-width: 55px;
  cursor: pointer;
  line-height: 1;
  border: 0;
  border-radius: 2;
}





.imgIco3 {
  background: url(../imagenes/ico/ventas_boleta.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.imgIco3:hover {
  background: url(../imagenes/ico/ventas_boleta_over.png) no-repeat;
  background-size: 51px;
  height: 52px;
  width: 52px;
}
.imgIco2 {
  background: url(../imagenes/ico/ventas_factura.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.imgIco2:hover {
  background: url(../imagenes/ico/ventas_factura_over.png) no-repeat;
  background-size: 51px;
  height: 52px;
  width: 52px;
}
.imgIco1 {
  background: url(../imagenes/ico/ventas_cotizacion.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.imgIco1:hover {
  background: url(../imagenes/ico/ventas_cotizacion_over.png) no-repeat;
  background-size: 52px;
  height: 52px;
  width: 52px;
}




.txtCant{
    font-family:verdana;
    font-size: 9pt;
    color:#240000;
    width: 30px;
    height: 25px;
    text-align:center;


}

.fondoVentana{
background: #CFBC81; /* Old browsers */

background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #CFBC81), color-stop(1, #E6D19E));
background-image: -ms-linear-gradient(top, #CFBC81, #E6D19E);
background-image: -o-linear-gradient(top, #CFBC81, #E6D19E);
background-image: -moz-linear-gradient(top, #CFBC81, #E6D19E);
background-image: -webkit-linear-gradient(top, #CFBC81, #E6D19E);
background-image: linear-gradient(to bottom, #CFBC81, #E6D19E);"

background: -ms-linear-gradient(top, #CFBC81 1%,#595959 27%,#666666 42%,#E6D19E 64%,#E6D19E 83%,#CFBC81 100%); /* IE10+ */
}


.fondoPag{
    background: #000000; /* Old browsers */
    background: url(../imagenes/form/bg2.jpg) no-repeat fixed center;
            -webkit-background-size: cover;
    		-moz-background-size: cover;
    		-o-background-size: cover;
    		background-size: cover;
    z-index:-1;

}





.lineaSuperior{
    /*background-color:#D5352D;*/
    height:45px;
    width:100%;
    position:fixed;
    top:0px;
    left:0px;
    margin-top: 0px;
    padding:0px;
    /*z-index: -1;*/

}
.lineaSuperior img{
  position: absolute;
  top: 10%;
  left: 10%;
  width:128px;

}
.logo_restaurant{
    position:absolute;
    width:120px;
    height:160px;
    background: url(../imagenes/form/logo_128.png) no-repeat;
    background-size:100%;
    z-index: 99;
}

.lineaInferior{
    background-image: url(../imagenes/form/lineas.png);
    background-size:100%;
    height:20px;
    width:80%;
    position:fixed;
    bottom:0px;
    left:0px;
    margin-bottom: 0px;
    padding:8px;
    font-family: Verdana;
    font-size:10pt;
    color:#FFFFFF;

}
.lineaInferior #logo{
    position:fixed;
    left:330px;
    bottom:-20px;
    width:60px;
    height:60px;
    background:url(images/logo_barra.png) no-repeat;
    background-size:100%;
    z-index: 1;
}
.titulo{
    position:fixed;
    left:180px;
    top:50px;
    width:80%;
}

.titulo img{
    height:60px;
}

.submenu{
    position:fixed;
    right:0px;
    margin-right: 5px;
    top:100px;
    z-index:90;

}
.submenu img{
    width:64px;
    padding:4px;
}

.btnMenu{
  background: url(../imagenes/ico/b_menu.png) no-repeat;
  background-size: 100px;
  height: 60px;
  width: 100px;
  cursor:pointer;
}
.btnMenu:hover {
  background: url(../imagenes/ico/b_menu_over.png) no-repeat;
  background-size: 100px;
  height:60px;
  width: 100px;
}

.btnSalir{
  background: url(../imagenes/ico/b_salir.png) no-repeat;
  background-size: 100px;
  height: 60px;
  width: 100px;
  cursor:pointer;
}
.btnSalir:hover {
  background: url(../imagenes/ico/b_salir_over.png) no-repeat;
  background-size: 100px;
  height:60px;
  width: 100px;
}
.btnBuscar{
  position:relative;
  top:-35px;
  left:45%;
  background: url(../imagenes/form/btn_buscar.png) no-repeat;
  background-size:100%;
  height: 40px;
  width: 40px;
  cursor:pointer;
}
.btnBuscar:hover {
  background: url(../imagenes/form/btn_buscar_over.png) no-repeat;
  background-size: 100%;
  height:40px;
  width: 40px;
}
.btnLimpiar{
  position:relative;
  top:-35px;
  left:45%;
  background: url(../imagenes/form/btn_limpiar.png) no-repeat;
  background-size:100%;
  height: 40px;
  width: 40px;
  cursor:pointer;
}
.btnLimpiar:hover {
  background: url(../imagenes/form/btn_limpiar_over.png) no-repeat;
  background-size: 100%;
  height:40px;
  width: 40px;
}
.btnScreen{
  background: url(../imagenes/ico/b_screen.png) no-repeat;
  background-size: 100px;
  height: 60px;
  width: 95px;
  cursor:pointer;
}
.btnScreen:hover {
  background: url(../imagenes/ico/b_screen_over.png) no-repeat;
  background-size: 100px;
  height:60px;
  width: 95px;
}

.btn_print_ticket {
  background: url(../imagenes/ventas/b_print_ticket.png) no-repeat;
  background-size: 54px;
  height: 55px;
  width: 55px;
  cursor:pointer;
}
.btn_print_ticket:hover {
  background: url(../imagenes/ventas/b_print_ticket_over.png) no-repeat;
  background-size: 54px;
  height: 55px;
  width: 55px;
  cursor:pointer;
}

.btn_cerrar_cuenta {
  background: url(../imagenes/ventas/b_cerrar_cuenta.png) no-repeat;
  background-size: 54px;
  height: 55px;
  width: 55px;
  cursor:pointer;
}
.btn_cerrar_cuenta:hover {
  background: url(../imagenes/ventas/b_cerrar_cuenta_en.png) no-repeat;
  background-size: 54px;
  height: 55px;
  width: 55px;
  cursor:pointer;
}
.btn_divide_cuenta {
  background: url(../imagenes/mesas/dividir_cuenta.png) no-repeat;
  background-size: 54px;
  height: 55px;
  width: 55px;
  cursor:pointer;
}
.btn_divide_cuenta:hover {
  background: url(../imagenes/mesas/dividir_cuenta_en.png) no-repeat;
  background-size: 54px;
  height: 55px;
  width: 55px;
  cursor:pointer;
}
.btn_divide_tpago {
  background: url(../imagenes/mesas/dividir_tpago.png) no-repeat;
  background-size: 54px;
  height: 55px;
  width: 55px;
  cursor:pointer;
}
.btn_divide_tpago:hover {
  background: url(../imagenes/mesas/dividir_tpago_en.png) no-repeat;
  background-size: 54px;
  height: 55px;
  width: 55px;
  cursor:pointer;
}
.btn_eliminar_pago {
  background: url(../imagenes/ventas/b_borrar.png) no-repeat;
  background-size: 54px;
  height: 55px;
  width: 55px;
  cursor:pointer;
}
.btn_eliminar_pago:hover {
  background: url(../imagenes/ventas/b_borrar_en.png) no-repeat;
  background-size: 54px;
  height: 55px;
  width: 55px;
  cursor:pointer;
}

.txt_pago{
    position: absolute;
    top:50px;
    left:100px;
    background: url(../imagenes/ventas/txt_pago.png) no-repeat;
    background-size: 128px;
    height: 128px;
    width: 128px;
    opacity:0.8;
}


/* Botones menu*/
/*--------------*/
.menu_cervezas{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_cerveza.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_cervezas:hover{
  background: url(../imagenes/ventas/b_cerveza_en.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_chocolate{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_chocolate.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_chocolate:hover{
  background: url(../imagenes/ventas/b_chocolate_en.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_limonada{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_limonada.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_limonada:hover{
  background: url(../imagenes/ventas/b_limonada_en.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_mate{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_mate.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_mate:hover{
  background: url(../imagenes/ventas/b_mate_en.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_te{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_te.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_te:hover{
  background: url(../imagenes/ventas/b_te_en.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_otros{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_bebestible.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_otros:hover{
  background: url(../imagenes/ventas/b_bebestible_en.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_menu{
  position:relative;
  float:left;
  background: url(../imagenes/mesas/b_prod.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_menu:hover{
  background: url(../imagenes/mesas/b_prod_en.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_molde{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_molde.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_molde:hover{
  background: url(../imagenes/ventas/b_molde_en.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_frica{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_frica.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.menu_frica:hover{
  background: url(../imagenes/ventas/b_frica_en.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}

.menu_planta1{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_planta2.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_planta1:hover{
  background: url(../imagenes/ventas/b_planta2_en.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_planta2{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_planta1.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_planta2:hover{
  background: url(../imagenes/ventas/b_planta1_en.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_sistema{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_men_sis.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_sistema:hover{
  background: url(../imagenes/ventas/b_men_sis_en.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_detalle{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_ven_det.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_detalle:hover{
  background: url(../imagenes/ventas/b_ven_det_en.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_orden{
  position:relative;
  float:left;
  background: url(../imagenes/ventas/b_man_or.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_orden:hover{
  background: url(../imagenes/ventas/b_man_or_en.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_cuenta{
  position:relative;
  /*right: 10px;*/
  float:left;
  background: url(../imagenes/ventas/b_cierra_cuenta.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_cuenta:hover{
  background: url(../imagenes/ventas/b_cierra_cuenta_en.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_cierre{
  position:relative;
  /*right: 10px;*/
  float:left;
  background: url(../imagenes/ventas/b_cierre_caja.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_cierre:hover{
  background: url(../imagenes/ventas/b_cierre_caja_en.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_caja{
  position:relative;
  /*right: 10px;*/
  float:left;
  background: url(../imagenes/ventas/b_caja.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_caja:hover{
  background: url(../imagenes/ventas/b_caja_en.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_boletas{
  position:relative;
  /*right: 10px;*/
  float:left;
  background: url(../imagenes/ventas/b_boletas.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.menu_boletas:hover{
  background: url(../imagenes/ventas/b_boletas_en.png) no-repeat;
  /*background-size: 48px;*/
  height: 60px;
  width: 112px;
  cursor:pointer;
}
.ico_venta_menu{
  position: relative;
  background: url(../imagenes/ventas/b_cuenta.png) no-repeat;
  background-size: 48px;
  height: 60px;
  width: 60px;
  left: 80%;
  cursor:pointer;
}
.ico_venta_menu:hover{
  background: url(../imagenes/ventas/b_cuenta_en.png) no-repeat;
  /*background-size: 48px;*/
  background-size: 48px;
  height: 60px;
  width: 60px;
  cursor:pointer;
}

.ico_cambia_prod{
    position:absolute;
    top:15%;
    right:43%;
    background: url(../imagenes/mesas/b_cambio_prod.png) no-repeat;
    background-size: 52px;
    height: 52px;
    width: 52px;
    cursor:pointer;
    z-index: 20;
}
.ico_cambia_prod:hover{
    background: url(../imagenes/mesas/b_cambio_prod_en.png) no-repeat;
    /*background-size: 48px;*/
    background-size: 52px;
    height: 52px;
    width: 52px;
    cursor:pointer;
}

/*.change_producto{
  position:absolute;
  top:15%;
  left:1%;
  background-color: #313031;
  width:13%;
  font-family: verdana;
  color:#F2F2F2;
  font-size:18px;
  border: 1px solid #f08d00;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  z-index: 5;
  display:none;
}*/
.change_producto{
  position:absolute;
  top:20%;
  left:15%;
  background-color: #313031;
  width:30%;
  padding: 10px;
  font-family: verdana;
  color:#F2F2F2;
  font-size:18px;
  border: 2px solid #f08d00;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  z-index: -1;
  display:none;
}
.change_producto th{
    font-family: verdana;
    color:#F2F2F2;
    font-size:18px;
    height: 45px;
}
.change_producto td{
  /*font-size: 16px;*/
  color:#121212;
  text-align:center;
  alignment-adjust: middle;
  height: 64px;
  width: 70px;
}

.change_user{
  position:absolute;
  bottom:100px;
  left:20px;
  /*background-color:#F5ECC7;*/
  width:180px;
  /*border: 1px solid #4E2727;*/
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
.change_user #ico{
  padding-top: 10px;
}
.change_user .ui-multiselect{
    position:relative;
    top:-10px;
    padding-bottom:2px;
}

.change_user_img {
  position:relative;
  background: url(../imagenes/mesas/b_cambia_user.png) ;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
  margin-left: 60px;
  top: -10px;
  border-image: none;

}
.change_user_img:hover {
  background: url(../imagenes/mesas/b_cambia_user_en.png) ;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;

}

#validateTips{
  color:#f08d00;
}

@media(max-width:1199px ){
    .lineaSuperior{
        /*background-color:#D5352D;*/
        height:40px;
        width:100%;
        position:fixed;
        top:0px;
        left:0px;
        margin-top: 0px;
        padding:0px;
        z-index: 15;

    }
    .lineaSuperior img{
      position:fixed;
      top:2%;
      left:10%;
      width:20%;
      min-width: 120px;
      max-width:250px;
      z-index:99;
    /*margin-left:-128px;*/

    }
}