/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFF0;
	padding: 0 20px;
}
hr {
	border: 1px solid #F0E68C;
}
#pag {
	margin: 0 auto; /*posizionamento centro pagina */
	padding: 0 6px;
	width: 800px;
	/*border: 1px solid;*/
}
#pag #testata {
	overflow: hidden;
	float: left;
}
#vociMenu {
	background-color: #F0E68C;
	min-height: 20px;
	margin-top: -3px;
	min-width: 100%;
}
#vociMenu  #menu {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-color: #F0E68C;
	color: #8B4513;
	padding: 3px;
	vertical-align: baseline;
	margin: 5px;
}

#vociMenu #menu:hover {
	font-weight: bold;
}
/* Setup pagine */
#versioni { padding-left: 20px; }
#versioni A {
	padding-right: 10px;
	text-decoration: none;
}
#pag #contenuti {
	overflow: hidden;
	max-width: 800px;
	min-width: 800px;
}
#pag #contenuti #plot {
	min-height: 70px;
	min-width: 80px;
	float: right;
	vertical-align: text-bottom;
}
#titolo {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0px 0px 20px;
	margin-bottom: 10px;
	background-color: transparent;
	color: #804000;
	border-bottom-color: #F0E68C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	/*border-left-color: #F0E68C;
	border-left-style: solid;
	border-left-width: 1px;*/
	margin-left: 8px;
}
#sottotitolo {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	background-color: transparent;
	color: #804000;
}
#paragrafo {
	font-size: 11px;
	text-align: justify;
	padding: 0px 0px 10px 20px;
	background-color: transparent;
	color: #804000;
}
#pag #contenuti #dx {
	float: right;
	margin-right: 250px;
	vertical-align: text-bottom;
}
#working {
	color: #858585;
	background-color: transparent;
	font-style: italic;
	text-align: center;
}
#IMG{
	float: right;
	margin-left: 2px;
	border: 2px solid #F0E68C;
}
#IMGtextDX{
	float: right;
	margin-left: 20px;
	border: 2px solid #F0E68C;
}
#IMGtextSX{
	float: left;
	margin-right: 10px;
	border: 2px solid #F0E68C;
}
#foto {
	min-width: 800px;
	padding-bottom: 50px;
}
#icona {
	margin-right: 10px;
	vertical-align: bottom;
	border: 1px solid #FFFFF0;
}
#icona:hover {
	border: 1px solid #8B4513;
}
#camere{
	min-height: 400px;
	min-width: 800px;
	float: left;
}
#link {
	padding: 40px;
	text-decoration: none;
}
#back {
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
	background-color: #DBDBDB;
	color: #000000;
}
/* setup liste */
UL {
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	padding: 1px 0px 10px 0px;
	margin:0px;
}
LI{
	padding-left: 15px;
	padding-bottom: 15px;
	list-style: circle 0px;
	line-height: 8px;
}
UL.neutro {
	font-weight: normal; 
}
LI A {
	text-decoration: none;
	background-color: transparent;
	color: #804000;
}
TD {
	line-height: 20px;
	font-weight: bold;
}
