function confirmar () {
	 if (window.confirm ("¿SEGURO(A)?") == true) {
	 	return true;
	}
	return false;
}
