@charset "UTF-8";
/* CSS Document */

.Intestazione_pagina {
	font-size: 14px;
	font-family: "Comic Sans MS";
	font-weight: normal;
	color: #677175;
	text-align: justify;
}

.Intestazione_rosso {
	font-size: 18px;
	font-family: "Times New Roman";
	font-weight: bold;
	color: #677175;
}
.verde {
	color: #677175;
}

.tabella {
	font-size: 14px;
	color: #9f0e28;
}

.tabella_bordo_blu {
	font-size: 14px;
	color: #9f0e28;
	border-color: #00F;
}

.tabella_centrato {
	font-size: 14px;
	color: #9f0e28;
	text-align: center;
}

.tabella_centrato_grande {
	font-size: 18px;
	color: #9f0e28;
	text-align: center;
}


.tabella_sx {
	font-size: 20px;
	color: #9f0e28;
	text-align: left;
}

.tabella_dx {
	font-size: 20px;
	color: #9f0e28;
	text-align: right;
}

.tabella_giustificato {
	font-size: 14px;
	color: #000000;
	text-align: justify;
}

.tabella_big_centrato {
	font-size: 24px;
	color: #9f0e28;
	text-align: center;
}

.tabella_big {
	font-size: 24px;
	color: #9f0e28;
}

.intestazione{
	font-size: 12px;
	font-family: "Times New Roman";
	font-weight: bold;
	color: #677175;
}

.intestazione_centrato{
	font-size: 18px;
	font-family: "Times New Roman";
	font-weight: bold;
	color: #677175;
	text-align: center;
}

.intestazione_centrato_rosso{
	font-size: 20px;
	font-family: "Times New Roman";
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.bottone{
	font-size: 36px;
	font-family: "Times New Roman";
	font-weight: bold;
	color: #677175;
}

.Titolo {
	font-size: 32px;
	font-family: "Times New Roman";
	font-weight: bold;
	color: #677175;
}

.verde_grande {
	font-weight: bold;
	color: #677175;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>
