
/* MENU_Y___MENU_MAIN_CSS.PHP ============================================================================================================ */
/* CSS3 PERSONALIZZAZIONE NO VIEWPORT ============================================================================================================ */	
		
/* ACCORDION MENU'-Y */ 
        #container_barra_menu {
			display: none;
            background-color: none;
            width: 58px;
            height: 74px;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
            padding: 30px 0px 0px 0px;
            overflow: hidden;
            float: left;
            cursor: pointer;
			    position: absolute;
                z-index: 300;
                top: 0px;
                left: 703px;   }
			#container_barra_menu:active {
				display: none;	
					top: 1.5px;
					left: 704px;   }

        #barra_menu {
			display: none;
            border-width: 1px;
            border-style: solid;
            border-color: #900;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
			background-color: gold;
			background: linear-gradient(bottom, gold 50%, #ffff99 90%);
			background: -webkit-linear-gradient(bottom, gold 50%, #ffff99 90%);
			background: -moz-linear-gradient(bottom, gold 50%, #ffff99 90%);
			background: -o-linear-gradient(bottom, gold 50%, #ffff99 90%);
			background: -ms-linear-gradient(bottom, gold 50%, #ffff99 90%);
            box-shadow: 2px 2px 2px #cc6633;
            -moz-box-shadow: 2px 2px 2px #cc6633;
            -webkit-box-shadow: 2px 2px 2px #cc6633;
            width: 42px;
            height: 9px;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
            margin: 4px 0px 0px 8px;
            overflow: hidden;
            float: left;
            cursor: pointer;
                position: relative;
                z-index: 300;  }

/* ESTENSIONE ACCORDION MENU'-Y */
        #acc_container_accordion_effettivo_sfondo {
			display: none;
            background-color: #ffffff;  
            background: radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 700px, rgba(255,255,255,0.875) 950px);
            background: -webkit-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 700px, rgba(255,255,255,0.875) 950px);
            background: -moz-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 700px, rgba(255,255,255,0.875) 950px);
            background: -o-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 700px, rgba(255,255,255,0.875) 950px);
            background: -ms-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 700px, rgba(255,255,255,0.875) 950px);
            width: 766px; 
            height: 3000px; 
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
            opacity: 1;
                position: absolute; 
                z-index: 0; 
                top: 80px; 
                left: 0px;   }	

        #acc_container_accordion_effettivo {
			display: none;
            width: 763px; 
            height: 0px; 
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
                position: absolute; 
                z-index: 300;
                top: 80px; 
                left: 0px;   }
				
        #acc_pulsanti_estensione_accordion {
			display: none;
            width: 763px; 
            height: 0px; 
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
                position: absolute; 
                z-index: 300;
                top: 0px;  
                left: 0px;   }
		
        #linea_menu_main_y330 {
			display: none;
            border-style: solid;
			border-color: #990000;
			background-color: none;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
            overflow: hidden;
            float: left;
            cursor: default;
                position: absolute;
                z-index: 80;   }
				
					.linea_menu_main_x330 {
						display: none;
						border-width: 0px 0px 1px 0px;
						width: 13px;
						height: 3px;
							top: 32px; 
							left: 720px;   }
						
					.linea_menu_main_y330 {
						display: none;
						border-width: 0px 1px 0px 0px;
						width: 3px;
						height: 33px;
							top: 1px; 
							left: 730px;   }
				
/* PULSANTI MENU'-Y */
        #acc_pulsante_menu_main {
			display: none;
			color: #660000; 
			line-height: 205%;
			text-align: center;
			letter-spacing: normal;
            border-width: 1px;
            border-style: solid;
			border-color: #990000;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
			background-color: #ffff88;
			background: linear-gradient(bottom, #ffff88 0%, #ffffdd 90%);
			background: -webkit-linear-gradient(bottom, #ffff88 0%, #ffffdd 90%);
			background: -moz-linear-gradient(bottom, #ffff88 0%, #ffffdd 90%);
			background: -o-linear-gradient(bottom, #ffff88 0%, #ffffdd 90%);
			background: -ms-linear-gradient(bottom, #ffff88 0%, #ffffdd 90%); 
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
            overflow: hidden;
            float: left;
            cursor: pointer;
                position: absolute;
                z-index: 30;   }	
			#acc_pulsante_menu_main:hover {
				display: none;
				line-height: 222%;
				background-color: gold;
				background: linear-gradient(bottom, gold 0%, #ffff99 90%);
				background: -webkit-linear-gradient(bottom, gold 0%, #ffff99 90%);
				background: -moz-linear-gradient(bottom, gold 0%, #ffff99 90%);
				background: -o-linear-gradient(bottom, gold 0%, #ffff99 90%);
				background: -ms-linear-gradient(bottom, gold 0%, #ffff99 90%);
				box-shadow: 2px 2px 3px #cc6633;
				-moz-box-shadow: 2px 2px 3px #cc6633;
				-webkit-box-shadow: 2px 2px 3px #cc6633;   }
				
					.acc_pulsante_home {
						display: none;
						width: 150px;
						height: 26px;
							top: 6px; 
							left: 605px;   }
						.acc_pulsante_home:hover {
							display: none;
							width: 152px;
							height: 28px;
								top: 4px; 
								left: 603px;   }
						.acc_pulsante_home:active {
							display: none;
							height: 27px;
								top: 4px; 
								left: 605px;   }
				
					.acc_pulsante_chi_siamo {
						display: none;
						width: 150px;
						height: 26px;
							top: 36px; 
							left: 605px;   }
						.acc_pulsante_chi_siamo:hover {
							display: none;
							width: 152px;
							height: 28px;
								top: 34px; 
								left: 603px;   }
						.acc_pulsante_chi_siamo:active {
							display: none;
							height: 27px;
								top: 34px; 
								left: 605px;   }
				
					.acc_pulsante_news {
						display: none;
						width: 150px;
						height: 26px;
							top: 66px; 
							left: 605px;   }
						.acc_pulsante_news:hover {
							display: none;
							width: 152px;
							height: 28px;
								top: 64px; 
								left: 603px;   }
						.acc_pulsante_news:active {
							display: none;
							height: 27px;
								top: 64px; 
								left: 605px;   }
				
					.acc_pulsante_contatti {
						display: none;
						width: 150px;
						height: 26px;
							top: 96px; 
							left: 605px;   }
						.acc_pulsante_contatti:hover {
							display: none;
							width: 152px;
							height: 28px;
								top: 94px; 
								left: 603px;   }
						.acc_pulsante_contatti:active {
							display: none;
							height: 27px;
								top: 94px; 
								left: 605px;   }
				
					.acc_pulsante_accedi {
						display: none;
						width: 150px;
						height: 26px;
							top: 126px; 
							left: 605px;   }
						.acc_pulsante_accedi:hover {
							display: none;
							width: 152px;
							height: 28px;
								top: 124px; 
								left: 603px;   }
						.acc_pulsante_accedi:active {
							display: none;
							height: 27px;
								top: 124px; 
								left: 605px;   }
										
					.acc_pulsante_servizi {
						display: none;
						width: 150px;
						height: 26px;
							top: 156px; 
							left: 605px;   }
						.acc_pulsante_servizi:hover {
							display: none;
							width: 152px;
							height: 28px;
								top: 154px; 
								left: 603px;   }
						.acc_pulsante_servizi:active {
							display: none;
								top: 156px; 
								left: 605px;   }
				
					.acc_pulsante_corsi {
						display: none;
						width: 150px;
						height: 26px;
							top: 186px; 
							left: 605px;   }
						.acc_pulsante_corsi:hover {
							display: none;
							width: 152px;
							height: 28px;
								top: 184px; 
								left: 603px;   }
						.acc_pulsante_corsi:active {
							display: none;
								top: 186px; 
								left: 605px;   }
				
					.acc_pulsante_master {
						display: none;
						width: 150px;
						height: 26px;
							top: 216px; 
							left: 605px;   }
						.acc_pulsante_master:hover {
							display: none;
							width: 152px;
							height: 28px;
								top: 214px; 
								left: 603px;   }
						.acc_pulsante_master:active {
							display: none;
								top: 216px; 
								left: 605px;   }
				
					.acc_pulsante_eventi {
						display: none;
						width: 150px;
						height: 26px;
							top: 246px; 
							left: 605px;   }
						.acc_pulsante_eventi:hover {
							display: none;
							width: 152px;
							height: 28px;
								top: 244px; 
								left: 603px;   }
						.acc_pulsante_eventi:active {
							display: none;
								top: 246px; 
								left: 605px;   }
				
					.acc_pulsante_risultati {
						display: none;
						width: 150px;
						height: 26px;
							top: 276px; 
							left: 605px;   }
						.acc_pulsante_risultati:hover {
							display: none;
							width: 152px;
							height: 28px;
								top: 274px; 
								left: 603px;   }
						.acc_pulsante_risultati:active {
							display: none;
								top: 276px; 
								left: 605px;   }



	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 240PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 240px) {
		
/* ACCORDION MENU'-Y */ 
        #container_barra_menu {
			display: inline;
            width: 36px; 
			height: 39px;
			padding: 8.5px 0px 0px 0px;
                left: 199px;   }
			#container_barra_menu:active {
				display: inline;
					top: 1px;
					left: 200px;   }

        #barra_menu {
			display: inline;
            width: 31px;
            height: 6.5px;
            margin: 2px 0px 0px 1px;   }
				
/* ESTENSIONE ACCORDION MENU'-Y */
        #acc_container_accordion_effettivo_sfondo {
			display: inline;
            background-color: #ffffff;  
            background: radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 150px, rgba(255,255,255,0.925) 250px, rgba(255,255,255,0.875) 350px);
            background: -webkit-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 150px, rgba(255,255,255,0.925) 250px, rgba(255,255,255,0.875) 350px);
            background: -moz-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 150px, rgba(255,255,255,0.925) 250px, rgba(255,255,255,0.875) 350px);
            background: -o-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 150px, rgba(255,255,255,0.925) 250px, rgba(255,255,255,0.875) 350px);
            background: -ms-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 150px, rgba(255,255,255,0.925) 250px, rgba(255,255,255,0.875) 350px);
            width: 238px;   
                top: 40px;   }		

        #acc_container_accordion_effettivo {
			display: inline;
            width: 235px;  
                top: 41px;   }
				
        #acc_pulsanti_estensione_accordion {
			display: inline;
            width: 235px;   }
				
/* PULSANTI MENU'-Y */
        #acc_pulsante_menu_main {
			display: inline;
			letter-spacing: -0.75px;
            border-radius: 7px;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;   }	
			#acc_pulsante_menu_main:hover {
				display: inline;   }
				
					.acc_pulsante_home {
						display: inline;
						width: 70px;
						height: 17px;
							top: 3px; 
							left: 165px;   }
						.acc_pulsante_home:hover {
							display: inline;
							width: 72px;
							height: 18px;
								top: 2.5px; 
								left: 163px;   }
						.acc_pulsante_home:active {
							display: inline;
							height: 17.5px;
								top: 2.5px; 
								left: 165px;   }
				
					.acc_pulsante_chi_siamo {
						display: inline;
						width: 70px;
						height: 17px;
							top: 22px; 
							left: 165px;   }
						.acc_pulsante_chi_siamo:hover {
							display: inline;
							width: 72px;
							height: 18px;
								top: 21.5px; 
								left: 163px;   }
						.acc_pulsante_chi_siamo:active {
							display: inline;
							height: 17.5px;
								top: 21.5px; 
								left: 165px;   }
				
					.acc_pulsante_news {
						display: inline;
						width: 70px;
						height: 17px;
							top: 41px; 
							left: 165px;   }
						.acc_pulsante_news:hover {
							display: inline;
							width: 72px;
							height: 18px;
								top: 40.5px; 
								left: 163px;   }
						.acc_pulsante_news:active {
							display: inline;
							height: 17.5px;
								top: 40.5px; 
								left: 165px;   }
				
					.acc_pulsante_contatti {
						display: inline;
						width: 70px;
						height: 17px;
							top: 60px; 
							left: 165px;   }
						.acc_pulsante_contatti:hover {
							display: inline;
							width: 72px;
							height: 18px;
								top: 59.5px; 
								left: 163px;   }
						.acc_pulsante_contatti:active {
							display: inline;
							height: 17.5px;
								top: 59.5px; 
								left: 165px;   }
				
					.acc_pulsante_accedi {
						display: inline;
						width: 70px;
						height: 17px;
							top: 79px; 
							left: 165px;   }
						.acc_pulsante_accedi:hover {
							display: inline;
							width: 72px;
							height: 18px;
								top: 78.5px; 
								left: 163px;   }
						.acc_pulsante_accedi:active {
							display: inline;
							height: 17.5px;
								top: 78.5px; 
								left: 165px;   }
										
					.acc_pulsante_servizi {
						display: inline;
						width: 70px;
						height: 17px;
							top: 98px; 
							left: 165px;   }
						.acc_pulsante_servizi:hover {
							display: inline;
							width: 72px;
							height: 18px;
								top: 97.5px; 
								left: 163px;   }
						.acc_pulsante_servizi:active {
							display: inline;
								top: 98px; 
								left: 165px;   }
				
					.acc_pulsante_corsi {
						display: inline;
						width: 70px;
						height: 17px;
							top: 117px; 
							left: 165px;   }
						.acc_pulsante_corsi:hover {
							display: inline;
							width: 72px;
							height: 18px;
								top: 116.5px; 
								left: 163px;   }
						.acc_pulsante_corsi:active {
							display: inline;
								top: 117px; 
								left: 165px;   }
				
					.acc_pulsante_master {
						display: inline;
						width: 70px;
						height: 17px;
							top: 136px; 
							left: 165px;   }
						.acc_pulsante_master:hover {
							display: inline;
							width: 72px;
							height: 18px;
								top: 135.5px; 
								left: 163px;   }
						.acc_pulsante_master:active {
							display: inline;
								top: 136px; 
								left: 165px;   }
				
					.acc_pulsante_eventi {
						display: inline;
						width: 70px;
						height: 17px;
							top: 155px; 
							left: 165px;   }
						.acc_pulsante_eventi:hover {
							display: inline;
							width: 72px;
							height: 18px;
								top: 154.5px; 
								left: 163px;   }
						.acc_pulsante_eventi:active {
							display: inline;
								top: 155px; 
								left: 165px;   }
				
					.acc_pulsante_risultati {
						display: inline;
						width: 70px;
						height: 17px;
							top: 174px; 
							left: 165px;   }
						.acc_pulsante_risultati:hover {
							display: inline;
							width: 72px;
							height: 18px;
								top: 173.5px; 
								left: 163px;   }
						.acc_pulsante_risultati:active {
							display: inline;
								top: 174px; 
								left: 165px;   }

    }
			

	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 320PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 320px) {
	
/* ACCORDION MENU'-Y */ 
        #container_barra_menu {
            width: 42px; 
			height: 50px;
            padding: 11px 0px 0px 0px;
                left: 270px;   }
			#container_barra_menu:active {
					left: 271px;   }

        #barra_menu {
            width: 36px;
            height: 8px;
            margin: 3px 0px 0px 3px;   }
				
/* ESTENSIONE ACCORDION MENU'-Y */
        #acc_container_accordion_effettivo_sfondo {
            background-color: #ffffff;  
            background: radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 200px, rgba(255,255,255,0.925) 300px, rgba(255,255,255,0.875) 400px);
            background: -webkit-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 200px, rgba(255,255,255,0.925) 300px, rgba(255,255,255,0.875) 400px);
            background: -moz-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 200px, rgba(255,255,255,0.925) 300px, rgba(255,255,255,0.875) 400px);
            background: -o-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 200px, rgba(255,255,255,0.925) 300px, rgba(255,255,255,0.875) 400px);
            background: -ms-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 200px, rgba(255,255,255,0.925) 300px, rgba(255,255,255,0.875) 400px);
            width: 318px;  
                top: 53px;   }		

        #acc_container_accordion_effettivo {
            width: 315px; 
                top: 53px;   }
				
        #acc_pulsanti_estensione_accordion {
            width: 315px;   }
				
/* PULSANTI MENU'-Y */
        #acc_pulsante_menu_main {
			letter-spacing: normal;
            border-radius: 9px;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;   }	
				
					.acc_pulsante_home {
						width: 95px;
						height: 21px;
							top: 6px; 
							left: 218px;   }
						.acc_pulsante_home:hover {
							width: 97px;
							height: 23px;
								top: 4px; 
								left: 216px;   }
						.acc_pulsante_home:active {
							height: 22px;
								top: 4px; 
								left: 218px;   }
				
					.acc_pulsante_chi_siamo {
						width: 95px;
						height: 21px;
							top: 31px; 
							left: 218px;   }
						.acc_pulsante_chi_siamo:hover {
							width: 97px;
							height: 23px;
								top: 29px; 
								left: 216px;   }
						.acc_pulsante_chi_siamo:active {
							height: 22px;
								top: 29px; 
								left: 218px;   }
				
					.acc_pulsante_news {
						width: 95px;
						height: 21px;
							top: 56px; 
							left: 218px;   }
						.acc_pulsante_news:hover {
							width: 97px;
							height: 23px;
								top: 54px; 
								left: 216px;   }
						.acc_pulsante_news:active {
							height: 22px;
								top: 54px; 
								left: 218px;   }
				
					.acc_pulsante_contatti {
						width: 95px;
						height: 21px;
							top: 81px; 
							left: 218px;   }
						.acc_pulsante_contatti:hover {
							width: 97px;
							height: 23px;
								top: 79px; 
								left: 216px;   }
						.acc_pulsante_contatti:active {
							height: 22px;
								top: 79px; 
								left: 218px;   }
				
					.acc_pulsante_accedi {
						width: 95px;
						height: 21px;
							top: 106px; 
							left: 218px;   }
						.acc_pulsante_accedi:hover {
							width: 97px;
							height: 23px;
								top: 104px; 
								left: 216px;   }
						.acc_pulsante_accedi:active {
							height: 22px;
								top: 104px; 
								left: 218px;   }
										
					.acc_pulsante_servizi {
						width: 95px;
						height: 21px;
							top: 131px; 
							left: 218px;   }
						.acc_pulsante_servizi:hover {
							width: 97px;
							height: 23px;
								top: 129px; 
								left: 216px;   }
						.acc_pulsante_servizi:active {
								top: 131px; 
								left: 218px;   }
				
					.acc_pulsante_corsi {
						width: 95px;
						height: 21px;
							top: 156px; 
							left: 218px;   }
						.acc_pulsante_corsi:hover {
							width: 97px;
							height: 23px;
								top: 154px; 
								left: 216px;   }
						.acc_pulsante_corsi:active {
								top: 156px; 
								left: 218px;   }
				
					.acc_pulsante_master {
						width: 95px;
						height: 21px;
							top: 181px; 
							left: 218px;   }
						.acc_pulsante_master:hover {
							width: 97px;
							height: 23px;
								top: 179px; 
								left: 216px;   }
						.acc_pulsante_master:active {
								top: 181px; 
								left: 218px;   }
				
					.acc_pulsante_eventi {
						width: 95px;
						height: 21px;
							top: 206px; 
							left: 218px;   }
						.acc_pulsante_eventi:hover {
							width: 97px;
							height: 23px;
								top: 204px; 
								left: 216px;   }
						.acc_pulsante_eventi:active {
								top: 206px; 
								left: 218px;   }
				
					.acc_pulsante_risultati {
						width: 95px;
						height: 21px;
							top: 231px; 
							left: 218px;   }
						.acc_pulsante_risultati:hover {
							width: 97px;
							height: 23px;
								top: 229px; 
								left: 216px;   }
						.acc_pulsante_risultati:active {
								top: 231px; 
								left: 218px;   }

    }
	
	
	
	
	
	
	
	
		
/* CSS3 PERSONALIZZAZIONE VIEWPORT 360PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 360px) {
		
/* ACCORDION MENU'-Y */ 
        #container_barra_menu {
            width: 50px;
            height: 62px;
            padding: 20px 0px 0px 0px;
				left: 303px;   }
			#container_barra_menu:active {
				top: 1.30px;
					left: 304px;   }

        #barra_menu {
            width: 39px;
            height: 8px;
            margin: 3.5px 0px 0px 5px;   }
				
/* ESTENSIONE ACCORDION MENU'-Y */
        #acc_container_accordion_effettivo_sfondo {
            background-color: #ffffff;  
            background: radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 250px, rgba(255,255,255,0.925) 350px, rgba(255,255,255,0.875) 450px);
            background: -webkit-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 250px, rgba(255,255,255,0.925) 350px, rgba(255,255,255,0.875) 450px);
            background: -moz-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 250px, rgba(255,255,255,0.925) 350px, rgba(255,255,255,0.875) 450px);
            background: -o-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 250px, rgba(255,255,255,0.925) 350px, rgba(255,255,255,0.875) 450px);
            background: -ms-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 250px, rgba(255,255,255,0.925) 350px, rgba(255,255,255,0.875) 450px);
            width: 358px; 
                top: 64px;   }		

        #acc_container_accordion_effettivo {
            width: 355px;  
                top: 64px;   }
				
        #acc_pulsanti_estensione_accordion {
            width: 355px;   }
				
/* PULSANTI MENU'-Y */
        #acc_pulsante_menu_main {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;   }	
				
					.acc_pulsante_home {
						width: 110px;
						height: 24px;
							top: 6px; 
							left: 242px;   }
						.acc_pulsante_home:hover {
							width: 112px;
							height: 26px;
								top: 4px; 
								left: 240px;   }
						.acc_pulsante_home:active {
							height: 25px;
								top: 4px; 
								left: 242px;   }
				
					.acc_pulsante_chi_siamo {
						width: 110px;
						height: 24px;
							top: 34px; 
							left: 242px;   }
						.acc_pulsante_chi_siamo:hover {
							width: 112px;
							height: 26px;
								top: 32px; 
								left: 240px;   }
						.acc_pulsante_chi_siamo:active {
							height: 25px;
								top: 32px; 
								left: 242px;   }
				
					.acc_pulsante_news {
						width: 110px;
						height: 24px;
							top: 62px; 
							left: 242px;   }
						.acc_pulsante_news:hover {
							width: 112px;
							height: 26px;
								top: 60px; 
								left: 240px;   }
						.acc_pulsante_news:active {
							height: 25px;
								top: 60px; 
								left: 242px;   }
				
					.acc_pulsante_contatti {
						width: 110px;
						height: 24px;
							top: 90px; 
							left: 242px;   }
						.acc_pulsante_contatti:hover {
							width: 112px;
							height: 26px;
								top: 88px; 
								left: 240px;   }
						.acc_pulsante_contatti:active {
							height: 25px;
								top: 88px; 
								left: 242px;   }
				
					.acc_pulsante_accedi {
						width: 110px;
						height: 24px;
							top: 118px; 
							left: 242px;   }
						.acc_pulsante_accedi:hover {
							width: 112px;
							height: 26px;
								top: 116px; 
								left: 240px;   }
						.acc_pulsante_accedi:active {
							height: 25px;
								top: 116px; 
								left: 242px;   }
										
					.acc_pulsante_servizi {
						width: 110px;
						height: 24px;
							top: 146px; 
							left: 242px;   }
						.acc_pulsante_servizi:hover {
							width: 112px;
							height: 26px;
								top: 144px; 
								left: 240px;   }
						.acc_pulsante_servizi:active {
								top: 146px; 
								left: 242px;   }
				
					.acc_pulsante_corsi {
						width: 110px;
						height: 24px;
							top: 174px; 
							left: 242px;   }
						.acc_pulsante_corsi:hover {
							width: 112px;
							height: 26px;
								top: 172px; 
								left: 240px;   }
						.acc_pulsante_corsi:active {
								top: 174px; 
								left: 242px;   }
				
					.acc_pulsante_master {
						width: 110px;
						height: 24px;
							top: 202px; 
							left: 242px;   }
						.acc_pulsante_master:hover {
							width: 112px;
							height: 26px;
								top: 200px; 
								left: 240px;   }
						.acc_pulsante_master:active {
								top: 202px; 
								left: 242px;   }
				
					.acc_pulsante_eventi {
						width: 110px;
						height: 24px;
							top: 230px; 
							left: 242px;   }
						.acc_pulsante_eventi:hover {
							width: 112px;
							height: 26px;
								top: 228px; 
								left: 240px;   }
						.acc_pulsante_eventi:active {
								top: 230px; 
								left: 242px;   }
				
					.acc_pulsante_risultati {
						width: 110px;
						height: 24px;
							top: 258px; 
							left: 242px;   }
						.acc_pulsante_risultati:hover {
							width: 112px;
							height: 26px;
								top: 256px; 
								left: 240px;   }
						.acc_pulsante_risultati:active {
								top: 258px; 
								left: 242px;   }

    }


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 400PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 400px) {	
	
/* ACCORDION MENU'-Y */ 
        #container_barra_menu {
            width: 58px;
            padding: 16px 0px 0px 0px;
				left: 335px;   }
			#container_barra_menu:active {
					left: 336px;   }

        #barra_menu {
            width: 42px;
            height: 9px;
            margin: 4px 0px 0px 8px;   }
				
/* ESTENSIONE ACCORDION MENU'-Y */
        #acc_container_accordion_effettivo_sfondo {
            background-color: #ffffff;  
            background: radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 300px, rgba(255,255,255,0.925) 450px, rgba(255,255,255,0.875) 600px);
            background: -webkit-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 300px, rgba(255,255,255,0.925) 450px, rgba(255,255,255,0.875) 600px);
            background: -moz-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 300px, rgba(255,255,255,0.925) 450px, rgba(255,255,255,0.875) 600px);
            background: -o-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 300px, rgba(255,255,255,0.925) 450px, rgba(255,255,255,0.875) 600px);
            background: -ms-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 300px, rgba(255,255,255,0.925) 450px, rgba(255,255,255,0.875) 600px);
            width: 398px;   }		

        #acc_container_accordion_effettivo {
            width: 395px;   }
				
        #acc_pulsanti_estensione_accordion {
            width: 395px;   }	
				
					.acc_pulsante_home {
							left: 277px;   }
						.acc_pulsante_home:hover {
								left: 275px;   }
						.acc_pulsante_home:active {
								left: 277px;   }
				
					.acc_pulsante_chi_siamo {
							left: 277px;   }
						.acc_pulsante_chi_siamo:hover {
								left: 275px;   }
						.acc_pulsante_chi_siamo:active {
								left: 277px;   }
				
					.acc_pulsante_news {
							left: 277px;   }
						.acc_pulsante_news:hover {
								left: 275px;   }
						.acc_pulsante_news:active {
								left: 277px;   }
				
					.acc_pulsante_contatti {
							left: 277px;   }
						.acc_pulsante_contatti:hover {
								left: 275px;   }
						.acc_pulsante_contatti:active {
								left: 277px;   }
				
					.acc_pulsante_accedi {
							left: 277px;   }
						.acc_pulsante_accedi:hover {
								left: 275px;   }
						.acc_pulsante_accedi:active {
								left: 277px;   }
										
					.acc_pulsante_servizi {
							left: 277px;   }
						.acc_pulsante_servizi:hover {
								left: 275px;   }
						.acc_pulsante_servizi:active {
								left: 277px;   }
				
					.acc_pulsante_corsi {
							left: 277px;   }
						.acc_pulsante_corsi:hover {
								left: 275px;   }
						.acc_pulsante_corsi:active {
								left: 277px;   }
				
					.acc_pulsante_master {
							left: 277px;   }
						.acc_pulsante_master:hover {
								left: 275px;   }
						.acc_pulsante_master:active {
								left: 277px;   }
				
					.acc_pulsante_eventi {
							left: 277px;   }
						.acc_pulsante_eventi:hover {
								left: 275px;   }
						.acc_pulsante_eventi:active {
								left: 277px;   }
				
					.acc_pulsante_risultati {
							left: 277px;   }
						.acc_pulsante_risultati:hover {
								left: 275px;   }
						.acc_pulsante_risultati:active {
								left: 277px;   }

    }


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 480PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 480px) {
		
/* ACCORDION MENU'-Y */ 
        #container_barra_menu {
				left: 415px;   }
			#container_barra_menu:active {
					left: 416px;   }
				
/* ESTENSIONE ACCORDION MENU'-Y */
        #acc_container_accordion_effettivo_sfondo {
            background-color: #ffffff;  
            background: radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 350px, rgba(255,255,255,0.925) 500px, rgba(255,255,255,0.875) 650px);
            background: -webkit-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 350px, rgba(255,255,255,0.925) 500px, rgba(255,255,255,0.875) 650px);
            background: -moz-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 350px, rgba(255,255,255,0.925) 500px, rgba(255,255,255,0.875) 650px);
            background: -o-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 350px, rgba(255,255,255,0.925) 500px, rgba(255,255,255,0.875) 650px);
            background: -ms-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 350px, rgba(255,255,255,0.925) 500px, rgba(255,255,255,0.875) 650px);
            width: 478px;   }		

        #acc_container_accordion_effettivo {
            width: 475px;   }
				
        #acc_pulsanti_estensione_accordion {
            width: 475px;   }	
				
					.acc_pulsante_home {
							left: 355px;   }
						.acc_pulsante_home:hover {
								left: 353px;   }
						.acc_pulsante_home:active {
								left: 355px;   }
				
					.acc_pulsante_chi_siamo {
							left: 355px;   }
						.acc_pulsante_chi_siamo:hover {
								left: 353px;   }
						.acc_pulsante_chi_siamo:active {
								left: 355px;   }
				
					.acc_pulsante_news {
							left: 355px;   }
						.acc_pulsante_news:hover {
								left: 353px;   }
						.acc_pulsante_news:active {
								left: 355px;   }
				
					.acc_pulsante_contatti {
							left: 355px;   }
						.acc_pulsante_contatti:hover {
								left: 353px;   }
						.acc_pulsante_contatti:active {
								left: 355px;   }
				
					.acc_pulsante_accedi {
							left: 355px;   }
						.acc_pulsante_accedi:hover {
								left: 353px;   }
						.acc_pulsante_accedi:active {
								left: 355px;   }
										
					.acc_pulsante_servizi {
							left: 355px;   }
						.acc_pulsante_servizi:hover {
								left: 353px;   }
						.acc_pulsante_servizi:active {
								left: 355px;   }
				
					.acc_pulsante_corsi {
							left: 355px;   }
						.acc_pulsante_corsi:hover {
								left: 353px;   }
						.acc_pulsante_corsi:active {
								left: 355px;   }
				
					.acc_pulsante_master {
							left: 355px;   }
						.acc_pulsante_master:hover {
								left: 353px;   }
						.acc_pulsante_master:active {
								left: 355px;   }
				
					.acc_pulsante_eventi {
							left: 355px;   }
						.acc_pulsante_eventi:hover {
								left: 353px;   }
						.acc_pulsante_eventi:active {
								left: 355px;   }
				
					.acc_pulsante_risultati {
							left: 355px;   }
						.acc_pulsante_risultati:hover {
								left: 353px;   }
						.acc_pulsante_risultati:active {
								left: 355px;   }

    }


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 640PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 640px) {
/* ACCORDION MENU'-Y */ 
        #container_barra_menu {
				left: 575px;   }
			#container_barra_menu:active {
					left: 576px;   }
				
/* ESTENSIONE ACCORDION MENU'-Y */
        #acc_container_accordion_effettivo_sfondo {
            background-color: #ffffff;  
            background: radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 650px, rgba(255,255,255,0.875) 850px);
            background: -webkit-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 650px, rgba(255,255,255,0.875) 850px);
            background: -moz-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 650px, rgba(255,255,255,0.875) 850px);
            background: -o-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 650px, rgba(255,255,255,0.875) 850px);
            background: -ms-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 650px, rgba(255,255,255,0.875) 850px);
            width: 638px;   }		

        #acc_container_accordion_effettivo {
            width: 635px;   }
				
        #acc_pulsanti_estensione_accordion {
            width: 635px;   }	
		
        #linea_menu_main_y330 {
			display: inline;   }
				
					.linea_menu_main_x330 {
						display: inline;
						width: 13px;
						height: 3px;
							top: 32px; 
							left: 592px;   }
						
					.linea_menu_main_y330 {
						display: inline;
						width: 3px;
						height: 33px;
							top: 1px; 
							left: 602px;   }
				
					.acc_pulsante_home {
						width: 87px;
						height: 26px;
							top: 7px; 
							left: 43px;   }
						.acc_pulsante_home:hover {
							width: 89px;
							height: 28px;
								top: 6px; 
								left: 41px;   }
						.acc_pulsante_home:active {
							height: 27px;
								top: 6px; 
								left: 43px;   }
				
					.acc_pulsante_chi_siamo {
						width: 125px;
						height: 26px;
							top: 7px; 
							left: 136px;   }
						.acc_pulsante_chi_siamo:hover {
							width: 127px;
							height: 28px;
								top: 6px; 
								left: 134px;   }
						.acc_pulsante_chi_siamo:active {
							height: 27px;
								top: 6px; 
								left: 136px;   }
				
					.acc_pulsante_news {
						width: 84px;
						height: 26px;
							top: 7px; 
							left: 267px;   }
						.acc_pulsante_news:hover {
							width: 86px;
							height: 28px;
								top: 6px; 
								left: 265px;   }
						.acc_pulsante_news:active {
							height: 27px;
								top: 6px; 
								left: 267px;   }
				
					.acc_pulsante_contatti {
						width: 128px;
						height: 26px;
							top: 7px; 
							left: 357px;   }
						.acc_pulsante_contatti:hover {
							width: 130px;
							height: 28px;
								top: 6px; 
								left: 355px;   }
						.acc_pulsante_contatti:active {
							height: 27px;
								top: 6px; 
								left: 357px;   }
				
					.acc_pulsante_accedi {
						width: 101px;
						height: 26px;
							top: 7px; 
							left: 491px;   }
						.acc_pulsante_accedi:hover {
							width: 103px;
							height: 28px;
								top: 6px; 
								left: 489px;   }
						.acc_pulsante_accedi:active {
							height: 27px;
								top: 6px; 
								left: 491px;   }
										
					.acc_pulsante_servizi {  
						width: 99px;
						height: 26px;
							top: 37px; 
							left: 47px;   }
						.acc_pulsante_servizi:hover {
							width: 101px;
							height: 28px;
								top: 36px; 
								left: 45px;  }
						.acc_pulsante_servizi:active {
								top: 37px; 
								left: 47px;  }
				
					.acc_pulsante_corsi {
						width: 89px;
						height: 26px;
							top: 37px;  
							left: 152px;   }
						.acc_pulsante_corsi:hover {
							width: 91px;
							height: 28px;
								top: 36px; 
								left: 150px;   }
						.acc_pulsante_corsi:active {
								top: 37px; 
								left: 152px;   }
				
					.acc_pulsante_master {
						width: 109px;
						height: 26px;
							top: 37px; 
							left: 247px;   }
						.acc_pulsante_master:hover {
							width: 111px;
							height: 28px;
								top: 36px; 
								left: 245px;   }
						.acc_pulsante_master:active {
								top: 37px; 
								left: 247px;   }
				
					.acc_pulsante_eventi {
						width: 99px;
						height: 26px;
							top: 37px; 
							left: 362px;   }
						.acc_pulsante_eventi:hover {
							width: 101px;
							height: 28px;
								top: 36px;  
								left: 360px;   }
						.acc_pulsante_eventi:active {
								top: 37px;  
								left: 362px;   }
				
					.acc_pulsante_risultati {
						width: 125px;
						height: 26px;
							top: 37px; 
							left: 467px;   }
						.acc_pulsante_risultati:hover {
							width: 127px;
							height: 28px;
								top: 36px; 
								left: 465px;   }
						.acc_pulsante_risultati:active {
								top: 37px; 
								left: 467px;   }

    }


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 640PX - 380PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 640px) and (min-height: 380px)  {
		
/* ESTENSIONE ACCORDION MENU'-Y */
        #linea_menu_main_y330 {
			display: none;   }
				
					.linea_menu_main_x330 {
						display: none;   }
						
					.linea_menu_main_y330 {
						display: none;   }
				
					.acc_pulsante_home {
						width: 150px;
						height: 26px;
							top: 6px; 
							left: 477px;   }
						.acc_pulsante_home:hover {
							width: 152px;
							height: 28px;
								top: 4px; 
								left: 474px;   }
						.acc_pulsante_home:active {
							height: 27px;
								top: 4px; 
								left: 477px;   }
				
					.acc_pulsante_chi_siamo {
						width: 150px;
						height: 26px;
							top: 36px; 
							left: 477px;   }
						.acc_pulsante_chi_siamo:hover {
							width: 152px;
							height: 28px;
								top: 34px; 
								left: 474px;   }
						.acc_pulsante_chi_siamo:active {
							height: 27px;
								top: 34px; 
								left: 477px;   }
				
					.acc_pulsante_news {
						width: 150px;
						height: 26px;
							top: 66px; 
							left: 477px;   }
						.acc_pulsante_news:hover {
							width: 152px;
							height: 28px;
								top: 64px; 
								left: 474px;   }
						.acc_pulsante_news:active {
							height: 27px;
								top: 64px; 
								left: 477px;   }
				
					.acc_pulsante_contatti {
						width: 150px;
						height: 26px;
							top: 96px; 
							left: 477px;   }
						.acc_pulsante_contatti:hover {
							width: 152px;
							height: 28px;
								top: 94px; 
								left: 474px;   }
						.acc_pulsante_contatti:active {
							height: 27px;
								top: 94px; 
								left: 477px;   }
				
					.acc_pulsante_accedi {
						width: 150px;
						height: 26px;
							top: 126px; 
							left: 477px;   }
						.acc_pulsante_accedi:hover {
							width: 152px;
							height: 28px;
								top: 124px; 
								left: 474px;   }
						.acc_pulsante_accedi:active {
							height: 27px;
								top: 124px; 
								left: 477px;   }
										
					.acc_pulsante_servizi {
						width: 150px;
						height: 26px;
							top: 156px; 
							left: 477px;   }
						.acc_pulsante_servizi:hover {
							width: 152px;
							height: 28px;
								top: 154px; 
								left: 474px;   }
						.acc_pulsante_servizi:active {
								top: 156px; 
								left: 477px;   }
				
					.acc_pulsante_corsi {
						width: 150px;
						height: 26px;
							top: 186px; 
							left: 477px;   }
						.acc_pulsante_corsi:hover {
							width: 152px;
							height: 28px;
								top: 184px; 
								left: 474px;   }
						.acc_pulsante_corsi:active {
								top: 186px; 
								left: 477px;   }
				
					.acc_pulsante_master {
						width: 150px;
						height: 26px;
							top: 216px; 
							left: 477px;   }
						.acc_pulsante_master:hover {
							width: 152px;
							height: 28px;
								top: 214px; 
								left: 474px;   }
						.acc_pulsante_master:active {
								top: 216px; 
								left: 477px;   }
				
					.acc_pulsante_eventi {
						width: 150px;
						height: 26px;
							top: 246px; 
							left: 477px;   }
						.acc_pulsante_eventi:hover {
							width: 152px;
							height: 28px;
								top: 244px; 
								left: 474px;   }
						.acc_pulsante_eventi:active {
								top: 246px; 
								left: 477px;   }
				
					.acc_pulsante_risultati {
						width: 150px;
						height: 26px;
							top: 276px; 
							left: 477px;   }
						.acc_pulsante_risultati:hover {
							width: 152px;
							height: 28px;
								top: 274px; 
								left: 474px;   }
						.acc_pulsante_risultati:active {
								top: 276px; 
								left: 477px;   }
			
    }


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 640PX - 480PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 640px) and (min-height: 480px)  {
	
/* ACCORDION MENU'-Y */ 
        #container_barra_menu { 
            height: 74px;
            padding: 30px 0px 0px 0px;   }
			#container_barra_menu:active {
					top: 1.5px;   }
				
/* ESTENSIONE ACCORDION MENU'-Y */
        #acc_container_accordion_effettivo_sfondo {  
                top: 80px;   }		

        #acc_container_accordion_effettivo {
                top: 80px;   }	

    }


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 768PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 768px) {
/* ACCORDION MENU'-Y */ 
        #container_barra_menu {
            height: 62px;
				left: 703px;   }
			#container_barra_menu:active {
					left: 704px;   }
				
/* ESTENSIONE ACCORDION MENU'-Y */
        #acc_container_accordion_effettivo_sfondo {
            background-color: #ffffff;  
            background: radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 650px, rgba(255,255,255,0.875) 850px);
            background: -webkit-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 650px, rgba(255,255,255,0.875) 850px);
            background: -moz-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 650px, rgba(255,255,255,0.875) 850px);
            background: -o-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 650px, rgba(255,255,255,0.875) 850px);
            background: -ms-radial-gradient( 90% 1%, circle, rgba(255,255,255,0.975) 450px, rgba(255,255,255,0.925) 650px, rgba(255,255,255,0.875) 850px);
            width: 766px; 
                top: 64px;   }		

        #acc_container_accordion_effettivo {
            width: 763px; 
                top: 64px;   }
				
        #acc_pulsanti_estensione_accordion {
            width: 763px;   }	
		
        #linea_menu_main_y330 {
			display: inline;   }
				
					.linea_menu_main_x330 {
						display: inline;
						width: 13px;
						height: 3px;
							top: 32px; 
							left: 720px;   }
						
					.linea_menu_main_y330 {
						display: inline;
						width: 3px;
						height: 33px;
							top: 1px; 
							left: 730px;   }
				
					.acc_pulsante_home {
						width: 87px;
						height: 26px;
							top: 7px; 
							left: 171px;   }
						.acc_pulsante_home:hover {
							width: 89px;
							height: 28px;
								top: 6px; 
								left: 169px;   }
						.acc_pulsante_home:active {
							height: 27px;
								top: 6px; 
								left: 171px;   }
				
					.acc_pulsante_chi_siamo {
						width: 125px;
						height: 26px;
							top: 7px; 
							left: 264px;   }
						.acc_pulsante_chi_siamo:hover {
							width: 127px;
							height: 28px;
								top: 6px; 
								left: 262px;   }
						.acc_pulsante_chi_siamo:active {
							height: 27px;
								top: 6px; 
								left: 264px;   }
				
					.acc_pulsante_news {
						width: 84px;
						height: 26px;
							top: 7px; 
							left: 395px;   }
						.acc_pulsante_news:hover {
							width: 86px;
							height: 28px;
								top: 6px; 
								left: 393px;   }
						.acc_pulsante_news:active {
							height: 27px;
								top: 6px; 
								left: 395px;   }
				
					.acc_pulsante_contatti {
						width: 128px;
						height: 26px;
							top: 7px; 
							left: 485px;   }
						.acc_pulsante_contatti:hover {
							width: 130px;
							height: 28px;
								top: 6px; 
								left: 483px;   }
						.acc_pulsante_contatti:active {
							height: 27px;
								top: 6px; 
								left: 485px;   }
				
					.acc_pulsante_accedi {
						width: 101px;
						height: 26px;
							top: 7px; 
							left: 619px;   }
						.acc_pulsante_accedi:hover {
							width: 103px;
							height: 28px;
								top: 6px; 
								left: 617px;   }
						.acc_pulsante_accedi:active {
							height: 27px;
								top: 6px; 
								left: 619px;   }
										
					.acc_pulsante_servizi {  
						width: 99px;
						height: 26px;
							top: 37px; 
							left: 175px;   }
						.acc_pulsante_servizi:hover {
							width: 101px;
							height: 28px;
								top: 36px; 
								left: 173px;  }
						.acc_pulsante_servizi:active {
								top: 37px; 
								left: 175px;  }
				
					.acc_pulsante_corsi {
						width: 89px;
						height: 26px;
							top: 37px;  
							left: 280px;   }
						.acc_pulsante_corsi:hover {
							width: 91px;
							height: 28px;
								top: 36px; 
								left: 278px;   }
						.acc_pulsante_corsi:active {
								top: 37px; 
								left: 280px;   }
				
					.acc_pulsante_master {
						width: 109px;
						height: 26px;
							top: 37px; 
							left: 375px;   }
						.acc_pulsante_master:hover {
							width: 111px;
							height: 28px;
								top: 36px; 
								left: 373px;   }
						.acc_pulsante_master:active {
								top: 37px; 
								left: 375px;   }
				
					.acc_pulsante_eventi {
						width: 99px;
						height: 26px;
							top: 37px; 
							left: 490px;   }
						.acc_pulsante_eventi:hover {
							width: 101px;
							height: 28px;
								top: 36px;  
								left: 488px;   }
						.acc_pulsante_eventi:active {
								top: 37px;  
								left: 490px;   }
				
					.acc_pulsante_risultati {
						width: 125px;
						height: 26px;
							top: 37px; 
							left: 595px;   }
						.acc_pulsante_risultati:hover {
							width: 127px;
							height: 28px;
								top: 36px; 
								left: 593px;   }
						.acc_pulsante_risultati:active {
								top: 37px; 
								left: 595px;   }

    }


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 768PX - 380PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 768px) and (min-height: 380px)  {
		
/* ESTENSIONE ACCORDION MENU'-Y */
        #linea_menu_main_y330 {
			display: none;   }
				
					.linea_menu_main_x330 {
						display: none;   }
						
					.linea_menu_main_y330 {
						display: none;   }
				
					.acc_pulsante_home {
						width: 150px;
						height: 26px;
							top: 6px;
							left: 605px;   }
						.acc_pulsante_home:hover {
							width: 152px;
							height: 28px;
								top: 4px;
								left: 603px;   }
						.acc_pulsante_home:active {
							height: 27px;
								top: 4px;
								left: 605px;   }
				
					.acc_pulsante_chi_siamo {
						width: 150px;
						height: 26px;
							top: 36px;
							left: 605px;   }
						.acc_pulsante_chi_siamo:hover {
							width: 152px;
							height: 28px;
								top: 34px;
								left: 603px;   }
						.acc_pulsante_chi_siamo:active {
							height: 27px;
								top: 34px;
								left: 605px;   }
				
					.acc_pulsante_news {
						width: 150px;
						height: 26px;
							top: 66px;
							left: 605px;   }
						.acc_pulsante_news:hover {
							width: 152px;
							height: 28px;
								top: 64px;
								left: 603px;   }
						.acc_pulsante_news:active {
							height: 27px;
								top: 64px;
								left: 605px;   }
				
					.acc_pulsante_contatti {
						width: 150px;
						height: 26px;
							top: 96px;
							left: 605px;   }
						.acc_pulsante_contatti:hover {
							width: 152px;
							height: 28px;
								top: 94px;
								left: 603px;   }
						.acc_pulsante_contatti:active {
							height: 27px;
								top: 94px;
								left: 605px;   }
				
					.acc_pulsante_accedi {
						width: 150px;
						height: 26px;
							top: 126px;
							left: 605px;   }
						.acc_pulsante_accedi:hover {
							width: 152px;
							height: 28px;
								top: 124px;
								left: 603px;   }
						.acc_pulsante_accedi:active {
							height: 27px;
								top: 124px;
								left: 605px;   }
										
					.acc_pulsante_servizi {
						width: 150px;
						height: 26px;
							top: 156px;
							left: 605px;   }
						.acc_pulsante_servizi:hover {
							width: 152px;
							height: 28px;
								top: 154px;
								left: 603px;   }
						.acc_pulsante_servizi:active {
								top: 156px;
								left: 605px;   }
				
					.acc_pulsante_corsi {
						width: 150px;
						height: 26px;
							top: 186px;
							left: 605px;   }
						.acc_pulsante_corsi:hover {
							width: 152px;
							height: 28px;
								top: 184px;
								left: 603px;   }
						.acc_pulsante_corsi:active {
								top: 186px;
								left: 605px;   }
				
					.acc_pulsante_master {
						width: 150px;
						height: 26px;
							top: 216px;
							left: 605px;   }
						.acc_pulsante_master:hover {
							width: 152px;
							height: 28px;
								top: 214px;
								left: 603px;   }
						.acc_pulsante_master:active {
								top: 216px;
								left: 605px;   }
				
					.acc_pulsante_eventi {
						width: 150px;
						height: 26px;
							top: 246px;
							left: 605px;   }
						.acc_pulsante_eventi:hover {
							width: 152px;
							height: 28px;
								top: 244px;
								left: 603px;   }
						.acc_pulsante_eventi:active {
								top: 246px;
								left: 605px;   }
				
					.acc_pulsante_risultati {
						width: 150px;
						height: 26px;
							top: 276px;
							left: 605px;   }
						.acc_pulsante_risultati:hover {
							width: 152px;
							height: 28px;
								top: 274px;
								left: 603px;   }
						.acc_pulsante_risultati:active {
								top: 276px;
								left: 605px;   }
			
    }


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 768PX - 480PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 768px) and (min-height: 480px)  {
	
/* ACCORDION MENU'-Y */ 
        #container_barra_menu { 
            height: 74px;
            padding: 30px 0px 0px 0px;   }
			#container_barra_menu:active {
					top: 1.5px;   }
				
/* ESTENSIONE ACCORDION MENU'-Y */
        #acc_container_accordion_effettivo_sfondo {  
                top: 80px;   }		

        #acc_container_accordion_effettivo {
                top: 80px;   }	

    }


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 960PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 960px) {
	
/* ACCORDION MENU'-Y */ 
        #container_barra_menu { 
				display: none;   }
			#container_barra_menu:active {
				display: none;   }

        #barra_menu {
			display: none;   }

/* ESTENSIONE ACCORDION MENU'-Y */
        #acc_container_accordion_effettivo_sfondo {
			display: none;   }		

        #acc_container_accordion_effettivo {
			display: none;   }
				
        #acc_pulsanti_estensione_accordion {
			display: none;   }
				
        #acc_pulsante_menu_main {
			display: none;   }	
			#acc_pulsante_menu_main:hover {
				display: none;   }	
				
					.acc_pulsante_home {
						display: none;   }
						.acc_pulsante_home:hover {
							display: none;   }
						.acc_pulsante_home:active {
							display: none;   }
				
					.acc_pulsante_chi_siamo {
						display: none;   }
						.acc_pulsante_chi_siamo:hover {
							display: none;   }
						.acc_pulsante_chi_siamo:active {
							display: none;   }
				
					.acc_pulsante_news {
						display: none;   }
						.acc_pulsante_news:hover {
							display: none;   }
						.acc_pulsante_news:active {
							display: none;   }
				
					.acc_pulsante_contatti {
						display: none;   }
						.acc_pulsante_contatti:hover {
							display: none;   }
						.acc_pulsante_contatti:active {
							display: none;   }
				
					.acc_pulsante_accedi {
						display: none;   }
						.acc_pulsante_accedi:hover {
							display: none;   }
						.acc_pulsante_accedi:active {
							display: none;   }
										
					.acc_pulsante_servizi {
						display: none;   }
						.acc_pulsante_servizi:hover {
							display: none;  }
						.acc_pulsante_servizi:active {
							display: none;  }
				
					.acc_pulsante_corsi {
						display: none;   }
						.acc_pulsante_corsi:hover {
							display: none;   }
						.acc_pulsante_corsi:active {
							display: none;   }
				
					.acc_pulsante_master {
						display: none;   }
						.acc_pulsante_master:hover {
							display: none;   }
						.acc_pulsante_master:active {
							display: none;   }
				
					.acc_pulsante_eventi {
						display: none;   }
						.acc_pulsante_eventi:hover {
							display: none;   }
						.acc_pulsante_eventi:active {
							display: none;   }
				
					.acc_pulsante_risultati {
						display: none;   }
						.acc_pulsante_risultati:hover {
							display: none;   }
						.acc_pulsante_risultati:active {
							display: none;   }
			
    }		


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 1360PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 1360px) {
	
    }		


	









