/* 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, font, images, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: 000;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing="0"’ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/****************************************************************/



body{
	background-color: #ffffff;
	margin:0;
	padding:0;
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color:#000000;
}

p
{
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height: 1.3em;
	color:#000000;
}
strong,b
{
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;  
	
}
em, i
{
	font-style: italic;  
	
}
a
{
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:14px;
	color:#74838a;
	text-decoration:none;

}
a:hover
{
	color:#74838a;
	text-decoration:none;
}

h1
{
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 20px;
	text-align:left;
	line-height: 1.3em;
	color:#000000;
	font-weight:700;
}

h2
{
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:18px;
	text-align:left;
	line-height: 1.3em;
	color:#000000;
	font-weight: 600;
}

h3 {
	color:#000000;
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 800;
 	line-height: 1.7em;
	text-transform:uppercase;
}

.break
{
	clear: both;
}

.break_righino
{
	clear: both;
	height: 2px;
	margin-bottom:10px;
	margin-top:10px;
	background-color:#333333;

}


.break_righino.azz

{
	background-color:#6c7d87;

}



.break_alto
{
	clear: both;
	height:15px;
	margin-bottom:10px;
	margin-top:10px;

}
.img_sx{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	border:0;
	max-width:400px;

}
.img_dx {
	float: right;
	margin-left:15px;
	margin-bottom:10px;
	border:0;

}

.notifica {
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:16px;
	font-style:italic;
	line-height:1.2em;
	text-decoration:none;
	color:#be1802;
	text-align:left;
	margin-bottom:8px;
 }

.notifica.mini {
	font-size:14px;
 }
form {
margin:0px;
padding:0px;
}
/******************************** tabelle form ricerca *********/
table {
border-collapse: separate;
border-spacing: 0; 
vertical-align:top;

}
td,tr{
	padding:2px;
 	font-size: 12px;
	color:#797874;
	padding-left:0px;
}


/******************************** tabelle form   *********/
TABLE
{
margin:1px;
background-color:none; 
}
TABLE TR TD 
{ 
	vertical-align:top;
	color:#606060;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:15px;
	padding: 2px 2px 0;
	

} 
	TABLE.formtable
	{
	margin:1px;
	background-color:none;
	/*width:330px;*/
	}
	TABLE.formtable TR TD 
	{ 
	vertical-align:middle;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000000;
	
	} 
 	TABLE.formtable td.label
	{
	}
	.label{
	color:#54626f;
	font-size:12px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	height:15px;
	padding: 4px;
	margin-top:4px;
	}
	TABLE.formtable textarea.textarea, 
	{
	width: 200px;
	padding: 4px;
	background-color: #ffffff;
	}

	TABLE.formtable  input.field{
	background-color: #ffffff;
	color:#000000;
	padding:4px 2px;
	/**/ height:20px;
	width: 220px;
	border:1px solid #000000;
	margin-top:5px;
	margin-bottom:5px;
	} 
	TABLE.formtable  input.textfield, TABLE.formtable select, TABLE.formtable textarea  {
	background-color: #ffffff;
	color:#19497a;
	padding: 3px;
	/* height:30px;*/
	width: 250px;
	border:1px solid #c1c8d8;
	margin-top:5px;
	margin-bottom:5px;

	color: #21262c;
	font-size:13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:400;
	} 
/* CSS header *********************************************************************/	
#fascia_header_container{
	margin:0 auto;
	margin-bottom: 0px;
	height: 200px;
	width:100%;
    min-width: 1024px;
 
	}
#fascia_header_inner_container {
    margin: 0 auto;
	width:1024px;

}

#fascia_header{
	/*left: 50%;
    margin-left: -500px;
    position: absolute;*/
	margin: auto;
    position: relative;
	float:left;
	text-align: left;
	width: 1170px;
	padding:10px 0px;
	background-color:none;

	}

	
 
#fascia_rossa_container {
	margin:0 auto;
	margin-bottom: 0px;
    height: 64px;
	width:100%;
    min-width: 1024px;
	background-color:#e02a2a;
}

#fascia_rossa_inner_container {
    margin: 0 auto;
	width:1024px;
	position:relative;
}
.button_logout {
	position:absolute;
	right:45px;
	top:16px;
}

#fascia_rossa {
    height: 64px;
	padding-top:15px;
}

#fascia_rossa p {
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 24px;
 	color:#ffffff;
	text-align:center;

}
	
/*******  content  ***************************************************************/	

#container{
	width:1024px;
	margin:0 auto;
	background-color:#f7f7f7;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#content
{
	width: 1024px;
	float:left;
	margin: 0 auto ;
 }
 

/******* colonne ***************************************************************/	


.col_sx{
	width:400px;
 	float: left;
	margin-top: 30px;
	margin-left: 30px;
	text-align:left;
 }

.col_sx.tipologia{
	width:280px;
	text-align:left;
	border-right: 2px solid #333333;
 }

.col_sx.tipologia h2{
	text-transform:uppercase;
 }

.col_dx{
	width: 580px;
	margin-top: 30px;
	float: right;
}

.col_dx.tipologia{
	width: 710px;
	text-align:left;
	margin-top: 40px;
	float:left;
  }


 .col_sx p{

	/*font-family: 'Sintony',  Arial, Verdana, sans-serif;*/
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight:600;
	text-align: left;
	line-height: 1.7em;
	color:#505050;

}



.col_sx li, .col_dx li, .col_unica li 
	{
	padding-left: 0px;
	padding-bottom: 15px;
	margin:10px 0px;
	border-bottom: 1px solid #cdccca;
	clear:both;
	}
.col_sx li img, .col_dx li img
	{
	float: left;
	border: 0px;
	margin-right:10px;
	
}

.col_sx li, .col_sx li a, .col_dx li, .col_dx a, #content.int li,  .col_unica li 
	{
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4em;
	color:#020202;
	}

.col_sx li a:hover, .col_dx li a:hover
	{
	color:#5f5f5f;

	}
	
.col_sx li.on a, .col_dx li.on a 
	{
	font-weight: 600;
	}


.col_sx li.on a:hover, .col_dx li.on a:hover
	{
	color:#84b2f9;
}


.box_documento {
	float: left;
	width: 310px;
	text-align:center;
	margin-left:20px;
	margin-bottom:20px;
	
}


.box_documento h3 {
	color:#000000;
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	line-height: 1.7em;
	text-transform:uppercase;
}

.box_documento p {

	color:#000000;
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	line-height: 1.7em;
}

.red  {
	color:#ff0505;
}

.big  {
	font-size: 18px;
}
.content_doc {
	float: left;
	width: 160px;
	text-align:left;
	margin-right:10px;
	margin-bottom:10px;
	
}
.titolo_doc, .data_doc {
	float: left;
 	text-align: left;
	margin-left:20px;
 }

.titolo_doc p {
	color:#000000;
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	line-height: 1.1em;
}

.data_doc p {
	color:#000000;
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
	line-height: 1.1em;
}

.button, .pdf_icon{
	float: left;
 	margin-left:20px;
	margin-bottom:20px;
}


/*******  footer e menu sotto ************************************/
#footer_container{
    position: relative;
	margin:0 auto;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 70px;
	width:100%;
    min-width: 1024px;
	background-color:#e02a2a;

	}
#footer_inner_container {
    margin: 0 auto;
	width:1024px;

}


#footer { 
 	margin: auto;
	width: 1004px;
	padding:10px 10px;
	float:left;
    position: relative;
	text-align: left;
	background-color:none;

	}
#footer p{ 
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding-top:20px;  
	font-size:13px;
	text-align:center;
	color:#ffffff;
	
	/*border:2px solid #339900;*/
}
#footer a
	{
		color: #74838a;
	font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
		font-size: 12px;
		text-decoration: none;
		padding: 0 2px;
		font-weight:bold;
	
	}
#footer a:hover
	{
		color: #74838a;
	    font-family: 'Open Sans',"Lucida Sans Unicode", Arial, Verdana, sans-serif;
		font-size: 12px;
		text-decoration: underline;
		padding: 0 2px;
	}
	
