body{
	margin						: 0;
	padding						: 0;
	border						: 0;
	background-color   		: #FFF;
	background-repeat			: no-repeat;
	background-image			: url(../_pics/struttura/bg_header.jpg);
	background-position: center top;
}

body a {
	outline				: none;
}

body,
select,
input,
textarea {
	font-family		: Trebuchet MS, sans-serif;
	font-size		: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin				: 0;
	padding				: 0;
}

.display_none,
hr
{
	display				: none;
}

img
{
	border				: 0;
}

a:link,
a:visited
{
	color			      : #69C;
	text-decoration	: underline;
	font-weight		    : bold;
}

a:hover
{
   color			      : #577BA4;
}

input.input_1,
select.input_1
{
	font-size		: 14px;
}

input.input_1,
select.input_1,
textarea.input_1
{
	padding			: 2px;
	background-color	: #FFF;
	border			: 1px solid #333;
}

textarea.input_1 {
	
}

html>body div.clear { display: none; }
head:first-child+body div.clear { display: block; }
.clear { clear: both; line-height: 0px; font-size: 1px; }
/*/*/ .clear { display: none; } /* */

div {
	background		: transparent;
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}

.centrato {
	text-align		: center;
}

.padding_1 {
	padding			: 5px;
}

.padding_1_lat {
	padding			: 0 5px;
}

.padding_2 {
	padding			: 10px;
}

.padding_2_lat {
	padding			: 0 10px;
}

.padding_3 {
	padding			: 15px;
}

.padding_3_lat {
	padding			: 0 15px;
}

#div_container,
div.div_header,
div.div_header div.div_main_menu  {
   width          : 980px;
   margin         : auto;
}


#div_container {

}

div.div_header {
   height            : 132px;
   position          : relative;
}

div.div_header img.titolo {
   position          : absolute;
   top					: 20px;
   left					: 350px;   
}

div.div_header div.div_main_menu  {
	position             : absolute;
   left	               : 0;  
   bottom               : 0;
   height               : 39px;
   text-align				: center;
}

div.div_header div.div_lingue {
   position             : absolute;
   right                : 43px;
   top                  : 100px;
   z-index              : 100;
}

div.div_header div.div_search {
	top						: 0px;
	right						: 0px;
	height            	: 132px;
	width						: 300px;
	background-image		: url(../_pics/struttura/bg_search.png);
	background-repeat		: no-repeat;
	background-position	: right top;
}

div.div_header div.div_search div.div_sf {
	padding					: 28px 0 0 22px;
}

div.div_header div.div_search input.btn {
	font-size				: 15px;
	font-weight				: bold;
	color						: #FFF;
	border					: 0;
	background-color		: transparent;
}

div.div_header div.div_search input.input_1 {
	border					: 0;
	background-color		: transparent;
	padding					: 2px;
	width						: 200px;
}

div.div_header div.div_logo,
div.div_header div.div_search {
   position             : absolute;
}

div.div_header div.div_logo {
	top						: 3px;
}

div.div_header div.div_lingue a:link,
div.div_header div.div_lingue a:visited {
   text-decoration            : none;
}

div.div_header div.div_main_menu img {
   padding              : 0;
}

div.div_divider {
   height               : 36px;
   background-image     : url(../_pics/struttura/bg_divider.png);
   background-repeat    : repeat-x;
}

div.div_divider p.breadcrumb {
   font-size            : 11px;
   color                : #FFF;
   margin					: auto;
   padding-left			: 372px;
   padding-top				: 9px;
}

div.div_divider p.breadcrumb a:link,
div.div_divider p.breadcrumb a:visited {
   color                : #FFF;
   text-decoration      : none;
   font-weight          : normal;
}

div.div_divider p.breadcrumb a:hover {
   text-decoration      : underline;
}

div.div_divider p.breadcrumb span.selected {
   font-size            : 12px;
   font-weight          : bold;
   text-decoration      : underline;
}

#div_container div.div_main_content {
	background-image			: url(../_pics/struttura/bg_menu_sx.jpg);
	background-repeat			: no-repeat;
	background-position		: left top;
	min-height					: 850px;
}

#div_container div.div_main_content div.sx {
   width                   : 210px;
   float                   : left;
   line-height:120%;
}

#div_container div.div_main_content div.sx ul li span.selected {
   font-size               : 110%;
   text-decoration     : underline;   
}

#div_container div.div_main_content div.sx p.titolo {
   text-transform          : uppercase;
   font-size               : 110%;
   font-weight             : bold;
   color                   : #69C;
   margin-top              : 5px;
}

#div_container div.div_main_content div.sx a:link,
#div_container div.div_main_content div.sx a:visited {
   text-decoration         : none;
}

#div_container div.div_main_content div.dx {
   margin-left             : 224px;
   width                   : 750px;
}

h1 {
   font-weight          : normal;
   font-size            : 24px;
   letter-spacing       : -1px;
}

h2 {
   color                : #5378A2;
   font-size            : 15px;
   letter-spacing       : -1px;

}

p.testo {
   text-align              : justify;
   line-height             : 22px;
   color                   : #222;
}

div.div_padding_body {
   padding                 : 10px 20px;
}



div.div_submenu_sx {
	margin-top					: 5px;
}

div.div_submenu_sx ul {
   list-style-type: none;
   margin                  : 2px 0 6px 6px;
   padding                 : 2px 0 6px 6px;
   color                   : #CCC;
}

div.div_submenu_sx ul li ul {
	font-size:10px;
	margin                  : 2px 0 4px 15px;
   	padding                 : 2px 0 4px 6px;
	line-height:110%;
	list-style-type:square;

}

div.div_submenu_sx ul li {
   padding                 : 2px;
}

div.div_submenu_sx ul li a:link,
div.div_submenu_sx ul li a:visited {
   font-weight             : normal;
   color                   : #333;
}

div.div_submenu_sx ul li a:hover {
    color                   : #69C;
}


#div_footer {
   margin-left             : auto;
   text-align              : center;
   font-size					: 11px;
   margin-top					: 30px;
}

#div_footer p {
   color                   : #555;
}

#div_footer p.menu {
   font-size               : 120%;
   padding                 : 12px 0;
}

#div_footer p.footer_links span.nome {
   font-size               : 120%;
}

#div_footer a:link,
#div_footer a:visited {
   color                   : #000;
   font-weight             : normal;
   text-decoration         : none;
}

#div_footer a:hover {
   color                   : #69C;
}

div.div_presentazione {
   background-image: url(../_pics/homepage/bg_mssioni.png);
}

div.div_presentazione p.img {
   float                   : left;
   padding                 : 0 10px 0 0;
}

div.div_presentazione p.testo {
   line-height             : 18px;
}

div.div_box_news {
   margin						: auto;
   margin-top					: 3px;
   margin-bottom				: 3px;
	font-style					: normal;
	background-image: url(../_pics/homepage/bg_news.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding						: 12px;   
   
}

div.div_box_news table td.titolo{
   width                   : 80px;
   text-align					: right;
}

div.div_box_news table td {
	padding						: 2px;
	vertical-align				: middle;
	font-size					: 13px;
	overflow:hidden;
}

div.div_box_news table td a:link,
div.div_box_news table td a:visited {
	text-decoration			: underline;
}

div.div_box_news ul li{
	width							: 620px;
}
			



div.div_box_news a:link,
div.div_box_news a:visited {
   font-weight             : normal;
   text-decoration         : none;
   color                   : #000;
}

div.div_box_news a:hover {
   text-decoration         : underline;
   color                   : #69C;
}

div.div_box_news span.data {
   font-weight             : bold;
   font-size               : 110%;
}


table.tab_box {
	margin					: auto;
	margin-top				: 16px;
}

table.tab_box td {
   width						: 33%;   
   text-align				: center;
   padding					: 6px 20px;
   background-image		: url(../_pics/homepage/bg_divider.gif);
   background-repeat		: no-repeat;
   background-position	: right top;
}


table.tab_box tr.tab_titoli td {
	font-size				: 17px;
	line-height				: 17px;
	text-align				: left;	
}



table.tab_box tr.tab_titoli td a:link,
table.tab_box tr.tab_titoli td a:visited {
	font-weight				: normal;
	color						: #555;
	text-decoration		: none;
}

table.tab_box tr.tab_titoli td a:hover {	
	text-decoration		: underline;
}

table.tab_box td p.continua {
	font-size				: 14px;
	text-align				: right;
}

table.tab_box td p.continua a:link,
table.tab_box td p.continua a:visited  {	
	color						: #22558b;
	text-decoration		: none;
}

table.tab_box td p.continua a:hover {
	text-decoration		: underline;
}



#div_form_contatti form {
   padding           : 0;
   margin           : 0;

   border            : 0;
}

#div_form_contatti div.div_errori,
#div_form_contatti div.div_invio {
	margin			: auto;
	width			: 60%;
	padding			: 4px;
}

#div_form_contatti div.div_invio p.ok_mail,
#div_form_contatti div.div_errori p.errore {
	font-size		: 16px;
	font-weight		: bold;
	text-align		: center;
}

#div_form_contatti div.div_errori p.errore {
	color			: #E00;
}

#div_form_contatti ul li {
	padding			: 4px;
}

#div_form_contatti table.tab_form {
	margin			: auto;
	width			: 70%;
}

#div_form_contatti table.tab_form td {
	padding			: 2px;
}

#div_form_contatti table.tab_form td.td_header {
	text-align		: center;
	padding			: 6px 0 2px 0;
	font-weight		: bold;
}

#div_form_contatti table.tab_form td.td_dida {
	text-align		: right;
	white-space      : nowrap;
}

#div_form_contatti table.tab_form td.td_campo {
	text-align		: left;
}

#div_form_contatti table.tab_form td.td_messaggio {
	text-align		: center;
}

#div_form_contatti table.tab_form td p.privacy_txt {
	font-size		: 11px;
}

#div_form_contatti table.tab_form td p.privacy_input {
	padding			: 3px;
	text-align		: center;
}

#div_form_contatti table.tab_form td p.submit {
	text-align		: center;
	padding			: 2px;
}

#div_sitemap {
   width                   : 90%;
   margin                  : auto;
}

#div_sitemap a:link,
#div_sitemap a:visited {
   text-decoration         : none;
}

#div_sitemap a:hover {
   text-decoration         : underline;
}

#div_sitemap ul.liv_1 li {
   font-size         : 15px;
}

#div_sitemap ul.liv_2 li {
   font-size         : 13px;
}

#div_sitemap ul.liv_3 li {
   font-size         : 11px;
}

div.div_homepage {

}

div.div_homepage table.tab_intro_home {
	margin					: auto;
	margin-top				: 10px;
	margin-bottom			: 10px;
	width						: 100%;
}

div.div_homepage table.tab_intro_home td.td_corpo {
	padding					: 0 0 0 20px;
	font-style				: italic;
	font-size				: 13px;
	color						: #666;
}

div.div_homepage table.tab_intro_home td.td_corpo p.cite {
	font-size				: 19px;
	text-align				: center;
	line-height				: 21px;
	margin-bottom			: 10px;
	color						: #44668a;
}


#div_home_mission {
   background-image: url(../_pics/homepage/bg_mssioni.png);
   background-repeat: no-repeat;
   background-position: center center;
   width                   : 693px;
   height                  : 218px;
   position                : relative;
}

#div_home_mission div.img {
   position                : absolute;
   top                     : 5px;
   left                    : 5px;
   width                   : 250px;
   height                  : 187px;
}

#div_home_mission div.txt {
   position                : absolute;
   top                     : 35px;
   right                   : 5px;
   width                   : 410px;
   height                  : 156px;
   color                   : #FFF;
   font-size               : 12px;
   line-height             : 16px;   
}

div.div_btn_stampa {
   float                   : right;
}


#g_news_dettaglio  {
	padding:15px;
	border-left:1px gray dotted;
 
}
#g_news_dettaglio h1 {
}
#g_news_dettaglio  h2{
	font-size:16px;
}
#g_news_dettaglio .g_news_immagini td{
	text-align:center;
}
#g_news_dettaglio .data {
	font-style:italic;
	
}


#g_news_tmce {
	padding-bottom:10px;
	padding-top:20px;
}
#g_news_tmce p {
	padding-bottom:10px;
}

#g_news_menu {
	width:170px; 
	padding-top:15px;
	padding-left:15px;
	
}
#g_news_menu p{
	padding-top:10px;
	
}
#g_news_menu ul,#g_news_menu li{
	padding:0;
	margin:0;
	list-style-type:none;
		
}

#g_news_menu .data {
		
		font-size:10px;
}

