.preciosReferencia{
   display: none;
   padding-left: 5px;
}
.preciosReferencia table{
   padding: 0px 10px;
   list-style: none;
}

.preciosReferencia td{
   font-size: 11px;
   vertical-align: bottom;
}

.preciosReferencia b{
   white-space: pre;
   margin-left: 10px;
}

strong{
   color: red;
   cursor: pointer;
}

.emergente{
   display: none;
   position: absolute;
   width: 400px;
   background: white;
   border: 1px solid black;
   outline: 3px solid white;
   padding: 10px;
   font-size: 12px;
   line-height: 14px;
}

.emergente ul{
   padding: 0px 30px;
}

.listaClientes {
   margin-top: 20px;
   margin-left: 80px;
}

.listaClientes td{
   font-size: 15px;
   font-weight: bold;
}

.listaClientes img{
   padding-right: 20px;
   padding-bottom: 10px;
}

