function fncAreaLogin(tipo) {
	$('#loginArea').show();
}

function fncHideAreaLogin(tipo) {
	$('#loginArea').hide();
}

