  /******* ESTILOS AUTOCOMPLETADO *******/
        /* Ocultar el CSS por defecto del plugin si lo cargas */
        #autoComplete_list_1 {
            position: absolute;
            z-index: 1050;
            width: 100%;
            background: #fff;
            border: 1px solid #ced4da;
            border-radius: 4px;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            max-height: 300px;
            overflow-y: auto;
            margin-top: 2px;
            left: 0;
        }

        #autoComplete_list_1 ul {
           list-style: none;
    		list-style-type: none;
            padding: 0;
            margin: 0;
        }

        #autoComplete_list_1 li {
            padding: 10px 15px;
            cursor: pointer;
            border-bottom: 1px solid #f0f0f0;
            font-size: 14px;
            color: #333;
            text-align: left;
            list-style: none;
    		list-style-type: none;
        }

        #autoComplete_list_1 li:last-child {
            border-bottom: none;
        }

        #autoComplete_list_1 li:hover,
        #autoComplete_list_1 li[aria-selected="true"] {
            background-color: #0A169A;
            color: #fff;
        }

        #autoComplete_list_1 mark {
            background-color: transparent;
            font-weight: bold;
            color: inherit;
        }