body{
  background-color: white;
  background: url('../images/tpv/fondo.png');
  background-size: cover;
}

#cont_logo{
  background-color: transparent;
  background-image: url('/images/tpv/logo.png');
  background-repeat: no-repeat;
  background-position: center;
}

#logo_ticket{
  background-color:white;
  /*background-image: url('/images/tpv/logo_ticket.png');*/
  background-repeat: no-repeat;
  background-position: center;
  /*width: 320px;*/
  /*height:43px;*/
}

#logo_ticket img{
  width: 427px;
}


#sf_admin_container fieldset {
    background-color: #F0F5E8;
}

a {
    color: #1B1B1B;
}
#sf_admin_container .form-row {
    background-image: -moz-linear-gradient(left center , #DEE6CC, #F0F5E8);
}
#nav li a {
    background: none repeat scroll 0 0 #3F6501;
    color: white;
}
.tab_sin_enlace {
    background: none repeat scroll 0 0 #3F6501;
    color: white;
}
#sf_admin_container .sf_admin_list th {
    background-color: #3F6501;
    color: white;
}
.menu_aplicacion {
    background-color: #3F6501;
}
.menu_iconos {
    background-color: #F0F5E8;
}
.menu_1 {
    background-color: #F0F5E8;
}
ul.tabs li.tab a {
    background: none repeat scroll 0 0 #DEE6CC;
}
ul.tabs li.tab a.active {
    background-color: #3F6501;
    color: white;
}
.cabecera {
    background-color: #3F6501;
}
.tabla th {
    background-color: #222;
    color: white;
}

.resultado_busqueda_local_producto img {
  max-width: 100px;
  max-height: 100px;
}

table.resultado_busqueda_local {
width: 420px;
}

.info{
  background-color: #99adad;
  color:white;
}

.boton:hover {
  background-color: #d2bfbe;
  color: black;
}

.boton {
  background-color: #222;
  color: #e6e6e6;
}

.boton_inactivo, .boton_inactivo:hover{
  color:lightgray;
  background-color:lightgray;
  cursor: default;
}

.boton_dialogo:hover {
  background-color: #d2bfbe;
  color: black;
}

.boton_dialogo {
  background-color: #222;
  color: #e6e6e6;
}

#ticket_wrapper, #ticket_devol_wrapper{
  background-color:#e6e6e6;
}

.boton.mas{
  background-image: url("/images/tpv/mas-b.png");
}

.boton.menos{
  background-image: url("/images/tpv/menos-b.png");
}

.boton.borrar{
  background-image: url("/images/tpv/borrar-b.png");
}

.boton.izquierda{
  background-image: url("/images/tpv/izquierda-b.png");
}

.boton.derecha{
  background-image: url("/images/tpv/derecha-b.png");
}

.linea_ticket_activo.activa, .linea_ticket_devol_activo.activa{
  background-color: white;
}

.linea_ticket_activo:hover{
  color: #888;  
}

#cobro .info, #cierre_devol .info{
  /*background-color: #F3ECE2;*/
}

.boton.subir{
  background-image: url("/images/tpv/subir-b.png");
}

.boton.bajar{
  background-image: url("/images/tpv/bajar-b.png");
}

.boton.subir:hover{
  background-image: url("/images/tpv/subir.png");
}

.boton.bajar:hover{
  background-image: url("/images/tpv/bajar.png");
}