google.load('search', '1', {language : 'es'});
google.setOnLoadCallback(function() {
		var customSearchControl = new google.search.CustomSearchControl('001193066107390090638:tzvx5njcfj0');
		customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
		var options = new google.search.DrawOptions();
		options.enableSearchboxOnly("/search/");    
		customSearchControl.draw('cse-search-form', options);
		}, true);

