jQuery(document).ready(function ($)
{
	$('#telefone').mask('(99) 9999-9999');
});
