function showDetalhesUsuario(usuarioId) {
	$('detalhes'+usuarioId).toggle();
	//$('detalhes'+usuarioId).toogle();
}
