@charset "utf-8";
/*   
	 Stili vari - CSS Document
	 -------------------------
   © 2013 - THESIS s.r.l. 
*/
.sfondo_image {
	background-image:url(../public/images/bkg_sito_3.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size: 100% auto;
	overflow:hidden;
	position:absolute;
	z-index: 0;
	background-color:#000;
}
.sfondo_opacity {
	background-color:#000;
	opacity:0.65;
	filter:alpha(opacity=65); /* For IE8 and earlier */
	overflow:hidden;
	position:absolute;
	z-index: 1;
}

.sfondo_pattern {
	background-image:url(../images/pattern_small.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size: 100% 100%;
	overflow:hidden;
	position:absolute;
	z-index: 2;
}
.linea_bianca {
	background-image:url(../images/linea_bianca.png);
	background-repeat:repeat-x;
	background-position:center;
	height: 2px;
}
.lingue {
	width: 221px;
	height:31px;
	margin-top: 2px;
}
.logo_museo {
	width: 249px;
	height: 158px;
	/*background-color:#999;*/
}
.menu_sx {
	width: 249px;
	height:412px;
}
.voce_menu {
	width: 235px;
	padding-left: 14px;
	height: 19px;
	padding-top:7px;
	background-color: #830000;
	color:#FFF;
	font-family: "font_bold";
	font-size:23px;
	line-height: 23px;
	text-transform:uppercase;
	margin-top: 3px;
	cursor:pointer;
}
.voce_menu_over {
	background-color:#5f0000;
}
.voce_menu_sel {
	background-color:#b40000;
}
.submenu {
	padding-top: 2px;
	width: 249px;
	display:none;
}
.divisore_submenu {
	width: 249px;
	height: 1px;
	background-color: #830000;
	margin: 0px;
	padding: 0px;
}
.voce_submenu {
	width: 225px;
	padding-left: 24px;
	height: 19px;
	background-color: #FFF;
	color:#830000;
	font-family: "font_regular";
	font-size:13px;
	line-height: 21px;
	cursor:pointer;
	text-transform:capitalize;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.voce_submenu_over {
	background-color: #e0e0e0;
}
.voce_submenu_sel {
	background-color: #b40000;
	color:#FFF;
	font-family: "font_regular_italic";
}
.panel_info_img_1 {
	width: 228px;
	height: 170px;
	margin-left: 2px;
	margin-top: 2px;
	position:absolute;
}
.panel_info_img_2 {
	width: 466px;
	height: 256px;
	margin-left: 2px;
	margin-top: 2px;
	position:absolute;
}
.triangolo_panel_1 {
	background-image:url(../images/triangolo.png);
	background-repeat:no-repeat;
	background-position:left center;
	width: 224px;
	height: 13px;
	margin-top: 159px;
	margin-left: 8px;
	position:absolute;
	z-index: 2;
}
.triangolo_panel_2 {
	background-image:url(../images/triangolo.png);
	background-repeat:no-repeat;
	background-position:left center;
	width: 224px;
	height: 13px;
	margin-top: 246px;
	margin-left: 8px;
	position:absolute;
	z-index: 2;
}
.panel_info_text_1 {
	width: 212px;
	height: 133px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: 172px;
	position:absolute;
	overflow:hidden;
}
.panel_info_text_2 {
	width: 450px;
	height: 42px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	margin-top: 259px;
	position:absolute;
	overflow:hidden;
}
.panel_info_1_data_1 {
	background-image:url(../images/sfondo_nero.png);
	background-repeat:repeat;
	color:#FFF;
	width: 64px;
	height: 19px;
	font-family: "font_bold";	
	font-size: 12px;
	line-height: 20px;
	position:absolute;
	z-index: 3;
	margin-left: 12px;
	margin-top: 12px;
}
.panel_info_1_data_2 {
	background-image:url(../images/sfondo_nero.png);
	background-repeat:repeat;
	color:#FFF;
	width: 64px;
	height: 19px;
	font-family: "font_bold";	
	font-size: 12px;
	line-height: 20px;
	position:absolute;
	z-index: 3;
	margin-left: 12px;
	margin-top: 35px;
}
.panel_info_1_categoria {
	background-image:url(../images/sfondo_rosso.png);
	background-repeat:repeat;
	color:#FFF;
	width: 64px;
	min-height: 19px;
	font-family: "font_bold";	
	font-size: 12px;
	line-height: 20px;
	position:absolute;
	z-index: 3;
	margin-left: 156px;
	margin-top: 12px;
	text-transform:uppercase;
	overflow:hidden;
}
.panel_info_2_visita {
	background-image:url(../images/sfondo_rosso.png);
	background-repeat:repeat;
	color:#FFF;
	width: 125px;
	height: 35px;
	font-family: "font_bold";	
	font-size: 22px;
	line-height: 35px;
	position:absolute;
	z-index: 3;
	margin-left: 325px;
	margin-top: 20px;
	text-transform:uppercase;
	overflow:hidden;
}
.panel_info_2_percorsi {
	background-image:url(../images/sfondo_rosso.png);
	background-repeat:repeat;
	color:#FFF;
	width: 125px;
	min-height: 19px;
	font-family: "font_bold";	
	font-size: 12px;
	line-height: 20px;
	position:absolute;
	z-index: 3;
	margin-left: 325px;
	margin-top: 72px;
	text-transform:uppercase;
	overflow:hidden;
}
.div_label_ricerca {
	width: 71px;
	height: 25px;
	float:left;
	background-color:#830000;
}
.div_input_ricerca {
	width: 139px;
	height:25px;
	float:right;
}
.div_ricerca_home {
	width: 212px;
	height: 25px;
	margin-top: 10px;
}
.div_submit_home {
	width: 202px;
	height: 15px;
	padding-right: 10px;
	font-family:'font_bold';
	font-size:18px;
	line-height: 20px;
	background-color:#830000;
	color:#FFF;
	margin-top: 2px;
	cursor: pointer;
}