#testata {display: none}
#logostampa {
	border-style: dotted;
	border-width: thin;
	text-align: center;
}
#contenuto {
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	border: none;
	margin: auto;
	padding: none;
	width: auto;
	height: auto;
}

img {
	border: none;
}

.invgiallo {
	color: black;
	background-color: yellow;
	font-weight: bold;
}

.invblu {
	color: white;
	background-color: navy;
	font-weight: bold;
}

.invrosso {
	color: white;
	background-color: red;
	font-weight: bold;
}


.evrosso {
	color: red;
	font-weight: bold;
}

.evverde {
	color: green;
	background-color: transparent;
	font-weight: bold;
}

.titolo {
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: red;
	font-weight: bold;
	background-color: transparent;
	text-align: center;
}

/* immagine centrata*/
.imgc {
	position: relative;
	border: none;
	display: block;
	margin-left: auto;
 	margin-right: auto;
}

/* immagine nel testo a sinistra*/
.imgs {
	position: relative;
	display: block;
	float: left;
	margin: 10px;
	border-style: solid;
	border-width:thin;
}

/* immagine nel testo a destra*/
.imgd {
	position: relative;
	display: block;
	float: right;
	margin: 10px;
	border-style: solid;
	border-width:thin;
}

.imgthumb {
	width: 20%;
	height: 20%;
	border: none;
	vertical-align: middle;
}

.imgmenu {
	width: 88px;
	height: 88px;
	border: none;
	vertical-align: middle;
}

.tabfree {
	table-layout: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 10px;
	page-break-inside: avoid;
}

.tabmenu {
	table-layout: auto;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	page-break-inside: avoid;
	background: transparent;
	text-align: center;
}
.tabbordo {
	table-layout: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 3px;
	empty-cells: hide;
	border: 1px;
	padding: 10px;
	page-break-inside: avoid;
}

.listaimg {
	list-style-image: url(../multimedia/immagini/utilita/punto_lista.png);
	list-style-position: outside;
}

.tabcaptionr {
	color: white;
	background: red;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}

.tabcaptionv {
	color: white;
	background: green;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}

.tabcaptionb {
	color: white;
	background: #C05000;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}


.tabcentro {
	text-align: center;
}

.tabcentrobordo {
	text-align: center;
	border: 1px;
}

.cc {display: none}
.cclogo {display:none}
#dock2 {display: none}
