.buscando
{
    background:url('../img/buscando.gif') no-repeat right center;
    background-color:#fff;
}

.flecha-2bottom
{
    background:url('../img/flecha-abajo.png') no-repeat;
    top:66px; /*<- navbar.height + 8px */
}

.flecha-2top
{
    background:url('../img/flecha-arriba.png') no-repeat;   
    bottom:8px;
}

.flecha-2bottom,
.flecha-2top
{
    display:none;
    height:48px;
    opacity:0.3;
    position:fixed;
    right:8px;
    text-indent:-9999px;
    width:48px;
    z-index:1000;
}

.flecha-2bottom,
.flecha-2top:hover
{
    opacity:0.6;
}

.g-recaptcha
{
    overflow:hidden;
}

.resultados
{
    left:0;
    position:absolute;
    top:0;
}

.resultados .ui-menu
{
    background-clip:padding-box;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0, 0, 0, 0.15);
    border-radius:4px;
    box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
    float:left;
    font:menu;
    font-size:14px;
    left:0;
    list-style:none;
    margin:2px 0 0;
    /* max-height:40px; */
    /* max-width:315px; */
    overflow:hidden;
    padding:4px;
    position:absolute;
    text-align:left;
    top:100%;
    z-index:1000;
    -webkit-background-clip:padding-box;           
    -webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
}

.resultados .ui-menu .ui-menu-item a
{
    display:block;
    clear:both;
    color:#333;
    font-weight:normal;
    line-height:1.42857143;
    overflow:hidden;
    padding:0 8px 0 8px;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.resultados .ui-menu .ui-menu-item a:hover,
.ui-state-hover
{
    text-decoration:none;   
}

.ui-state-focus
{
    background-color:#e8e8e8;
    background-image:-o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image:-webkit-gradient(
       linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image:-webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image:linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat:repeat-x;
    color:#262626;
    filter:progid:DXImageTransform.Microsoft.gradient(
       startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    text-decoration:none;
}
