-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprendelis.wordpress.2014-05-04.xml
10769 lines (10282 loc) · 651 KB
/
prendelis.wordpress.2014-05-04.xml
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
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is a WordPress eXtended RSS file generated by WordPress as an export of your site.
It contains information about your site's posts, pages, comments, categories, and other content.
You may use this file to transfer that content from one site to another.
This file is not intended to serve as a complete backup of your site.
To import this information into a WordPress site follow these steps:
1. Log in to that site as an administrator.
2. Go to Tools: Import in the WordPress admin panel.
3. Install the "WordPress" importer from the list.
4. Activate & Run Importer.
5. Upload this file using the form provided on that page.
6. You will first be asked to map the authors in this export file to users
on the site. For each author, you may choose to map to an
existing user on the site or to create a new user.
7. WordPress will then import each of the posts, pages, comments, categories, etc.
contained in this file into your site.
-->
<!-- generator="WordPress.com" created="2014-05-04 11:53"-->
<rss version="2.0" xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wp="http://wordpress.org/export/1.2/">
<channel>
<title>Prendelis</title>
<link>http://blog.prendelis.com</link>
<description>Compartiendo la moda</description>
<pubDate>Sun, 04 May 2014 11:53:27 +0000</pubDate>
<language>en</language>
<wp:wxr_version>1.2</wp:wxr_version>
<wp:base_site_url>http://wordpress.com/</wp:base_site_url>
<wp:base_blog_url>http://blog.prendelis.com</wp:base_blog_url>
<wp:wp_author>
<wp:author_login>maibarto</wp:author_login>
<wp:author_email>mai@prendelis.com</wp:author_email>
<wp:author_display_name><![CDATA[Prendelis]]></wp:author_display_name>
<wp:author_first_name><![CDATA[]]></wp:author_first_name>
<wp:author_last_name><![CDATA[]]></wp:author_last_name>
</wp:wp_author>
<wp:wp_author>
<wp:author_login>chhn</wp:author_login>
<wp:author_email>chhuang.cl@gmail.com</wp:author_email>
<wp:author_display_name><![CDATA[Chang Huang]]></wp:author_display_name>
<wp:author_first_name><![CDATA[]]></wp:author_first_name>
<wp:author_last_name><![CDATA[]]></wp:author_last_name>
</wp:wp_author>
<wp:wp_author>
<wp:author_login>vehidalgoroa</wp:author_login>
<wp:author_email>vehidalgoroa@gmail.com</wp:author_email>
<wp:author_display_name><![CDATA[Vero Hidalgo]]></wp:author_display_name>
<wp:author_first_name><![CDATA[]]></wp:author_first_name>
<wp:author_last_name><![CDATA[]]></wp:author_last_name>
</wp:wp_author>
<wp:wp_author>
<wp:author_login>maggybarto</wp:author_login>
<wp:author_email>margaritabarto@gmail.com</wp:author_email>
<wp:author_display_name><![CDATA[Maggy Barto]]></wp:author_display_name>
<wp:author_first_name><![CDATA[]]></wp:author_first_name>
<wp:author_last_name><![CDATA[]]></wp:author_last_name>
</wp:wp_author>
<generator>http://wordpress.com/</generator>
<image>
<url>http://s2.wp.com/i/buttonw-com.png</url>
<title>Prendelis</title>
<link>http://blog.prendelis.com</link>
</image>
<item>
<title>Diseña tus propios zapatos con Shoes of Prey</title>
<link>http://blog.prendelis.com/2012/02/17/disena-tus-propios-zapatos-con-shoes-of-prey/</link>
<pubDate>Fri, 17 Feb 2012 14:37:11 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.wordpress.com/?p=1</guid>
<description/>
<content:encoded><![CDATA[<img src="http://d3v7vjtovr7294.cloudfront.net/upload/Blog/Shoes_of_Prey_process.png" alt="" width="431" height="125" align="middle" />
<a href="http://www.shoesofprey.com/">Shoes of Prey</a> es una tienda virtual donde puedes crear y comprar zapatos diseñados por ti misma! El servicio te da una cantidad de opciones para personalizar los zapatos a tu gusto, como el tamaño del taco, el género/la tela, el color y los adornos. También hacen envíos internacionales por un costo de $25AUD, que serían $13.000 pesos aproximadamente. El envío se demora unas 5 semanas según la página. Ahora, si estás preguntando que pasa si no te gustan los zapatos una vez que te lleguen, no te preocupes, puedes devolverlos y te los cambian por otro par o simplemente te devuelven el dinero, eso si, los zapatos tienen que estar sin uso.
Para <span style="text-decoration:line-through;">matar</span> terminar la nota, los zapatos más baratos que uno puede diseñar allí cuestan nada más que $195AUD, un poco más de $100.000 pesos!]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>1</wp:post_id>
<wp:post_date>2012-02-17 14:37:11</wp:post_date>
<wp:post_date_gmt>2012-02-17 14:37:11</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>disena-tus-propios-zapatos-con-shoes-of-prey</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="calzados"><![CDATA[Calzados]]></category>
<category domain="post_tag" nicename="calzados-2"><![CDATA[calzados]]></category>
<category domain="post_tag" nicename="zapatos"><![CDATA[zapatos]]></category>
<wp:postmeta>
<wp:meta_key>_wp_old_slug</wp:meta_key>
<wp:meta_value><![CDATA[hello-world]]></wp:meta_value>
</wp:postmeta>
<wp:comment>
<wp:comment_id>95</wp:comment_id>
<wp:comment_author><![CDATA[Prendelis]]></wp:comment_author>
<wp:comment_author_email>mai@prendelis.com</wp:comment_author_email>
<wp:comment_author_url/>
<wp:comment_author_IP>201.187.63.142</wp:comment_author_IP>
<wp:comment_date>2013-09-06 18:11:21</wp:comment_date>
<wp:comment_date_gmt>2013-09-06 22:11:21</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Hola Durbin, nosotros solo somos un blog de información.
No realizamos ventas de zapatos.
Saludos]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type/>
<wp:comment_parent>91</wp:comment_parent>
<wp:comment_user_id>33053964</wp:comment_user_id>
<wp:commentmeta>
<wp:meta_key>akismet_result</wp:meta_key>
<wp:meta_value>false</wp:meta_value>
</wp:commentmeta>
<wp:commentmeta>
<wp:meta_key>akismet_history</wp:meta_key>
<wp:meta_value>a:4:{s:4:"time";d:1378505481.97809505462646484375;s:7:"message";s:30:"Akismet borró este comentario";s:5:"event";s:9:"check-ham";s:4:"user";s:8:"maibarto";}</wp:meta_value>
</wp:commentmeta>
<wp:commentmeta>
<wp:meta_key>jabber_published</wp:meta_key>
<wp:meta_value>1378505481</wp:meta_value>
</wp:commentmeta>
</wp:comment>
<wp:comment>
<wp:comment_id>91</wp:comment_id>
<wp:comment_author><![CDATA[Durbin]]></wp:comment_author>
<wp:comment_author_email>reyesdurbin@hotmail.com</wp:comment_author_email>
<wp:comment_author_url/>
<wp:comment_author_IP>190.121.239.32</wp:comment_author_IP>
<wp:comment_date>2013-07-21 18:27:49</wp:comment_date>
<wp:comment_date_gmt>2013-07-21 22:27:49</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Buenas tardes, estoy interesada en adquirir unos botines de su coleccion ... espero respuesta para saber como hacer el pedido...]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type/>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>0</wp:comment_user_id>
<wp:commentmeta>
<wp:meta_key>jabber_published</wp:meta_key>
<wp:meta_value>1378505440</wp:meta_value>
</wp:commentmeta>
<wp:commentmeta>
<wp:meta_key>akismet_history</wp:meta_key>
<wp:meta_value>a:4:{s:4:"time";d:1378505440.9643518924713134765625;s:7:"message";s:52:"maibarto cambió el estado del comentario a approved";s:5:"event";s:15:"status-approved";s:4:"user";s:8:"maibarto";}</wp:meta_value>
</wp:commentmeta>
<wp:commentmeta>
<wp:meta_key>akismet_history</wp:meta_key>
<wp:meta_value>a:4:{s:4:"time";d:1374445669.51766204833984375;s:7:"message";s:30:"Akismet borró este comentario";s:5:"event";s:9:"check-ham";s:4:"user";s:0:"";}</wp:meta_value>
</wp:commentmeta>
<wp:commentmeta>
<wp:meta_key>akismet_result</wp:meta_key>
<wp:meta_value>false</wp:meta_value>
</wp:commentmeta>
</wp:comment>
</item>
<item>
<title>Una cartera para cada ocasión </title>
<link>http://blog.prendelis.com/2012/02/20/el-secreto-esta-en-los-detalles/</link>
<pubDate>Mon, 20 Feb 2012 02:31:34 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://blog.prendelis.com/?p=8</guid>
<description/>
<content:encoded><![CDATA[<p class="MsoNormal">En la actualidad, los accesorios son uno de los detalles fundamentales a la hora de vestir un look diferente, llamativo y único. Entre estos accesorios queremos reflejar el poder de las <strong>carteras y/o bolsos</strong>, esos que nunca pasan desapercibidos frente a nuestros ojos y que dependiendo la ocasión nos hacen ver chic, sofisticadas, sexies e intelectuales. <strong>Las carteras</strong> son uno de esos encantos de la moda que nos permite jugar y atrevernos a experimentar con el vestuario y otros accesorios.</p>
<p class="MsoNormal">Chicas, lo mejor es que existen para todos los gustos, unos pequeños, otros más grandes, algunos con mucho color y otros bastante más sobrios, todo depende de la ocasión.</p>
<p class="MsoNormal"><strong>Cartera lady</strong></p>
<p class="MsoNormal" style="text-align:left;"><strong><img class="aligncenter" src="http://media.tumblr.com/tumblr_lzchddoqAJ1qj9d7f.jpg" alt="" width="480" height="177" /></strong></p>
<p class="MsoNormal" style="text-align:left;"><strong></strong>Las carteras lady son carteras formales que utilizamos para asistir a una cena especial y/o evento social que amerite elegancia y formalidad. Lo ideal es una cartera pequeña tipo sobre, de mano o las muy de moda "clutch". Hay de diversos tipos; con lentejuelas, metálicos, con pedrería, de malla metálica, etc. Lo importante es que sea elegante para que ayude a dar mayor relevancia a tu vestuario y te veas toda una señorita. <strong> </strong></p>
<p class="MsoNormal" style="text-align:left;"><strong>Cartera carretera</strong></p>
<p class="MsoNormal" style="text-align:center;"><img class="aligncenter" src="http://media.tumblr.com/tumblr_lzci76WnJk1qj9d7f.jpg" alt="" width="500" height="167" /></p>
<p class="MsoNormal" style="text-align:left;">Las carteras carreteras son aquellas que puedes usar en alguna salida nocturna informal; bailar o a compartir un trago con las amigas, lo ideal son carteras pequeñas que sean lo bastante cómodas para movernos con libertad. Con la capacidad suficiente para llevar solo lo necesario como el celular, billetera, llaves y algo de maquillaje.<strong> </strong></p>
<p class="MsoNormal" style="text-align:left;"><strong>Cartera todo terreno</strong></p>
<div></div>
<p class="MsoNormal" style="text-align:center;"><strong><img class="aligncenter" src="http://media.tumblr.com/tumblr_lzciruIjpk1qj9d7f.jpg" alt="" width="500" height="167" /></strong></p>
<p class="MsoNormal">Para el trabajo es necesario una cartera amplia, resistente y cómoda. Es importante tener en cuenta el tipo de trabajo para usar la cartera adecuada, que podrá ser formal, de preferencia de un color oscuro, como negro, café, marrón, verde militar o algo similar, para evitar que se manche fácilmente con el uso diario. Si tu trabajo es algo más informal atrévete a usar carteras con estampados.</p>
<p class="MsoNormal"><strong>Cartera casual</strong></p>
<p class="MsoNormal" style="text-align:center;"><strong><img class="aligncenter" src="http://media.tumblr.com/tumblr_lzcjsqpZHo1qj9d7f.jpg" alt="" width="500" height="167" /></strong></p>
<p class="MsoNormal">Va a depender del gusto de cada una. Podrá ser una cartera de tamaño mediano con correa, para que tengas la posibilidad de usarla cruzada, ya que son más cómodas considerando que tienes tus manos libres. De preferencia que tenga varios compartimientos para ubicar fácilmente tus cosas. Las carteras con flequillos están muy de moda. También la llevan las "maxi-bags". Esas grandes carteras <em>aperradas</em> donde guardas todo lo que se te ocurre y que siempre es necesario para nosotras. Lo importante es organizar bien los espacios para guardar tus cosas. <strong> </strong></p>
<p class="MsoNormal"><strong>Cartera veraniega</strong></p>
<p class="MsoNormal"><strong></strong><span style="text-align:center;">La cartera o bolso veraniego-playero que nos acompañan en verano. Lo importante es que sean grandes y resistentes para llevar la infinidad de cosas que para nosotras siempre son importantes. Lo bueno, es que a pesar de ser amplios, son livianos y flexibles.</span></p>
<p class="MsoNormal" style="text-align:center;"><strong><img class="aligncenter" src="http://media.tumblr.com/tumblr_lzcjqhlbFB1qj9d7f.jpg" alt="" width="500" height="167" /></strong></p>
<p class="MsoNormal">Hay de diferentes colores, telas y modelos. Lo recomendable, es optar por aquellos que cuenten con compartimientos pequeños para guardar por ejemplo; las llaves, monedero, celular, etc., y además con un gran espacio abierto donde quepan, lógicamente, las cosas más grandes.</p>]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>8</wp:post_id>
<wp:post_date>2012-02-20 02:31:34</wp:post_date>
<wp:post_date_gmt>2012-02-20 02:31:34</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>el-secreto-esta-en-los-detalles</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<category domain="post_tag" nicename="bolsos"><![CDATA[bolsos]]></category>
<category domain="category" nicename="carteras"><![CDATA[Carteras]]></category>
<category domain="post_tag" nicename="carteras-2"><![CDATA[carteras]]></category>
</item>
<item>
<title>El origen de las Carteras</title>
<link>http://blog.prendelis.com/?p=23</link>
<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.wordpress.com/?p=23</guid>
<description/>
<content:encoded><![CDATA[<img class="alignleft" title="Carteras" alt="" src="http://25.media.tumblr.com/tumblr_lzod2p6f111qfrtudo1_500.jpg" width="214" height="322" />
Las carteras y bolsos, son uno de los accesorios más amado por todas. Son de esos elementos que nos dan un toque especial a nuestro vestuario y actitud, pero antes de ser nuestro complemento favorito, la cartera surgió como una alternativa a los bolsillos y netamente como un elemento de trabajo antes de la prehistoria.
La creación de este gran complemento necesario en la actualidad, se remonta a la primeras civilizaciones. En el antiguo Egipto, si bien no utilizaban una cartera con las característica que hoy conocemos, se usaban las alforjas, sacos de tela cortos y anchos con forma cuadrada, usados para transportar cerámica, alimentos y objetos pesados, antecesores a lo que hoy conocemos como bolsos o carteras.
No fue hasta la Revolución Industrial que el bolso comenzó a tomar forma y empezó a considerarse como un elemento relevante.
Desde entonces, las carteras se han convertido en un accesorio esencial en nuestra vida cotidiana y hoy ya son un elemento masivo de consumo que va de la mano con la moda.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>23</wp:post_id>
<wp:post_date>2013-03-11 11:26:11</wp:post_date>
<wp:post_date_gmt>0000-00-00 00:00:00</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name/>
<wp:status>draft</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="prendelis"><![CDATA[Prendelis]]></category>
</item>
<item>
<title>Atrévete con la originalidad de las carteras de Modd Diseño </title>
<link>http://blog.prendelis.com/2012/02/21/atrevete-con-la-originalidad-de-las-carteras-de-modd-diseno/</link>
<pubDate>Mon, 20 Feb 2012 23:22:34 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://blog.prendelis.com/?p=27</guid>
<description/>
<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://www.modd.cl/"><img class="aligncenter" title="Modd Logo" src="http://static.bootic.net/264/logo/original/logo-logomodd.jpg" alt="" width="338" height="165" /></a></p>
¿Eres de las que buscan carteras originales y exclusivas?
La tienda virtual <a href="http://www.modd.cl/" target="_blank">Modd</a> es para ti, ya que cuenta con una variedad de carteras y bolsos muy exclusivos hechos a manos, con diseños limitados y lo mejor, elaborados en nuestro país.
<p class="MsoNormal">Diseños de carteras cuadradas, mochilas de dos piezas, muy coloridos, con estampados y algunas de ellas desarmables, hacen de ésta, una colección muy innovadora que te hará lucir original.</p>
<p class="MsoNormal">Te invitamos a dar una vuelta virtual por <a title="Modd Diseños" href="http://www.modd.cl/" target="_blank">Modd</a>, y aprovecha los diseños que están en liquidación.</p>
<p style="text-align:center;"><img class="aligncenter" title="Cartera Smile" src="http://static.bootic.net/264/large/30455-smilenegritacafe.jpg" alt="" width="297" height="238" /></p>]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>27</wp:post_id>
<wp:post_date>2012-02-21 09:22:34</wp:post_date>
<wp:post_date_gmt>2012-02-20 23:22:34</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>atrevete-con-la-originalidad-de-las-carteras-de-modd-diseno</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<category domain="post_tag" nicename="bolsos"><![CDATA[bolsos]]></category>
<category domain="category" nicename="carteras"><![CDATA[Carteras]]></category>
<category domain="post_tag" nicename="carteras-2"><![CDATA[carteras]]></category>
<category domain="post_tag" nicename="moda"><![CDATA[moda]]></category>
</item>
<item>
<title>[IDEA] La evolución de las carteras</title>
<link>http://blog.prendelis.com/?p=43</link>
<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://blog.prendelis.com/?p=43</guid>
<description/>
<content:encoded><![CDATA[<ul>
<li>Escribir sobre como ha sido cambiado el estilo de las carteras segun la epoca.</li>
<li>Hacer un vinculo y mencionar el articulo sobre el origen de las carteras, eg, "como vimos en la entrada 'el origen de las carteras', .... "</li>
</ul>
]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>43</wp:post_id>
<wp:post_date>2012-02-21 11:07:01</wp:post_date>
<wp:post_date_gmt>0000-00-00 00:00:00</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name/>
<wp:status>draft</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="prendelis"><![CDATA[Prendelis]]></category>
</item>
<item>
<title>[IDEA] Las marcas top de las carteras</title>
<link>http://blog.prendelis.com/?p=45</link>
<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://blog.prendelis.com/?p=45</guid>
<description/>
<content:encoded><![CDATA[<ul>
<li>Listar los top 5 o 10 de las carteras, eg, Dior, Gucci, Hermes, Louis Vuitton etc</li>
<li>Una breve descripcion de cada una</li>
</ul>]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>45</wp:post_id>
<wp:post_date>2012-02-21 11:06:58</wp:post_date>
<wp:post_date_gmt>0000-00-00 00:00:00</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name/>
<wp:status>draft</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="prendelis"><![CDATA[Prendelis]]></category>
</item>
<item>
<title>Las carteras, también son cosas de hombres</title>
<link>http://blog.prendelis.com/2012/02/22/las-carteras-tambien-son-cosas-de-hombres/</link>
<pubDate>Wed, 22 Feb 2012 03:09:30 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://blog.prendelis.com/?p=57</guid>
<description/>
<content:encoded><![CDATA[<strong>¿Quién dijo que las carteras son solo cosas de mujeres?</strong> Pues no, en la actualidad también son cosas de hombres, quienes cada vez más se preocupan por lucir bien y a la moda.
Los bolsos y/o carteras, más que un accesorio son un detalle, que en la presentación masculina denota personalidad y sin duda, se han convertido en el complemento con mayor demanda que sigue creciendo.
Por lo visto, para el hombre moderno, los bolsillos del pantalón y/o chaquetas, ya no bastan para guardar el celular, las llaves, billeteras, etc., y ahora las carteras han dejado de ser un artículo exclusivo de las féminas.
Desde hace algunos años, grandes casas de modas a nivel mundial han ido lanzando nuevos diseños de carteras masculinas.
<p style="text-align:left;"><strong>Clutch masculinas</strong></p>
<img class=" wp-image-69 aligncenter" title="carteras clutch hombres" src="http://prendelis.files.wordpress.com/2012/02/carteras-clutch-hombres1.jpg" alt="" width="527" height="205" />
La marca francesa Louis Vuitton, incluyó en su colección unas topicimas carteras clutch para varones. Sí, esas carteras de mano que a nosotras nos hacen lucir como toda una <em>lady</em>.
<strong>Famosos y sus carteras</strong>
Para el común de los varones de occidente, esta moda aún no se masifica, pero ya podemos ver a personalidades artísticas, como Robert Pattinson, Jude Law, Cristiano Ronaldo, entre otros, luciendo sus modelos de grandes marcas como Prada, Gucci, Burberry y el ya mencionado Vuitton.
<p style="text-align:center;"><img class=" wp-image-71 aligncenter" title="Hombres con carteras" src="http://prendelis.files.wordpress.com/2012/02/hombres-con-carteras1.jpg" alt="" width="343" height="336" /></p>
La tienda de moda española Zara, también ha incluido en su colección las carteras/bolsos para varones y así complementar el look perfecto.
<strong>Asia fashion</strong>
Una realidad bastante distinta es la del continente asiático, ya que si de moda y accesorios se trata, estos la llevan, y las carteras se han convertido en un accesorio fundamental a la hora de salir a la calle.
<p style="text-align:center;"><img class=" wp-image-74 aligncenter" title="ASiaticos CArteras" src="http://prendelis.files.wordpress.com/2012/02/asiaticos-carteras1.jpg" alt="" width="628" height="313" /></p>
Un estudio realizado hace más de un año por <a href="http://www.bbc.co.uk/mundo/noticias/2011/07/110705_china_mercado_lujo_hombres_mujeres_ms.shtml" target="_blank">Coach International</a> informó que los hombres representan el 45% del mercado de carteras de lujo y de accesorios en China, un rubro que asciende a US$1.700 millones. wOw!
La elegancia, y los looks más urbanos y excéntricos del mundo asiático, nos muestra un entorno lleno de complementos y sobre todo colores, luciendo todo el rato su característico estilo fashionista. Porque si hay algo que caracteriza tanto al género masculino como al femenino en Asia, es la utilización de decenas de <strong>complementos y accesorios</strong>.
<p style="text-align:center;"><img class=" wp-image-76 aligncenter" title="2" src="http://prendelis.files.wordpress.com/2012/02/21.jpg" alt="" width="351" height="400" /></p>
Así que chicos, ya es hora de incluir las carteras en su guardarropas, ya que al igual que las mujeres hay una gran gama de diseños para varones, entre ellas; carteras de mano, maxi-bags, deportivas, etc.
Que quede claro! El uso de ellas no disminuye la hombría, es un plus demasiado "<em>style</em>" para los hombres. ¿Y tú, te atreverías a usar una estilosa cartera?
Y para las chicas, ¿le regalarías una cartera a tu novio o amigo?
<strong>Dato fashion:</strong>
Te invitamos a visitar el <a href="http://www.facebook.com/Blessmen" target="_blank">facebook</a> del diseñador chileno Claudio Bless y su propuesta exclusiva en bolsos y vestuario para varones.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>57</wp:post_id>
<wp:post_date>2012-02-22 13:09:30</wp:post_date>
<wp:post_date_gmt>2012-02-22 03:09:30</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>las-carteras-tambien-son-cosas-de-hombres</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<category domain="post_tag" nicename="asiaticos"><![CDATA[asiáticos]]></category>
<category domain="category" nicename="carteras"><![CDATA[Carteras]]></category>
<category domain="post_tag" nicename="carteras-2"><![CDATA[carteras]]></category>
<category domain="post_tag" nicename="famosos"><![CDATA[famosos]]></category>
<category domain="post_tag" nicename="hombres"><![CDATA[hombres]]></category>
<category domain="post_tag" nicename="moda"><![CDATA[moda]]></category>
</item>
<item>
<title>carteras clutch hombres</title>
<link>http://blog.prendelis.com/2012/02/22/las-carteras-tambien-son-cosas-de-hombres/carteras-clutch-hombres/</link>
<pubDate>Tue, 21 Feb 2012 23:13:24 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/carteras-clutch-hombres.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>58</wp:post_id>
<wp:post_date>2012-02-22 09:13:24</wp:post_date>
<wp:post_date_gmt>2012-02-21 23:13:24</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>carteras-clutch-hombres</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>57</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/carteras-clutch-hombres.jpg</wp:attachment_url>
</item>
<item>
<title>Hombres con carteras</title>
<link>http://blog.prendelis.com/2012/02/22/las-carteras-tambien-son-cosas-de-hombres/hombres-con-carteras/</link>
<pubDate>Tue, 21 Feb 2012 23:15:26 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/hombres-con-carteras.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>59</wp:post_id>
<wp:post_date>2012-02-22 09:15:26</wp:post_date>
<wp:post_date_gmt>2012-02-21 23:15:26</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>hombres-con-carteras</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>57</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/hombres-con-carteras.jpg</wp:attachment_url>
</item>
<item>
<title>ASiaticos CArteras</title>
<link>http://blog.prendelis.com/2012/02/22/las-carteras-tambien-son-cosas-de-hombres/asiaticos-carteras/</link>
<pubDate>Tue, 21 Feb 2012 23:20:28 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/asiaticos-carteras.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>62</wp:post_id>
<wp:post_date>2012-02-22 09:20:28</wp:post_date>
<wp:post_date_gmt>2012-02-21 23:20:28</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>asiaticos-carteras</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>57</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/asiaticos-carteras.jpg</wp:attachment_url>
</item>
<item>
<title>2</title>
<link>http://blog.prendelis.com/2012/02/22/las-carteras-tambien-son-cosas-de-hombres/attachment/2/</link>
<pubDate>Tue, 21 Feb 2012 23:21:36 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/2.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>63</wp:post_id>
<wp:post_date>2012-02-22 09:21:36</wp:post_date>
<wp:post_date_gmt>2012-02-21 23:21:36</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>2</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>57</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/2.jpg</wp:attachment_url>
</item>
<item>
<title>carteras clutch hombres</title>
<link>http://blog.prendelis.com/2012/02/22/las-carteras-tambien-son-cosas-de-hombres/carteras-clutch-hombres-2/</link>
<pubDate>Tue, 21 Feb 2012 23:34:05 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/carteras-clutch-hombres1.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>69</wp:post_id>
<wp:post_date>2012-02-22 09:34:05</wp:post_date>
<wp:post_date_gmt>2012-02-21 23:34:05</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>carteras-clutch-hombres-2</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>57</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/carteras-clutch-hombres1.jpg</wp:attachment_url>
</item>
<item>
<title>Hombres con carteras</title>
<link>http://blog.prendelis.com/2012/02/22/las-carteras-tambien-son-cosas-de-hombres/hombres-con-carteras-2/</link>
<pubDate>Tue, 21 Feb 2012 23:35:42 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/hombres-con-carteras1.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>71</wp:post_id>
<wp:post_date>2012-02-22 09:35:42</wp:post_date>
<wp:post_date_gmt>2012-02-21 23:35:42</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>hombres-con-carteras-2</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>57</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/hombres-con-carteras1.jpg</wp:attachment_url>
</item>
<item>
<title>ASiaticos CArteras</title>
<link>http://blog.prendelis.com/2012/02/22/las-carteras-tambien-son-cosas-de-hombres/asiaticos-carteras-2/</link>
<pubDate>Tue, 21 Feb 2012 23:39:39 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/asiaticos-carteras1.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>74</wp:post_id>
<wp:post_date>2012-02-22 09:39:39</wp:post_date>
<wp:post_date_gmt>2012-02-21 23:39:39</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>asiaticos-carteras-2</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>57</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/asiaticos-carteras1.jpg</wp:attachment_url>
</item>
<item>
<title>2</title>
<link>http://blog.prendelis.com/2012/02/22/las-carteras-tambien-son-cosas-de-hombres/2-2/</link>
<pubDate>Tue, 21 Feb 2012 23:41:38 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/21.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>76</wp:post_id>
<wp:post_date>2012-02-22 09:41:38</wp:post_date>
<wp:post_date_gmt>2012-02-21 23:41:38</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>2-2</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>57</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/21.jpg</wp:attachment_url>
</item>
<item>
<title>Carteras Birkin, definitivamente un lujo</title>
<link>http://blog.prendelis.com/2012/02/23/carteras-birkin-definitivamente-un-lujo/</link>
<pubDate>Thu, 23 Feb 2012 00:54:42 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://blog.prendelis.com/?p=104</guid>
<description/>
<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://prendelis.files.wordpress.com/2012/02/hermes-black-birkin.jpg"><img class="aligncenter wp-image-109" title="Hermes Black Birkin" src="http://prendelis.files.wordpress.com/2012/02/hermes-black-birkin.jpg" alt="" /></a></p>
Una historia bastante sencilla es la que da origen al famoso bolso Birkin -top de lo top- creado por el diseñador y fabricante de artículos de cuero Hermès, en honor a la cantante y actriz inglesa, Jane Birkin.
Este bolso de culto, nació luego de un encuentro entre Jane y el presidente de la compañía francesa Hèrmes, cuando accidentalmente se le deslizaron los contenidos de su bolso, ocasión en que él ofreció diseñar un bolso más amplio, cómodo y a su medida.
<p style="text-align:center;"><a href="http://prendelis.files.wordpress.com/2012/02/jane-birkin-and-serge-gainsbourg-arrived-in-london-and-went-shopping-in-berwick-street-market.jpg"><img class="aligncenter wp-image-111" title="jane-birkin-and-serge-gainsbourg-arrived-in-london-and-went-shopping-in-berwick-street-market" src="http://prendelis.files.wordpress.com/2012/02/jane-birkin-and-serge-gainsbourg-arrived-in-london-and-went-shopping-in-berwick-street-market.jpg" alt="" /></a></p>
Poco a poco el bolso cobró fama y popularidad por sus diseños y venta exclusiva, tanto así que hoy es objeto de deseo por muchas y para llegar a tener uno de ellos deben pasar a lo menos dos años de espera.
Cierto o no, Michael Tonello, un comprador compulsivo de estos bolsos que recorrió las tiendas Hermès de todo el mundo para hacerse de una de estas maravillas, se ha encargado de desmentir estos rumores y mitos en torno a la Birkin en su libro <a href="http://www.embelezzia.com/complementos/entrevistamos-a-michael-tonello-he-comprado-130-birkins" target="_blank">Bringing home the Birkin</a>, afirmando que es simplemente una estrategia de marketing.
Según el autor, "no hay otro bolso con el mismo encanto que el Birkin, así que tiene sentido que la compañía quiera retener el misterio de esta lista de espera y el sentido de la escasez del bolso".
Como sea, una Birkin es una Birkin, una pieza artesanal elaborada a mano, en piel de cocodrilo, avestruz (u otros) y su fabricación demora alrededor de 5 semanas.
Su precio parte de los U$S10.000 (5 mill., aprox), hasta U$S120.000 (58 mill. aprox.). Oh my God! Como imaginarán, algunas celebridades cuentan con más de un bolso Birkin, como es el caso de Victoria Beckham, que tiene una colección de más de cien modelos (aparte de envidiarle el marido, felíz con esa colección de carteras. "envidia de la sana obvio")
<p style="text-align:center;"><a href="http://prendelis.files.wordpress.com/2012/02/victoria-beckham_herms-birkin-bag-3jpg_r63g5_231631.jpg"><img class="aligncenter wp-image-113" title="victoria-beckham_herms-birkin-bag-3jpg_r63g5_23163[1]" src="http://prendelis.files.wordpress.com/2012/02/victoria-beckham_herms-birkin-bag-3jpg_r63g5_231631.jpg" alt="" /></a></p>
Esta cartera ha sido tan popular (incluso más que su musa inspiradora, Jane Birkin) que ha aparecido en diversas series de televisión tales como: Sex and the City, Gilmore Girls y Will & Grace.
Con los años, la Birkin ha tenido algunas modificaciones de la mano del director creativo de Hèrmes, Jean Paul Gaultier, quien introdujo algunos cambios y lanzó una Birkin con correas más largas y un cuerpo más chico.
<p style="text-align:center;"><a href="http://prendelis.files.wordpress.com/2012/02/sin-tc3adtulo.png"><img class="aligncenter wp-image-119" title="Sin título" src="http://prendelis.files.wordpress.com/2012/02/sin-tc3adtulo.png" alt="" /></a>
<em>Lady Gaga y su Birkin personalizada - Katie Holmes y su maxi Birkin</em></p>]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>104</wp:post_id>
<wp:post_date>2012-02-23 10:54:42</wp:post_date>
<wp:post_date_gmt>2012-02-23 00:54:42</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>carteras-birkin-definitivamente-un-lujo</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<category domain="post_tag" nicename="birkin"><![CDATA[birkin]]></category>
<category domain="post_tag" nicename="carteras-2"><![CDATA[carteras]]></category>
<category domain="post_tag" nicename="hermes"><![CDATA[hermes]]></category>
<category domain="post_tag" nicename="jane-birkin"><![CDATA[jane birkin]]></category>
<category domain="post_tag" nicename="moda"><![CDATA[moda]]></category>
<category domain="category" nicename="prendelis"><![CDATA[Prendelis]]></category>
</item>
<item>
<title>Hermes Black Birkin</title>
<link>http://blog.prendelis.com/2012/02/23/carteras-birkin-definitivamente-un-lujo/hermes-black-birkin/</link>
<pubDate>Wed, 22 Feb 2012 23:26:13 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/hermes-black-birkin.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>109</wp:post_id>
<wp:post_date>2012-02-23 09:26:13</wp:post_date>
<wp:post_date_gmt>2012-02-22 23:26:13</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>hermes-black-birkin</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>104</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/hermes-black-birkin.jpg</wp:attachment_url>
</item>
<item>
<title>jane-birkin-and-serge-gainsbourg-arrived-in-london-and-went-shopping-in-berwick-street-market</title>
<link>http://blog.prendelis.com/2012/02/23/carteras-birkin-definitivamente-un-lujo/jane-birkin-and-serge-gainsbourg-arrived-in-london-and-went-shopping-in-berwick-street-market/</link>
<pubDate>Wed, 22 Feb 2012 23:28:00 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/jane-birkin-and-serge-gainsbourg-arrived-in-london-and-went-shopping-in-berwick-street-market.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>111</wp:post_id>
<wp:post_date>2012-02-23 09:28:00</wp:post_date>
<wp:post_date_gmt>2012-02-22 23:28:00</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>jane-birkin-and-serge-gainsbourg-arrived-in-london-and-went-shopping-in-berwick-street-market</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>104</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/jane-birkin-and-serge-gainsbourg-arrived-in-london-and-went-shopping-in-berwick-street-market.jpg</wp:attachment_url>
</item>
<item>
<title>victoria-beckham_herms-birkin-bag-3jpg_r63g5_23163[1]</title>
<link>http://blog.prendelis.com/2012/02/23/carteras-birkin-definitivamente-un-lujo/victoria-beckham_herms-birkin-bag-3jpg_r63g5_231631/</link>
<pubDate>Wed, 22 Feb 2012 23:29:00 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/victoria-beckham_herms-birkin-bag-3jpg_r63g5_231631.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>113</wp:post_id>
<wp:post_date>2012-02-23 09:29:00</wp:post_date>
<wp:post_date_gmt>2012-02-22 23:29:00</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>victoria-beckham_herms-birkin-bag-3jpg_r63g5_231631</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>104</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/victoria-beckham_herms-birkin-bag-3jpg_r63g5_231631.jpg</wp:attachment_url>
</item>
<item>
<title>A model presents a creation by French de</title>
<link>http://blog.prendelis.com/2012/02/23/carteras-birkin-definitivamente-un-lujo/a-model-presents-a-creation-by-french-de/</link>
<pubDate>Wed, 22 Feb 2012 23:30:50 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/birkin8.jpg</guid>
<description/>
<content:encoded><![CDATA[A model presents a creation by French designer Jean-Paul Gaultier for Hermes during the Spring/Summer 2006 Ready-to-Wear collections in Paris, 08 October 2005. AFP PHOTO/PIERRE VERDY (Photo credit should read PIERRE VERDY/AFP/Getty Images) ORG XMIT: FAS62]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>114</wp:post_id>
<wp:post_date>2012-02-23 09:30:50</wp:post_date>
<wp:post_date_gmt>2012-02-22 23:30:50</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>a-model-presents-a-creation-by-french-de</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>104</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/birkin8.jpg</wp:attachment_url>
</item>
<item>
<title>A model presents a creation by French de</title>
<link>http://blog.prendelis.com/2012/02/23/carteras-birkin-definitivamente-un-lujo/a-model-presents-a-creation-by-french-de-2/</link>
<pubDate>Wed, 22 Feb 2012 23:32:36 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/birkin81.jpg</guid>
<description/>
<content:encoded><![CDATA[A model presents a creation by French designer Jean-Paul Gaultier for Hermes during the Spring/Summer 2006 Ready-to-Wear collections in Paris, 08 October 2005. AFP PHOTO/PIERRE VERDY (Photo credit should read PIERRE VERDY/AFP/Getty Images) ORG XMIT: FAS62]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>116</wp:post_id>
<wp:post_date>2012-02-23 09:32:36</wp:post_date>
<wp:post_date_gmt>2012-02-22 23:32:36</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>a-model-presents-a-creation-by-french-de-2</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>104</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/birkin81.jpg</wp:attachment_url>
</item>
<item>
<title>Sin título</title>
<link>http://blog.prendelis.com/2012/02/23/carteras-birkin-definitivamente-un-lujo/sin-titulo/</link>
<pubDate>Wed, 22 Feb 2012 23:45:50 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/sin-tc3adtulo.png</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>119</wp:post_id>
<wp:post_date>2012-02-23 09:45:50</wp:post_date>
<wp:post_date_gmt>2012-02-22 23:45:50</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>sin-titulo</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>104</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/sin-tc3adtulo.png</wp:attachment_url>
</item>
<item>
<title>El fantástico mundo de ShopStyle</title>
<link>http://blog.prendelis.com/2012/02/25/el-fantastico-mundo-de-shopstyle/</link>
<pubDate>Fri, 24 Feb 2012 19:08:58 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://blog.prendelis.com/?p=136</guid>
<description/>
<content:encoded><![CDATA[[youtube=http://www.youtube.com/watch?v=45LdswakZXE]
En esos paseos por el cyber mundo, me encontré con una página maravillosa que es un deleite para nuestros ojos, estoy hablando de <a href="http://goo.gl/8BCS0" target="_blank">ShopStyle</a>, un sitio web <em></em>que reúne a las tiendas top de lo top y a las mejores marcas de diseño. Todo en un mismo lugar.
En este sitio puedes comprar las últimas tendencias en ropa para mujeres, hombres y niños, accesorios, zapatos, joyas, etc etc, entre más de 300 tiendas y más de dos millones de productos.
ShopStyle te permite comprar directamente al proveedor, además tiene una opción llamada "Sale Alerts" donde te puedes inscribir para recibir todos los días o períodicamente, las ofertas de tus marcas favoritas.
Este sitio cuenta con algunas secciones muy entretenidas, una de ellas es "My stylebook", donde puedes jugar con la gran variedad de productos que cuenta esta página y crear tu propio look, pero antes debes estar registrado. En esta misma sección nos encontramos con "My brand" donde puedes seleccionar tus marcas favoritas y cómodamente acceder al catálogo de productos de tu selección.
En este ítem, también está la "Wish list", donde vas seleccionando los productos que te han gustado para ir creando tu "lista de los deseos", es bastante entretenido.
<a href="http://prendelis.files.wordpress.com/2012/02/mybook1.png"><img class="aligncenter wp-image-162" title="mybook" src="http://prendelis.files.wordpress.com/2012/02/mybook1.png" alt="" width="642" height="310" /></a>
Como la mayoría de los sitios, puedes publicar tu "Stylebook" en Facebook, Twitter y también en <a href="http://wwwhatsnew.com/2012/02/14/%C2%BFque-es-pinterest-infografia-en-espanol/" target="_blank">Pinterest</a>. Además ShopStyle cuenta con una applicación gratis en la <a href="http://itunes.apple.com/us/app/shopstyle-mobile/id314673827?mt=8" target="_blank">Apple Store.</a>
Considerando que la mayoría de los productos que están en este sitio web son de reconocidos diseñadores y casas de moda (Alexander McQueen, Prada, Christian Lavoutin, Calvin Klein, Forever 21 etc) el valor es un tanto elevado, además debemos sumarle el costo de envío a Chile (valores que se aplican previo a la compra) aunque algunos sitios cuentan con<em> free shipping</em> (envío gratis) sobre un cierto valor (para que realices el cálculo del dolar y/o euro te recomendamos utilizar un <a href="http://www.xe.com/" target="_blank">conversor de monedas universal.)</a>
<a href="http://prendelis.files.wordpress.com/2012/02/sin-tc3adtulo1.png"><img class="aligncenter wp-image-158" title="Sin título" src="http://prendelis.files.wordpress.com/2012/02/sin-tc3adtulo1.png" alt="" width="648" height="253" /></a>
Chicas y chicos los invitamos a realizar un <em>shopping virtual</em> y luego nos cuentan que tal su experiencia con ShopStyle.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>136</wp:post_id>
<wp:post_date>2012-02-25 05:08:58</wp:post_date>
<wp:post_date_gmt>2012-02-24 19:08:58</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>el-fantastico-mundo-de-shopstyle</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<category domain="post_tag" nicename="accesorios"><![CDATA[accesorios]]></category>
<category domain="category" nicename="prendelis"><![CDATA[Prendelis]]></category>
<category domain="post_tag" nicename="shopstyle"><![CDATA[shopstyle]]></category>
<category domain="post_tag" nicename="tienda-virtual"><![CDATA[tienda virtual]]></category>
<category domain="post_tag" nicename="vestuario"><![CDATA[vestuario]]></category>
<wp:comment>
<wp:comment_id>4</wp:comment_id>
<wp:comment_author><![CDATA[deissy_ta]]></wp:comment_author>
<wp:comment_author_email>deissyzg@hotmail.com</wp:comment_author_email>
<wp:comment_author_url/>
<wp:comment_author_IP>186.106.78.8</wp:comment_author_IP>
<wp:comment_date>2012-04-27 10:34:44</wp:comment_date>
<wp:comment_date_gmt>2012-04-27 00:34:44</wp:comment_date_gmt>
<wp:comment_content><![CDATA[fantástico!!!
Buen dato :)]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type/>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>0</wp:comment_user_id>
<wp:commentmeta>
<wp:meta_key>akismet_result</wp:meta_key>
<wp:meta_value>false</wp:meta_value>
</wp:commentmeta>
<wp:commentmeta>
<wp:meta_key>akismet_history</wp:meta_key>
<wp:meta_value>a:4:{s:4:"time";s:15:"1335486885.7719";s:7:"message";s:30:"Akismet borró este comentario";s:5:"event";s:9:"check-ham";s:4:"user";s:0:"";}</wp:meta_value>
</wp:commentmeta>
<wp:commentmeta>
<wp:meta_key>jabber_published</wp:meta_key>
<wp:meta_value>1335487516</wp:meta_value>
</wp:commentmeta>
<wp:commentmeta>
<wp:meta_key>akismet_history</wp:meta_key>
<wp:meta_value>a:4:{s:4:"time";s:15:"1335487516.9416";s:7:"message";s:52:"maibarto cambió el estado del comentario a approved";s:5:"event";s:15:"status-approved";s:4:"user";s:8:"maibarto";}</wp:meta_value>
</wp:commentmeta>
</wp:comment>
</item>
<item>
<title>Animales Louis Vuitton</title>
<link>http://blog.prendelis.com/2012/02/24/animales-louis-vuitton/</link>
<pubDate>Fri, 24 Feb 2012 02:12:51 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://blog.prendelis.com/?p=151</guid>
<description/>
<content:encoded><![CDATA[[youtube=http://www.youtube.com/watch?v=C4_FTaLsZGY&feature=youtu.be]
Con motivo de la apertura de la tienda francesa Louis Vuitton en Australia en diciembre pasado, la artista Billie Achilleos (británica), creó, con los reconocidos accesorios Vuitton, una serie de animales nativos del país.
<img class="aligncenter" title="Billie Achilleos - Animales Louis Vuitton" src="http://www.highsnobiety.com/news/wp-content/uploads/2011/11/billie-achilleos-louis-vuitton-sydney-0.jpg" alt="" width="540" height="400" />
La empresa francesa <strong>Louis Vuitton, </strong>es una de las marcas de ropa y complementos de lujo, más reconocidas a nivel mundial<strong>,</strong> favorito de diversas personalidades del mundo artístico, ya que actualmente es considerada como la marca de lujo más exclusiva a nivel mundial.
<img class="aligncenter" title="Vitrina Sydney" src="http://hungeree.com/wp-content/uploads/2011/12/vuitton_kangaroo.jpg" alt="" width="715" height="640" />
<p style="text-align:center;">Así luce la vitrina de la tienda Louis Vuitton en Sydney, Australia.</p>]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>151</wp:post_id>
<wp:post_date>2012-02-24 12:12:51</wp:post_date>
<wp:post_date_gmt>2012-02-24 02:12:51</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>animales-louis-vuitton</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<category domain="post_tag" nicename="accesorios"><![CDATA[accesorios]]></category>
<category domain="category" nicename="carteras"><![CDATA[Carteras]]></category>
<category domain="post_tag" nicename="carteras-2"><![CDATA[carteras]]></category>
<category domain="post_tag" nicename="louis-vuitton"><![CDATA[louis vuitton]]></category>
<category domain="post_tag" nicename="sydney-australia"><![CDATA[sydney australia]]></category>
</item>
<item>
<title>mybook</title>
<link>http://blog.prendelis.com/2012/02/25/el-fantastico-mundo-de-shopstyle/mybook/</link>
<pubDate>Fri, 24 Feb 2012 03:03:09 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/mybook.png</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>156</wp:post_id>
<wp:post_date>2012-02-24 13:03:09</wp:post_date>
<wp:post_date_gmt>2012-02-24 03:03:09</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>mybook</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>136</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/mybook.png</wp:attachment_url>
</item>
<item>
<title>Sin título</title>
<link>http://blog.prendelis.com/2012/02/25/el-fantastico-mundo-de-shopstyle/sin-titulo-2/</link>
<pubDate>Fri, 24 Feb 2012 03:06:05 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/sin-tc3adtulo1.png</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>158</wp:post_id>
<wp:post_date>2012-02-24 13:06:05</wp:post_date>
<wp:post_date_gmt>2012-02-24 03:06:05</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>sin-titulo-2</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>136</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/sin-tc3adtulo1.png</wp:attachment_url>
</item>
<item>
<title>mybook</title>
<link>http://blog.prendelis.com/2012/02/25/el-fantastico-mundo-de-shopstyle/mybook-2/</link>
<pubDate>Fri, 24 Feb 2012 03:24:43 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/mybook1.png</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>162</wp:post_id>
<wp:post_date>2012-02-24 13:24:43</wp:post_date>
<wp:post_date_gmt>2012-02-24 03:24:43</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>mybook-2</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>136</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/mybook1.png</wp:attachment_url>
</item>
<item>
<title>¿Amante de la lectura? Estas carteras te van a gustar</title>
<link>http://blog.prendelis.com/2012/02/28/amante-de-la-lectura-estas-carteras-te-van-a-gustar/</link>
<pubDate>Mon, 27 Feb 2012 16:41:16 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://blog.prendelis.com/?p=172</guid>
<description/>
<content:encoded><![CDATA[<a href="http://prendelis.files.wordpress.com/2012/02/olympia-le-tan1.jpg"><img class="img-thumbnail wp-image-175" title="Olympia-Le-Tan" src="http://prendelis.files.wordpress.com/2012/02/olympia-le-tan1.jpg" alt="" width="510" height="338" /></a>
Esto es de lo más original que he visto últimamente, especialmente para aquellas chicas que gustan de la lectura.
Les contamos que la diseñadora francesa Olympia Le-Tan, creó una colección de bolsos de mano (clutch), inspirados en los <a title="Bolsos de Mano literarios" href="http://www.olympialetan.com/" target="_blank">clásicos de la literatura mundial</a>.
<a href="http://youtu.be/YlTpuzH4Txo" target="_blank">Confeccionados a mano</a>, la diseñadora ha decidido inmortalizar grandes obras como "Lolita", "Madame Bovary", "La Bella y la Bestia", entre otros. Solo existen 16 unidades por cada libro y pertenecen a una limitada y exclusiva colección de 21 novelas diferentes.
Para complementar el look, más de alguna creación de Le-Tan, ya se ha paseado por alguna alfombra roja, así lo hizo la actriz Michelle Williams, quién se presentó en los premios BAFTA luciendo uno de los originales bolsos-libro de Olympia Le-Tan.
<a href="http://prendelis.files.wordpress.com/2012/02/tumblr_lzcleqwhv81qj9d7f1.jpg"><img class="img-thumbnail wp-image-177" title="tumblr_lzcleqwhv81qj9d7f" src="http://prendelis.files.wordpress.com/2012/02/tumblr_lzcleqwhv81qj9d7f1.jpg" alt="" width="499" height="750" /></a>
<em>¿Que opinan sobre esta nueva moda? </em>
Considerando que su precio es de 1.000 euros aprox., ( $645,554) que tal si te atreves a confeccionar tu propia cartera-libro?
<a href="http://prendelis.files.wordpress.com/2012/02/natalie_portman_olympia_le-tan.jpg"><img class="img-thumbnail wp-image-178" title="Natalie_Portman_Olympia_Le-Tan" src="http://prendelis.files.wordpress.com/2012/02/natalie_portman_olympia_le-tan.jpg" alt="" width="412" height="594" /></a>
<p style="text-align:center;"><em>Natalie Portman y su bolso-libro</em></p>]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>172</wp:post_id>
<wp:post_date>2012-02-28 02:41:16</wp:post_date>
<wp:post_date_gmt>2012-02-27 16:41:16</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>amante-de-la-lectura-estas-carteras-te-van-a-gustar</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<category domain="post_tag" nicename="bolsos"><![CDATA[bolsos]]></category>
<category domain="post_tag" nicename="bolsos-libros"><![CDATA[bolsos libros]]></category>
<category domain="category" nicename="carteras"><![CDATA[Carteras]]></category>
<category domain="post_tag" nicename="carteras-2"><![CDATA[carteras]]></category>
<category domain="post_tag" nicename="libros"><![CDATA[libros]]></category>
<category domain="post_tag" nicename="literatura"><![CDATA[literatura]]></category>
<category domain="post_tag" nicename="moda"><![CDATA[moda]]></category>
<category domain="post_tag" nicename="olympia-le-tan"><![CDATA[Olympia Le-Tan]]></category>
<category domain="category" nicename="prendelis"><![CDATA[Prendelis]]></category>
</item>
<item>
<title>Olympia-Le-Tan</title>
<link>http://blog.prendelis.com/2012/02/28/amante-de-la-lectura-estas-carteras-te-van-a-gustar/olympia-le-tan/</link>
<pubDate>Mon, 27 Feb 2012 16:37:02 +0000</pubDate>
<dc:creator>maibarto</dc:creator>
<guid isPermaLink="false">http://prendelis.files.wordpress.com/2012/02/olympia-le-tan.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>174</wp:post_id>
<wp:post_date>2012-02-28 02:37:02</wp:post_date>
<wp:post_date_gmt>2012-02-27 16:37:02</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>olympia-le-tan</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>172</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://prendelis.files.wordpress.com/2012/02/olympia-le-tan.jpg</wp:attachment_url>
</item>
<item>
<title>Olympia-Le-Tan</title>
<link>http://blog.prendelis.com/2012/02/28/amante-de-la-lectura-estas-carteras-te-van-a-gustar/olympia-le-tan-2/</link>
<pubDate>Mon, 27 Feb 2012 16:37:43 +0000</pubDate>
<dc:creator>maibarto</dc:creator>