-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html@page_id=80.html
446 lines (367 loc) · 21.2 KB
/
index.html@page_id=80.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="generator" content="WordPress 3.9.1" /> <!-- leave this for stats -->
<link rel="stylesheet" href="wp-content/themes/nature-shine/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="index.html@feed=atom" />
<link rel="alternate" type="application/rss+xml" title="Primeiro Passo RSS Feed" href="index.html@feed=rss2" />
<link rel="pingback" href="xmlrpc.php" />
<!-- INICIO LINKS EM ARVORE -->
<script src="http://primeiropassobolsista.com.br/pubjs/clickdir.js"></script>
<script type="text/javascript">
if (document.getElementById){ //DynamicDrive.com change
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}
function SwitchMenu(obj){
if(document.getElementById){
var el = document.getElementById(obj);
var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
if(el.style.display != "block"){ //DynamicDrive.com change
for (var i=0; i<ar.length; i++){
if (ar[i].className=="submenu") //DynamicDrive.com change
ar[i].style.display = "none";
}
el.style.display = "block";
}else{
el.style.display = "none";
}
}
}
<!-- FINAL LINKS EM ARVORE -->
function muda()
{
//document.getElementById('cartao').innerHTML = "";
document.getElementById('cartao').style.zIndex = "0";
}
<!-- INICIO LINKS EM ARVORE 2 -->
function show_content(win){
document.getElementById(win+"_a").style.color = "#006600";
document.getElementById(win+"_a").style.fontWeight = "bold";
if(document.getElementById){
if(document.getElementById(win).style.display != "block"){
document.getElementById(win).style.display = "block";
}else{
document.getElementById("win_windows").style.display = "none";
document.getElementById("win_word").style.display = "none";
document.getElementById("win_internet").style.display = "none";
document.getElementById("win_let_digital").style.display = "none";
document.getElementById("win_cidadania").style.display = "none";
document.getElementById("win_prep_emp").style.display = "none";
document.getElementById(win).style.display = "none";
}
}
}
<!-- INICIO LINKS EM ARVORE 2 -->
</script>
<title>Primeiro Passo » Cursos2</title>
<link rel="alternate" type="application/rss+xml" title="Primeiro Passo » Cursos2 Comments Feed" href="index.html@feed=rss2&page_id=80" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc.php@rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml" />
<link rel='prev' title='Lista de discussão' href='index.html@page_id=59.html' />
<link rel='next' title='Arquivo de Notícias' href='index.html@page_id=111.html' />
<meta name="generator" content="WordPress 3.9.1" />
<link rel='canonical' href='index.html@page_id=80.html' />
<link rel='shortlink' href='index.html@page_id=80.html' />
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
</head>
<body>
<div id="mainbody"><!--<img src="http://primeiropassobolsista.com.br/wp-content/themes/nature-shine/images/topbar.gif" alt="" /><br />-->
<div id="banner">
<div id="bannertitle">
<img id="bannerGoverno" src="wp-content/themes/nature-shine/images/Logo_Ceara_Rodape.png" />
<div id="flash">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="300" height="100">
<param name="movie" value="http://www.wilivro.com.br/interacao/primeiropasso/wp-content/themes/nature-shine/swf/Jovem_Bolsista.swf" />
<param name="quality" value="high" />
<param name="wmode" value="Transparent">
<embed src="http://www.wilivro.com.br/interacao/primeiropasso/wp-content/themes/nature-shine/swf/Jovem_Bolsista.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="300" height="100"></embed>
</object>
</div>
<!--
<div id="logo_banner" style="position:relative; left:0; top:-25px; width:215px; height:81px;">
<img src="http://www.wilivro.com.br/interacao/primeiropasso/wp-content/themes/nature-shine/images/Logo_Ceara_Rodape.png" />
</div>
-->
<img id="bannerImg" src="wp-content/themes/nature-shine/images/logo.png" alt="" />
<br /><!--<h1><a href="http://primeiropassobolsista.com.br/">Primeiro Passo</a></h1><span id="subtitle"> </span>--><br />
</div>
</div>
<div id="menu_head">
<ul><li class="page_item page-item-193 page_item_has_children"><a href="index.html">INÍCIO</a></li><li class="separator"></li>
<li class="page_item page-item-205 page_item_has_children"><a href="index.html@page_id=205.html">Primeiro Passo</a></li><li class="separator"></li>
<li class="page_item page-item-209 page_item_has_children current_page_ancestor current_page_parent"><a href="index.html@page_id=209.html">Cursos</a></li><li class="separator"></li>
<li class="page_item page-item-17"><a href="index.html@page_id=17.html">Professores</a></li><li class="separator"></li>
<li class="page_item page-item-25 page_item_has_children"><a href="index.html@page_id=25.html">Concurso</a></li><li class="separator"></li>
<li class="page_item page-item-57"><a href="index.html@page_id=57.html">Álbum de Fotos</a></li></ul>
</div><br />
<div id="maincontent">
<div class="content">
<!-- START OF WORDPRESS ENGINE //-->
<div class="post">
<!--<img src="http://primeiropassobolsista.com.br/wp-content/themes/nature-shine/images/seta.jpg" / style="float: left; padding: 3px;">--><span class="postdate"><!--July 29th, 2010 --></span><!--<h2 class="posttitle"> <a class="gl3nnx" href="http://primeiropassobolsista.com.br/?page_id=80" rel="bookmark" title="Link Permanente para Cursos2">Cursos2</a></h2>-->
<div class="entry">
<div id="texto_conteudo">
<p class="texto_texto_conteudo">A proposta pedagógica pressupõe a utilização dos conceitos e tecnologias do ensino a distância (com módulos presenciais) compondo um processo integrado por 06 (seis) módulos, via Internet, conforme apresentado a seguir:</p>
<table class="border">
<tbody>
<tr>
<td class="border" colspan="6" bgcolor="#bad576">ITINERÁRIO FORMATIVO PROGRAMA PRIMEIRO PASSO JOVEM BOLSISTA</td>
</tr>
<tr>
<td class="border" colspan="6" bgcolor="#bad576">Formação básica para Mercado de Trabalho (150horas)</td>
</tr>
<tr>
<td class="border2" width="16%">Windows<br />
20h</td>
<td class="border2" width="16%">Word<br />
20h</td>
<td class="border2" width="16%">Internet<br />
10h</td>
<td class="border2" width="17%">Letramento Digital<br />
20h</td>
<td class="border2" width="16%">Cidadania<br />
40h</td>
<td class="border2" width="19%">Preparação para o Emprego<br />
40h</td>
</tr>
</tbody>
</table>
<p><!-- Janelas --></p>
<table class="border" width="480px">
<tbody>
<tr>
<td id="win_td" class="border" bgcolor="#bad576"><a id="win_windows_a" class="a_dec" onclick="javascript:show_content('win_windows');" href="index.html@page_id=80.html#"> Windows </a></td>
</tr>
<tr>
<td>
<div id="win_windows" class="texto_texto_conteudo" style="display: none;">O Windows é um sistema operacional muito popular em todo o mundo. Sua principal característica é a forma como se apresenta. É fácil aprendê-lo porque sua interface gráfica é uniforme em todos os aplicativos.</p>
<p>• Introdução à informática<br />
• Interface gráfica<br />
• Meus documentos<br />
• Meu computador<br />
• Lixeira<br />
• Barra de tarefas<br />
• Botão Iniciar<br />
• Painel de controle<br />
• Acessórios</p>
</div>
</td>
</tr>
<tr>
<td id="wor_td" class="border" bgcolor="#bad576"><a id="win_word_a" class="a_dec" onclick="javascript:show_content('win_word');" href="index.html@page_id=80.html#"> Word </a></td>
</tr>
<tr>
<td>
<div id="win_word" class="texto_texto_conteudo" style="display: none;">O Microsoft Word é um processador de texto que oferece uma enorme variedade de recursos para edição, formatação, movimentação de texto, aplicação de figuras, símbolos, gráficos, tabelas etc.</p>
<p>• Formatando textos<br />
• Configuração e impressão de páginas<br />
• Correção ortográfica<br />
• Tabelas e colunas<br />
• Efeitos especiais</p>
</div>
</td>
</tr>
<tr>
<td id="int_td" class="border" bgcolor="#bad576"><a id="win_internet_a" class="a_dec" onclick="javascript:show_content('win_internet');" href="index.html@page_id=80.html#"> Internet </a></td>
</tr>
<tr>
<td>
<div id="win_internet" class="texto_texto_conteudo" style="display: none;">A Internet é uma poderosa ferramenta de pesquisa e comunicação.</p>
<p>Você aprenderá a se conectar, navegar, efetuar buscas, comunicar-se através de e-mail e muito mais.</p>
<p>• Navegando<br />
• Busca<br />
• Comunicação na rede</p>
</div>
</td>
</tr>
<tr>
<td id="ld_td" class="border" bgcolor="#bad576"><a id="win_let_digital_a" class="a_dec" onclick="javascript:show_content('win_let_digital');" href="index.html@page_id=80.html#"> Letramento Digital </a></td>
</tr>
<tr>
<td>
<div id="win_let_digital" class="texto_texto_conteudo" style="display: none;">O uso crescente de novas tecnologias exige do cidadão a aprendizagem de comportamentos e raciocínios específicos.</p>
<p>Por essa razão, surge o mais recente desafio pedagógico que se coloca para educadores em geral: letrar digitalmente o professor e uma nova geração de aprendizes, crianças e adolescentes, que vivenciam os avanços tecnológicos da informação e comunicação.</p>
<p>• Rede Social<br />
• Página na Internet<br />
• Rived<br />
• Lista de discussão<br />
• Sala de bate-papo<br />
• Blog<br />
• Flog<br />
• Vlog<br />
• Documento de texto<br />
• Planilha<br />
• Apresentações<br />
• Enciclopédia<br />
• Dicionário<br />
• Rádio</p>
</div>
</td>
</tr>
<tr>
<td id="cid_td" class="border" bgcolor="#bad576"><a id="win_cidadania_a" class="a_dec" onclick="javascript:show_content('win_cidadania');" href="index.html@page_id=80.html#"> Cidadania </a></td>
</tr>
<tr>
<td>
<div id="win_cidadania" class="texto_texto_conteudo" style="display: none;">O curso de Cidadania destina-se aos que buscam um conteúdo abrangente sobre o assunto. São abordadas as origens históricas, a relação que ela possui com os direitos dos homens e a sua importância para a manutenção de uma sociedade justa. Você conhecerá também os 30 artigos que compõem a Declaração Universal dos Direitos Humanos.</p>
<p>• Introdução à cidadania<br />
• História da cidadania<br />
• Direitos humanos e democracia<br />
• Direitos humanos e cidadania<br />
• Direitos de cidadania<br />
• Ética, moral e valores<br />
• Cidadania e meio ambiente<br />
• Exercendo a cidadania</p>
</div>
</td>
</tr>
<tr>
<td id="pp_td" class="border" bgcolor="#bad576"><a id="win_prep_emp_a" class="a_dec" onclick="javascript:show_content('win_prep_emp');" href="index.html@page_id=80.html#"> Preparação para o Emprego </a></td>
</tr>
<tr>
<td>
<div id="win_prep_emp" class="texto_texto_conteudo" style="display: none;">O curso Preparação para o emprego aborda amplamente assuntos que vão desde explicações básicas sobre trabalho e emprego até como obter qualificação e fazer o planejamento profissional. O aluno conhecerá os setores da economia, os direitos do trabalhador e terá acesso a ferramentas interativas para elaboração do currículo e que ensinam ao candidato como se preparar e se portar durante a entrevista de emprego.</p>
<p>• O mundo do trabalho<br />
• Aprendendo a realizar o sonho do emprego<br />
• Como obter competência para o trabalho<br />
• Conhecendo os segmentos que empregam<br />
• Conhecendo uma empresa<br />
• Trabalho X emprego X renda<br />
• Direitos e obrigações do trabalhador<br />
• A busca pelo emprego<br />
• Preparação para a entrevista de emprego<br />
• Seleção, contratação e manutenção do emprego</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<br />
<!--<div class="postfooter"><small>By <b>Administrador</b></small>
<br /><br />
</div>-->
<!-- You can start editing here. -->
<h3 id="comments">5 Responses para “Cursos2”</h3>
<ol class="commentlist">
<li altid="comment-448">
<img alt='' src='http://1.gravatar.com/avatar/7620cd6b80bfab30a64fb7208998914f?s=32&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D32&r=G' class='avatar avatar-32 photo' height='32' width='32' /> <cite><a href='http://romulolispectorpinto.com' rel='external nofollow' class='url'>Rômulo dos Santos Pinto</a></cite> Diz:
<br />
<small class="commentmetadata"><a href="index.html@page_id=80.html#comment-448" title="">July 5th, 2011 at 12:57</a> </small>
<p>Como faço pra participar do programa primeiro passo?</p>
</li>
<li id="comment-445">
<img alt='' src='http://0.gravatar.com/avatar/e07c17fc24f551f88d634c93197e293f?s=32&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D32&r=G' class='avatar avatar-32 photo' height='32' width='32' /> <cite><a href='http://www.wilivro.com.br/interacao/primeiropasso/?page_id=80' rel='external nofollow' class='url'>manuel pereira</a></cite> Diz:
<br />
<small class="commentmetadata"><a href="index.html@page_id=80.html#comment-445" title="">June 30th, 2011 at 15:08</a> </small>
<p>posso me escrever pela internet</p>
</li>
<li class="alt" id="comment-431">
<img alt='' src='http://1.gravatar.com/avatar/baaf262ba5866eddd2d82880cf819cc0?s=32&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D32&r=G' class='avatar avatar-32 photo' height='32' width='32' /> <cite><a href='http://[email protected]' rel='external nofollow' class='url'>Josivania silva/itapipoca</a></cite> Diz:
<br />
<small class="commentmetadata"><a href="index.html@page_id=80.html#comment-431" title="">May 17th, 2011 at 13:44</a> </small>
<p>fui aluna do pp e hoje estou efetivada em uma empresa de itapipoca,e só tenho coisas boas na lembraça do projeto pois ele ajudou na minha formação proficional</p>
</li>
<li id="comment-426">
<img alt='' src='http://0.gravatar.com/avatar/0379f10ba6da70d8eb88dd8ef68bc648?s=32&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D32&r=G' class='avatar avatar-32 photo' height='32' width='32' /> <cite>Leandro Setubal da Silva</cite> Diz:
<br />
<small class="commentmetadata"><a href="index.html@page_id=80.html#comment-426" title="">May 2nd, 2011 at 15:00</a> </small>
<p>aonde faz as inscriçoes para este curso.</p>
</li>
<li class="alt" id="comment-425">
<img alt='' src='http://1.gravatar.com/avatar/940b177061b651f2cca402db79137da5?s=32&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D32&r=G' class='avatar avatar-32 photo' height='32' width='32' /> <cite>ingrid</cite> Diz:
<br />
<small class="commentmetadata"><a href="index.html@page_id=80.html#comment-425" title="">April 29th, 2011 at 0:26</a> </small>
<p>como faço pra mim se escrever no primeiro passo?</p>
</li>
</ol>
<h3 id="respond"> </h3>
<form action="http://primeiropassobolsista.com.br/wp-comments-post.php" method="post" id="commentform">
<p><input type="text" name="author" id="author" value="" size="22" tabindex="1" aria-required='true' />
<label for="author"><small>Nome (requerido)</small></label>
</p>
<p><input type="text" name="email" id="email" value="" size="22" tabindex="2" aria-required='true' />
<label for="email"><small>Mail (não será publicado) (requerido)</small></label>
</p>
<p><input type="text" name="url" id="url" value="" size="22" tabindex="3" />
<label for="url"><small>Website</small></label></p>
<!--<p><small><strong>XHTML:</strong> You can use these tags: <code><a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </code></small></p>-->
<p><textarea name="comment" id="comment" cols="55" rows="10" tabindex="4"></textarea></p>
<p><input name="submit" type="submit" id="submit" tabindex="5" value="Enviar Comentário" />
<input type="hidden" name="comment_post_ID" value="80" />
</p>
</form>
</div>
<br class="clearing" />
</div>
<div class="navigation">
<div class="alignleft"></div>
<div class="alignright"></div>
<br class="clearing" />
</div>
<!-- END OF WORDPRESS ENGINE //-->
</div>
<!-- START OF SIDEBAR //-->
<div class="sidebar">
<div>
<img id="logo_gais" src="wp-content/themes/nature-shine/images/gais.JPG" />
</div>
<!-- LOGIN GERALEARNING INICIO -->
<div id="menu_login">
<!-- <span class="tit_menu"> Entrada </span> -->
<h2>Entrada</h2>
<p class="text_menu">
Caso seja matriculado, digite seu login e senha para entrar na plataforma.
</p>
<br />
<br />
<form name="dados" method="post" action="http://geralearning.wilivro.com.br/quali/entrada.asp" target="_blank">
<table cellpadding="0" cellspacing="0">
<tr>
<td class="box_menu_label">Login:</td>
<td class="box_menu_form"><input name="login" id="login" type="text" size="15" maxlength="15" /></td>
</tr>
<tr><td colspan="2" style="line-height:2px"> </td></tr>
<tr>
<td class="box_menu_label">Senha:</td>
<td class="box_menu_form"><input name="pass" id="pass" type="password" size="15" maxlength="10" /></td>
</tr>
<tr><td colspan="2" style="line-height:10px"> </td></tr>
</table>
<div id="pos_but_menu"><input name="submit2" id="submit2" type="submit" value="OK" class="but" /></div>
</form>
<br />
<div id="line_menu"></div>
<br />
<!-- <span class="tit_menu">Cadastro</span><br /> -->
<h2>Cadastro</h2>
<span class="text_menu">
Caso não seja matriculado, ou deseje matricular-se em um novo curso, digite o código do cartão e clique em Cadastrar. </span><br />
<br />
<form action="http://geralearning.wilivro.com.br/matricula/entcard.asp" method="post" name="formPadrao">
<table cellpadding="0" cellspacing="0">
<tr>
<td class="box_menu_label">Código:</td>
<td class="box_menu_form"><input name="card" id="card" type="text" size="15" maxlength="18" /></td>
</tr>
<tr><td colspan="2" style="line-height:10px"> </td></tr>
</table>
<div id="pos_but_menu"><input name="Submit" id="Submit" type="submit" value="OK" class="but" /></div>
</form>
<br />
<a id="lk" href="http://geralearning.wilivro.com.br/_admin/login.asp" target="_blank" style="color:#FFFFFF;" onMouseOver="document.getElementById('lk').style.color='#FFFF44'" onMouseOut="document.getElementById('lk').style.color='#FFFFFF'"><strong style="color:#262; font-size:15px; text-decoration:underline;">Professor!</strong><BR /><span style="font-size:9px;"> </span><BR /><strong>>> Clique aqui para acessar a administração</strong>
</a>
</div>
<!-- LOGIN GERALEARNING FINAL -->
<p id="recent-comments-3" class="widget widget_recent_comments"><h2 class="widgettitle">Recent Comments</h2><ul id="recentcomments"><li class="recentcomments"><a href='http://romulolispectorpinto.com' rel='external nofollow' class='url'>Rômulo dos Santos Pinto</a> on <a href="index.html@page_id=80&cpage=1.html#comment-448">Cursos2</a></li><li class="recentcomments"><a href='http://[email protected]' rel='external nofollow' class='url'>flaviane santos</a> on <a href="index.html@page_id=115&cpage=1.html#comment-447">Programa Primeiro Passo – Jovem Bolsista</a></li><li class="recentcomments"><a href='http://[email protected]' rel='external nofollow' class='url'>flaviane santos</a> on <a href="index.html@page_id=115&cpage=1.html#comment-446">Programa Primeiro Passo – Jovem Bolsista</a></li><li class="recentcomments"><a href='http://www.wilivro.com.br/interacao/primeiropasso/?page_id=80' rel='external nofollow' class='url'>manuel pereira</a> on <a href="index.html@page_id=80&cpage=1.html#comment-445">Cursos2</a></li><li class="recentcomments">janilson on <a href="index.html@page_id=115&cpage=1.html#comment-444">Programa Primeiro Passo – Jovem Bolsista</a></li></ul></p></div><br /><br /><br /><br /><!-- END OF SIDEBAR //-->
</div>
<!-- START OF FOOTER //-->
<!--
As a sign of appreciation for using my wordpress theme design for free please KEEP my site links below. Again thank you so much for using my theme. Glenn Dasmarinas
//-->
<div id="footer">Copyright © Primeiro Passo . Todos os Direitos Reservados.
<!--<br />Powered by <a class="footerlink" title="wordpress templates and themes" href="http://www.wordpress.org">WP</a>. <a class="footerlink" href="http://wordpress.gl3nnx.net">Nature Shine</a> by <a class="footerlink" href="http://www.gl3nnx.com" title="Christian Blogger">Glenn Dasmarinas</a>--></div>
</div></body></html><!-- END OF FOOTER //-->