﻿h1 {
	font-family: calibri;
	margin-left: 50px;
}
a
{
    color: #666666;
    text-decoration: none;
}
a:visited
{
    color: #666666;
    text-decoration: none;
}
a:hover
{
    color: #3366CC;
}
h2 {
	font-family: calibri;
	font-weight: bold;
	color: #FF9900;
}
/*//////////////////////////////////////////////
------------------------------------------------
                   MENU HEADER
------------------------------------------------
//////////////////////////////////////////////*/
body {
	background-image: url('img/barra_20_1.jpg');
	background-repeat: repeat;
}
.logo {
	background-image: url('img/header.png');
	background-repeat: no-repeat;
	height: 137px;
	width: 800px;
}
.menu_barra_60x20 {
	background-image: url('img/menu_barra_60x20.jpg');
	background-repeat: no-repeat;
	width: 20px;
	height: 60px;
	background-position: center center;
}
.menu_barra_60x20_c {
	background-image: url('img/menu_barra_60x20_c.jpg');
	background-repeat: no-repeat;
	width: 20px;
	height: 60px;
	background-position: center center;
}
.menu_botton_out {
	background-image: url('img/menu_botton_out.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 120px;
	height: 80px;
	text-align: center;
	padding-top: 50px;
}
.menu_botton_in {
	background-image: url('img/menu_botton_in.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 120px;
	height: 80px;
	font-family: calibri;
	font-size: 12pt;
	font-weight: bold;
	color: #3366CC;
	text-align: center;
	padding-top: 50px;

}
.menu_barra_60x8_sx {
	background-image: url('img/menu_barra_60x8_sx.jpg');
	background-repeat: no-repeat;
	width: 8px;
	height: 60px;
	background-position: center center;
}
.menu_barra_60x8_dx {
	background-image: url('img/menu_barra_60x8_dx.jpg');
	background-repeat: no-repeat;
	width: 8px;
	height: 60px;
	background-position: center center;
}
.menu_barra_60x1 {
	background-image: url('img/menu_barra_60x1.jpg');
	background-repeat: repeat-x;
	/*width: auto;*/
	height: 60px;
	background-position: center center;
	
}
.top_textbox{
	background-image: url('img/top_boxtext.png');
	background-repeat: no-repeat;
	width: 850px;
	height: 36px;
	
}
.fondo_textbox{
	background-image: url('img/fondo_boxtext.png');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.botton_textbox{
	background-image: url('img/Botton_boxtext.png');
	background-repeat: no-repeat;
	width: 850px;
	height: 44px;
}

/*//////////////////////////////////////////////
------------------------------------------------
                   INDEX
------------------------------------------------
//////////////////////////////////////////////*/
.top_index {
	background-image: url('img/top_index.png');
	background-position: center top;
	background-repeat: no-repeat;
}
#textdiv {
	padding: 0px;
	font-family: calibri;
	font-size: 10pt;
	text-align: justify;
	width: 750px;
	margin-left: 50px;
}
#textbt {
	font-family: calibri;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
img{
	padding: 5px;
}
/*//////////////////////////////////////////////
------------------------------------------------
                   CONTATTI
------------------------------------------------
//////////////////////////////////////////////*/

.inputout {
	border: 1px solid #666666;
	background-color: #CCCCCC;
	font-family: calibri;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	width: 250px;
}
.inputin {
	border: 2px solid #666666;
	background-color: #FFFFFF;
	font-family: calibri;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	width: 250px;
}
.labelform {
	font-family: calibri;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
}
#captchadiv {
	font-family: calibri;
	font-size: 14pt;
	font-weight: bold;
	background-color: #3366CC;
	color: #FFFFFF;
	border: 1px solid #003366;
	text-align: center;
	width: 100px;
}
#obligatoriodiv {
	font-family: calibri;
	font-size: 10pt;
	font-weight: normal;
	color: #FF3300;
	background-image: url('img/barra_5.jpg');
	background-repeat: repeat;
	width: 200px;
}
.btinfoout {
	background-color: #CCCCCC;
	font-family: calibri;
	font-size: 12pt;
	font-weight: bold;
	border: 2px solid #666666;
	width: 100px;
}
.btinfoin {
	background-color: #FFFFFF;
	font-family: calibri;
	font-size: 12pt;
	font-weight: bold;
	border: 2px solid #666666;
	width: 100px;
}
#privacy {
	font-family: calibri;
	font-size: 10pt;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
#textdiv_left {
	font-family: calibri;
	font-size: 10pt;
	text-align: left;
	
}
#div_sfondo {
	padding: 10px 20px 10px 20px;
	background-color: #FFFFFF;
}


