function enviaCarro(donde){
	window.location.href=donde;
}
function cursorOn(){
	document.body.style.cursor = 'pointer';
}
function cursorOff(){
	document.body.style.cursor = 'default';
}
