#lineas_precio input {
    padding-left: 0;
    padding-right: 0;
}

#feedback a{
    background-color: #2A3F54;
    display: block;
    width: 40px;
    height: 175px;
    float: left;
    position: absolute;
    top: 250px;
    left: -39px;
    text-align: center;
    font-size: 200%;
}

.resultado_busqueda{
    cursor: move;
    cursor: -webkit-grab;
    cursor:    -moz-grab;
    cursor:         grab;
}

.resultado_busqueda:hover{
    background-color: lightgray;
}

.resultado_busqueda_drop:active {
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
    cursor:         grabbing;
}