/* Posizionamento livelli */
#contenitore {
	width:555px;
	height:555px; 
	background-color: #ffffff; 
	text-align: center;
	border:none;
	z-index:20;
}
#top {
	position:relative;
	width:140px;
	height: 88px;
	left:-275px;
	top:-35px;
	z-index:70;
	display:none;
}
#menuAlto {
	position:relative;
	width:495px;
	height:30px;
	z-index:70;
	text-align: right;
	clear:both;
	margin-left:30px;
	margin-right:30px;
	display: none;
}
#menuBasso {
	position:relative;
	width:495px;
	height:30px;
	z-index:80;
	text-align: right;
	margin-left:30px;
	margin-right:30px;
	clear: both;
	display: none;
}
#corpo {
	position:relative;
	width:495px;
	height:495px;
	text-align: center;
	z-index:70;
	clear: both;
	margin-left: 30px;
	margin-right: 30px;
}
#titolo {
	width:495px;
	height:120px;
	border-style:none;
	z-index:70;
}
#testo {
	position:relative;
	width:495px;
	height:340px;
	text-align: left;
	margin-top:30px;
	z-index:70;
	overflow:none;
}
#piede {
	position:relative;
	width:555px;
	text-align: center;
	height: 20px;
	margin-top: 10px;
	padding-top: 10px;
	z-index:70;
	top:0px;
	display:none;
}

/* Tag */

a {
	text-decoration: none;
	color : #7a401b;
}

body {
	font-family : Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	margin-top: 30px;
}

.Testo {
	font-size: 10px;
}

.Titolo {
	font-size: 15px;
	font-weight: bold;
	color: #7a401b;
}
.Titolino {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.bordo {
	border-color: #7a401b;
	border: 1px solid;
}
a:hover {
	color: #999999;
}
p {
	text-align: justify;
}
#contenitore #corpo #testo .Titolo img {
display: none;
}

/* Classi x la pagina Guide */

#miniature {
	float:left;
	margin-bottom:15px; 
	width:110px; 
	text-align:center;
}

.bordoSuperiore {
	clear: both;
	width: 450px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom: 10px;
	padding-top: 10px;
}
.titoliGuide {
	font-weight: bold;
	font-size: 15px;
}

.divGuide {
	float:left; 
	padding-top:15px;
}

.SottotitoloGuide {
	float:left; 
}
