@charset "utf-8";

*, html {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

a {
	color: #339900;
	text-decoration:underline;
}

a:hover {
	color: #66CC33;
	text-decoration:none;
}



/*------------------------------------------------------------------------- BODY e LAYOUT ----------*/
body {
	background-color: #fff;
	color: #39393c;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	line-height:1.5em;
}

h1 {
	font-size: 1.3em;
	margin:10px 0;
	color:#333399;
}

h2 {
	font-size: 1.3em;
	margin:10px 0;
	color:#333399;
}

h3 {
	color: #333399;
	font-size:1.1em;
}

#layout {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 1024px;
}



/*--------------------------------------------------------------------------------------------------*/
/*                                                                                   HOME           */
/*--------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------- HEADER HOME ----------*/
#header {
	position: relative;
	height: 145px;
}

#header_img {
	position: absolute;
	height: 215px;
	width: 1024px;
}

#header #header_logo_sx {
	position: absolute;
	left: 15px;
	top: 160px;
	height: 49px;
	width: 154px;
}

#header #header_logo_dx {
	position: absolute;
	left: 520px;
	top: 160px;
	height: 44px;
	width: 138px;
}

#header #header_meeting {
	height: 60px;
	position: absolute;
	right: 10px;
	top: 180px;
	width: 122px;
}

#header #header_meeting img {
	display: block;
}

#header #breadcrumb {
	color: #797972;
	position: absolute;
	right: 10px;
	top: 185px;
	height: 45px;
	width: 350px;
	text-align: right;
	font-size:0.9em;
}


/*------------------------------------------------------------------------------- WRAPPER ----------*/
#wrapper {
	padding-bottom: 25px;
}



/*-------------------------------------------------------------------------------- COL_SX ----------*/
#wrapper #col_sx_home {
	float: left;
	margin-top: 72px;
	width: 233px;
}

#col_sx_home .menu_home {
	background: url(../images/bg-menu-home.jpg) no-repeat center top;
	padding: 20px 12px 15px 7px;
}

#menu a {
	color: #293259;
	display: block;
	font-weight: bold;
	padding: 0 10px 0 15px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
}

#menu ul.ul_lv1 {
	list-style-type: none;
}

#menu ul.ul_lv1 li.li_lv1 {
	border: none;
	border-bottom: 1px dashed #0c78ca;
	line-height: 29px;
}

#menu ul.ul_lv1 li.first_li {
	border-top: 1px dashed #0c78ca;
}

#menu ul.ul_lv1 li.li_lv1 a.selected {
	background-color: #b50859;
	color: #fff;
	margin: 2px 0;
	padding: 0 15px;
}

#menu ul.ul_lv1 li.li_lv1 a:hover {
	background-color: #bdbdbc;
}

#menu ul.ul_lv1 li.li_lv1 ul.ul_lv2 {
	background-color: #dfdfde;
	border-top: 1px dashed #0c78ca;
	list-style-type: disc;
	padding: 5px 3px 3px 30px;
}

#menu ul.ul_lv1 li.li_lv1 ul.ul_lv2 a {
	font-weight: normal;
}

#menu ul.ul_lv1 li.li_lv1 ul.ul_lv2 li.li_lv2 {
	line-height: 22px;
}

#menu ul.ul_lv1 li.li_lv1 ul.ul_lv2 li.li_lv2 a {
	background-color: transparent;
	padding: 0;
}

#menu ul.ul_lv1 li.li_lv1 ul.ul_lv2 li.li_lv2 a.selected {
	color: #293259;
	font-weight: bold;
}

#menu ul.ul_lv1 li.li_lv1 ul.ul_lv2 li.li_lv2 a:hover {
	text-decoration: underline;
}

#menu ul.ul_lv1 li.li_lv1 ul.ul_lv2 li.li_lv2 ul.ul_lv3 {
	background-color: #fff;
	list-style-type: none;
	padding: 5px 0 5px 10px;
}

#menu ul.ul_lv1 li.li_lv1 ul.ul_lv2 li.li_lv2 ul.ul_lv3 li.li_lv3 a:hover {
	text-decoration: underline;
}

#menu ul.ul_lv1 li.li_lv1 ul.ul_lv2 li.li_lv2 ul.ul_lv3 li.li_lv3 a.selected {
	color: #293259;
}


/*-------------------------------------------------------------------------- APPUNTAMENTI ----------*/
#wrapper #appuntamenti {
	background: url(../images/bg-appuntamenti.png) repeat-x left top;
	float: left;
	margin-top: 72px;
	min-height: 488px;
	padding: 15px 10px 0 10px;
	width: 219px;
}

#appuntamenti #appuntamenti_title {
	background: url(../images/calendario.png) no-repeat left top;
	margin-bottom: 20px;
	min-height: 35px;
	padding: 15px 0 0 60px;
	text-transform: uppercase;
}

#appuntamenti .appuntamento {
	padding-bottom: 30px;
}

#appuntamenti .appuntamento h3 {
	color: #000;
}


#appuntamenti .appuntamento .appuntamento_info {
	color: #474444;
	margin: 5px 0 10px 0;
}

#appuntamenti .appuntamento .appuntamento_desc,
#appuntamenti .appuntamento a
 {
	text-align: justify;
	color: #192b02;
}

#appuntamenti .appuntamento a.appuntamento_link {
	background: url(../images/frix-appuntamenti.png) no-repeat left center;
	color: #28420a;
	display: block;
	margin-top: 5px;
	padding-left: 10px;
}



/*--------------------------------------------------------------------------- ULTIMISSIME ----------*/
#wrapper #ultimissime {
	border-left: 1px solid #82bbe4;
	float: left;
	margin: 72px 0 0 3px;
	padding: 20px 10px 30px 12px;
	position: relative;
	width: 526px;
}

#ultimissime #ultimissime_title {
	min-height: 40px;
	padding-top: 4px;
	position: relative;
}

#ultimissime #ultimissime_title #ultimissime_title_img {
	background: url(../images/nuvolette.png) no-repeat left center;
	height: 40px;
	width: 46px;
	position: absolute;
	left: 0;
	top: 0;
}

#ultimissime #ultimissime_title h2 {
	background-color: #136aaf;
	color: #fff;
	line-height: 25px;
	margin-left: 15px;
	padding-left: 45px;
	text-transform: uppercase;
}


.news_home {
	border-bottom: 1px dashed #858572;
/*	margin-bottom: 15px;*/
/*	padding-bottom: 15px;*/
	margin-top:10px;
}

.news_home .news_home_data {
	color: #59595f;
}

.news_home .news_home_title {
	color: #333399;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.news_home .news_home_img {
	float: left;
	margin: 0 10px 5px 0;
	text-align: right;
	width: 102px;
}

.news_home .news_home_img img {
	border: 1px solid #2877b6;
}

.news_home .news_home_shortdesc {
	text-align: justify;
}

.news_home .news_home_shortdesc a {
	color: #39393c;
}

.news_home .news_home_shortdesc a:hover {
	text-decoration: none;
}

.news_home .news_home_link {
	margin-top: 5px;
}

.news_home .news_home_link a {
	color: #339900;
	background: url(../images/frix-ultimissime.png) no-repeat left center;
	padding-left: 10px;
}

#ultimissime #ultimissime_link a {
	color: #333399;
}

#ultimissime #ultimissime_link a:hover {
	text-decoration: none;
}




/*---------------------------------------------- CSS per lo scroll --------*/
.ultimissime_scroll {
	padding-bottom: 25px;
}

.ultimissime_list {
	overflow: hidden;
	visibility: visible;
	height: 700px;
	position: relative;
	z-index: 2;
}

.ultimissime_list ul.carousel {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	z-index: 1;
}

.ultimissime_list ul.carousel li.carousel {
	display: block;
	float: none;
	list-style: none;
	overflow: hidden;
/*	padding-bottom: 1px;*/
	height: 220px;
}




/*---------------------------------------------------------------------------------- LINK ----------*/
#link {
	padding: 0 20px 10px 20px;
}

#link .sponsor {
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 130px;
}


/*-------------------------------------------------------------------------------- FOOTER ----------*/
#footer {
	background-color: #3a6db3;
	color: #fff;
	line-height: 1.6em;
	text-align: center;
	padding: 10px 15px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}




/*--------------------------------------------------------------------------------------------------*/
/*                                                                         pagine interne           */
/*--------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------- COL_SX ----------*/
#wrapper #col_sx {
	float: left;
	margin-top: 72px;
	width: 240px;
}

#col_sx .menu_int {
	background: url(../images/bg-menu.jpg) no-repeat center top;
	padding: 20px 12px 15px 7px;
}



/*-------------------------------------------------------------------------------- COL_DX ----------*/
#wrapper #col_dx {
	border-top: 1px solid #dddddd;
	float: left;
	margin-top: 92px;
	width: 775px;
}

#col_dx ul {
	padding: 5px 0 5px 20px;
}

#col_dx #redazionale,
#col_dx #content {
	line-height: 1.8em;
	padding: 30px 10px;
}

#content #content_title h2 {
	color: #333399;
	font-size: 1.3em;
	margin-bottom: 5px;
}

#content #content_subtitle h3 {
	color: #333399;
	font-size: 1.2em;
	margin-bottom: 25px;
}

#content p,
#redazionale #redazionale_text p {
	margin-bottom: 15px;
}

#redazionale #redazionale_text strong,
#content strong {
	color: #b50859;
}

#content #back_to {
	margin: 45px 0 10px 0;
}

#content #back_to a {
	color: #00579c;
}



/*--------------------------------------------------------------------------- REDAZIONALE ----------*/
#redazionale #redazionale_title {
	color: #333399;
	margin-bottom: 20px;
}

#redazionale #redazionale_img {
	float: left;
	margin: 0 15px 5px 0;
}

#redazionale #redazionale_text {
	margin-bottom: 25px;
	text-align: justify;
}

#redazionale #redazionale_file ul {
	background-color:#F7F7F7;
	border:1px dashed #CCCCCC;
}


#redazionale_event .appuntamento {
	border-bottom:1px dashed #858572;
	margin-bottom:15px;
	margin-top:10px;
	padding-bottom:15px;
}

#redazionale_event .appuntamento .appuntamento_img {
	float: left;
	margin: 0 10px 5px 0;
	text-align: right;
	width: 102px;
}

#redazionale_event .appuntamento .appuntamento_img img {
	border: 1px solid #2877B6;
}



/*----------------------------------- article -----*/

#redazionale_article .news_home {
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:15px;
	padding-bottom:15px;
}

#redazionale_article .news_home .news_home_img {
	float:left;
	margin-right:10px;
}

/*----------------------------------- gallery -----*/
#redazionale #redazionale_gallery,
#content #news_full_gallery {
	border: 1px solid #dddddd;
	padding: 10px 25px;
}

#redazionale #redazionale_gallery ul.redazionale_gallery_list,
#content #news_full_gallery ul.news_full_gallery_list {
	list-style-type: none;
	padding: 0;
}

#redazionale #redazionale_gallery ul.redazionale_gallery_list li.redazionale_single_img,
#content #news_full_gallery ul.news_full_gallery_list li.news_full_single_img {
	display: inline;
}

#redazionale #redazionale_gallery ul.redazionale_gallery_list li.redazionale_single_img img,
#content #news_full_gallery ul.news_full_gallery_list li.news_full_single_img img {
	padding: 10px;
}



/*------------------------------------------------------------------------- EVENTI e NEWS ----------*/
/*-------------------------------------- line -----*/
#content .evento_line,
#content .news_line {
	padding-bottom: 25px;
}

.evento_line .evento_line_img,
.news_line .news_line_img {
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 3px;
	float: left;
	margin: 0 15px 5px 0;
	width: 126px;
}

.evento_line .evento_line_title,
.news_line .news_line_title {
	background-color: #d1d1d1;
	line-height: 2em;
}

.evento_line .evento_line_title a,
.news_line .news_line_title a {
	color: #00579c;
}

.evento_line .evento_line_data,
.news_line .news_line_data {
	color: #7c7c79;
}

.evento_line .evento_line_shortdesc,
.news_line .news_line_shortdesc {
	line-height: 1.6em;
	text-align: justify;
}

/*-------------------------------------- full -----*/
#content #eventi_full #eventi_full_title,
#content #news_full #news_full_title {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#content #news_full #news_full_title h2.title_news_full,
#content #news_full #news_full_title h2.title_news_full {
	color: #00579c;
	float: left;
	width: 480px;
}

#content #eventi_full #eventi_full_title p,
#content #news_full #news_full_title p {
	margin: 0;
}

#content #eventi_full #eventi_full_title p.data_eventi_full,
#content #news_full #news_full_title p.data_news_full {
	color: #7c7c79;
	float: right;
	margin: 0;
	text-align: right;
	width: 260px;
}

#content #eventi_full #eventi_full_img,
#content #news_full #news_full_img {
	border: 1px solid #dddddd;
	float: left;
	margin: 0 20px 5px 0;
	padding: 3px;
	width: 250px;
}

#content #eventi_full #eventi_full_text,
#content #news_full #news_full_text {
	line-height: 1.6em;
	margin-bottom: 25px;
	text-align: justify;
}

#content #eventi_full #eventi_full_file,
#content #news_full #news_full_file {
	background-color: #dddddd;
	line-height: 1.8em;
	margin-bottom: 25px;
	padding: 10px;
}

#content #eventi_full #eventi_full_file ul.eventi_full_file_list,
#content #news_full #news_full_file ul.news_full_file_list {
	background-color: #dddddd;
	padding: 0 0 0 20px;
}

#content #eventi_full #eventi_full_file ul.eventi_full_file_list li.eventi_full_single_file a,
#content #news_full #news_full_file ul.news_full_file_list li.news_full_single_file a {
	color: #00579c;
	text-decoration: none;
}

#content #eventi_full #eventi_full_file ul.eventi_full_file_list li.eventi_full_single_file a:hover,
#content #news_full #news_full_file ul.news_full_file_list li.news_full_single_file a:hover {
	text-decoration: underline;
}

#col_dx td.tab-eventi img{
	float:left;
	margin-right:10px;
}


/*------------------------------------------------------------------------------- GALLERY ----------*/
/*-------------------------------------- line -----*/
#content #gallery_line {
	margin-bottom: 25px;
}

#gallery_line #gallery_line_title {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#gallery_line #gallery_line_title h2 a {
	color: #00579c;
	text-decoration: none;
}

#gallery_line #gallery_line_list ul.gallery_line_list_album {
	list-style-type: none;
	padding: 0;
}

#gallery_line #gallery_line_list ul.gallery_line_list_album li.gallery_line_album {
	float: left;
	margin: 0 50px 45px 0;
	width: 150px;
}

#gallery_line #gallery_line_list ul.gallery_line_list_album li.last_album {
	margin-right: 0;
}

#gallery_line #gallery_line_list ul.gallery_line_list_album li.gallery_line_album h3 {
	margin-bottom: 5px;
	text-align: center;
}

#gallery_line #gallery_line_list ul.gallery_line_list_album li.gallery_line_album h3 a {
	text-decoration: none;
}

#gallery_line #gallery_line_list ul.gallery_line_list_album li.gallery_line_album p {
	margin-bottom: 0;
}

/*-------------------------------------- full -----*/
#content #gallery_full {
	margin-bottom: 25px;
}

#gallery_full #gallery_full_title {
/*	border-bottom: 1px solid #dddddd;*/
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#gallery_full #gallery_full_title h2 a {
	color: #00579c;
	text-decoration: none;
}

#gallery_full #gallery_full_list ul.gallery_full_list_album {
	background-color: #f9f9f1;
	border: 1px solid #deded9;
	list-style-type: none;
	padding: 10px;
}

#gallery_full #gallery_full_list ul.gallery_full_list_album li.gallery_full_album {
	float: left;
	margin: 0 24px 30px 0;
	width: 127px;
}

#gallery_full #gallery_full_list ul.gallery_full_list_album li.last_img {
	margin-right: 0;
}

#gallery_full #gallery_full_list ul.gallery_full_list_album li.gallery_full_album h3 a {
	text-decoration: none;
}

#gallery_full #gallery_full_list ul.gallery_full_list_album li.gallery_full_album p {
	margin-bottom: 0;
	text-align: center;
}



/*-------------------------------------------------------------------- CONTAINER_DOC_FULL ----------*/
#content #container_doc_full {
	margin-bottom: 25px;
}

#container_doc_full #container_doc_full_title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#container_doc_full #container_doc_full_title h2 {
	color: #00579c;
}


/*---------------------------- documento_full -----*/
#container_doc_full .documento_full {
	margin-bottom: 50px;
}

#container_doc_full .documento_full h2.documento_full_title {
	background-color: #dfdfde;
	color: #00579c;
	margin-bottom: 3px;
	padding: 5px 10px;
}

#container_doc_full .documento_full p.documento_full_data {
	color: #7c7c79;
	margin-bottom: 20px;
	padding: 0 10px;
}

#container_doc_full .documento_full p.documento_full_luogo {
	margin-bottom: 0;
	padding: 0 10px;
}

#container_doc_full .documento_full p.documento_full_shortdesc {
	padding: 0 10px;
}

#container_doc_full .documento_full .documento_full_file {
	background-color: #f9f9f1;
	border: 1px solid #deded9;
	line-height: 1.6em;
	padding: 10px;
}

#container_doc_full .documento_full .documento_full_file a {
	color: #00579c;

}

/*-------------------------------------------------------------------- TABELLA CLASSIFICHE  ----------*/

#redazionale_top_folder #redazionale_top_folder_table table td {
	padding:20px;
}


/*-------------------------------------------------------------------- GALLERIA FOTOGRAFICA ----------*/
#redazionale_something .redazionale_something ul {
	margin: 0;
	padding:0;
}

#redazionale_something .redazionale_something ul li{
	background-color:#EEF7E9;
	float:left;
	float:left;
	list-style-type:none;
	margin:5px;
	padding:10px;
	width:335px;
}

#redazionale_something ul.redazionale_something ul li img{
	float: left;
	padding:10px;
}

#gallery_file ul li {
	list-style-type:none;
	float:left;
	margin:10px;
}










/*------------------------------------------------------------------ SCROLL NEWS ----------*/
* CSS Document */

*,html {
	margin:0;
	padding:0;
}

body {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.clear {
	clear: both;
}

img {
	border: none;
}


/*---------------------------------------------- CSS per la pagina --------*/
#total {
	font-size: 2.6em;
	padding: 20px 0 0 0;
	text-align: left;
	width: 1920px;
}

#total #header_scroll {
	margin-bottom: 15px;
	text-align: center;
}

#total #header_scroll #title_scroll h1 {
	border: none;
	color: #00811F;
	font-size: 2em;
	margin: 0;
}

#header_scroll #logo_scroll {
	float: left;
	width: 350px;
}


#header_scroll #title_scroll {
	padding-top: 60px;
}


.single_offert .files_title,
.single_offert .files_offert,
.single_offert .elenco_offerts {
	display: none;
}



/*-------------------------------------------------------------------- NAVIGATOR ----------*/
.navigator {
	text-align:center
}

.navigator .pagenavigator .pages .current {
	background:none repeat scroll 0 0 #339900;
	color: #F7F7F7;
	border:1px solid #F7F7F7;
	margin:2px;
	padding:5px;
}

.navigator .pagenavigator .pages .other a,
.navigator .pagenavigator .next a

 {
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px solid #CCCCCC;
	margin:2px;
	padding:5px;
}

.navigator .pagenavigator .pages .other a:hover,
.navigator .pagenavigator .next a:hover
 {
	background:none repeat scroll 0 0 #339900;
	color: #F7F7F7;
}


/*-------------------------------------------------------------------- allineamenti ----------*/
.text-center {
	text-align: center;
}






