.typeahead, .tt-query, .tt-hint {
    outline: medium none;
    /*padding: 8px 12px;*/
	width: 100%;
}
.typeahead {
    background-color: #fff;
	witdh:auto;
}
/*.typeahead:focus {
    border: 2px solid #0097cf;
}*/

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
    color: #999;
}
.tt-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin: 0px 0 0;
    padding: 8px 0;
    width: 100%;
	max-height: 350px;
	overflow-y: auto;
}
.tt-suggestion {
    font-size: 12px;
    line-height: 24px;
    padding: 3px 20px;
}
.tt-suggestion:hover {
    background-color: #0097cf;
    color: #fff;
    cursor: pointer;
}
.tt-suggestion.tt-cursor {
    background-color: #0097cf;
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}
.gist {
    font-size: 14px;
}
.empty-message {
    padding: 5px 10px;
	color:#8C0000;
	font-weight:bold;
}


.productoImg {
  top: 8px;
  margin-right:5px;
  width: 32px;
  height: 32px;
  border: 2px solid #ccd6dd;
  border-radius: 5px;
}

.productoImgZoom {
  top: 8px;
  margin-right:5px;
  width: 32px;
  height: 32px;
  border: 2px solid #ccd6dd;
  border-radius: 5px;
}