@charset "utf-8";
/* CSS Document */
a{
	text-decoration:none;
}
.content_{
	position:relative;
	top:400px;
	width:100%;
	margin:auto;
}
.content{
	position:relative;
	width:950px;
	min-height:400px;
	margin:auto;
	overflow:auto;
}
.layout_type_2_left{
	width:470px;
	height:100%;
	float:left;
}
.layout_type_2_right{
	width:470px;
	height:100%;
	margin-left:10px;
	float:left;
}
/*sessione articoli*/
.article_box{
	width:100%;
	overflow:auto;
	margin-bottom:8px;
}
.article_box_close_open{
	font-size:18px;
	margin-right:10px;
	cursor:pointer;
	float:right;
}
.article_title{
	background-color:#D21D29;
	width:455px;
	height:22px;
	font-size:14px;
	padding:15px;
	padding-right:0px;
	text-align:left;
	color:#FFF;
	font-variant:small-caps;
}
.article_title a{
	text-decoration:none;
	color:#FFF;
	float:left;
}
.article_panel{
	width:100%;
	font-size:12px;
}
.article_body{
	background-color:#A5B6D1;
	width:100%;
	text-align:center;
	overflow:hidden;
}
.simple_article_content{
	text-align:left;
	width:440px;
	padding:15px;
	padding-top:5px;
	padding-bottom:5px;
	overflow:visible;
}
.article_end{
	width:439px;
	height:26px;
	padding-top:5px;
	float:left;
	background-color:#A5B6D1;
	text-align:right;
	color:#006B9F;
	font-size:10px;
}
.article_end a{
	color:#006B9F;
	font-size:10px;
	text-decoration:none;
}
.article_end_corner{
	background-image:url(../images/article_corner.png);
	width:31px;
	height:31px;
	float:left;
}
.article_img_set{
	width:98%;
	padding:10px;
	background-color:#A0B0D0;
	text-align:center;
}
.article_img_set img{
	border:1px solid #CCC;
	cursor:pointer;
}
.simple_article_content li{
	margin-bottom:28px;
	padding-bottom:2px;
	border-bottom:1px solid #AFC8D3;
}
/*sessione contenuto intero*/
.panel{
	width:100%;
	overflow:visible;
	border:5px solid #D21D29;
	border-left:none;
	border-right:none;
}
.red_line{
	width:100%;
	height:5px;
	background-color:#D21D29;
}
.panel_title,.panel_simple_title{
	background-color:#D21D29;
	width:100%px;
	height:22px;
	font-size:17px;
	padding:15px;
	padding-right:0px;
	text-align:left;
	color:#FFF;
	font-variant:small-caps;
}
.panel_simple_title{
	background:none;
	color:#666;
}
.panel_body{
	width:950px;
	padding-top:20px;
	overflow:auto;
	padding-bottom:20px;
}
.full_sub_panel{
	width:95.8%;
	padding:20px;
}
.full_sub_panel li{
	margin-bottom:10px;
}
.left_sub_panel{
	float:left;
	text-align:left;
}
.center_sub_panel{
	float:left;
	text-align:left;
}
.right_sub_panel{
	float:left;
	text-align:left;
	height:100%;
	overflow:auto;
}
.pubblicazione_text{
	width:66%; 
	padding:10px; 
	background-color:#43444E;
	font-size:14px;
	color:#FFF;
	line-height: 2.3em;
}
.certificati_thumb{
	border:3px solid #999;
	margin-left:58px;
	margin-bottom:50px;
}
.img_panel{
	text-align:center;
	width:100%;
	padding-top:15px;
	border-top:#CCC 1px solid;
}
/*black background*/
.blck_bg,.blck_bg_{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1000;
	overflow:auto;
}
.blck_loading{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(../images/loading.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:wait;
}
.blck_bg_{
	visibility:hidden;
	z-index:1001;
}
.close_bg{
	float:right;
	height:15px;
	background-color:#D21D29;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	cursor:pointer;
}
.img_big{
	background-image:url(../images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	border:20px solid #FFF;
	border-top:40px solid #fff;
	z-index:2002;
}
.close_img{
	margin:0px;
	margin-top:-25px;
	float:right;
	margin-right:-48px;
	height:15px;
	color:#333;
	padding-left:10px;
	padding-bottom:4px;
	cursor:pointer;
}
.back{
	position:absolute;
	background-image:url(../images/back.png);
	float:left;
	margin-top:40px;
	margin-left:-68px;
	cursor:pointer;
	width:48px;
	height:40px;
}
.next{
	position:relative;
	background-image:url(../images/next.png);
	float:right;
	margin-top:40px;
	margin-right:-68px;
	cursor:pointer;
	width:48px;
	height:40px;
	margin-left:70px;
}