#label_font{
	font-size: 0.9rem;
}

.txtPaqueteria{
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    width: 100%;
}

/******** SCROLL *********/
::-webkit-scrollbar{
  width: 10px;
  /*background: transparent;*/
  background: rgba(0,0,0,0.05);
}
::-webkit-scrollbar-button{
  width: 8px;
  height: 5px;
}
::-webkit-scrollbar-track{
  background: transparent;
  border: none;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb{
  background: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
  -webkit-box-shadow:   inset 0 2px 0 rgba(0,119,56,.2),
                		inset 0 2px 0 rgba(0,119,56,.2),
                		inset 0 2px 0 rgba(0,119,56,.2);
 
  border:none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover{
    background: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
}
/* Pseudo-clase */
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,.2);
}

.encabezado{
  /*background: #034c2f;*/
  background: #191818;
  height: 35px;
}