#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 0px;
    background-color: #fff;
}

#custom-search-input input{
    border:0;
    box-shadow: none;
	padding:6px 5px 5px 10px;
	margin:2px 0 0 0;
	z-index:0;
}

#custom-search-input i{
    margin: 0px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 10px 0 8px;
	border-right: solid 1px #ccc;
}

#custom-search-input .fa-search{
    font-size: 23px;
}

.btn_buscador{
	background-color:#ffcc28;
	border-color:#ffcc28;
    border-radius: 0px;
	text-transform:uppercase;
	font-weight:500;
	z-index:10;
	}

.btn_buscador:hover, .btn_buscador:active, .btn_buscador:focus{
	background-color:#F9C000;
	border-color:#F9C000;
}

.buscador_encabezado{
	margin-top:15px;
	}
