$().ready(function() {

	$("#q").Watermark("Buscador general");
	
	// selector combo GP
	$("#motorSelGp").change(function() {
		document.location = this.value;
	});
	
		// selector combo GP
	$("#motorBarraGp").change(function() {
		document.location = this.value;
	});
	$("#motorBarraGp2").change(function() {
		document.location = this.value;
	});	
	
});

