var myrules = {
	'#boton_contacto' : function(el){
		el.onclick = function(){
			validar();
		}
	}
}; 

Behaviour.register(myrules);
