-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmorfologia.html
912 lines (906 loc) · 42.4 KB
/
morfologia.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
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
<html>
<head>
<meta name="GENERATOR" content="HTML">
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="DC.Title" content="Amint, associazione, micologica, italiana, naturalistica, telematica">
<meta name="Description" content="Tavole di morfologia vegetale">
<meta name="Keyword" content="morfologia botanica, morfologia vegetale, piante, fiori">
<meta name="author" content="Gianni Dose">
<title>Amint: Tavole di morfologia vegetale</title>
<link href="stileamint.css" type="text/css" rel="stylesheet">
<script type="text/javascript" language="JavaScript1.2" src="tooltip.js"></script>
</head>
<body background="images/fondo_bot.jpg" topmargin="0">
<div id="TipLayer" style="visibility:hidden;position:absolute;z-index:1000;top:-100;"></div>
<script type="text/javascript" language="JavaScript1.2" src="glossario.js">
<!--
function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=50
}
// -->
</script>
<center>
<a name="#Testata"><br></a>
<table Class="Table_Testata" width="980" bgcolor="#00008b" height="55">
<tr>
<td bgcolor="#00008b">
<div align="center">
<img src="images/testata_botanica.jpg" alt="" height="68" width="974" border="0"></div>
</td>
</tr>
</table>
<table Class="Table_coda" width="980" bgcolor="#D3D3D3" height="20">
<tr>
<td bgcolor="#B0C4DE">
<div align="center">
<table width="960" border="0" cellspacing="2" cellpadding="0" height="17">
<tr height="13">
<td bgcolor="#B0C4DE" width="322" height="13">
<div align="center">
<a class="link10" href="http://www.funghiitaliani.it/">Il Meraviglioso Mondo dei Funghi e dei Fiori Spontanei</a></div>
</td>
<td bgcolor="#B0C4DE" width="76" height="13">
<div align="center">
<a class="link10" href="http://www.funghiitaliani.it/micologia/indice.html">Micologia</a></div>
</td>
<td bgcolor="#B0C4DE" width="70" height="13">
<div align="center">
<a class="link10" href="http://www.funghiitaliani.it/botanica/indice.html">Botanica</a></div>
</td>
<td bgcolor="#B0C4DE" width="92" height="13">
<div align="center">
<a class="link10" href="http://shop.amint.it/">Shop AMINT</a></div>
</td>
<td bgcolor="#B0C4DE" width="109" height="13">
<div align="center">
<a class="link10" href="http://www.funghiitaliani.it/Lezioni%20in%20chat/chat%20funghi.htm">Chat AMINT</a></div>
</td>
<td bgcolor="#B0C4DE" width="277" height="13">
<div align="center"></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table width="64" border="0" cellspacing="2" cellpadding="0">
<tr height="9">
<td width="60" height="9"></td>
</tr>
</table>
<table class="Table_Titolo" width="980" height="70">
<tr height="66">
<td height="66">
<div align="center">
<font size="4"><b>Appunti di morfologia botanica</b></font><br>
<font size="1">(testi curati da Giuliano Salvai, pagine Web di Giovanni Dose, disegni di Maria Tulli e Giovanni Dose)</font></div>
</td>
</tr>
</table>
<table width="100" border="0" cellspacing="2" cellpadding="0" height="5">
<tr height="5">
<td width="96" height="5"></td>
</tr>
</table>
<table class="Table_Titolo" width="980" height="60">
<tr>
<td>
<div align="center">
<table class="testo_titolo" width="950" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td width="66"></td>
<td width="810">
<div align="center">
<font size="4"><b>Prima parte: introduzione</b></font></div>
</td>
<td width="66">
<div align="right"></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table class="Table_Corpo" width="980">
<tr>
<td>
<div class="Testo3" align="center">
<br>
<table width="287" border="0" cellspacing="2" cellpadding="0">
<tr>
<td valign="top" width="283">
<table class="Testo4" width="278" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="274">
<div align="left">
Introduzione</div>
</td>
</tr>
</table>
<table class="Testo3" width="279" border="0" cellspacing="2" cellpadding="0">
<tr height="18">
<td width="30" height="18"></td>
<td width="20" height="18">
<div align="center">
<img src="images/bullet.gif" alt="" border="0"></div>
</td>
<td height="18"><a class="link" href="#viventi">Gli organismi viventi</a><br>
</td>
</tr>
<tr height="18">
<td width="30" height="18"></td>
<td width="20" height="18">
<div align="center">
<img src="images/bullet.gif" alt="" border="0"></div>
</td>
<td height="18"><a class="link" href="#organismi">Gli organismi vegetali</a><br>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" width="283">
<table class="Testo4" width="281" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="277">
<div align="left">
Sistematica</div>
</td>
</tr>
</table>
<table width="281" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="30"></td>
<td width="20">
<div align="center">
<img src="images/bullet.gif" alt="" border="0"></div>
</td>
<td><a class="link" href="#tallofite">Tallofite</a><br>
</td>
</tr>
<tr>
<td width="30"></td>
<td width="20">
<div align="center">
<img src="images/bullet.gif" alt="" border="0"></div>
</td>
<td><a class="link" href="#cormofite">Cormofite - Pterifofite</a><br>
</td>
</tr>
<tr>
<td width="30"></td>
<td width="20">
<div align="center">
<img src="images/bullet.gif" alt="" border="0"></div>
</td>
<td><a class="link" href="#spermatofite">Cormofite - Spermatofite</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" width="283">
<table class="Testo4" width="282" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="278">
<div align="left">
Morfologia</div>
</td>
</tr>
</table>
<table width="283" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="30"></td>
<td width="20">
<div align="center">
<img src="images/bullet.gif" alt="" border="0"></div>
</td>
<td><a class="link" href="morfologia1_radici.html">La Radice</a><br>
</td>
</tr>
<tr>
<td width="30"></td>
<td width="20">
<div align="center">
<img src="images/bullet.gif" alt="" border="0"></div>
</td>
<td><a class="link" href="morfologia2_fusto.html">Il Fusto o Caule</a><br>
</td>
</tr>
<tr>
<td width="30"></td>
<td width="20">
<div align="center">
<img src="images/bullet.gif" alt="" border="0"></div>
</td>
<td><a class="link" href="morfologia3_foglie.html">Le Foglie</a></td>
</tr>
<tr>
<td width="30"></td>
<td width="20">
<div align="center">
<img src="images/bullet.gif" alt="" border="0"></div>
</td>
<td><a class="link" href="morfologia4_fiore.html">Il Fiore</a></td>
</tr>
<tr>
<td width="30"></td>
<td width="20">
<div align="center">
<img src="images/bullet.gif" alt="" border="0"></div>
</td>
<td><a class="link" href="morfologia5_infiorescenze.html">Le Infiorescenze</a></td>
</tr>
<tr>
<td width="30"></td>
<td width="20">
<div align="center">
<img src="images/bullet.gif" alt="" border="0"></div>
</td>
<td><a class="link" href="morfologia6_frutti.html">I Frutti</a></td>
</tr>
<tr>
<td width="30"></td>
<td width="20">
<div align="center">
<img src="images/bullet.gif" alt="" border="0"></div>
</td>
<td><a class="link" href="morfologia7_semi.html">I Semi</a></td>
</tr>
</table>
</td>
</tr>
</table>
<br>
</div>
</td>
</tr>
</table>
<table class="Table_Coda" width="980" height="30">
<tr>
<td>
<div align="right">
<table width="531" border="0" cellspacing="0" cellpadding="0" bgcolor="#BCD0ED" height="29">
<tr height="29">
<td valign="middle" bgcolor="#BCD0ED" width="467" height="29">
<div align="right"></div>
</td>
<td valign="middle" bgcolor="#BCD0ED" width="64" height="29">
<div align="center">
<a onmouseover="stm(Text[0],Style[0])" onmouseout="htm()" href="#info">Info</a><br>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<a name="viventi"><br>
</a>
<table class="Table_Titolo" width="980" height="60">
<tr>
<td>
<div align="center">
<table class="testo_titolo" width="950" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="7%"></td>
<td width="86%">
<div align="center">
<font size="4"><b>Gli organismi viventi</b></font></div>
</td>
<td>
<div align="right">
<a href="#Testata"><img src="images/su2.gif" alt="" height="19" width="48" border="0"></a></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table class="Table_Corpo" width="980" cellpadding="10">
<tr>
<td>
<div align="center">
<table class="Testo3" width="950" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<div class="textimage" align="Justify">
<img src="images/logo-amint1.gif" alt="" width="127"> Aristotele, nel IV secolo A.C. aveva suddiviso gli " <b>Organismi viventi</b>" in due regni: <b>Animali</b> e <b>Piante</b>. Solamente nel 1735 <a class="Link2" onmouseover="stm(Text[1],Style[0])" onmouseout="htm()" href="#"><b>Carlo Linneo</b></a> pubblicava "<a class="Link2" onmouseover="stm(Text[2],Style[0])" onmouseout="htm()" href="#"><b><i>Systema naturae</i></b></a>" proponendo una suddivisione in categorie (Regno, Classe, Ordine, Famiglia, Genere e Specie).<br>
Il naturalista svedese prevedeva sempre due suddivisioni, <b>vegetali</b> e <b>animali</b>. I primi erano rappresentati da organismi fissi sul terreno, in grado di compiere la fotosintesi e altri organismi unicellulari come <b>batteri</b>, <b>alghe</b> e <b>funghi</b> (<b>organismi <a class="Link2" onmouseover="stm(Text[3],Style[0])" onmouseout="htm()" href="#">autotrofi</a></b>). Degli animali facevano parte organismi capaci di movimento (<b>organismi <a class="Link2" onmouseover="stm(Text[4],Style[0])" onmouseout="htm()" href="#">eterotrofi</a></b>) compresi anche i <a class="Link2" onmouseover="stm(Text[5],Style[0])" onmouseout="htm()" href="#"><b>Protozoi</b></a>.<br>
L’avvento della microscopia, in particolare la microscopia elettronica ha rivoluzionato questa suddivisione tanto che nel 1959 veniva proposta da <a class="Link2" onmouseover="stm(Text[6],Style[0])" onmouseout="htm()" href="#"><b>Whittaker</b></a> una suddivisione in 5 Regni:<br>
<ol>
<li type="1"><b>Animalia</b>, comprendente organismi eucarioti pluricellulari eterotrofi che si nutrono introducendo sostanze alimentari in un tubo digerente in cui avviene la loro demolizione e digestione (ingestione)
<li type="1"><b>Plantae</b>, comprendente organismi eucarioti pluricellulari autotrofi che si nutrono per mezzo della fotosintesi;
<li type="1"><b>Fungi</b>, comprendente organismi eucarioti pluricellulari eterotrofi che si nutrono per assorbimento (ossia mediante il passaggio diretto delle sostanze attraverso la membrana cellulare);
<li type="1"><b>Protista</b>, comprendente organismi eucarioti unicellulari;
<li type="1"><b>Monera</b>, comprendente i procarioti, ossia archeobatteri, batteri e cianobatteri (alghe azzurre).<br>
</ol>
<br>
<div align="center">
<table width="64" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images_morfologia0/esseri_viventi.jpg" alt="" height="349" width="720" border="0"></td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
<br>
</div>
</td>
</tr>
</table>
<a name="organismi"><br>
</a>
<table class="Table_Titolo" width="980" height="60">
<tr>
<td>
<div align="center">
<table class="testo_titolo" width="950" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="7%"></td>
<td width="86%">
<div align="center">
<font size="4"><b>Gli organismi vegetali</b></font></div>
</td>
<td>
<div align="right">
<a href="#Testata"><img src="images/su2.gif" alt="" height="19" width="48" border="0"></a></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table class="Table_Corpo" width="980" cellpadding="10">
<tr>
<td>
<div align="center">
<table class="Testo3" width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="Justify">
Il mondo vegetale come ogni organismo vivente è costituito da cellule e sulla base della loro organizzazione è possibile suddividerlo in due grandi gruppi:
<div align="Justify">
<br>
<li>Le "<b>Tallofite" o Piante non vascolari</b>", vegetali con organizzazione del corpo "<b>a <a class="Link2" onmouseover="stm(Text[7],Style[0])" onmouseout="htm()" href="#">tallo</a></b>", cioè dotate di una struttura vegetativa semplice (Alghe, Briofite, Epatiche e Muschi.
<li>Le "<b>Cormofite" o Piante vascolari,</b> piante con organizzazione del corpo "<b>a <a class="Link2" onmouseover="stm(Text[8],Style[0])" onmouseout="htm()" href="#">cormo</a></b>", caratterizzate dalla presenza di organi specializzati (<b>radice</b>, <b>fusto</b> e <b>foglie</b>).<br>
Sono <b><i>cormofite</i></b> le <b><i>pteri</i></b><b><i>dofite (</i>Felci<i>)</i></b>, le <b><i>gimnosperme</i></b> e le <b><i>angiosperme</i></b>.<br>
</div>
</div>
<div align="center">
<br>
<table width="800" border="0" cellspacing="2" cellpadding="2">
<tr height="32">
<td valign="middle" width="793" height="32">
<div align="center">
<table class="testobox1" width="794" border="0" cellspacing="2" cellpadding="3">
<tr>
<td width="193">
<div align="center">
<b><i><font size="3">Tallofite<br>
</font></i></b><b>(Piante non vascolari)</b></div>
</td>
<td>
<table width="583" border="0" cellspacing="0" cellpadding="4">
<tr height="32">
<td valign="middle" width="500" height="32">
<div align="center">
<table class="testobox2" class="Testo3" width="575" border="0" cellspacing="2" cellpadding="4">
<tr>
<td width="166">
<li><font size="3"><b><i>Schizofite</i></b></font>
</td>
<td width="387">batteri e alghe azzurre (<b>Cyanophyceae</b>), organismi a metà tra animali e vegetali: capaci di movimento, di nutrizione attiva, di fotosintesi</td>
</tr>
</table>
</div>
</td>
</tr>
<tr height="32">
<td valign="middle" width="500" height="32">
<div align="center">
<table class="testobox2" class="Testo3" width="575" border="0" cellspacing="2" cellpadding="4">
<tr>
<td width="166">
<li><font size="3"><b><i>Tallofite</i></b></font>
</td>
<td width="387">alghe verdi (<b>Chlorophyceae</b>)</td>
</tr>
</table>
</div>
</td>
</tr>
<tr height="32">
<td valign="middle" width="500" height="32">
<div align="center">
<table class="testobox2" class="Testo3" width="575" border="0" cellspacing="2" cellpadding="4">
<tr>
<td width="166">
<li><font size="3"><b><i>Briofite</i></b></font>
</td>
<td width="387">piante di piccole dimensioni, che mancano di strutture vascolari differenziate. Le forme più conosciute sono i <b>muschi</b></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr height="32">
<td valign="middle" width="793" height="32">
<div align="center">
<table class="testobox1" class="Testo3" width="794" border="0" cellspacing="2" cellpadding="3">
<tr>
<td width="193">
<div align="center">
<b><i><font size="3">Cormofite<br>
</font></i></b><b>(Piante vascolari)</b></div>
</td>
<td>
<table width="583" border="0" cellspacing="2" cellpadding="2">
<tr height="32">
<td valign="middle" width="500" height="32">
<div align="center">
<table class="testobox2" class="Testo3" width="575" border="0" cellspacing="2" cellpadding="4">
<tr>
<td width="166">
<li><font size="3"><b><i>Pteridofite</i></b></font>
</td>
<td width="387">Le <b>felci</b></td>
</tr>
</table>
</div>
</td>
</tr>
<tr height="32">
<td valign="middle" width="500" height="32">
<div align="center">
<table class="testobox2" class="Testo3" width="575" border="0" cellspacing="2" cellpadding="4">
<tr>
<td width="166">
<li><font size="3"><b><i>Spermatofite</i></b></font>
</td>
<td width="387">(dal greco: <i>spèrmatos</i> = seme ; <i>phytòn</i> = pianta)<br>
Questo gruppo include le piante più evolute, rappresentate dalle <b>Gimnosperme</b> e dalle <b>Magnoliofite</b> (o <b>Angiosperme</b>).</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<br>
</div>
</td>
</tr>
</table>
<br>
</div>
</td>
</tr>
</table>
<a name="tallofite"><br>
</a>
<table class="Table_Titolo" width="980" height="60">
<tr>
<td>
<div align="center">
<table class="testo_titolo" width="950" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="7%"></td>
<td width="86%">
<div align="center">
<font size="4"><b>Tallofite (piante non vascolari)</b></font></div>
</td>
<td>
<div align="right">
<a href="#Testata"><img src="images/su2.gif" alt="" height="19" width="48" border="0"></a></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table class="Table_Corpo" width="980" cellpadding="10">
<tr>
<td>
<div align="center">
<table class="Testo3" width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="Justify">
<p>Vegetali con organizzazione del corpo "a <a class="Link2" onmouseover="stm(Text[7],Style[0])" onmouseout="htm()" href="#">tallo</a>", cioè dotate di una struttura vegetativa semplice, poco o non differenziata.</p>
<li><b>Le alghe e i licheni</b>, organismi costituiti da diverse cellule ognuna delle quali svolge una propria funzione autonoma, in cui non compaiono veri tessuti, né tantomeno strutture specializzate (radici, fusto, foglie).<br>
<li><b>Le alghe pluricellulari</b> sono i più antichi rappresentanti del mondo vegetale, legati ad una vita acquatica dove trovano sali minerali e l’anidride carbonica e non hanno necessità di particolari organi o tessuti specializzati e perciò il loro corpo è formato da cellule tutte uguali. Questa semplicissima organizzazioneine di chiama tallo<br>
<li><b>Le Briofite</b><br>
Le più antiche piante che nel <a class="Link2" onmouseover="stm(Text[11],Style[0])" onmouseout="htm()" href="#">Siluriano</a> si sono adattate a vivere sulla terra ferma.<br>
Piante di piccole dimensioni, che mancano di strutture vascolari differenziate, infatti l’assorbimento e il trasporto dell’acqua e dei soluti avvengono soprattutto per capillarità e interessano tutta la superficie della pianta: A questo gruppo appartengono le<br>
<li><b>Epatiche</b> (8.000 specie) piccolissime e con rizoidi (finte radici) unicellulari, ed i<br>
<li><b>Muschi</b> (oltre 10.000 specie)con un fusticino legnoso, foglie prive di nervatura e rizoidi pluricellulari che hanno funzione di solo ancoraggio (esempio tipico sono gli <a class="Link2" onmouseover="stm(Text[12],Style[0])" onmouseout="htm()" href="#"><b>sfagni</b></a>)<br>
</div>
</td>
</tr>
</table>
<br>
</div>
</td>
</tr>
</table>
<a name="cormofite"><br>
</a>
<table class="Table_Titolo" width="980" height="60">
<tr>
<td>
<div align="center">
<table class="testo_titolo" width="950" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="7%"></td>
<td width="86%">
<div align="center">
<font size="4"><b>Cormofite (Piante vascolari) - Pteridofite</b></font></div>
</td>
<td>
<div align="right">
<a href="#Testata"><img src="images/su2.gif" alt="" height="19" width="48" border="0"></a></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table class="Table_Corpo" width="980" cellpadding="10">
<tr>
<td>
<div align="center">
<table class="Testo3" width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="left">
<div align="center">
<div align="justify">
Le <b>Cormofite</b> o<b> Piante vascolari</b> sono organismi costituiti da veri tessuti organizzati in parti funzionalmente diverse quali radici, fusto e foglie che insieme ad altri organi preposti alla riproduzione come fiori, frutti e semi formano le piante superiori.<br>
<b>Le piante vascolari</b> anche dette anche <b>Tracheofite</b> sono rappresentate da piante in cui sono presenti tessuti cavi che sono vasi di trasporto delle soluzioni nutritizie<br>
<br>
<table class="testobox2" class="Testo3" width="352" border="0" cellspacing="2" cellpadding="4">
<tr>
<td width="33%"><font size="3"><b>Divisione Pteridofite</b></font></td>
</tr>
</table>
Prime piante a cormo (12.000 specie).<br>
La riproduzione avviene per mezzo di <a class="Link2" onmouseover="stm(Text[9],Style[0])" onmouseout="htm()" href="#">spore</a> e <a class="Link2" onmouseover="stm(Text[10],Style[0])" onmouseout="htm()" href="#">sporangi</a>, non hanno fiori né semi. (Crittogame vascolari)<br>
Queste piante erano molto diffuse nel <a class="Link2" onmouseover="stm(Text[13],Style[0])" onmouseout="htm()" href="#">Carbonifero</a> circa 350 milioni di anni fa. Hanno fusti striscianti detti rizomi che possono vivere per molti anni. Da questi rizomi si sviluppano piante a fusto verticale come licopodi o equiseti, e piante con strutture a foglia come le felci. Le piante vascolari senza semi hanno anche una riproduzione sessuata legata alla presenza dell'acqua.<br>
Si dividono in 4 tipi :<br>
<li><b>Psilofite</b> con ancora due generi viventi, <b><font color="#006400">Psilotum</font></b> (tropicale e subtropicale) e <b><font color="#006400">Tmesipteris</font></b> (nelle regioni del Pacifico meridionale).<br>
<li><b>Lycofite</b> comprende un migliaio di piante evolutesi partire dal <a class="Link2" onmouseover="stm(Text[14],Style[0])" onmouseout="htm()" href="#">Devoniano</a>. Dei quattro generi che ne fanno parte, il più noto è Lycopodium, con circa 200 specie diffuse dagli ambienti subartici a quelli tropicali. Un altro genere è <font color="#006400"><b>Selaginella</b></font>, composto da circa 700 specie distribuite nelle regioni tropicali..<br>
<li><b>Sphenofite</b> comparse nel Devoniano, nel Carbonifero raggiunsero il massimo sviluppo, con forme arboree alte fino a 15 m, chiamate calamiti. L’unico genere rappresentato da specie viventi è Equisetum (Equiseto);<br>
<li><b>Pterofite o felci</b> È la più ampia divisione di crittogame vascolari: comprende circa 12.000 specie viventi. Ne esistono di forme arboree diffuse nelle zone tropicali, ed erbacee diffuse in tutto il mondo. Hanno radici e fusto .e le foglie dette fronde presentano sulla pagina inferiore i sori cioè formazioni ovoidali in cui ci sono le spore che a maturazone vengono liberate e da cui si origina un altro organismo. Sono anch'esse diffuse in tutto il mondo.<br>
<br>
<table width="950" border="0" cellspacing="2" cellpadding="0" height="375">
<tr>
<td align="left" valign="top" width="50%">
<div align="left">
<img src="images_morfologia0/Polypodium_vulgare.jpg" alt="" height="350" width="467" border="0"></div>
</td>
<td valign="top">
<div align="right">
<img src="images_morfologia0/Pecopteris.jpg" alt="" height="350" width="467" border="0"></div>
</td>
</tr>
<tr>
<td valign="top" width="50%">
<table width="352" border="0" cellspacing="2" cellpadding="0">
<tr>
<td class="Testo1"><b><i>Polypodium vulgare </i></b><i>L</i>.<b><br>
</b></td>
</tr>
</table>
</td>
<div>
<td valign="top">
<div align="center">
<table width="465" border="0" cellspacing="0" cellpadding="0">
<tr height="19">
<td class="Testo1" valign="top" width="465" height="19"><b>Felci </b>fossili del genere <b><i>Pecopteris - </i></b>Carbonifero sup. delle Alpi Carniche.</td>
</tr>
</table>
</div>
</td>
</div>
</tr>
</table>
</a></div>
</div>
</div>
</td>
</tr>
</table>
<br>
</div>
</td>
</tr>
</table>
<a name="spermatofite"><br>
</a>
<table class="Table_Titolo" width="980" height="60">
<tr>
<td>
<div align="center">
<table class="testo_titolo" width="950" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="7%"></td>
<td width="86%">
<div align="center">
<font size="4"><b>Cormofite (Piante vascolari) - Spermatofite</b></font></div>
</td>
<td>
<div align="right">
<a href="#Testata"><img src="images/su2.gif" alt="" height="19" width="48" border="0"></a></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table class="Table_Corpo" width="980" cellpadding="10">
<tr>
<td>
<div align="center">
<table class="Testo3" width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="Justify">
<div align="justify">
<table class="testobox2" class="Testo3" width="352" border="0" cellspacing="2" cellpadding="4">
<tr>
<td width="33%"><font size="3"><b>Divisione Spermatofite</b></font></td>
</tr>
</table>
<div align="Justify">
Dal greco: <i>spèrmatos</i> = seme e <i>phytòn</i> = pianta costituiscono una superdivisione a cui appartengono le Piante più evolute, con oltre 200.000 specie. Possiedono organi fiorali, grazie ai quali si riproducono tramite la formazione di semi. Per questa loro peculiarità, le <b>Spermatofite</b> sono anche conosciute col nome di <b>Antofite</b> (da <i>ànthos</i> = fiore) o, più anticamente, come <b>Fanerogame</b> ( <i>faneròs</i> = evidente; <i>gàmos</i> = nozze) e si differenziano dalle <b>Crittogame</b>, la cui riproduzione è affidata alle spore.<br>
Questo gruppo include quindi le piante più evolute, rappresentate dalle varie divisioni di <b>Gimnosperme</b> e dalle <b>Magnoliofite</b> (o <b>Angiosperme</b>). Alcuni botanici ritengono che vi sia un'altra divisione chiamata <b>Clamidosperme</b>, comprendente le classi <b>Gnetateae</b>, <b>Welwitschiate</b> e le <b>Ephedrate</b>, che presentano caratteri intermedi tra le <b>Gimnosperme</b> e le <b>Angiosperme</b>.<br>
Si riproducono per mezzo di fiori e semi e per la produzione dei fiori queste piante si chiamano <b>fanerogame</b> o <b>antofite. </b>Questa divisione è composta da due sottodivisioni:
<li><font size="3"><b>Gimnosperme</b></font> :(760 specie).<br>
Piante vascolari senza fiori. Il nome deriva dal greco <i>spermos</i> = seme e <i>gymnós</i> = nudo. Le <b>gimnosperme</b> sono piante legnose, di aspetto arbustivo o arboreo, raramente rampicante.Al contrario delle angiosperme o piante con fiori, i loro semi non sono racchiusi nel carpello, ma esposti fra le scaglie di strutture fiorifere chiamate coni o pigne.<br>
<br>
<div align="justify">
<li><font size="3"><b>Angiosperme</b></font> ( 235.000 specie) piante con fiori .<br>
<p>Il nome <b>angiosperme</b> deriva dalla parola greca composta da <i>aengeion</i> = involucro e <i>sperma</i> = seme. Occupano quasi tutte le nicchie ecologiche e rappresentano la divisione dominante nella maggior parte dei paesaggi naturali. Circa due terzi delle specie conosciute prosperano nei climi tropicali.<br>
Le Angiosperme sono suddivise in due classi comunemente chiamate <b>Monocotiledoni</b> e <b>Dicotiledoni</b>.<br>
</p>
</div>
</div>
<br>
<div align="center">
<font size="3"><b>SCHEMA DI SUDDIVISIONE DELLE SPERMATOFITE</b></font>
<table width="800" border="0" cellspacing="2" cellpadding="2">
<tr height="32">
<td valign="middle" width="792" height="32">
<div align="center">
<table class="testobox1" width="792" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="193">
<div align="center">
<b><i><font size="3">Gimnosperme<br>
</font></i></b></div>
</td>
<td>
<div align="center">
<table border="0" cellspacing="0" cellpadding="4">
<tr height="32">
<td valign="middle" height="32">
<div align="center">
<table class="testobox2" class="Testo3" width="582" border="0" cellspacing="2" cellpadding="4">
<tr>
<td width="166"><font size="3"><b><i>Conifere</i></b></font></td>
<td>(Conipherophyta) la più numerosa (circa 550 specie), costituita per la maggioe parte da piante sempreverdi;<br>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr height="32">
<td valign="middle" height="32">
<div align="center">
<table class="testobox2" class="Testo3" width="100%" border="0" cellspacing="2" cellpadding="4">
<tr>
<td nowrap width="166"><font size="3"><b><i>Cicadofite</i></b></font></td>
<td>(Cycadophyta) costituita da piante di aspetto simile a quello delle palme, abbondantemente rappresentate durante il Devoniano (circa 285 milioni di anni fa) e oggi limitate ad alcune regioni tropicali e subtropicali;<br>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr height="54">
<td valign="middle" height="54">
<div align="center">
<table class="testobox2" class="Testo3" width="100%" border="0" cellspacing="2" cellpadding="4">
<tr>
<td width="166"><font size="3"><b><i>Ginkgofite</i></b></font></td>
<td>
<div align="justify">
<p>(Ginkgophyta) rappresentate da un unico genere e un’unica specie, Ginkgo biloba, dalle tipiche foglie a ventaglio,<br>
</p>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr height="32">
<td valign="middle" height="32">
<div align="center">
<table class="testobox2" class="Testo3" width="100%" border="0" cellspacing="2" cellpadding="4">
<tr>
<td width="166"><font size="3"><b><i>Gnetofite</i></b></font></td>
<td>
<p>(Gnetophyta), che contano una settantina di specie suddivise in tre generi, diffuse nelle regioni calde del pianeta.</p>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr height="32">
<td valign="middle" width="792" height="32">
<div align="center">
<table class="testobox1" class="Testo3" width="792" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="193">
<div align="center">
<b><i><font size="3">Angiosperme<br>
</font></i></b></div>
</td>
<td width="33%">
<div align="center">
<table border="0" cellspacing="2" cellpadding="2">
<tr height="32">
<td valign="middle" height="32">
<div align="center">
<table class="testobox2" class="Testo3" width="582" border="0" cellspacing="2" cellpadding="4">
<tr>
<td width="166"><font size="3"><b><i>Monocotiledoni</i></b></font></td>
<td width="394">(65.000 specie) possiedono uno solo cotiledone ( a volte, nessuno), il fiore è trimero, le parti fiorali, cioè, sono in numero di tre o multipli di tre. Ad esempio il fiore può avere 3, 6 o 9 petali). La porzione esterna del fiore è formata da un perianzio, costituito da tepali, inoltre, la maggior parte delle monocotiledoni hanno le fogliecon nervature parallele (parallelinervie) e sono di forma allungata, e spesso amplessicauli.Le radici sono sempre avventizie.<br>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr height="32">
<td valign="middle" height="32">
<div align="center">
<table class="testobox2" class="Testo3" width="585" border="0" cellspacing="2" cellpadding="4">
<tr>
<td width="166"><font size="3"><b><i>Dicotiledoni</i></b></font></td>
<td>( 170.000 specie) possiedono due cotiledoni (raramente anche 1, 3 o 4),foglie generalmente retinervie; presenza costante, nel fusto, nei rami e nelle nervature, del cambio; fusti erbacei con fasci collaterali aperti; fusti e rami legnosi con cerchi annuali di accrescimento; numero elevato ed indefinito di pezzi fiorali (ovvero, se definito, più spesso di 5 o 4); radici mature a fittone o fascicolate (con radici primarie e/o avventizie). Secondo la classificazione di Takhtajan e Cronquist le Dicotiledoni si dividono in sei sottoclassi e precisamente: <b>Magnoliidae</b>, <b>Hamamelidae</b>, <b>Caryophyllidae</b>, <b>Dilleniidae</b>, <b>Rosidae</b> e <b>Asteridae</b>. Ogni sottoclasse è divisa in vari ordini e numerose famiglie.<br>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<br>
</div>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table class="Table_Coda" width="980" height="30">
<tr>
<td>
<div align="center">
<table class="Testo1" width="959" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="180">
<div align="right">
<font color="green"><b>succ.----></b></font></div>
</td>
<td width="100">
<div align="center">
<a class="link" href="morfologia1_radici.html">La Radice</a></div>
</td>
<td width="100">
<div align="center">
<a class="link" href="morfologia2_fusto.html">Il Fusto</a></div>
</td>
<td width="100">
<div align="center">
<a class="link" href="morfologia3_foglie.html">Le Foglie</a></div>
</td>
<td width="100">
<div align="center">
<a class="link" href="morfologia4_fiore.html">Il Fiore</a></div>
</td>
<td width="140">
<div align="center">
<a class="link" href="morfologia5_infiorescenze.html">Le infiorescenze</a></div>
</td>
<td width="72">
<div align="center">
<a class="link" href="morfologia6_frutti.html">Il Frutto</a></div>
</td>
<td width="75">
<div align="center">
<a class="link" href="morfologia7_semi.html">Il Seme</a></div>
</td>
<td>
<div align="right">
<a href="#Testata"><img src="../micologia/images/su1.gif" alt="" height="19" width="48" border="0"></a></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<a name="Fusto"><br>
</a>
<table width="700" border="0" cellspacing="0" cellpadding="1" bgcolor="#2f4f4f" height="37">
<tr>
<td>
<table width="984" border="0" cellspacing="0" cellpadding="2" bgcolor="#5f9ea0" height="35">
<tr>
<td width="980">
<div align="center">
<b><font size="3" color="white">A.M.I.N.T. - Associazione Micologica Italiana Naturalistica Telematica</font></b></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p></p>
</center>
</body>
</html>