p {
	color: #FFF;
	text-align : left;
	font-family : Verdana, Geneva, sans-serif;
	font-size : 14px;
}

A {
	text-decoration : none;
	color:#000000
	}

A:HOVER {
	color: silver;
}
A:VISITED {
	text-decoration : none;
	color: silver;
	}
 html, body, #centro {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
#centro {
      margin: 0 auto;
      vertical-align: middle;
      width: 1024px;
   }
.didascalie {
color: #6A6A6A;
	text-align : right;
	font-family : Verdana;
	font-size : 9px;
}
.menu{
	color: #777777;
	text-align : left;
	font-family : Verdana;
	font-size : 11px;
}
.video{
	color: #cccccc;
	font-family : Verdana;
	font-size : 11px;
	text-align: center;
}
.video_pag{
	color: silver;
	font-family : Verdana;
	font-size : 11px;
	text-align: left;
}
.video_back{
	color: silver;
	font-family : Verdana;
	font-size : 11px;
	text-align: right;
}

.spiega {
	color: #777777;
	text-align : left;	
	font-family : Verdana;
	font-size : 11px;
	vertical-align : bottom;
}
.io {
	color: #777777;
	text-align : justify;	
	font-family : Verdana;
	font-size : 12px;
	vertical-align : top;
}
.io a {
	text-decoration : none;
}
.io a:hover {
	color: #ffffff;
}
.centrare {
	width: 1024px; /*la larghezza dell'elemento*/
	height: 610px; /*l'altezza dell'elemento*/
	position: absolute; /*posizione assoluta per potere riposizionare l'elemento*/
	left: 50%; /*il bordo sinistra dell'elemento si troverà al 50% della larghezza disponibile*/
	top: 50%; /*il bordo superiore dell'elemento si troverà al 50% dell'altezza disponibile*/
	margin-left: -512px; /*la metà della larghezza dell'elemento è tolta come margine superiore per centrarlo*/
	margin-top: -305px; /*la metà dell'altezza dell'elemento è tolta come margine superiore per centrarlo*/
}
.titoli {
color: #000000;
	text-align : right;
	font-family : Myriad Web Pro;
	font-size : 24px;
}
.titoli2 {
color: silver;
	text-align : right;
	font-family : Myriad Web Pro;
	font-size : 13px;
}
A.titoli2:HOVER {
	color: black;
}
A.titoli2:VISITED {
	text-decoration : none;
}
A.titoli2:LINK {
	text-decoration : none;
	color: silver;
	}
A.menu:LINK {
	text-decoration : none;
	color: black;
	}

A.menu:HOVER {
	color: silver;
}
A.menu:VISITED {
	text-decoration : none;
}
A.spiega:LINK {
	text-decoration : none;
	color: black;
	}

A.spiega:HOVER {
	color: silver;
}
A.spiega:VISITED {
	text-decoration : none;
}
.transparent {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.transparent:HOVER {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.transparent2 {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.transparent2:HOVER {
	filter:alpha(opacity=80);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.transparent3 {
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;	
	font-size : 14px;
	color:#CCCCCC;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	
}
.transparent3:HOVER {
	color:#CC0000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
span.view {
	display:none;
}
span.view:HOVER {
	display:block;
}
.centrare .io a {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
.centrare .io .io strong {
	color: #CCCCCC;
}
