-- phpMyAdmin SQL Dump
-- version 4.0.5
-- http://www.phpmyadmin.net
--
-- Máquina: localhost
-- Data de Criação: 30-Set-2013 às 20:52
-- Versão do servidor: 5.5.32-cll
-- versão do PHP: 5.3.17

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Base de Dados: `hospedae_sistema`
--

-- --------------------------------------------------------

--
-- Estrutura da tabela `adm_faq`
--

CREATE TABLE IF NOT EXISTS `adm_faq` (
  `id_faq` int(11) NOT NULL AUTO_INCREMENT,
  `pergunta` varchar(255) NOT NULL,
  `resposta` text NOT NULL,
  PRIMARY KEY (`id_faq`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Extraindo dados da tabela `adm_faq`
--

INSERT INTO `adm_faq` (`id_faq`, `pergunta`, `resposta`) VALUES
(2, 'Como inserir notícias no meu site?', 'No menu lateral do painel, clique em > Notícias > Adicionar.'),
(3, 'Como faço para excluir um comentário do mural?', 'Acesse o menu > Mural de recados e administre todos os recados de seu site'),
(4, 'Como faço para alterar a minha senha?', 'Abaixo da logo ADMINISTRAÇÃO no canto superior esquerdo do painel existe um menu "OPÇÕES", clique e escolha a opção > Alterar Senha'),
(5, 'Quero inserir novos administradores, mas não sei como fazer.', 'Abaixo da logo ADMINISTRAÇÃO no canto superior esquerdo do painel existe um menu "OPÇÕES", clique e escolha a opção > Administradores'),
(6, 'Como adiciono novas propostas em meu site?', 'No menu lateral acesse > Propostas > Adicionar nova proposta'),
(7, 'Criei uma galeria, mas gostaria de inserir mais fotos, como faço?', 'Acesse no menu lateral > Galeria de Fotos > Ver Galerias > Escolha a galeria desejada e clique no ícone <img src="../img/btfotos.gif" /> para adicionar mais fotos.'),
(8, 'Como insiro novos compromissos em meu calendário?', 'No menu lateral acesse > Calendário > Adicionar Novo Compromisso'),
(9, 'O que é URL?', 'URL é o endereço completo da página incluindo http:// '),
(10, 'Como faço para inserir uma notícia no Destaque do meu site?', 'No menu lateral acesse > Destaques > Novo Destaque. Não se esqueça de informar a URL da página que o destaque encaminhará ao clicar.');

-- --------------------------------------------------------

--
-- Estrutura da tabela `adm_historico`
--

CREATE TABLE IF NOT EXISTS `adm_historico` (
  `id_historico` int(11) NOT NULL AUTO_INCREMENT,
  `id_usuario` int(11) NOT NULL,
  `id_menu` int(11) NOT NULL,
  `id_acao` int(11) NOT NULL,
  `id_ref` int(11) NOT NULL,
  `data` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id_historico`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=136 ;

--
-- Extraindo dados da tabela `adm_historico`
--

INSERT INTO `adm_historico` (`id_historico`, `id_usuario`, `id_menu`, `id_acao`, `id_ref`, `data`) VALUES
(131, 1, 0, 4, 2, '2011-09-03 15:07:38'),
(132, 1, 0, 4, 5, '2011-09-03 15:24:13'),
(133, 1, 0, 4, 4, '2011-09-03 15:24:13'),
(134, 1, 0, 4, 2, '2011-10-17 13:27:10'),
(135, 1, 0, 4, 1, '2011-10-17 13:27:10');

-- --------------------------------------------------------

--
-- Estrutura da tabela `adm_historico_acoes`
--

CREATE TABLE IF NOT EXISTS `adm_historico_acoes` (
  `id_acao` int(11) NOT NULL AUTO_INCREMENT,
  `acao` varchar(255) NOT NULL,
  PRIMARY KEY (`id_acao`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Extraindo dados da tabela `adm_historico_acoes`
--

INSERT INTO `adm_historico_acoes` (`id_acao`, `acao`) VALUES
(1, 'Adicionar'),
(2, 'Editar'),
(3, 'Status'),
(4, 'Excluir'),
(5, 'Excluir arquivo');

-- --------------------------------------------------------

--
-- Estrutura da tabela `adm_menu`
--

CREATE TABLE IF NOT EXISTS `adm_menu` (
  `id_menu` int(11) NOT NULL AUTO_INCREMENT,
  `titulo` varchar(100) NOT NULL,
  `destino` varchar(255) NOT NULL,
  `icone` varchar(100) NOT NULL,
  `dentro_id` int(11) NOT NULL,
  PRIMARY KEY (`id_menu`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7655 ;

--
-- Extraindo dados da tabela `adm_menu`
--

INSERT INTO `adm_menu` (`id_menu`, `titulo`, `destino`, `icone`, `dentro_id`) VALUES
(40, 'Categorias', 'downloads_categorias.php', '', 37),
(39, 'Enviar Novo Arquivo', 'downloads_dados.php', '', 37),
(38, 'Arquivos Enviados', 'downloads.php', '', 37),
(37, 'Donwloads', '', '', 0),
(1, 'Notícias', '', '', 0),
(2, 'Adicionar', 'noticias_dados.php', '', 1),
(3, 'Consultar', 'noticias.php', '', 1),
(9, 'Galeria de Fotos', '', '', 0),
(10, 'Nova Galeria', 'galeria_dados.php', '', 9),
(11, 'Ver Galerias', 'galeria.php', '', 9),
(13, 'Editar Categorias', 'noticias_categorias.php', '', 1),
(16, 'Exportar E-mails', 'newsletter.php', '', 14),
(17, 'Destaques', '', '', 0),
(18, 'Ver Destaques', 'destaque.php', '', 17),
(19, 'Novo Destaque', 'destaque_dados.php', '', 17),
(20, 'Comentários', 'galeria_comentarios.php', '', 9),
(21, 'Comentários', 'noticias_comentarios.php', '', 1),
(23, 'Páginas Fixas', '', '', 0),
(24, 'Editar', 'conteudo.php', '', 23),
(28, 'Compromissos', '', '', 0),
(29, 'Ver Compromissos', 'calendario.php', '', 28),
(30, 'Adicionar Novo Compromisso', 'calendario_dados.php', '', 28),
(41, 'Vídeos', '', '', 0),
(42, 'Categorias dos Vídeos', 'videos_categorias.php', '', 41),
(43, 'Adicionar e Ver Vídeos', 'videos.php', '', 42),
(47, 'Loja Virtual', '', '', 9999),
(48, 'Ver Produtos', 'loja.php', '', 47),
(49, 'Adicionar um Produto', 'loja_dados.php', '', 47),
(50, 'Categorias', 'loja_categorias.php', '', 47),
(51, 'Vendas Pendentes', 'loja_vendas_pendentes.php', '', 47),
(52, 'Vendas Concluídas', 'loja_vendas_concluidas.php', '', 47),
(63, 'Sociedades', '', '', 0),
(64, 'Ver sociedades', 'lideranca.php', '', 63),
(65, 'Adicionar Sociedades', 'lideranca_dados.php', '', 63);

-- --------------------------------------------------------

--
-- Estrutura da tabela `adm_permissoes`
--

CREATE TABLE IF NOT EXISTS `adm_permissoes` (
  `id_usuario` int(11) NOT NULL,
  `id_menu` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Extraindo dados da tabela `adm_permissoes`
--

INSERT INTO `adm_permissoes` (`id_usuario`, `id_menu`) VALUES
(7, 41),
(7, 63),
(7, 23),
(7, 1),
(7, 35),
(7, 9),
(7, 17),
(7, 28),
(7, 15),
(1, 41),
(1, 63),
(1, 23),
(1, 1),
(1, 9),
(1, 37),
(1, 17),
(1, 28);

-- --------------------------------------------------------

--
-- Estrutura da tabela `adm_usuarios`
--

CREATE TABLE IF NOT EXISTS `adm_usuarios` (
  `id_usuario` int(11) NOT NULL AUTO_INCREMENT,
  `nome` varchar(100) NOT NULL,
  `login` varchar(20) NOT NULL,
  `senha` varchar(32) NOT NULL,
  `email` varchar(100) NOT NULL,
  `data_login` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `flag_status` int(11) NOT NULL,
  PRIMARY KEY (`id_usuario`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;

--
-- Extraindo dados da tabela `adm_usuarios`
--

INSERT INTO `adm_usuarios` (`id_usuario`, `nome`, `login`, `senha`, `email`, `data_login`, `flag_status`) VALUES
(1, 'Administrador', 'admin', '21232f297a57a5a743894a0e4a801fc3', 'arte_evolution@hotmail.com.br', '2013-09-30 23:40:28', 1);

-- --------------------------------------------------------

--
-- Estrutura da tabela `calendario`
--

CREATE TABLE IF NOT EXISTS `calendario` (
  `id_evento` int(11) NOT NULL AUTO_INCREMENT,
  `titulo` varchar(255) CHARACTER SET latin1 NOT NULL,
  `data` date NOT NULL DEFAULT '0000-00-00',
  `descricao` longtext CHARACTER SET latin1 NOT NULL,
  `imagem` varchar(255) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id_evento`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=20 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `estados`
--

CREATE TABLE IF NOT EXISTS `estados` (
  `id_estado` int(11) NOT NULL AUTO_INCREMENT,
  `estado` varchar(255) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id_estado`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=28 ;

--
-- Extraindo dados da tabela `estados`
--

INSERT INTO `estados` (`id_estado`, `estado`) VALUES
(1, 'Amazonas'),
(2, 'ParÃ¡'),
(3, 'Mato Grosso'),
(4, 'Minas Gerais'),
(5, 'Bahia'),
(6, 'Mato Grosso do Sul'),
(7, 'GoiÃ¡s'),
(8, 'MaranhÃ£o'),
(9, 'Rio Grande do Sul'),
(10, 'Tocantins'),
(11, 'PiauÃ'),
(12, 'SÃ£o Paulo'),
(13, 'RondÃ´nia'),
(14, 'Roraima'),
(15, 'ParanÃ¡'),
(16, 'Acre'),
(17, 'CearÃ¡'),
(18, 'AmapÃ¡'),
(19, 'Pernanbuco'),
(20, 'Santa Catarina'),
(21, 'ParaÃba'),
(22, 'Rio Grande do Norte'),
(23, 'EspÃrito Santo'),
(24, 'Rio de Janeiro'),
(25, 'Alagoas'),
(26, 'Sergipe'),
(27, 'Distrito Federal');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbagenda`
--

CREATE TABLE IF NOT EXISTS `tbagenda` (
  `id_agenda` int(11) NOT NULL AUTO_INCREMENT,
  `titulo` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `descricao` varchar(500) COLLATE latin1_general_ci NOT NULL,
  `imagem` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `data` date NOT NULL DEFAULT '0000-00-00',
  PRIMARY KEY (`id_agenda`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=2 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbconfiguracoes`
--

CREATE TABLE IF NOT EXISTS `tbconfiguracoes` (
  `nomesite` varchar(255) CHARACTER SET latin1 NOT NULL,
  `slogansite` varchar(255) CHARACTER SET latin1 NOT NULL,
  `emailsite` varchar(255) CHARACTER SET latin1 NOT NULL,
  `telefone1` varchar(255) CHARACTER SET latin1 NOT NULL,
  `telefone2` varchar(255) CHARACTER SET latin1 NOT NULL,
  `telefone3` varchar(255) CHARACTER SET latin1 NOT NULL,
  `produtoservico` varchar(255) CHARACTER SET latin1 NOT NULL,
  `youtube` varchar(255) CHARACTER SET latin1 NOT NULL,
  `imagem` varchar(255) CHARACTER SET latin1 NOT NULL,
  `endereco` longtext CHARACTER SET latin1 NOT NULL,
  `id_config` int(11) NOT NULL AUTO_INCREMENT,
  `corsite` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `url` varchar(255) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id_config`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=2 ;

--
-- Extraindo dados da tabela `tbconfiguracoes`
--

INSERT INTO `tbconfiguracoes` (`nomesite`, `slogansite`, `emailsite`, `telefone1`, `telefone2`, `telefone3`, `produtoservico`, `youtube`, `imagem`, `endereco`, `id_config`, `corsite`, `url`) VALUES
('Script de Igreja', 'Uma hova Igreja', 'arte_evolution@hotmail.com.br', '', '', '', 'hospedaevolution', '', 'logo(1).png', '<font face="Arial, Helvetica, sans-serif" size="2"><span style="line-height: 1.5em !important;">Rua CapitÃ£o Franklin de Castro,xx&nbsp;</span></font><span style="font-size: small; line-height: 1.5em !important;">Rio&nbsp;</span><span style="font-size: small;">ParanaÃ­ba</span><span style="font-size: small; line-height: 1.5em !important;">&nbsp;- Minas Gerais</span>', 1, '', 'http://www.hospedaevolution.com/sistema');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbcongregacoes`
--

CREATE TABLE IF NOT EXISTS `tbcongregacoes` (
  `id_congregacao` int(11) NOT NULL AUTO_INCREMENT,
  `id_estado` varchar(11) CHARACTER SET latin1 NOT NULL,
  `nome` varchar(255) CHARACTER SET latin1 NOT NULL,
  `endereco` varchar(500) CHARACTER SET latin1 NOT NULL,
  `pastor` varchar(255) CHARACTER SET latin1 NOT NULL,
  `telefone` varchar(255) CHARACTER SET latin1 NOT NULL,
  `cidade` varchar(255) CHARACTER SET latin1 NOT NULL,
  `bairro` varchar(255) CHARACTER SET latin1 NOT NULL,
  `cep` varchar(255) CHARACTER SET latin1 NOT NULL,
  `mapa` varchar(500) CHARACTER SET latin1 NOT NULL,
  `imagem` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `site` varchar(255) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id_congregacao`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=6 ;

--
-- Extraindo dados da tabela `tbcongregacoes`
--

INSERT INTO `tbcongregacoes` (`id_congregacao`, `id_estado`, `nome`, `endereco`, `pastor`, `telefone`, `cidade`, `bairro`, `cep`, `mapa`, `imagem`, `site`) VALUES
(5, '4', 'Igreja', '', 'Pastor', '(34) XXXX_XXXX', 'Cidade', 'Zona Rural', '38810-000', '', '', 'seusite.com.br');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbcontador`
--

CREATE TABLE IF NOT EXISTS `tbcontador` (
  `id_pagina` int(11) NOT NULL AUTO_INCREMENT,
  `acessos` varchar(255) NOT NULL,
  PRIMARY KEY (`id_pagina`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Extraindo dados da tabela `tbcontador`
--

INSERT INTO `tbcontador` (`id_pagina`, `acessos`) VALUES
(1, '7257');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbconteudo`
--

CREATE TABLE IF NOT EXISTS `tbconteudo` (
  `id_conteudo` int(11) NOT NULL AUTO_INCREMENT,
  `id_pagina` varchar(255) NOT NULL,
  `titulo` varchar(255) NOT NULL,
  `texto` text NOT NULL,
  PRIMARY KEY (`id_conteudo`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;

--
-- Extraindo dados da tabela `tbconteudo`
--

INSERT INTO `tbconteudo` (`id_conteudo`, `id_pagina`, `titulo`, `texto`) VALUES
(3, '', 'Sobre nossa Igreja', '<p></p><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><br><p></p>'),
(1, '', 'Lideres', '<b style="font-family: sans-serif; background-color: rgb(255, 255, 255); "></b><p class="MsoNormal"><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><br></p>'),
(4, '', 'Onde Estamos', '<div style="font-family: Arial, Helvetica, sans-serif !important; font-size: small; line-height: 1.5em !important; color: rgb(34, 34, 34); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);"><span style="font-weight: bolder;">EndereÃ§o: Loren,loren</span></div><div style="font-family: Arial, Helvetica, sans-serif !important; font-size: small; line-height: 1.5em !important; color: rgb(34, 34, 34); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); margin-top: 4px; padding-top: 4px;"><span style="font-weight: bolder; margin-right: 4px;">Telefone:</span>(34) xxxx-xxxx</div><br><font face="Arial, Helvetica, sans-serif" size="2"><span style="line-height: 19.5px;"><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com.br/?ie=UTF8&amp;ll=-18.830916,-46.691895&amp;spn=1.437541,2.705383&amp;t=m&amp;z=9&amp;output=embed"></iframe><br><small><a href="https://maps.google.com.br/?ie=UTF8&amp;ll=-18.830916,-46.691895&amp;spn=1.437541,2.705383&amp;t=m&amp;z=9&amp;source=embed" style="color:#0000FF;text-align:left">Exibir mapa ampliado</a></small></span></font><br><font face="Arial, Helvetica, sans-serif"><span style="line-height: 1.5em !important;"><small></small></span></font>');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbconteudo_categorias`
--

CREATE TABLE IF NOT EXISTS `tbconteudo_categorias` (
  `id_pagina` int(11) NOT NULL AUTO_INCREMENT,
  `pagina` varchar(255) CHARACTER SET latin1 NOT NULL,
  PRIMARY KEY (`id_pagina`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbdepartamentos`
--

CREATE TABLE IF NOT EXISTS `tbdepartamentos` (
  `id_departamentos` int(11) NOT NULL AUTO_INCREMENT,
  `id_categoria` int(11) NOT NULL,
  `titulo` varchar(100) NOT NULL DEFAULT '',
  `subtitulo` varchar(255) NOT NULL DEFAULT '',
  `texto` longtext NOT NULL,
  `data` date NOT NULL DEFAULT '0000-00-00',
  `codigo` varchar(32) NOT NULL DEFAULT '',
  `contador` int(11) NOT NULL DEFAULT '0',
  `flag_status` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id_departamentos`),
  KEY `id_artistas` (`id_departamentos`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=115 ;

--
-- Extraindo dados da tabela `tbdepartamentos`
--

INSERT INTO `tbdepartamentos` (`id_departamentos`, `id_categoria`, `titulo`, `subtitulo`, `texto`, `data`, `codigo`, `contador`, `flag_status`) VALUES
(107, 6, 'Descansa (Amanda Florence )', 'As mÃºsicas ', 'Acaba de chegar ao cenÃ¡rio gospel o CD&nbsp;<span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; ">Descansa</span>&nbsp;da cantora Amanda Florence. Um trabalho inovador e envolvente, dotado de muita personalidade, que jÃ¡ tem alcanÃ§ado cristÃ£os e nÃ£o cristÃ£os de diferentes faixas etÃ¡rias.&nbsp;<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; "><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; ">Amanda faz parte de uma famÃ­lia de Ministros de Louvor. Ã‰ filha do consagrado cantor e pastor Armando Filho, autor das canÃ§Ãµes "VocÃª tem valor", "Nenhuma CondenaÃ§Ã£o" e "Podes Reinar", dentre tantas outras que marcaram a MÃºsica CristÃ£.&nbsp;<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; "><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; ">O Ãlbum foi gravado nos EstÃºdios da Line Records e Supernova do Rio de Janeiro, sob a produÃ§Ã£o Musical de Elivelton Horst. Apresenta 10 faixas, sendo cinco de autoria da prÃ³pria cantora, incluindo a canÃ§Ã£o tema "Descansa", composta quando sua mÃ£e foi diagnosticada com cÃ¢ncer. TrÃªs faixas do CD sÃ£o regravaÃ§Ãµes de canÃ§Ãµes de autoria do seu pai, que faz participaÃ§Ã£o especial na mÃºsica "Sobre as Ondas". As outras duas faixas foram compostas por Elton Rafael, seu irmÃ£o.&nbsp;', '2011-08-25', '7be964d04ea5dd0e50ea1a97cf1fe51e', 58, 1),
(108, 7, 'GlÃ³ria in Rio', 'O disco encerra com a famosa canÃ§Ã£o de Claudio Claro, ', 'A MK Music acaba de lanÃ§ar o novo Ã¡lbum de Fernanda Brum,&nbsp;<font class="Apple-style-span" color="#333333" face="Arial, Helvetica, sans-serif"><span class="Apple-style-span" style="font-size: 14px; line-height: 1.5em !important; border-width: initial; border-color: initial; z-index: 0;">GlÃ³ria in Rio - Ao Vivo</span>.O Ã¡lbum Ã© o registro em Ã¡udio da gravaÃ§Ã£o do DVD homÃ´nimo, realizada em maio desse ano na comunidade de VigÃ¡rio Geral, Zona Norte do Rio de Janeiro.&nbsp;</font><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; "><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; ">Para que o projeto se tornasse possÃ­vel, a praÃ§a Tropicalismo, no Centro Cultural Waly SalomÃ£o (Afroreggae), foi transformada: ganhou um colorido especial com o cenÃ¡rio produzido pela MK Music especificamente para a ocasiÃ£o. Com entrada gratuita, milhares de pessoas foram atÃ© VigÃ¡rio Geral conferir de perto essa superproduÃ§Ã£o, dirigida por Marina de Oliveira.&nbsp;<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; "><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; ">Esse foi o primeiro DVD gospel captado dentro de uma comunidade nÃ£o pacificada do Rio de Janeiro. "GlÃ³ria", o mais recente CD de Fernanda Brum - que jÃ¡ Ã© Disco de Platina - foi a base o repertÃ³rio do DVD GlÃ³ria In Rio. O CD traz 15 faixas."&nbsp;<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; "><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; ">Fernanda cantou as mÃºsicas do GlÃ³ria, alÃ©m de "Tempo de Crescer", com a participaÃ§Ã£o de Kleber Lucas, e "PalÃ¡cios", gravada hÃ¡ alguns anos, pelo RebanhÃ£o. ParticipaÃ§Ãµes especiais nÃ£o faltaram, alÃ©m de Kleber, Jairo Bonfim ("GlÃ³ria do Pai"), coral RenovaSoul ("GlÃ³ria do Pai", "No Sangue e no Fogo"), pregador Luo ("PavÃ£o PavÃ£ozinho") e o grupo Afrolata ("PavÃ£o PavÃ£ozinho" e "Videira"). Emerson Pinheiro, produtor musical do DVD GlÃ³ria in Rio, cantou "Rio de Janeiro", que Ã© um clamor a Deus pela cidade Maravilhosa, e "Mergulhei".&nbsp;<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; "><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; ">O disco encerra com a famosa canÃ§Ã£o de Claudio Claro, "Videira", que empolgou a todos os presentes na gravaÃ§Ã£o.&nbsp;<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; "><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; z-index: 0; ">Da comunidade de VigÃ¡rio Geral para o mundo, uma noite profÃ©tica de libertaÃ§Ã£o e transformaÃ§Ã£o.', '2011-08-25', 'c59792e5b5e7b22c86a7de119d830129', 184, 1),
(109, 10, 'Congresso Infantil', 'Dos tais Ã© o Reino dos ceus ', '<font class="Apple-style-span" size="2" style="font-family: Arial, Helvetica, sans-serif !important; "><span class="Apple-style-span" style="line-height: 1.5em !important;">Traga seu filho para o evento mais aguardado pelos pequeninos.</span></font><div style="font-family: Arial, Helvetica, sans-serif !important; font-size: 13px; line-height: 1.5em !important; "><br></div><div style="font-family: Arial, Helvetica, sans-serif !important; font-size: 13px; line-height: 1.5em !important; "><br></div>', '2011-10-12', '2098fe53864da4d305b3f1dc4ad5d48a', 65, 1),
(110, 6, 'Louvor e AdoraÃ§Ã£o', '', '<span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; line-height: normal; background-color: rgb(236, 236, 236); "><p align="justify" class="style10" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; color: rgb(0, 0, 0); ">O Adoremos! nasceu de um desejo de termos em nossa cidade e regiÃ£o, um congresso de louvor e adoraÃ§Ã£o, que pudesse trazer algo mais para abenÃ§oar aos irmÃ£os, as igrejas e ministÃ©rios de louvor que servem a Deus nas igrejas locais. Temos buscado trazer irmÃ£os e ministÃ©rios que Deus tem levantado para abenÃ§oar o Brasil, entre os que jÃ¡ ministraram no Adoremos! temos os seguintes irmÃ£os e ministÃ©rios: Pr. Daniel Branco, Ap. Marco Thomazzi (MInistÃ©rio Ipiranga), Lucas Santana, MinistÃ©rio Ipiranga, Lucas Souza Banda, MInistÃ©rio CoraÃ§Ãµes Apaixonados, Vila do Louvor, Vineyard Bauru (AndrÃ©ia Miassaca), David M. Quinlan (PFG) e MinistÃ©rio Livres para Adorar e Juliano Son.</p><p align="justify" class="style10" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; color: rgb(0, 0, 0); "><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">Normalmente nÃ£o hÃ¡ eventos especÃ­ficos e regulares na Ã¡rea de louvor e adoraÃ§Ã£o fora dos grandes centros, como Curitiba e SÃ£o Paulo. E para suprir essa falta de um evento em nossa regiÃ£o que pudesse abenÃ§oar um nÃºmero maior de pessoas e igrejas foi que nasceu o Adoremos!. E desde 2005 com a graÃ§a de Deus temos conseguido realizar todos os anos este congresso que tem sido benÃ§Ã£o na vida de muitas pessoas e tem alcanÃ§ado vÃ¡rias igrejas e cidades do Estado do ParanÃ¡ e atÃ© de outros Estados do Brasil.</p><p align="justify" class="style10" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; color: rgb(0, 0, 0); ">O Adoremos! Ã© organizado pela PRIMEIRA IGREJA PRESBITERIANA RENOVADA DE CAMPO MOURÃƒO, mas Ã© um evento que visa abenÃ§oar a todas as igrejas evangÃ©licas e ministÃ©rios da nossa regiÃ£o.</p><p class="style10" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; color: rgb(0, 0, 0); ">Por isso convidamos as igrejas, pastores, ministÃ©rios de louvor, irmÃ£os, ou seja, todos aqueles que foram chamados pelo Senhor para serem verdadeiros adoradores para participarem do Adoremos! 2011. Com certeza vocÃª serÃ¡ grandemente abenÃ§oado pelo Senhor.&nbsp;<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">Estamos prontos para recebe-los, entre em contato e saiba mais informaÃ§Ãµes sobre o Adoremos! 2011.</p></span>', '2011-08-26', '5e35f2512f72ab5ffdb3ecc548e68be9', 23, 1),
(111, 7, 'Dependentes de Deus', 'Acampamento ', 'No dia da Independencia do Brasil, declare sua total dependencia de Deus.<div>Venha participar do I Acampamento da Rede de Jovens.</div>', '2011-09-07', '0327b8b1f30f3cd46a2201e923e861af', 14, 1),
(112, 9, 'Imagens Rede de Homens', 'Imagens RH', '<span class="Apple-style-span" style="background-color: rgb(242, 242, 242); ">A Rede de Homens da Igreja Modelo tem como&nbsp;propÃ³sito&nbsp;estabelecer um ambiente de homens determinados, com o carÃ¡ter forjado por JESUS, cheios do EspÃ­rito Santo.&nbsp;<br><br>Estes homens se manifestarÃ£o como filhos de Deus, a partir da restauraÃ§Ã£o do sacerdÃ³cio em seus lares.&nbsp;<br><br>Temos tambÃ©m como objetivos da Rede de Homens com PropÃ³sito:&nbsp;<br><br>- Promover o crescimento espiritual adequado ao homem de Deus nos dias atuais;<br>- Praticar a oraÃ§Ã£o como um estilo de vida;<br>- Estabelecer a autoridade sacerdotal no seu lar, fazendo deste uma extensÃ£o da igreja;<br>- Gerar compromisso e carÃ¡ter cristÃ£o no homem de Deus;<br>- Promover encontros visando evangelismo direto;<br>- Resgatar os valores da famÃ­lia;<br>- Resgatar os cultos nos lares;<br>- Abrir novas cÃ©lulas.&nbsp;<br><br><span class="Apple-style-span" style="border-style: initial; border-color: initial; ">"Aos quais DEUS quis fazer conhecer quais sÃ£o as riquezas da glÃ³ria deste mistÃ©rio para os gentios, que Ã© CRISTO em vÃ³s, a esperanÃ§a da glÃ³ria: A quem anunciamos, admoestando a todo homem, e ensinando a todo homem, em toda a sabedoria: para que apresentemos todo homem perfeito em JESUS CRISTO."&nbsp;</span><br><br><span class="Apple-style-span" style="border-style: initial; border-color: initial; ">Colossenses 1:27-28</span></span>', '2011-08-30', '12d42d74b543a13fe81bdc2e05a45f2c', 49, 1),
(113, 9, 'Rede de Homens', '', '<span class="Apple-style-span" style="color: rgb(85, 85, 85); font-family: ''Segoe UI'', ''Trebuchet MS'', Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; background-color: rgb(255, 255, 255); "><div align="justify" style="font-size: 12px; "><h3 style="line-height: normal; font-size: 18px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong>"... Cristo em vÃ³s, a esperanÃ§a da glÃ³ria, o qual nÃ³s anunciamos, admoestando a todo homem, e ensinando a todo homem em toda a sabedoria, para que apresentemos todo homem perfeito em Cristo..." Colossenses 1: 27 e 28.</strong></h3><p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">A Rede de Homens Ã© realizada as quintas-feiras, as 19:00h na sede da Igreja Modelo, sob a lideranÃ§a do Pr. Fulano, ela dÃ¡ sustentaÃ§Ã£o as cÃ©lulas dos homens.</p></div><div align="justify" style="font-size: 12px; ">O objetivo da Rede de Homens Ã© trazer uma palavra de ensino especÃ­fica para os homens, levando-os a conscientizaÃ§Ã£o do seu papel na construÃ§Ã£o do Reino de Deus. Levantar homens para clamar em suas famÃ­lias pela redenÃ§Ã£o da naÃ§Ã£o.</div></span>', '2011-08-31', '05036ddc5027dadf10ebe8ae77a8f9c3', 20, 1),
(114, 9, 'Homem de Verdade', 'Estudo Rede de Homens', '<span class="Apple-style-span" style="font-size: 12px; line-height: 18px; background-color: rgb(255, 255, 255); "><p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">Cremos que um novo tempo se inicia, tempo em que o Senhor curarÃ¡, restaurarÃ¡ e levantarÃ¡ uma geraÃ§Ã£o com&nbsp;<strong><em>â€œHomens de Verdadeâ€</em></strong>. Esse foi o tema da mensagem ministrada pelo Pr. Aguinaldo, baseada em&nbsp;<em><strong>1 Samuel 1:1-28</strong></em>, abordando&nbsp;<strong><em>aspectos do carÃ¡ter</em></strong>&nbsp;de Elcana, marido de Ana que era estÃ©ril, mas que milagrosamente gerou Samuel e o entregou ao Senhor.</p><p align="center" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong><em>O Homem de Verdade:</em></strong></p><ul style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; "><li style="background-image: url(http://www.cristoepoder.com.br/site/templates/ja_rutile/images/bullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; padding-left: 30px; background-position: 20px 8px; background-repeat: no-repeat no-repeat; "><strong><em>Ama a Deus e o busca. Tem um coraÃ§Ã£o quebrantado e se humilha diante do Senhor;</em></strong></li><li style="background-image: url(http://www.cristoepoder.com.br/site/templates/ja_rutile/images/bullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; padding-left: 30px; background-position: 20px 8px; background-repeat: no-repeat no-repeat; "><strong><em>Ama sua famÃ­lia e a conduz sempre a adorar ao Senhor em toda e qualquer situaÃ§Ã£o;</em></strong></li><li style="background-image: url(http://www.cristoepoder.com.br/site/templates/ja_rutile/images/bullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; padding-left: 30px; background-position: 20px 8px; background-repeat: no-repeat no-repeat; "><strong><em>Tem voz profÃ©tica em seu lar, ora e abenÃ§oa sua casa, sua famÃ­lia, seus amigos;</em></strong></li><li style="background-image: url(http://www.cristoepoder.com.br/site/templates/ja_rutile/images/bullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; padding-left: 30px; background-position: 20px 8px; background-repeat: no-repeat no-repeat; "><strong><em>Influencia positivamente seus filhos e filhas, pois Ã© referÃªncia (honesto, amoroso, educado, leal, etc);</em></strong></li><li style="background-image: url(http://www.cristoepoder.com.br/site/templates/ja_rutile/images/bullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; padding-left: 30px; background-position: 20px 8px; background-repeat: no-repeat no-repeat; "><strong><em>Tem sabedoria para administrar conflitos e crises de modo a buscar soluÃ§Ãµes e nÃ£o gerar mais problemas;</em></strong></li><li style="background-image: url(http://www.cristoepoder.com.br/site/templates/ja_rutile/images/bullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; padding-left: 30px; background-position: 20px 8px; background-repeat: no-repeat no-repeat; "><strong><em>Ama incondicionalmente sua esposa, respeita seus sentimentos, admira suas qualidades e a encoraja a vencer seus desafios;</em></strong></li></ul><p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">A equipe de Teatro, formada apenas por homens, abordou aspectos negativos dos dois extremos do que Ã© ser&nbsp;<em>Homem segundo o Mundo</em>. Como o&nbsp;<em>â€œHomem-Bananaâ€</em>&nbsp;que nÃ£o assume sua posiÃ§Ã£o de cabeÃ§a no lar, de chefe de famÃ­lia, colocando toda responsabilidade sobre os ombros de sua esposa. NÃ£o sendo respeitado pelos filhos nem pela mulher, pois nÃ£o enxergam sua autoridade. Por Ãºltimo foi o&nbsp;<em>â€œCabra-Machoâ€</em>&nbsp;que Ã© o outro extremo: um homem autoritÃ¡rio, insensÃ­vel, auto-suficiente que oprime sua mulher, nÃ£o demonstra afeto pelos filhos e filhas. Esses dois tipos de Homens precisam ser restaurados pelo Senhor atravÃ©s do novo nascimento.<br style="height: 1px; font-size: 1px; "><br style="height: 1px; font-size: 1px; ">Lares destruÃ­dos, casamentos em ruÃ­nas, filhos se drogando, filhas se prostituindo. Isso Ã© plano de Deus? Claro que nÃ£o! Isso Ã© fruto da falta do EspÃ­rito de Deus e dos Seus valores na famÃ­lia. Um novo tempo chegou onde as REDES atuarÃ£o resgatando Jovens, Adolescentes, Homens, Mulheres e Casais atravÃ©s do louvor, adoraÃ§Ã£o e da palavra porque oramos segundo o evangelho de&nbsp;<em><strong>Lucas, capÃ­tulo 4, v.18 e 19:</strong></em></p><p align="center" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong><em>â€œ</em></strong><strong><em>O EspÃ­rito do Senhor estÃ¡ sobre nÃ³s, Pois Ele nos ungiu para evangelizar os pobres. Nos enviou a curar os quebrantados do coraÃ§Ã£o, a pregar liberdade aos cativos, e restaurar visÃ£o dos cegos, a pÃ´r em liberdade os oprimidos, e anunciar o ano aceitÃ¡vel do Senhorâ€.</em></strong></p><p align="right" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong><em>Pr. Robson Martin</em></strong></p></span>', '2011-08-30', 'f8f31af29bbf2ed046c2d22f8d67005e', 9, 1);

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbdepartamentos_categorias`
--

CREATE TABLE IF NOT EXISTS `tbdepartamentos_categorias` (
  `id_categoria` int(11) NOT NULL AUTO_INCREMENT,
  `categoria` varchar(255) CHARACTER SET latin1 NOT NULL,
  PRIMARY KEY (`id_categoria`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=13 ;

--
-- Extraindo dados da tabela `tbdepartamentos_categorias`
--

INSERT INTO `tbdepartamentos_categorias` (`id_categoria`, `categoria`) VALUES
(7, 'Rede de Jovens'),
(6, 'Louvor'),
(8, 'Rede de Casais'),
(9, 'Rede de Homens'),
(10, 'Rede de CrianÃ§as'),
(12, 'Rede de Mulheres');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbdepartamentos_comentarios`
--

CREATE TABLE IF NOT EXISTS `tbdepartamentos_comentarios` (
  `id_comentario` int(11) NOT NULL AUTO_INCREMENT,
  `id_departamentos` int(11) NOT NULL,
  `nome` varchar(255) NOT NULL,
  `email` varchar(100) NOT NULL,
  `mensagem` mediumtext NOT NULL,
  `datahora` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ip` varchar(15) NOT NULL,
  `flag_status` char(1) NOT NULL,
  PRIMARY KEY (`id_comentario`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=20 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbdepartamentos_config`
--

CREATE TABLE IF NOT EXISTS `tbdepartamentos_config` (
  `campo` varchar(255) NOT NULL DEFAULT '',
  `valor` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`campo`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbdepartamentos_fotos`
--

CREATE TABLE IF NOT EXISTS `tbdepartamentos_fotos` (
  `id_foto` int(11) NOT NULL AUTO_INCREMENT,
  `id_departamentos` int(11) NOT NULL DEFAULT '0',
  `imagem` varchar(100) NOT NULL DEFAULT '',
  `legenda` varchar(255) NOT NULL DEFAULT '',
  `contador` int(11) NOT NULL DEFAULT '0',
  `flag_status` int(1) NOT NULL DEFAULT '0',
  `posicao` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_foto`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1647 ;

--
-- Extraindo dados da tabela `tbdepartamentos_fotos`
--

INSERT INTO `tbdepartamentos_fotos` (`id_foto`, `id_departamentos`, `imagem`, `legenda`, `contador`, `flag_status`, `posicao`) VALUES
(1635, 107, '1314277570204628.jpg', '', 0, 1, 1000),
(1634, 107, '1314277570279267.jpg', '', 0, 1, 1000),
(1636, 108, '1314277724682851.jpg', '', 0, 1, 1000),
(1637, 108, '1314277724890581.jpg', '', 0, 1, 1000),
(1638, 108, '1314277724816750.jpg', '', 0, 1, 1000),
(1639, 108, '1314628262557007.php', '', 0, 1, 1000),
(1640, 108, '1314628262255733.php', '', 0, 1, 1000),
(1641, 111, '1314740770397982.jpeg', '', 0, 1, 1000),
(1642, 112, '1314741562787491.jpeg', '', 0, 1, 1000),
(1643, 112, '1314741600969474.jpeg', '', 0, 1, 1000),
(1644, 112, '1314741646688706.jpeg', '', 0, 1, 1000),
(1645, 113, '1314743852633832.jpg', '', 0, 1, 1000),
(1646, 114, '1314744382391715.jpeg', '', 0, 1, 1000);

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbdestaque`
--

CREATE TABLE IF NOT EXISTS `tbdestaque` (
  `id_destaque` int(11) NOT NULL AUTO_INCREMENT,
  `titulo` varchar(255) NOT NULL,
  `descricao` text NOT NULL,
  `categoria` varchar(255) NOT NULL,
  `imagem` varchar(100) NOT NULL,
  `destino` varchar(255) NOT NULL,
  PRIMARY KEY (`id_destaque`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=71 ;

--
-- Extraindo dados da tabela `tbdestaque`
--

INSERT INTO `tbdestaque` (`id_destaque`, `titulo`, `descricao`, `categoria`, `imagem`, `destino`) VALUES
(67, 'Aqui em nossa cidade temos ABU!', 'Sejam todos bem vindos!', '', 'abub.png', '#'),
(68, 'Em 2013', '<font face="Arial, Helvetica, sans-serif" size="2"><span style="line-height: 19.5px;">JÃ¡ tenho mil motivos pra louvar e agradecer</span></font>', '', '2013.png', '#');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbdownloads`
--

CREATE TABLE IF NOT EXISTS `tbdownloads` (
  `id_download` int(11) NOT NULL AUTO_INCREMENT,
  `id_categoria` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `titulo` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `descricao` varchar(500) COLLATE latin1_general_ci NOT NULL,
  `arquivo` varchar(255) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id_download`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=9 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbdownloads_categorias`
--

CREATE TABLE IF NOT EXISTS `tbdownloads_categorias` (
  `id_categoria` int(11) NOT NULL AUTO_INCREMENT,
  `categoria` varchar(255) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id_categoria`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=8 ;

--
-- Extraindo dados da tabela `tbdownloads_categorias`
--

INSERT INTO `tbdownloads_categorias` (`id_categoria`, `categoria`) VALUES
(1, 'Estudos BÃ­blicos'),
(2, 'PregaÃ§Ãµes'),
(6, 'Fotos'),
(7, 'Geral');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbedicao_digital`
--

CREATE TABLE IF NOT EXISTS `tbedicao_digital` (
  `id_edicao` int(11) NOT NULL AUTO_INCREMENT,
  `titulo` varchar(255) NOT NULL,
  `data` date NOT NULL,
  `imagem` varchar(100) NOT NULL,
  `arquivo` varchar(100) NOT NULL,
  PRIMARY KEY (`id_edicao`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbgalerias`
--

CREATE TABLE IF NOT EXISTS `tbgalerias` (
  `id_galeria` int(11) NOT NULL AUTO_INCREMENT,
  `titulo` varchar(100) NOT NULL DEFAULT '',
  `local` varchar(255) NOT NULL DEFAULT '',
  `data` date NOT NULL DEFAULT '0000-00-00',
  `descricao` text NOT NULL,
  `codigo` varchar(32) NOT NULL DEFAULT '',
  `contador` int(11) NOT NULL DEFAULT '0',
  `flag_status` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id_galeria`),
  KEY `id_galeria` (`id_galeria`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=60 ;

--
-- Extraindo dados da tabela `tbgalerias`
--

INSERT INTO `tbgalerias` (`id_galeria`, `titulo`, `local`, `data`, `descricao`, `codigo`, `contador`, `flag_status`) VALUES
(59, 'TEste', 'teste', '2013-09-30', '', '0d2a6aa7a8df2b5ef4b9217c7a3b4da3', 2, 1),
(58, 'Acampamento', 'Acamp', '2013-09-30', '', 'd5f6c66b30b4a8cfd552dec3b6d80987', 0, 1),
(57, 'Wallpaper', 'Wallpaper', '2013-09-30', '', 'f8b1b9c639f389af94b1f1c20e017f37', 4, 1);

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbgalerias_comentarios`
--

CREATE TABLE IF NOT EXISTS `tbgalerias_comentarios` (
  `id_comentario` int(11) NOT NULL AUTO_INCREMENT,
  `id_galeria` int(11) NOT NULL,
  `nome` varchar(255) NOT NULL,
  `email` varchar(100) NOT NULL,
  `mensagem` mediumtext NOT NULL,
  `datahora` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ip` varchar(15) NOT NULL,
  `flag_status` char(1) NOT NULL,
  PRIMARY KEY (`id_comentario`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbgalerias_config`
--

CREATE TABLE IF NOT EXISTS `tbgalerias_config` (
  `campo` varchar(255) NOT NULL DEFAULT '',
  `valor` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`campo`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbgalerias_fotos`
--

CREATE TABLE IF NOT EXISTS `tbgalerias_fotos` (
  `id_foto` int(11) NOT NULL AUTO_INCREMENT,
  `id_galeria` int(11) NOT NULL DEFAULT '0',
  `imagem` varchar(100) NOT NULL DEFAULT '',
  `legenda` varchar(255) NOT NULL DEFAULT '',
  `contador` int(11) NOT NULL DEFAULT '0',
  `flag_status` int(1) NOT NULL DEFAULT '1',
  `posicao` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_foto`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1708 ;

--
-- Extraindo dados da tabela `tbgalerias_fotos`
--

INSERT INTO `tbgalerias_fotos` (`id_foto`, `id_galeria`, `imagem`, `legenda`, `contador`, `flag_status`, `posicao`) VALUES
(1707, 59, '1380582970708297.jpg', '', 0, 1, 1000),
(1705, 58, '1380582916749622.jpg', '', 0, 1, 1000),
(1706, 59, '1380582969930885.jpg', '', 0, 1, 1000),
(1704, 57, '1380582853687071.jpg', '', 0, 1, 1000),
(1703, 57, '1380582241611168.jpg', '', 0, 1, 1000);

-- --------------------------------------------------------

--
-- Estrutura da tabela `tblideranca`
--

CREATE TABLE IF NOT EXISTS `tblideranca` (
  `id_lideranca` int(11) NOT NULL AUTO_INCREMENT,
  `cargo` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `imagem` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `descricao` mediumtext COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id_lideranca`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=7 ;

--
-- Extraindo dados da tabela `tblideranca`
--

INSERT INTO `tblideranca` (`id_lideranca`, `cargo`, `imagem`, `descricao`) VALUES
(2, 'Homens', 'uph(1).png', '<p style="margin-top: 10px; margin-bottom: 15px; font-family: \\\\\\''Lucida Sans Unicode\\\\\\'', \\\\\\''Lucida Grande\\\\\\'', \\\\\\''Lucida Sans\\\\\\'', Lucida, sans-serif; line-height: 16px;"><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><br></p><p style="margin-top: 10px; margin-bottom: 15px; font-family: \\\\\\''Lucida Sans Unicode\\\\\\'', \\\\\\''Lucida Grande\\\\\\'', \\\\\\''Lucida Sans\\\\\\'', Lucida, sans-serif; line-height: 16px;"><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;"><br></span></p>'),
(3, 'Mulheres ', 'saf.png', '<p style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 11.25pt; margin-left: 0cm; line-height: 14.25pt;"><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><br></p><p style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 11.25pt; margin-left: 0cm; line-height: 14.25pt;"><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;"><br></span></p> '),
(4, 'Jovens e Adolescentes ', 'jovens.png', '<p class="MsoNormal" style="margin-bottom: .0001pt; text-align: justify; line-height: 12.0pt;"><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><br></p><p class="MsoNormal" style="margin-bottom: .0001pt; text-align: justify; line-height: 12.0pt;"><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px;"><br></span></p> '),
(5, 'CrianÃ§as', 'ucp.png', '<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: 12.0pt;"></p><p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: 12pt;"><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><br></p><p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: 12pt;"><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;"><br></span></p><p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: 12pt;"><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;"><br></span></p>');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tblinks`
--

CREATE TABLE IF NOT EXISTS `tblinks` (
  `id_link` int(11) NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `texto` varchar(255) NOT NULL,
  PRIMARY KEY (`id_link`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;

--
-- Extraindo dados da tabela `tblinks`
--

INSERT INTO `tblinks` (`id_link`, `url`, `texto`) VALUES
(24, 'http://www.batistas.com/', 'ConvenÃ§Ã£o Batista'),
(27, 'http://www.ipb.org.br/portal/', 'IPB - Igreja Presbiteriana do Brasil'),
(28, 'google.com', 'ICP');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbloja`
--

CREATE TABLE IF NOT EXISTS `tbloja` (
  `id_produto` int(11) NOT NULL AUTO_INCREMENT,
  `data` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `id_categoria` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `titulo` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `preco` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `arquivo` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `descricao` mediumtext COLLATE latin1_general_ci NOT NULL,
  `flag_status` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id_produto`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=3 ;

--
-- Extraindo dados da tabela `tbloja`
--

INSERT INTO `tbloja` (`id_produto`, `data`, `id_categoria`, `titulo`, `preco`, `arquivo`, `descricao`, `flag_status`) VALUES
(2, '2011-09-03 15:27:33', '7', 'BÃ­blia Sagrada', '55.00', 'produto(1).jpg', '<span class="Apple-style-span" style="line-height: normal; "><p style="font-size: 1em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">Com texto na Nova TraduÃ§Ã£o na Linguagem de Hoje (NTLH) esta BÃ­blia estÃ¡ integralmente adaptada Ã  reforma ortogrÃ¡fica da lÃ­ngua portuguesa.<br><br><strong>Recursos</strong><br><br>:: Texto bÃ­bllico NTLH<br>:: VocabulÃ¡rio<br>:: O que a BÃ­blia diz sobre o perdÃ£o de Deus<br><br><strong>PÃºblico-alvo</strong><br><br>:: CristÃ£os em geral<br>:: Evangelistas</p><br><br><h2 style="font-size: 1em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">Ficha TÃ©cnica</h2><strong><br>BÃ­blia Sagrada NTLH - EdiÃ§Ã£o EconÃ´mica - Capa Dura</strong><br>- Sub-tÃ­tulo: Capa dura ilustrada&nbsp;<br>- VersÃ£o: Nova TraduÃ§Ã£o na Linguagem de Hoje<br>- ISBN: 789-85-218-0035-2&nbsp;<br>- NÃºmero de pÃ¡ginas: 1.120<br>- Formato: 10x13<br>- Encadernamento: Capa Dura<br>- Editora:&nbsp;<a href="http://www.casadabibliaonline.com/index?page=search/search_result&amp;mft=12313" class="crawling" style="outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; font-size: 1em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: none; color: rgb(25, 131, 202); ">SBB</a></span>', 1);

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbloja_categorias`
--

CREATE TABLE IF NOT EXISTS `tbloja_categorias` (
  `id_categoria` int(11) NOT NULL AUTO_INCREMENT,
  `categoria` varchar(255) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id_categoria`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=8 ;

--
-- Extraindo dados da tabela `tbloja_categorias`
--

INSERT INTO `tbloja_categorias` (`id_categoria`, `categoria`) VALUES
(7, 'Livros');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbmaterias`
--

CREATE TABLE IF NOT EXISTS `tbmaterias` (
  `id_materia` int(11) NOT NULL AUTO_INCREMENT,
  `titulo` varchar(100) NOT NULL,
  `data` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `texto` text NOT NULL,
  `imagem` varchar(100) NOT NULL,
  `id_categoria` int(11) NOT NULL,
  PRIMARY KEY (`id_materia`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=204 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbmaterias_categorias`
--

CREATE TABLE IF NOT EXISTS `tbmaterias_categorias` (
  `id_categoria` int(11) NOT NULL AUTO_INCREMENT,
  `categoria` varchar(255) NOT NULL,
  `email` varchar(200) NOT NULL,
  `cat_img` varchar(100) NOT NULL,
  PRIMARY KEY (`id_categoria`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbmural`
--

CREATE TABLE IF NOT EXISTS `tbmural` (
  `id_mural` int(11) NOT NULL AUTO_INCREMENT,
  `nome` varchar(100) NOT NULL,
  `email` varchar(100) NOT NULL,
  `mensagem` mediumtext NOT NULL,
  `datahora` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `flag_status` char(1) NOT NULL,
  PRIMARY KEY (`id_mural`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=63 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbnoticias`
--

CREATE TABLE IF NOT EXISTS `tbnoticias` (
  `id_noticia` int(11) NOT NULL AUTO_INCREMENT,
  `titulo` varchar(100) NOT NULL,
  `subtitulo` varchar(250) NOT NULL,
  `creditos` varchar(250) NOT NULL,
  `data` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `texto` text NOT NULL,
  `imagem` varchar(100) NOT NULL,
  `id_categoria` int(11) NOT NULL,
  PRIMARY KEY (`id_noticia`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=345 ;

--
-- Extraindo dados da tabela `tbnoticias`
--

INSERT INTO `tbnoticias` (`id_noticia`, `titulo`, `subtitulo`, `creditos`, `data`, `texto`, `imagem`, `id_categoria`) VALUES
(342, 'Lorem Ipsum Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos', 'Loran', 'Loren', '2013-09-30 23:09:31', '<strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><div><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;"><br></span></div>', 'Jesus_name_above_all_name(2).jpg', 2),
(343, 'Lorem Ipsum Ã© simplesmente uma simulaÃ§Ã£o', 'loren', 'Loran', '2013-09-30 23:11:17', '<strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><div><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;"><br></span></div>', 'Jesus_name_above_all_name(1).jpg', 1),
(344, 'Lorem Ipsum Ã© simplesmente uma simulaÃ§Ã£o de texto', 'Loran', 'Loren', '2013-09-30 23:11:52', '<strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span><strong style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">Lorem Ipsum</strong><span style="font-family: Arial, Helvetica, sans; font-size: 11px; line-height: 14px; text-align: justify;">&nbsp;Ã© simplesmente uma simulaÃ§Ã£o de texto da indÃºstria tipogrÃ¡fica e de impressos, e vem sendo utilizado desde o sÃ©culo XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu nÃ£o sÃ³ a cinco sÃ©culos, como tambÃ©m ao salto para a editoraÃ§Ã£o eletrÃ´nica, permanecendo essencialmente inalterado. Se popularizou na dÃ©cada de 60, quando a Letraset lanÃ§ou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoraÃ§Ã£o eletrÃ´nica como Aldus PageMaker.</span>', 'Jesus_name_above_all_name.jpg', 1);

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbnoticias_categorias`
--

CREATE TABLE IF NOT EXISTS `tbnoticias_categorias` (
  `id_categoria` int(11) NOT NULL AUTO_INCREMENT,
  `categoria` varchar(255) NOT NULL,
  PRIMARY KEY (`id_categoria`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;

--
-- Extraindo dados da tabela `tbnoticias_categorias`
--

INSERT INTO `tbnoticias_categorias` (`id_categoria`, `categoria`) VALUES
(2, 'Geral'),
(1, 'Cidade'),
(28, 'Mensagens');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbnoticias_comentarios`
--

CREATE TABLE IF NOT EXISTS `tbnoticias_comentarios` (
  `id_comentario` int(11) NOT NULL AUTO_INCREMENT,
  `id_noticia` int(11) NOT NULL,
  `nome` varchar(255) NOT NULL,
  `email` varchar(100) NOT NULL,
  `mensagem` mediumtext NOT NULL,
  `datahora` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ip` varchar(15) NOT NULL,
  `flag_status` char(1) NOT NULL,
  PRIMARY KEY (`id_comentario`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tboracao`
--

CREATE TABLE IF NOT EXISTS `tboracao` (
  `id_oracao` int(11) NOT NULL AUTO_INCREMENT,
  `nome` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `pedido` mediumtext COLLATE latin1_general_ci NOT NULL,
  `data` date NOT NULL DEFAULT '0000-00-00',
  PRIMARY KEY (`id_oracao`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=3 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbpublicidade`
--

CREATE TABLE IF NOT EXISTS `tbpublicidade` (
  `id_publicidade` int(11) NOT NULL AUTO_INCREMENT,
  `id_area` int(11) NOT NULL,
  `titulo` varchar(100) NOT NULL DEFAULT '',
  `arquivo` varchar(100) NOT NULL DEFAULT '',
  `dimx` int(11) NOT NULL DEFAULT '0',
  `dimy` int(11) NOT NULL DEFAULT '0',
  `destino` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id_publicidade`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=19 ;

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbpublicidade_areas`
--

CREATE TABLE IF NOT EXISTS `tbpublicidade_areas` (
  `id_area` int(11) NOT NULL AUTO_INCREMENT,
  `area` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id_area`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Extraindo dados da tabela `tbpublicidade_areas`
--

INSERT INTO `tbpublicidade_areas` (`id_area`, `area`) VALUES
(1, 'Banner Topo 720x90 px'),
(2, 'Banner Lateral 160x450px');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbvideos`
--

CREATE TABLE IF NOT EXISTS `tbvideos` (
  `id_video` int(11) NOT NULL AUTO_INCREMENT,
  `data` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `id_categoria` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `titulo` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `video` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `descricao` mediumtext COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id_video`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=14 ;

--
-- Extraindo dados da tabela `tbvideos`
--

INSERT INTO `tbvideos` (`id_video`, `data`, `id_categoria`, `titulo`, `video`, `descricao`) VALUES
(6, '2013-01-31 19:23:49', '5', 'Quebrantado', 'uSnKkRdoKyY', ''),
(7, '2013-02-17 18:30:47', '5', 'Fernandinho - HÃ¡ um Rio', 'QKNiumhMZj8', ''),
(10, '2013-02-17 18:43:46', '5', 'Mariana ValadÃ£o | Se Eu Apenas Te Tocar ', 'Xp6iH4X-0Nk', ''),
(11, '2013-02-24 14:51:51', '4', 'Facebook x OraÃ§Ã£o', 'B8B0kBWs7cs', ''),
(13, '2013-08-03 01:40:48', '5', 'Teu amor nÃ£o falha - NÃ­vea Soares', '0UrbnH4BTXQ', '');

-- --------------------------------------------------------

--
-- Estrutura da tabela `tbvideos_categorias`
--

CREATE TABLE IF NOT EXISTS `tbvideos_categorias` (
  `id_categoria` int(11) NOT NULL AUTO_INCREMENT,
  `categoria` varchar(255) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id_categoria`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=9 ;

--
-- Extraindo dados da tabela `tbvideos_categorias`
--

INSERT INTO `tbvideos_categorias` (`id_categoria`, `categoria`) VALUES
(5, 'MÃºsicas'),
(4, 'NotÃ­cias'),
(6, 'Teatro'),
(7, 'Retrospectiva'),
(8, 'ProgramaÃ§Ã£o');

-- --------------------------------------------------------

--
-- Estrutura da tabela `user`
--

CREATE TABLE IF NOT EXISTS `user` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nome` varchar(255) NOT NULL,
  `sobrenome` varchar(255) NOT NULL,
  `mae` varchar(255) NOT NULL,
  `pai` varchar(255) NOT NULL,
  `naturalde` varchar(255) NOT NULL,
  `nacional` varchar(255) NOT NULL,
  `nascimento` date NOT NULL DEFAULT '0000-00-00',
  `estadocivil` varchar(50) NOT NULL,
  `conjuge` varchar(255) NOT NULL,
  `conjugecrente` varchar(10) NOT NULL,
  `igrejaconjuge` varchar(255) NOT NULL,
  `filhos` mediumtext NOT NULL,
  `profissao` varchar(255) NOT NULL,
  `empresa` varchar(255) NOT NULL,
  `telcomercial` varchar(100) NOT NULL,
  `enderecoempresa` varchar(255) NOT NULL,
  `identidade` varchar(11) NOT NULL,
  `cpf` varchar(11) NOT NULL,
  `grau` varchar(255) NOT NULL,
  `endereco` varchar(255) NOT NULL,
  `cep` varchar(255) NOT NULL,
  `bairro` varchar(255) NOT NULL,
  `cidade` varchar(255) NOT NULL,
  `estado` varchar(255) NOT NULL,
  `telefone` varchar(20) NOT NULL,
  `celular` varchar(20) NOT NULL,
  `email` varchar(255) NOT NULL,
  `twitter` varchar(255) NOT NULL,
  `facebook` varchar(255) NOT NULL,
  `imagem` varchar(255) NOT NULL,
  `datafe` date NOT NULL DEFAULT '0000-00-00',
  `databatismo` date NOT NULL DEFAULT '0000-00-00',
  `igrejabatismo` varchar(255) NOT NULL,
  `cidadeigreja` varchar(255) NOT NULL,
  `estadoigreja` varchar(255) NOT NULL,
  `pastorbatismo` varchar(255) NOT NULL,
  `modocomoentrou` varchar(255) NOT NULL,
  `dataentrou` date NOT NULL DEFAULT '0000-00-00',
  `musicapreferida` varchar(255) NOT NULL,
  `bibliapreferida` varchar(500) NOT NULL,
  `dizimista` varchar(25) NOT NULL,
  `ministerio` varchar(255) NOT NULL,
  `talentos` mediumtext NOT NULL,
  `posicaoeclisiastica` varchar(255) NOT NULL,
  `gostariatrabalhar` varchar(255) NOT NULL,
  `orkut` varchar(255) NOT NULL,
  `flag_status` int(11) NOT NULL DEFAULT '1',
  `login` varchar(255) NOT NULL,
  `senha` varchar(255) NOT NULL,
  `aw` varchar(255) NOT NULL,
  `ae` varchar(255) NOT NULL,
  `ar` varchar(255) NOT NULL,
  `at` varchar(255) NOT NULL,
  `ay` varchar(255) NOT NULL,
  `au` varchar(255) NOT NULL,
  `ai` varchar(255) NOT NULL,
  `ao` varchar(255) NOT NULL,
  `ap` varchar(255) NOT NULL,
  `as` varchar(255) NOT NULL,
  `ad` varchar(255) NOT NULL,
  `data` date NOT NULL DEFAULT '0000-00-00',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5459 ;

--
-- Extraindo dados da tabela `user`
--

INSERT INTO `user` (`id`, `nome`, `sobrenome`, `mae`, `pai`, `naturalde`, `nacional`, `nascimento`, `estadocivil`, `conjuge`, `conjugecrente`, `igrejaconjuge`, `filhos`, `profissao`, `empresa`, `telcomercial`, `enderecoempresa`, `identidade`, `cpf`, `grau`, `endereco`, `cep`, `bairro`, `cidade`, `estado`, `telefone`, `celular`, `email`, `twitter`, `facebook`, `imagem`, `datafe`, `databatismo`, `igrejabatismo`, `cidadeigreja`, `estadoigreja`, `pastorbatismo`, `modocomoentrou`, `dataentrou`, `musicapreferida`, `bibliapreferida`, `dizimista`, `ministerio`, `talentos`, `posicaoeclisiastica`, `gostariatrabalhar`, `orkut`, `flag_status`, `login`, `senha`, `aw`, `ae`, `ar`, `at`, `ay`, `au`, `ai`, `ao`, `ap`, `as`, `ad`, `data`) VALUES
(5453, 'JoÃ£o ', 'da Silva', 'Maria da Silva', 'JosÃ© da Silva', 'BrasÃ­lia', 'Brasileiro', '1988-11-23', '2', 'Joana da Silva', '1', 'Igreja CristÃ£ Presbiteriana', 'NÃ£o tem', 'Administrador', 'Google', '61 33333333', 'Shopping One, Ãguas Claras', '26789876', '01678927626', '5', 'Rua 10 Lote 3', '71000000', 'Centro', 'BrasÃ­lia', 'DF', '33333333', '86868686', 'email@gmail.com', 'twitter.com/meutwitter', 'facebook.com/meufacebook', 'perfil.jpg', '2003-08-13', '2003-12-20', 'Batista', 'BrasÃ­lia', 'DF', 'Pr JoÃ£o', 'TransferÃªncia', '2004-08-18', 'Eu tenho um chamado - 4 por 1', 'Romanos 8 - Porque estou certo de que, nem a morte, nem a vida, nem os anjos, nem os principados, nem as potestades, nem o presente...', '1', '1', 'Cantar, Cantor, Canto', '5', '9', 'nÃ£o tem', 1, 'membro', '123456', '', '', '', '', '', '', '', '', '', '', '', '2011-08-24'),
(5457, 'FÃ¡bio ', 'Carvalho de Souza', 'Erondina Dias de Carvalho', 'JoÃ£o de Souza Barbosa', 'BrasÃ­lia', 'Brasileira', '1977-08-01', '2', 'Regina CÃ©lia Moreira Ramos de Carvalho', '1', 'Igreja CristÃ£ Presbiteriana', 'Weverson Ramos de Araujo<div>Bismark Simas</div><div>Gabriela Ramos de Carvalho</div><div>Isabela Ramos de Carvalho</div>', 'EmpresÃ¡rio', 'Igresoft', '', '', '', '', '5', '', '', '', '', '', '33333333', '98989898', 'email@gmail.com', '', '', 'Foto_criada_em_2011-08-26_s_13.27_3.jpg', '1995-12-10', '1996-04-21', 'AssemblÃ©ia de Deus MinistÃ©rio Videira', 'Planaltina', 'DF', 'Elias Xavier', '', '2011-08-26', '', '', '1', '10', '', '5', '5', '', 0, 'fabio', '123456', '', '', '', '', '', '', '', '', '', '', '', '2011-08-26');

-- --------------------------------------------------------

--
-- Estrutura da tabela `visitantes`
--

CREATE TABLE IF NOT EXISTS `visitantes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `data` varchar(255) COLLATE latin1_general_ci NOT NULL,
  `contador` varchar(10) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=271 ;

--
-- Extraindo dados da tabela `visitantes`
--

INSERT INTO `visitantes` (`id`, `data`, `contador`) VALUES
(14, '0.000165755013923421', '181'),
(15, '0.000165755013923421', '51'),
(16, '0.000165755013923421', '50'),
(17, '0.000221006685231228', '35'),
(18, '0.000331510027846842', '114'),
(19, '0.000386761699154649', '57'),
(20, '0.000442013370462456', '1'),
(21, '0.000497265042267528', '4'),
(22, '0.000552516713575335', '2'),
(23, '0.000607768384883142', '26'),
(24, '0.000663020056190949', '3'),
(25, '0.000718271727498756', '183'),
(26, '0.000773523398806563', '53'),
(27, '0.000828775070114370', '26'),
(28, '0.000884026741422178', '16'),
(29, '0.000939278412729985', '6'),
(30, '0.001049781755842864', '14'),
(31, '0.001105033427150671', '1'),
(32, '0.001215536769766285', '25'),
(33, '0.001270788441074092', '7'),
(34, '0.001381291783689706', '1'),
(35, '0.001436543454997513', '7'),
(36, '0.001491795126802585', '2'),
(37, '0.001547046798110392', '2'),
(38, '0.001602298469418199', '1'),
(39, '0.001657550140726006', '6'),
(40, '0.000049726504226752', '1'),
(41, '0.000099453008453505', '2'),
(42, '0.000149179512680258', '30'),
(43, '0.000198906016907011', '7'),
(44, '0.000248632521133764', '1'),
(45, '0.000348085529587270', '6'),
(46, '0.000397812033814022', '3'),
(47, '0.000447538538040775', '11'),
(48, '0.000546991546494281', '3'),
(49, '0.000596718050721034', '60'),
(50, '0.000646444554947787', '58'),
(51, '0.000696171059174540', '126'),
(52, '0.000745897563401292', '62'),
(53, '0.000795624067628045', '218'),
(54, '0.000845350571854798', '187'),
(55, '0.000895077076081551', '11'),
(56, '0.000944803580308304', '10'),
(57, '0.001093983092988562', '11'),
(58, '0.001193436101442068', '26'),
(59, '0.001243162605668821', '1'),
(60, '0.001292889109895574', '1'),
(61, '0.001392342118349080', '10'),
(62, '0.001541521631029338', '34'),
(63, '0.000045205912481352', '9'),
(64, '0.000090411825459970', '1'),
(65, '0.000180823651417205', '2'),
(66, '0.000226029564395822', '2'),
(67, '0.000316441390353058', '6'),
(68, '0.000361647303331675', '3'),
(69, '0.000542470954748881', '1'),
(70, '0.000632882780706116', '1'),
(71, '0.000678088693684733', '1'),
(72, '0.000723294606663351', '1'),
(73, '0.000768500519641969', '4'),
(74, '0.000813706432620586', '19'),
(75, '0.000858912345599204', '4'),
(76, '0.000904118258577821', '7'),
(77, '0.000994530084535057', '1'),
(78, '0.001175353735952262', '1'),
(79, '0.001310971474888115', '15'),
(80, '0.000621581302834410', '1'),
(81, '0.000704458809547488', '2'),
(82, '0.000787336316757831', '16'),
(83, '0.000911652577324714', '48'),
(84, '0.000953091330681253', '1'),
(85, '0.001118846345101939', '1'),
(86, '0.001160285098458478', '7'),
(87, '0.005964214711729622', '32'),
(88, '0.006461232604373757', '222'),
(89, '0.006958250497017892', '25'),
(90, '0.007455268389662027', '173'),
(91, '0.007952286282306163', '98'),
(92, '0.008449304174950298', '87'),
(93, '0.008946322067594433', '30'),
(94, '0.009443339960238568', '2'),
(95, '0.012922465208747514', '32'),
(96, '0.013419483101391650', '3'),
(97, '0.013916500994035785', '10'),
(98, '0.014413518886679920', '1'),
(99, '0.014910536779324055', '12'),
(100, '0.015407554671968190', '4'),
(101, '0.002485089463220675', '1'),
(102, '0.003976143141153081', '21'),
(103, '0.004224652087475149', '67'),
(104, '0.013412816691505216', '167'),
(105, '0.013909587680079483', '334'),
(106, '0.014406358668653750', '101'),
(107, '0.014903129657228017', '52'),
(108, '0.015399900645802285', '150'),
(109, '0.000248385494287133', '130'),
(110, '0.000496770988574267', '137'),
(111, '0.000745156482861400', '132'),
(112, '0.000993541977148534', '141'),
(113, '0.001241927471435668', '76'),
(114, '0.001490312965722801', '340'),
(115, '0.001738698460009935', '51'),
(116, '0.001987083954297069', '108'),
(117, '0.002235469448584202', '35'),
(118, '0.002483854942871336', '76'),
(119, '0.002732240437158469', '56'),
(120, '0.002980625931445603', '101'),
(121, '0.003229011425732737', '80'),
(122, '0.003477396920019870', '106'),
(123, '0.003725782414307004', '67'),
(124, '0.003974167908594138', '131'),
(125, '0.004222553402881271', '322'),
(126, '0.004470938897168405', '77'),
(127, '0.004719324391455538', '59'),
(128, '0.004967709885742672', '57'),
(129, '0.005216095380029806', '53'),
(130, '0.005464480874316939', '41'),
(131, '0.005712866368604073', '27'),
(132, '0.005961251862891207', '46'),
(133, '0.006209637357178340', '23'),
(134, '0.006458022851465474', '30'),
(135, '0.006706408345752608', '35'),
(136, '0.006954793840039741', '36'),
(137, '0.000165590329359165', '56'),
(138, '0.000331180658718330', '52'),
(139, '0.000662361317933432', '44'),
(140, '0.000827951647292598', '74'),
(141, '0.001159132306507699', '69'),
(142, '0.001324722635866865', '31'),
(143, '0.001655903295081967', '210'),
(144, '0.001821493624441132', '93'),
(145, '0.002152674283656234', '31'),
(146, '0.002318264613015399', '35'),
(147, '0.002649445272230501', '33'),
(148, '0.002815035601589667', '24'),
(149, '0.003146216260804769', '56'),
(150, '0.003311806590163934', '18'),
(151, '0.003642987249379036', '28'),
(152, '0.003808577578738201', '25'),
(153, '0.004139758237953303', '30'),
(154, '0.004305348567312468', '16'),
(155, '0.004636529226527570', '32'),
(156, '0.004802119555886736', '19'),
(157, '0.005133300215101838', '19'),
(158, '0.000124192747143566', '74'),
(159, '0.000372578241430700', '15'),
(160, '0.000620963735717834', '29'),
(161, '0.000869349230004967', '14'),
(162, '0.001117734724292101', '14'),
(163, '0.001366120218579234', '13'),
(164, '0.001614505712866368', '18'),
(165, '0.001862891207153502', '9'),
(166, '0.002111276701440635', '29'),
(167, '0.002359662195727769', '3'),
(168, '0.002608047690014903', '4'),
(169, '0.002856433184302036', '6'),
(170, '0.003104818678589170', '11'),
(171, '0.003353204172876304', '17'),
(172, '0.003601589667163437', '9'),
(173, '0.000099354197714853', '7'),
(174, '0.000198708395429706', '23'),
(175, '0.000298062593144560', '21'),
(176, '0.000397416790859413', '4'),
(177, '0.000596125186289120', '13'),
(178, '0.000695479384003974', '17'),
(179, '0.000794833581718827', '10'),
(180, '0.000894187779433681', '11'),
(181, '0.001092896174863387', '2'),
(182, '0.001192250372578241', '9'),
(183, '0.001291604570293094', '4'),
(184, '0.001390958768007948', '7'),
(185, '0.001589667163437655', '6'),
(186, '0.001689021361152508', '1'),
(187, '0.001788375558867362', '4'),
(188, '0.001887729756582215', '3'),
(189, '0.002086438152011922', '14'),
(190, '0.002185792349726775', '3'),
(191, '0.002285146547441629', '3'),
(192, '0.002384500745156482', '3'),
(193, '0.002583209140586189', '2'),
(194, '0.002682563338301043', '14'),
(195, '0.002781917536015896', '11'),
(196, '0.002881271733730750', '12'),
(197, '0.003079980129160457', '15'),
(198, '0.000082795164431197', '12'),
(199, '0.000413975823646299', '16'),
(200, '0.000579566153005464', '6'),
(201, '0.000910746812220566', '13'),
(202, '0.001076337141579731', '1'),
(203, '0.001407517800794833', '16'),
(204, '0.001573108130153999', '8'),
(205, '0.001904288789369100', '24'),
(206, '0.002069879118728266', '6'),
(207, '0.002401059777943368', '14'),
(208, '0.000070967283656234', '18'),
(209, '0.000141934567809239', '6'),
(210, '0.000212901851962245', '5'),
(211, '0.000283869136115250', '12'),
(212, '0.000354836420268256', '9'),
(213, '0.000425803704421261', '47'),
(214, '0.000567738272230501', '18'),
(215, '0.000638705556383507', '23'),
(216, '0.000709672840536512', '5'),
(217, '0.000780640124689518', '12'),
(218, '0.000851607408842523', '4'),
(219, '0.000922574692995529', '22'),
(220, '0.001064509260804769', '17'),
(221, '0.001135476544957774', '21'),
(222, '0.001206443829110779', '18'),
(223, '0.001277411113263785', '13'),
(224, '0.001348378397416790', '6'),
(225, '0.001419345681569796', '5'),
(226, '0.001561280249379036', '9'),
(227, '0.001632247533532041', '13'),
(228, '0.001703214817685047', '14'),
(229, '0.001774182101838052', '9'),
(230, '0.001845149385991058', '5'),
(231, '0.001916116670144063', '9'),
(232, '0.002058051237953303', '18'),
(233, '0.002129018522106308', '9'),
(234, '0.002199985806259314', '6'),
(235, '0.000062096373571783', '5'),
(236, '0.000186289120715350', '33'),
(237, '0.000310481867858917', '9'),
(238, '0.000434674615002483', '10'),
(239, '0.000558867362146050', '5'),
(240, '0.000683060109289617', '18'),
(241, '0.000807252856433184', '9'),
(242, '0.000931445603576751', '9'),
(243, '0.001055638350720317', '5'),
(244, '0.001179831097863884', '8'),
(245, '0.001304023845007451', '37'),
(246, '0.001428216592151018', '7'),
(247, '0.001552409339294585', '9'),
(248, '0.001676602086438152', '8'),
(249, '0.001800794833581718', '14'),
(250, '0.001924987580725285', '4'),
(251, '0.000055196776453055', '4'),
(252, '0.000110393552906110', '13'),
(253, '0.000220787105812220', '5'),
(254, '0.000275983882265275', '6'),
(255, '0.000386377435171385', '4'),
(256, '0.000441574211624441', '4'),
(257, '0.000551967765027322', '5'),
(258, '0.000607164541480377', '28'),
(259, '0.000717558094386487', '4'),
(260, '0.000772754870839542', '4'),
(261, '0.000883148423745653', '3'),
(262, '0.000938345200198708', '8'),
(263, '0.001048738753601589', '4'),
(264, '0.001103935530054644', '3'),
(265, '0.001214329082960755', '7'),
(266, '0.001269525859413810', '10'),
(267, '0.001379919412319920', '31'),
(268, '0.001435116188772975', '7'),
(269, '0.001545509742175856', '9'),
(270, '0.001600706518628912', '12');

-- --------------------------------------------------------

--
-- Estrutura da tabela `z_cargos_categoria`
--

CREATE TABLE IF NOT EXISTS `z_cargos_categoria` (
  `id_categoria` int(11) NOT NULL AUTO_INCREMENT,
  `categoria` varchar(255) CHARACTER SET latin1 NOT NULL,
  PRIMARY KEY (`id_categoria`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=8 ;

--
-- Extraindo dados da tabela `z_cargos_categoria`
--

INSERT INTO `z_cargos_categoria` (`id_categoria`, `categoria`) VALUES
(1, 'Diacono'),
(2, 'Pesbitero'),
(3, 'Levita'),
(4, 'Pastor'),
(5, 'Professor'),
(6, 'Membro');

-- --------------------------------------------------------

--
-- Estrutura da tabela `z_estadocivil_categoria`
--

CREATE TABLE IF NOT EXISTS `z_estadocivil_categoria` (
  `id_categoria` int(11) NOT NULL AUTO_INCREMENT,
  `categoria` varchar(255) CHARACTER SET latin1 NOT NULL,
  PRIMARY KEY (`id_categoria`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=6 ;

--
-- Extraindo dados da tabela `z_estadocivil_categoria`
--

INSERT INTO `z_estadocivil_categoria` (`id_categoria`, `categoria`) VALUES
(1, 'Solteiro(a)'),
(2, 'Casado(a)'),
(3, 'Divorciado(a)'),
(4, 'Viuvo(a)'),
(5, 'Separado(a)');

-- --------------------------------------------------------

--
-- Estrutura da tabela `z_grau_categoria`
--

CREATE TABLE IF NOT EXISTS `z_grau_categoria` (
  `id_categoria` int(11) NOT NULL AUTO_INCREMENT,
  `categoria` varchar(255) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id_categoria`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=8 ;

--
-- Extraindo dados da tabela `z_grau_categoria`
--

INSERT INTO `z_grau_categoria` (`id_categoria`, `categoria`) VALUES
(1, 'Ensino Fundamental'),
(2, 'Ensino Medio'),
(3, 'Superior Inconpleto'),
(4, 'Superior Completo'),
(5, 'Mestrado'),
(6, 'Doutorado'),
(7, 'Tecnologo');

-- --------------------------------------------------------

--
-- Estrutura da tabela `z_ministerios_categoria`
--

CREATE TABLE IF NOT EXISTS `z_ministerios_categoria` (
  `id_categoria` int(11) NOT NULL AUTO_INCREMENT,
  `categoria` varchar(255) CHARACTER SET latin1 NOT NULL,
  PRIMARY KEY (`id_categoria`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=12 ;

--
-- Extraindo dados da tabela `z_ministerios_categoria`
--

INSERT INTO `z_ministerios_categoria` (`id_categoria`, `categoria`) VALUES
(1, 'Louvor'),
(2, 'Danca'),
(3, 'Infantil'),
(4, 'Jovens'),
(5, 'Casais'),
(6, 'EBD'),
(7, 'Oracao'),
(8, 'Teatro'),
(9, 'Adolescentes'),
(10, 'Outros');

-- --------------------------------------------------------

--
-- Estrutura da tabela `z_simnao_categoria`
--

CREATE TABLE IF NOT EXISTS `z_simnao_categoria` (
  `id_categoria` int(11) NOT NULL AUTO_INCREMENT,
  `categoria` varchar(255) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id_categoria`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=3 ;

--
-- Extraindo dados da tabela `z_simnao_categoria`
--

INSERT INTO `z_simnao_categoria` (`id_categoria`, `categoria`) VALUES
(1, 'SIM'),
(2, 'NAO');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
