@charset "utf-8";
/* Contenuto fluido semplice
   Nota: per i contenuti di tipo fluido è necessario rimuovere gli attributi di altezza e larghezza del contenuto dal codice HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;

}
/* IE 6 non supporta max-width, quindi viene usata per impostazione predefinita la larghezza 100% */
.ie6 img {
	width:100%;
}

/*
	Proprietà griglia fluida Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Ispirato da "Responsive Web Design" di Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	e Golden Grid System di Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout mobile: 480 px e inferiori. */

.gridContainer {
	width: 100%;

}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mainnav a {
	margin-top: 5px;
	margin-bottom: 0px;
	width: 14%;
	float: left;
	text-align: center;
	display: block;
	text-transform: uppercase;
	/* [disabled]background-color: #4D4D4D; */
	margin-right: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	top: 0px;
	border-radius: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
}
#mainnav a:hover  , a:active, a:focus {
	text-shadow: 0px 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(114,3,6,1.00) 0%,rgba(255,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(114,3,6,1.00) 0%,rgba(255,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(114,3,6,1.00) 0%,rgba(255,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(114,3,6,1.00) 0%,rgba(255,0,0,1.00) 100%);
}

#mainnav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.border {
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 4px 4px #474747;
	box-shadow: 0px 0px 4px 4px #474747;
}


/* Layout tablet: da 481 px a 768 px. Eredita stili da: Layout mobile. */

@media only screen and (min-width: 481px) {
.gridContainer {
	padding-left: 0%;
	padding-right: 0%;
	max-width: 1000px;
}
#LayoutDiv1 {
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Layout desktop: da 769 px a 1232 px max.  Eredita stili da: Layout mobile e Layout tablet. */

@media only screen and (min-width: 769px) {
.gridContainer {
	max-width: 1000px;
	margin: 0px;
	padding: 0%;
	background-image: url(/immagini/Page-BgTexture.jpg);
	left: 10px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	display: block;
	margin: 0;
	padding: 0px;
	background-color: #CCC;
	position: relative;
	left: 10px;
	height: auto;
}
.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.titolo {
	left: 8px;
	box-shadow: 5px 5px 3px 3px;
	border-radius: 5px;
	position: relative;
	width: 970px;
	background-image: url(../immagini/logoSfondoGing.png);
}
.nav {
	height: auto;
	width: auto;
	margin: 0px;
	clear: both;
	position: relative;
	top: 0px;
	left: 100px;
	right: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	display: inline;
	background-color: #4D4D4D;
}
.nav ul {
	list-style-type: none;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.nav ul li a {
	color: #036;
	text-decoration: none;
	border: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../immagini/pulsantesfondo.png);
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 1px;
	border-radius: 5px;
	box-shadow: 5px 5px 3px 3px #666;
}
.nav ul li a:hover {
	color: #00F;
	text-decoration: none;
	background-image: url(../immagini/pulsantesfondo2.png);
	border: thin solid #F00;
}
.nav ul li a:visited {
	text-decoration: none;
	border: 2px solid #333;
}
.nav ul li {
	float: left;
	text-decoration: none;
}
.Boxhome {
	float: left;
	height: auto;
	width: 400px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	left: 40px;
	top: 2px;
	padding: 2px;
	color: #FFF;
	bottom: 5px;
}
.Boxhome1 {
	float: left;
	height: auto;
	width: 800px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	left: 95px;
	top: 2px;
	padding: 2px;
	color: #FFF;
	bottom: 2px;
	right: 0px;
}
.Boxhome2 {
	float: left;
	height: auto;
	width: 400px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	left: 50px;
	top: 1px;
	padding: 10px;
	color: #FFF;
	bottom: 2px;
	right: 0px;
}
.Boxhome3 {
	float: left;
	height: auto;
	width: 300px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	left: 70px;
	top: 1px;
	padding: 10px;
	color: #FFF;
	bottom: 2px;
	right: 0px;
}
.Box {
	float: left;
	height: auto;
	width: auto;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 8px;
	padding: 2px;
	box-shadow: 5px 5px 3px 3px #666;
	left: 50px;
	visibility: hidden;
}
.Boxlogo {
	float: left;
	height: auto;
	width: auto;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 8px;
	padding: 2px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
}
.Box2 {
	height: auto;
	width: 490px;
	border: thin solid #F00;
	float: left;
	position: relative;
	border-radius: 10px;
	font-weight: bold;
	box-shadow: 5px 5px 3px 3px #666;
	left: 10px;
	background-color: #000;
	color: #FFF;
	top: 1px;
	margin: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.Box3 {
	height: auto;
	width: 95%;
	position: relative;
	clear: both;
	float: left;
	padding: 10px;
	border: 1px solid #F00;
	border-radius: 10px;
	box-shadow: 5px 5px 3px 3px #666;
	margin: 10px;
	background-color: #000;
	color: #FFF;
}
.Box3sfondo {
	height: auto;
	width: 96%;
	position: relative;
	clear: both;
	float: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #F00;
	border-radius: 10px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	color: #FFF;
}
.Box4 {
	float: left;
	height: auto;
	width: 99%;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	padding: 2px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 2px;
}
.Box6 {
	height: auto;
	width: 700px;
	border: thin solid #F00;
	float: left;
	position: relative;
	border-radius: 10px;
	font-weight: bold;
	box-shadow: 5px 5px 3px 3px #666;
	left: 70px;
	background-color: #000;
	color: #FFF;
	top: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	bottom: 60px;
}
.Boxchisiamo1 {
	float: left;
	height: auto;
	width: 340px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	left: 10px;
	top: 1px;
	padding: 10px;
	color: #FFF;
	bottom: 2px;
}
.Boxnew {
	float: left;
	height: auto;
	width: 925px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	left: 5px;
	top: 4px;
	padding: 2px;
	color: #FFF;
	bottom: 2px;
}
.Boxnew1 {
	float: left;
	height: auto;
	width: 400px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	left: 15px;
	top: 3px;
	padding: 10px;
	color: #FFF;
	bottom: 2px;
	clear: left;
}
.Boxnew2 {
	float: left;
	height: auto;
	width: 450px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	left: 25px;
	top: 3px;
	padding: 10px;
	color: #FFF;
	bottom: 2px;
}
.Boxmus1 {
	float: left;
	height: auto;
	width: 360px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	left: 5px;
	top: 3px;
	padding: 10px;
	color: #FFF;
	bottom: 2px;
	clear: left;
}
.Boxmus2 {
	float: left;
	height: auto;
	width: 490px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	left: 10px;
	top: 3px;
	padding: 10px;
	color: #FFF;
	bottom: 2px;
}
.Boxmus3 {
	float: left;
	height: auto;
	width: 490px;
	border: thick double #FFE500;
	position: relative;
	border-radius: 10px;
	margin: 5px;
	box-shadow: 5px 5px 3px 3px #666;
	left: 120px;
	top: 3px;
	padding: 10px;
	color: #FFF;
	bottom: 2px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,142,20,0.87) 0%,rgba(19,252,17,0.83) 0%,rgba(19,252,17,0.83) 0%,rgba(144,255,184,1.00) 92.23%);
	background-image: -moz-linear-gradient(270deg,rgba(0,142,20,0.87) 0%,rgba(19,252,17,0.83) 0%,rgba(19,252,17,0.83) 0%,rgba(144,255,184,1.00) 92.23%);
	background-image: -o-linear-gradient(270deg,rgba(0,142,20,0.87) 0%,rgba(19,252,17,0.83) 0%,rgba(19,252,17,0.83) 0%,rgba(144,255,184,1.00) 92.23%);
	background-image: linear-gradient(180deg,rgba(0,142,20,0.87) 0%,rgba(19,252,17,0.83) 0%,rgba(19,252,17,0.83) 0%,rgba(144,255,184,1.00) 92.23%);
	-webkit-box-shadow: 5px 5px 3px 3px #666;
	border-spacing: 1px 1px;
}
.Boxvid2 {
	float: left;
	height: auto;
	width: auto;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 5px 5px 3px 3px #666;
	background-color: #000;
	left: 25px;
	top: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	color: #FFF;
	bottom: 2px;
}
.Boxembed {
	float: left;
	height: auto;
	width: auto;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin: 8px;
	padding: 2px;
	box-shadow: 5px 5px 3px 3px #666;
	left: 70px;
	visibility: visible;
}
.Boxvideo {
	height: auto;
	width: auto;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	padding: 2px;
	box-shadow: 5px 5px 3px 3px #666;
	left: 0px;
	visibility: visible;
}
.Boxvideo1 {
	width: 400px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	padding: 2px;
	box-shadow: 5px 5px 3px 3px #666;
	left: 0px;
	visibility: visible;
	float: left;
}
.Boxvideo2 {
	width: 400px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	padding: 2px;
	box-shadow: 5px 5px 3px 3px #666;
	left: 0px;
	visibility: visible;
	float: right;
}
.Boxvideo320 {
	width: 320px;
	border: thin solid #F00;
	position: relative;
	border-radius: 5px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	padding: 2px;
	box-shadow: 5px 5px 3px 3px #666;
	left: 0px;
	visibility: visible;
	float: left;
}
.footer {
	height: 20px;
	width: 98%;
	border-radius: 5px;
	text-align: center;
	float: left;
	clear: left;
	padding-top: 30px;
}
.colorred {
	color: #F00;
}
.divStyle {
	border: thin solid #F00;
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
}
.miniat {
	height: 145px;
	width: 210px;
	text-align: center;
	vertical-align: central;
	float: left;
}
.table {
	background-color: #999;
	margin: 0px;
	padding: 1px;
	border: medium solid #999;
}
.table tr td {
	border: thin solid #F96;
}
.Title {
	font-weight: bolder;
	color: #F90;
	text-shadow: 2px 2px 2px #333;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	word-spacing: 1px;
}
.stylerossoH1 {
	font-size: x-large;
	font-weight: bold;
	color: #F00;
	border: thin dotted #FF0;
	border-radius: 10px;
}
.stylebluH1 {
	font-size: xx-large;
	font-weight: bold;
	color: #3224E7;
	text-align: center;
	letter-spacing: 3px;
	word-spacing: 5px;
	vertical-align: middle;
	text-shadow: 1px 1px 3px #1D026B;
	background-image: -webkit-linear-gradient(270deg,rgba(0,252,52,1.00) 0%,rgba(196,57,11,1.00) 89.64%,rgba(255,0,0,1.00) 94.30%);
	background-image: -moz-linear-gradient(270deg,rgba(0,252,52,1.00) 0%,rgba(196,57,11,1.00) 89.64%,rgba(255,0,0,1.00) 94.30%);
	background-image: -o-linear-gradient(270deg,rgba(0,252,52,1.00) 0%,rgba(196,57,11,1.00) 89.64%,rgba(255,0,0,1.00) 94.30%);
	background-image: linear-gradient(180deg,rgba(0,252,52,1.00) 0%,rgba(196,57,11,1.00) 89.64%,rgba(255,0,0,1.00) 94.30%);
}	
.menu {
	border-radius: 10px;
	height: 23px;
	width: 101px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #666;
	text-align: center;
	float: left;
}
.data {
	font-size: x-large;
	font-weight: bold;
	color: #F8FF16;
	border: thin dotted #FF0;
	border-radius: 10px;
}	
