var SEGURIDAD = {
	
	txtBorrar: "Esta seguro que desea borrar este dato",
	
	verifBorrar: function(){
		return confirm(SEGURIDAD.txtBorrar);
	}	
}
