
/* Menu CSS
--------------------------------------------------*/
A:link {
COLOR: #2a1b00; TEXT-DECORATION: none
}
 
A:visited {
COLOR: #2a1b00; TEXT-DECORATION: none
}
 
A:active {
COLOR: #2a1b00; TEXT-DECORATION: none

}
A:hover {
COLOR: #2a1b00; TEXT-DECORATION: none
}


/* Menu CSS links
--------------------------------------------------*/

.linkMain {
	color: #934603;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 2px;
	text-decoration: none
}

.linkBottom {
	color: #934603;
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bold;
	padding-left: 2px;
	text-decoration: none
}
.textBottom {
	color: #934603;
	font-family: Tahoma;
	font-size: 7pt;
	padding-left: 3px;
	text-decoration: none
}

.linkSubMain {
	color: #a8c3d8;
	font-family: Tahoma;
	font-size: 8pt;
	padding-left: 2px;
	text-decoration: none;
	position: left
}

.TitoloneMdV {
	color: #006699;
	font-family: Tahoma;
  	font-weight: bold;
	font-size: 18pt
}

.ParagrafoMdV {
	color: #c29447;
	font-family: Tahoma;
  	font-weight: bold;
	font-size: 20pt
}

.CoordinateMdV {
	font-family: Tahoma;
  	font-weight: bold;
	font-size: 14pt
}

.CoordinateMdV2 {
	font-family: Tahoma;
  	font-weight: bold;
	font-size: 16pt
}

.IncipitMdV {
	color: #c29447;
	font-family: Tahoma;
  	font-weight: bold;
	font-size: 12pt
}

.IndicaMdV {
	color: #006699;
	font-family: Tahoma;
	font-size: 18pt
}

.SceltaMdV {
	color: #c29447;
	font-family: Tahoma;
  	font-weight: bold;
	font-size: 14pt;
	text-decoration:none;
	position:absolute;
	vertical-align:top
}

.parent {
margin: 0 0;
padding: 0 0;
text-align:center;
}


/* Immagini Percorso


div.textimage{
 width: 400px;margin-bottom: 10px;     
 border: 0 solid #000;background-color: #eee
 }

div.textimage img{
 float:left;
 margin: 10px
 }

div.textimage h2, div.textimage p{
 margin:0 10px;
 padding: 0
 }

div.textimage h2{
 margin-top: 10px
 }

div.clearer{clear: left}

--------------------------------------------------*/