
	
	var mensajeTitleAlerta			= "Message alert";
	var mensajeRellenaCampos		= "You must fill in all fields before submitting form.";
	var mensajeAceptaPolitica		= "To send the form you must accept the Privacy Policy.";
	var mensajeFormatoMailError		= "The e-mail must have a correct format.";
	var mensajeFormatoTelefono		= "The phone must have a correct format.";
	var mensajeFormatoCPostalError	= "The postal code must have a correct format.";
	var mensajeEnviadoOk			= "Thanks! The form has sent correctly.";
	var mensajeEnviadoKo			= "Sorry! The form could not be sent. Try again later. Sorry for the inconvenience.";
	 
	
