/* VGP3 Styles */

body {
	color: #f00;
	margin: 0px 16px 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0;
	background: #1e2022 url(../immagini/sfondo_base.png) repeat-x 0 top;
}

hr {
	width: auto;
	height: 2px;
	color: rgb(128, 128, 128);
}

h2 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: Arial Black;
	font-weight: normal;
	font-size: 16pt;
}

h4 {
	font-family: Arial Black;
	font-weight: normal;
	font-size: 10pt;
}

h6 {
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
}

a:link {
	color: rgb(235, 245, 255);
	text-decoration: none;
}
a:visited {
	color: rgb(182, 192, 202);
	text-decoration: none;
}
a:hover {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

.colorefontbase {
	color: rgb(120, 128, 136);
}
.colorefontillu {
	color: rgb(255, 255, 255);
}
.colorefontrosso {
	color: rgb(255, 0, 0);
}

.imgsinistra {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgdestra {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
    
#contenitore {
	text-align: left;
	background-color: #000;
	/* background: #000 url(../immagini/sfondo2.jpg) repeat-x 0 top;*/
	border-right: 1px solid #3c4044;
	border-left: 1px solid #000;
}

#bannertitolo {
	height: 112px;
	background: #000 url(../immagini/sfondo_banner.png) repeat-x 0 top;
}

.imgbanner_1 {
	height: 112px;
}

.imgbanner_2 {
	position: absolute;
	top: 0px;
	right: 17px;
}

#barranavigazione {
	height: 50;
	background: url(../immagini/sfondo_nav.png) repeat-x 0 top;
}

#barranavigazione a {
	height: 34;
	display: inline-block;
	color: #7a8086;
	text-shadow: 0px -1px 1px #000000;
	text-decoration: none;
	font-family: Arial Black, sans-serif;
    font-weight: normal;
    font-size: 12pt;
	padding-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #404040;
	border-right: 1px solid #000;
	background: url(../immagini/bot_spento.png) repeat-x;
}

#barranavigazione a:hover {
	height: 34;
	display: inline-block;
	color: #ebf5ff;
	text-shadow: 0px -1px 1px #000000;
	text-decoration: none;
	font-family: Arial Black, sans-serif;
    font-weight: normal;
    font-size: 12pt;
	padding-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #404040;
	border-right: 1px solid #000;
	background: url(../immagini/bot_acceso.png) repeat-x;
}

#pulsantiera {
	float: left;
    width: 192px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Arial Black, sans-serif;
    font-weight: normal;
    font-size: 10pt;
	/*background: #5a5f64 url(../immagini/sfondopulsanti.jpg) repeat-x 0 top;*/
	/* border: 1px solid #0f1011; */
}

.pannello {
	background: url(../immagini/fibra2.jpg) repeat;
	border: 1px solid #0e1012;
	margin: 16px 0 0;
}

.separatore1 {
	height: 20px;
	display: block;
	background: url(../immagini/separatore1.png) repeat;
	border: 1px solid #1e2022;
}
  
  .bloccocontenuti {
    margin-left: 212px;
    margin-right: 20px;
    width: auto;
    color: rgb(120, 128, 136);
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12pt;
  }
  
  .bloccosezionecontenuti {
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(120, 128, 136);
    width: auto;
    font-family: Arial Black;
    font-weight: normal;
    font-size: 16pt;
  }
  
  .bloccolaterale {
    margin-left: 30px;
    margin-bottom: 20px;
    float: right;
    width: 162px;
    color: rgb(120, 128, 136);
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 10pt;
  }
  
  .bloccoinserto {
	margin-left: 30px;
    margin-bottom: 20px;
    float: right;
    width: 162px;
    color: rgb(120, 128, 136);
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    background: url(../immagini/sfondo1.jpg) repeat-x 0 bottom;
  }
  
  .bloccosezionelaterale {
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(120, 128, 136);
    width: auto;
    font-family: Arial Black;
    font-weight: normal;
    font-size: 10pt;
  }
  
  .bloccocopyright {
	clear: both;
    padding-top: 20px;
  	color: rgb(120, 128, 136);
  	text-align: center;
  	font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    background: #000 url(../immagini/sfondo1.jpg) repeat-x 0 bottom;
}
