-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
661 lines (572 loc) · 29.3 KB
/
index.html
File metadata and controls
661 lines (572 loc) · 29.3 KB
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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html;" charset="utf-8" />
<!-- view port meta tag -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Project</title>
<style type="text/css">
/* hacks */
* { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; max-height:1000000px;}
table {border-collapse: collapse !important;}
#outlook a {padding:0;}
.ReadMsgBody { width: 100%; }
.ExternalClass { width: 100%; }
.ExternalClass * { line-height: 100%; }
.ios_geo a { color:#1c1c1c !important; text-decoration:none !important; }
/* responsive styles */
@media only screen and (max-width: 600px) {
/* global styles */
.hide{ display:none !important; display:none;}
.blockwrap{ display:block !important; }
.showme{ display:block !important; width: auto !important; overflow: visible !important; float: none !important; max-height:inherit !important; max-width:inherit !important; line-height: auto !important; margin-top:0px !important; visibility:inherit !important;}
*[class].movedown{ display: table-footer-group !important;}
*[class].moveup{ display: table-header-group !important; }
/* font styles */
*[class].textright{ text-align: right !important; }
*[class].textleft{ text-align: left !important; }
*[class].textcenter{ text-align: center !important; }
*[class].font27{ font-size: 27px !important; font-weight:normal !important; line-height:27px !important; }
/* width and heights */
*[class].hX{ height:Xpx !important; }
*[class].w380{ width:380px !important; }
*[class].w360{ width:360px !important; }
*[class].w175{ width:175px !important; }
*[class].w350{ width:350px !important; }
/* spacios */
*[class].mtop10{ margin-top: 10px !important; }
*[class].mtop20{ margin-top: 20px !important; }
*[class].mbt10{ margin-bottom: 10px !important; }
*[class].mbtn20{ margin-bottom: 20px !important; }
*[class].pleft15{ padding-left: 15px !important; }
*[class].pright15{ padding-right: 15px !important; }
}
@media only screen and (max-width: 380px) {
*[class].w380{ width: 100% !important; }
}
</style>
</head>
<body style="margin:0; padding:0;" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<!--[if gte mso 15]>
<style type="text/css" media="all">
tr { font-size:1px; mso-line-height-alt:0; mso-margin-top-alt:1px; }
</style>
<![endif]-->
<!-- Este tipo de table se usa para agregar un color de fondo por ejemplo -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#7f8c8d">
<tr>
<td align="center" valign="top">
<!-- Tabla de contenido -->
<table width="640" align="center" class="w380">
<tr>
<td width="640" class="w380">
<table>
<tr>
<td><img src="images/spacer.gif" height="20"/></td>
</tr>
</table>
<table width="640" class="w380">
<tr>
<td width="640" class="w380 textcenter"><img src="images/PROJEKTO-welcome-DESK_31.png" width="223"/> </td>
<td width="415" align="right" class="hide">
<span style="font-family: arial; font-size: 12px; color:#ecf0f1;">Comienza tus projectos, aprende con nuestro tutorial</span><br />
<span style="font-family: arial; font-size: 12px; color:#ecf0f1;"><a style="color:#ecf0f1; "href=""> version online.</a> </span>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table>
<tr>
<td><img src="images/spacer.gif" height="5"></td>
</tr>
</table>
<!-- contenedor principal -->
<!-- borde de arriba -->
<table width="640" border="0" cellpadding="0" cellspacing="0" class="w380" cellmargin="0">
<tr>
<td width="10"><img src="images/PROJEKTO-welcome-DESK_12.png" style="display:block"></td>
<td width="620" bgcolor="#ffffff" class="w360"></td>
<td width="10"><img src="images/PROJEKTO-welcome-DESK_14.png" style="display:block"></td>
</tr>
</table>
<!-- header -->
<table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="w380" cellmargin="0">
<tr>
<td width="15" class="hide"><img src="images/spacer.gif" width="15"></td>
<td class="w380 blockwrap textcenter movedown">
<table width="405" border="0" cellpadding="0" cellspacing="0" class="w380">
<tr>
<td width="405" style="font-family: arial; font-size:12px; color:#0d133d; line-height:18px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br>
Aenean venenatis <span style="color:#91c338;">sollicitudin</span> leo, sed pretium leo
</td>
</tr>
</table>
</td>
<td width="200" class="w380 blockwrap textcenter moveup">
<!-- botton arriba verde -->
<table border="0" align="center" cellpadding="0" cellspacing="0" class="mbtn20 mtop10" cellmargin="0">
<tr>
<td>
<table width="200" border="0" cellpadding="0" cellspacing="0" cellmargin="0">
<tr>
<td width="10"><img src="images/PROJEKTO-cta-green-top-left.png" width="10" style="display:block"></td>
<td width="180" bgcolor="#91c338" class="w360"></td>
<td width="10"><img src="images/PROJEKTO-cta-green-top-right.png" width="10" style="display:block"></td>
</tr>
</table>
<table width="200" border="0" cellpadding="0" cellspacing="0" cellmargin="0">
<tr>
<td bgcolor="#91c338" width="10"></td>
<td bgcolor="#91c338">
<a href="http://google.com" style="color:#ffffff; text-decoration:none;"><span style="font-family:arial; font-size:14px; text-transform:uppercase; color:#ffffff;">empieza un projecto </span><img src="images/cta-arrow.png" border="0" style="display:inline;"></a>
</td>
<td bgcolor="#91c338" width="10"></td>
</tr>
</table>
<table width="200" border="0" cellpadding="0" cellspacing="0" cellmargin="0">
<tr>
<td width="10"><img src="images/PROJEKTO-cta-green-bt-left.png" width="10" style="display:block"></td>
<td width="180" bgcolor="#91c338" class="w360"></td>
<td width="10"><img src="images/PROJEKTO-cta-green-bt-right.png" width="10" style="display:block"></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- /botton arriba verder -->
</td>
<td width="15" class="hide"><img src="images/spacer.gif" width="15"></td>
</tr>
</table>
<!-- spacer -->
<table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="w380" cellmargin="0">
<tr>
<td width="610" class="w380">
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
<!-- linea separadora -->
<table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="w380" cellmargin="0">
<tr>
<td width="15">
</td>
<td width="610" bgcolor="#0d133d" class="w350" style="line-height: 1px;">
<img src="images/spacer.gif" height="1">
</td>
<td width="15">
</td>
</tr>
</table>
<!-- spacer -->
<table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="w380" cellmargin="0">
<tr>
<td width="610" class="w380">
<img src="images/spacer.gif" height="20">
</td>
</tr>
</table>
<!-- hero -->
<table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="w380" cellmargin="0">
<tr>
<td width="15" class="hide"><img src="images/spacer.gif" width="15"></td>
<td class="w380 blockwrap textcenter movedown">
<table width="210" border="0" cellpadding="0" cellspacing="0" class="w380 mtop20">
<tr>
<td width="210">
<img src="images/PROJEKTO-welcome-DESK_261.jpg">
</td>
</tr>
</table>
</td>
<td width="15" class="hide"></td>
<td width="390" class="w380 blockwrap textcenter moveup">
<table width="390" border="0" cellpadding="0" cellspacing="0" class="w380">
<tr>
<td width="390" class="w380 pleft15 pright15">
<span style="font-family: arial; font-size:48px; color:#0d133d; line-height:48px;"><b>Bienvenido</b></span><br><br>
<span style="font-family: arial; font-size:15px; color:#0d133d; line-height:18px;">Tu nombre de usuario es: micposso</span><br><br>
<span style="font-family: arial; font-size:15px; color:#0d133d; line-height:18px;">Ipsum quis laoreet.</span><br><br>
<span style="font-family: arial; font-size:15px; color:#0d133d; line-height:18px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean venenatis sollicitudin leo, sed pretium leo malesuada ut. Aenean interdum quis ipsum quis laoet. Donec molestie risus eget dapibus pharetra.</span>
</td>
</tr>
</table>
</td>
<td width="15" class="hide"><img src="images/spacer.gif" width="15"></td>
</tr>
</table>
<!-- end hero -->
<!-- spacer blanco -->
<table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="w380" cellmargin="0">
<tr>
<td width="610" class="w380">
<img src="images/spacer.gif" height="20">
</td>
</tr>
</table>
<!-- flecha -->
<table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#91c338" class="w380" cellmargin="0">
<tr>
<td width="305" class="w175" height="12"></td>
<td width="30" height="12">
<img src="images/PROJEKTO-welcome-DESK_322.png" width="30" height="12" style="display:block">
</td>
<td width="305" class="w175" height="12"></td>
</tr>
</table>
<!-- end flecha -->
<!-- body 3 columns -->
<table width="640" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#91c338" class="w380" cellmargin="0">
<tr>
<td align="center" width="210" class="blockwrap textcenter w380">
<!-- modulo 1 -->
<table width="180" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
<div><img src="images/PROJEKTO-welcome-DESK_376.png"></div>
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
<table width="180" align="center">
<tr>
<td align="center" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;"><b>Comunidad Integrada</b><br>ipsum quis laoreet. Donec molestie risus eget dapibus pharetra.</td>
</tr>
</table>
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="1" bgcolor="#ffffff" class="blockwrap textcenter w380">
<img src="images/spacer.gif" height="1">
</td>
<td align="center" width="210" class="blockwrap textcenter w380">
<!-- modulo 1 -->
<table width="180" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
<div><img src="images/PROJEKTO-welcome-DESK_376.png"></div>
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
<table width="180" align="center">
<tr>
<td align="center" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;"><b>Comunidad Integrada</b><br>ipsum quis laoreet. Donec molestie risus eget dapibus pharetra.</td>
</tr>
</table>
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="1" bgcolor="#ffffff" class="blockwrap textcenter w380">
<img src="images/spacer.gif" height="1">
</td>
<td align="center" width="210" class="blockwrap textcenter w380">
<!-- modulo 1 -->
<table width="180" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
<div><img src="images/PROJEKTO-welcome-DESK_376.png"></div>
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
<table width="180" align="center">
<tr>
<td align="center" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;"><b>Comunidad Integrada</b><br>ipsum quis laoreet. Donec molestie risus eget dapibus pharetra.</td>
</tr>
</table>
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- end body 3 columns -->
<!-- flecha verde -->
<table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="w380" cellmargin="0">
<tr>
<td width="305" class="w175"></td>
<td width="30">
<img src="images/PROJEKTO-welcome-DESK_424.png" width="30" style="display:block">
</td>
<td width="305" class="w175"></td>
</tr>
</table>
<!-- end flecha verde -->
<!-- spacer blanco -->
<table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="w380" cellmargin="0">
<tr>
<td width="610" class="w380">
<img src="images/spacer.gif" height="20">
</td>
</tr>
</table>
<!-- Recovery -->
<table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="w380" cellmargin="0">
<tr>
<td width="15" class="hide"><img src="images/spacer.gif" width="15"></td>
<td width="405" class="w380 blockwrap textcenter">
<table width="405" border="0" cellpadding="0" cellspacing="0" class="w380">
<tr>
<td width="405" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;" class="pleft15 pright15"><span style="font-size:30px; line-height:35px;">Lorem ipsum dolor sit.</span><br>
<span>Consectetur adipiscing elit. Aenean venenatis sollicitudin
leo, sed pretium leo consectetur adipiscing elit. leo, sed
pretium leo consectetur adipiscing elit.</span>
</td>
</tr>
</table>
</td>
<td width="205" class="w380 blockwrap textcenter">
<table border="0" align="center" cellpadding="0" cellspacing="0" class="mbtn20 mtop10" cellmargin="0">
<tr>
<td>
<table width="200" border="0" cellpadding="0" cellspacing="0" cellmargin="0">
<tr>
<td width="10"><img src="images/PROJEKTO-cta-green-top-left.png" width="10" style="display:block"></td>
<td width="180" bgcolor="#91c338" class="w360"></td>
<td width="10"><img src="images/PROJEKTO-cta-green-top-right.png" width="10" style="display:block"></td>
</tr>
</table>
<table width="200" border="0" cellpadding="0" cellspacing="0" cellmargin="0">
<tr>
<td bgcolor="#91c338" width="10"></td>
<td bgcolor="#91c338">
<a href="http://google.com" style="color:#ffffff; text-decoration:none;"><span style="font-family:arial; font-size:14px; text-transform:uppercase; color:#ffffff;">empieza un projecto </span><img src="images/cta-arrow.png" style="display:inline;" border="0"></a>
</td>
<td bgcolor="#91c338" width="10"></td>
</tr>
</table>
<table width="200" border="0" cellpadding="0" cellspacing="0" cellmargin="0">
<tr>
<td width="10"><img src="images/PROJEKTO-cta-green-bt-left.png" width="10" style="display:block"></td>
<td width="180" bgcolor="#91c338" class="w360"></td>
<td width="10"><img src="images/PROJEKTO-cta-green-bt-right.png" width="10" style="display:block"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="15" class="hide"><img src="images/spacer.gif" width="15"></td>
</tr>
</table>
<!-- end recovery -->
<table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="w380" cellmargin="0">
<tr>
<td width="610" class="w380">
<img src="images/spacer.gif" height="20">
</td>
</tr>
</table>
<!-- body 3 columns -->
<table width="640" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="w380" cellmargin="0">
<tr>
<td align="center" width="210" class="blockwrap textcenter w380">
<!-- modulo 1 -->
<table width="180" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
<table width="180" align="center">
<tr>
<td align="center" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;"><b>Que opinas?</b></td>
</tr>
<tr>
<td align="center" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;"><a href="" style="color:#0d133d; text-decoration:none;">Recovery Link 1</a></td>
</tr>
<tr>
<td align="center" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;"><a href="" style="color:#0d133d; text-decoration:none;">Recovery Link 2</a></td>
</tr>
<tr>
<td align="center" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;"><a href="" style="color:#0d133d; text-decoration:none;">Recovery Link 3</a></td>
</tr>
</table>
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="1" bgcolor="#0d133d" class="blockwrap textcenter w380"><img src="images/spacer.gif" height="1"></td>
<td align="center" width="210" class="blockwrap textcenter w380">
<!-- modulo 1 -->
<table width="200" align="center" class="mtop10 mbt10">
<tr>
<td align="center" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;"><b>Aprende mas de Projekto</b></td>
</tr>
<tr>
<td align="center" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;"><a href="" style="color:#0d133d; text-decoration:none;">Recovery Link 1</a></td>
</tr>
<tr>
<td align="center" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;"><a href="" style="color:#0d133d; text-decoration:none;">Recovery Link 2</a></td>
</tr>
<tr>
<td align="center" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;"><a href="" style="color:#0d133d; text-decoration:none;">Recovery Link 3</a></td>
</tr>
</table>
</td>
<td width="1" bgcolor="#0d133d" class="blockwrap textcenter w380"><img src="images/spacer.gif" height="1"></td>
<td align="center" valign="top" width="210" class="blockwrap textcenter w380">
<!-- modulo 1 -->
<table width="180" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valing="top">
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
<table width="180" align="center">
<tr>
<td align="center" style="font-family: arial; font-size:15px; color:#0d133d; line-height:20px;"><b>Conectate con nosotros</b><br>
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="20">
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/PROJEKTO-welcome-DESK_467.jpg" width="24" height="22"></td>
<td width="8"><img src="images/spacer.gif"></td>
<td><img src="images/PROJEKTO-welcome-DESK_469.jpg" width="25" height="22"></td>
<td width="8"><img src="images/spacer.gif"></td>
<td><img src="images/PROJEKTO-welcome-DESK_471.jpg" width="25" height="22"></td>
<td width="8"><img src="images/spacer.gif"></td>
<td><img src="images/PROJEKTO-welcome-DESK_473.jpg" width="25" height="22"></td>
<td width="8"><img src="images/spacer.gif"></td>
<td><img src="images/PROJEKTO-welcome-DESK_475.jpg" width="24" height="22"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellpadding="0" cellmargin="0">
<tr>
<td>
<img src="images/spacer.gif" height="10">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- end body 3 columns -->
<!-- spacer blanco -->
<table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="w380" cellmargin="0">
<tr>
<td width="610" class="w380">
<img src="images/spacer.gif" height="20">
</td>
</tr>
</table>
<!-- borde de abajo -->
<table width="640" border="0" cellpadding="0" cellspacing="0" class="w380" cellmargin="0">
<tr>
<td width="10"><img src="images/PROJEKTO-welcome-DESK_82.png" style="display:block"></td>
<td width="620" bgcolor="#ffffff" class="w360"> </td>
<td width="10"><img src="images/PROJEKTO-welcome-DESK_84.png" style="display:block"></td>
</tr>
</table>
<!-- footer -->
<!-- spacer -->
<table width="640" border="0" cellpadding="0" cellspacing="0" class="w380" cellmargin="0">
<tr>
<td width="610" class="w380">
<img src="images/spacer.gif" height="20">
</td>
</tr>
</table>
<table width="640" border="0" cellpadding="0" cellspacing="0" class="w380" cellmargin="0">
<tr>
<td style="font-family: arial; font-size:12px; color:#0d133d; line-height:20px;" class="pleft15 pright15">Consectetur adipiscing elit. Aenean venenatis sollicitudin leo, sed pretium leo consectetur adipiscing elit. leo, sed pretium leo consectetur adipiscing elit. Consectetur adipiscing elit. Aenean venenatis sollicitudin Consectetur adipiscing elit. Aenean venenatis sollicitudin leo.<br>
<a href="" style="color:#0d133d; text-decoration:underline;">unsubcribe</a> | Projekto
</td>
</tr>
</table>
<!-- spacer -->
<table width="640" border="0" cellpadding="0" cellspacing="0" class="w380" cellmargin="0">
<tr>
<td width="610" class="w380">
<img src="images/spacer.gif" height="20">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>