$(document).ready(function() {
	$("#mensaje2").bind("click",function(){
		$(".conmuta").toggle();
	})
});
