/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FINE CSS RESET */


/* HTML & BODY */
html, body {
	background-color: #FFF;
	background-image: none !important;
	width: 160mm;
	min-width: 160mm;
	max-width: 160mm;
	margin: 0mm;
	font-family: Verdana;
	color: #333;
	font-size: 75%;
}

/* DIV con id */
#sfondo {
	display: none;
}


#fasciainput {
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 0px;
	width: 100%;
	padding: 10px;
	padding-bottom: 5px;
	background-color: #005a87;
	color: #FFF;
	font-size: 18px;
	border-top: 2px solid #b8e3f4;
	border-bottom: 2px solid #b8e3f4;
	height: 26px;
	margin-top: -13px;
	text-align: center;
}

#parte2 {
	background-color: #FFF;
}
#parte3 {
	background-color: #FFF;
}
#parte4 {
	background-color: #FFF;
}

#pagina {
	position: relative;
	background-color: #fff;
	background-image: url('../images/nuovatestatacontratto.jpg');
	background-repeat: no-repeat;
	width: 1050px;
	top: 10px;
	left: 50%;
	margin-left: -300px;
	padding: 15px;
	z-index: 2;
	margin-bottom: 30px;
	
	/* ombra */
	-moz-box-shadow: -1px 1px 5px #888;
	-webkit-box-shadow: -1px 1px 5px #888;
	box-shadow: -1px 1px 5px #888;
	
}


#credenziali {
	position: absolute;
	right: 20px;
	top: 110px;
	width: 200px;
	height: 70px;
	display: block;
}


#sfondoscarica {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.75;
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	z-index: 3;
	display: none;	
}

#scarica {
	display: none;
}


#titolo {
	padding-top: 28px;
	padding-left: 200px;
}

#modXcert {
	position: absolute;
	top: 85px;
	left: 400px;
	font-size: 14px;
	color: #333;
}

#modXlogoISO {
	position: absolute;
	top: 15px;
	right: 36px;
}

#agenteneiservizi {
	width: 100%;
	padding-top: 55px;
	padding-left: 170px;
}
#agenteneiservizi h3 {
	margin-top: 5px;
}
/* DIV con class */
.nascondistampa {
	display: none;
}

.titolazione {
	width: 1038px;
	clear: both;
	background-color: #0da8d6;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	padding: 5px;
	margin: 1px !important;
}

.primatitolazione {
	margin-top: 20px !important;
}

.testi {
	padding: 5px;
	padding-top: 10px;
	padding-right: 15px;
}

.accapo {
	clear: both;
}
.center {
	width: 100%;
	clear: both;
	text-align: center;
}
.tratteggio {
	border-top: 1px dashed #0da8d6;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}

#blocco1 {
	width: 30%;
}
#blocco2 {
	width: 26%;
}
#blocco3 {
	width: 18%;
}
#blocco4 {
	width: 22%;
}

div.divTit {
	float: left; width: 200px;
}

div.div700 {
	width: 800px;
}

div.puntiContratto {
	margin-top: 10px;
	line-height: 1.15em;
}

div.div_icone_servizi {
	text-align: center;
}

div.div_icone_servizi > img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

/* H */
h1 {
	font-size: 23px;
	font-weight: bold;
	color: #0da8d6;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #333;
}
h3 {
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	color: #0da8d6;
}
h4 {
	font-size: 29px;
	line-height: 50px;
	font-weight: bold;
	color: #34aa00;
	text-shadow: -1px 1px 0px #666;
	-webkit-text-shadow: -1px 1px 0px #666;
	-moz-text-shadow: -1px 1px 0px #666;
}

/* SPAN */
span.testo14 {
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
}
span.testo14light {
	font-size: 11px;
	line-height: 15px;
}
span.testo15 {
	font-size: 13px;
	line-height: 17px;
	font-weight: 700;
}

span.testoblu {
	color: #0da8d6;
	font-weight: 700;
	font-style: italic;
}

span.cest {
	font-size: 17px;
    font-weight: bold;
    line-height: 40px;
    color: #26b9ea;	
}


span.piupiccolo {
	font-size: 9px !important;
}

/* INPUT */
input.senzapuntini {
	border: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
input.senzapuntinimail {
	border: 0px;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 16px;
}

input.puntinilight {
	width: 850px;
	border: 0px;
	border-bottom: 1px dotted #333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
input.puntinibold {
	width: 850px;
	border: 0px;
	border-bottom: 2px dotted #333;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 10px;
}

input[type=radio] {
	margin-right: 3px;
}
input[type=checkbox] {
	margin-right: 3px;
}

#sedesociale {
	width: 300px;
}

#cap {
	width: 10px;
	margin-right: 20px;
}

#tel {
	width: 100px;
}



label {
	font-weight: 700;
}
label.label13 {
	font-size: 12px;
}

button, #linkfinali {
	display: none;
}

/* A */
a:LINK {
	color: #0da8d6;
	font-weight: 700;
	font-style: italic;
}
a:VISITED {
	color: #0da8d6;
	font-weight: 700;
	font-style: italic;
}
a:HOVER {
	color: #005174;
	font-weight: 700;
	font-style: italic;
}

#linkpiupiccolo {
	font-size: 8px;
	display: none;
}

/* ALTRO */
hr {
	border: 0;
	color: #333;
	background-color: #333;
	height: 1px;
}

#spuntaIMG {
	margin-bottom: 30px;
}
