/*** GENERALE ***/
body, html, form {

    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;
    background-color:black;
    font: 10px/25px;
    width:100%;
    height:100%;
    background:url('../Images/sfondo_sito.png');

}

/* HEADER E FOOTER */
	.HEADER_PAGINA 		                    {position:fixed; margin-top:0px; margin-left:0px; width:100%; z-index:9999999;} 
	.FOOTER_PAGINA 		                    {bottom:0px; left:0px; width:100%;} 

/* CONTENITORE REPONSIVE */
.DIV_CONTAINER_RESPONSIVE                   {width:100%; margin-left: auto; margin-right: auto; border:0px solid red; float:left}

/* STRUTTURA PER PC (2048) */
@media (min-width: 1025px) and (max-width: 2048px) {    

    .NON_VISUALIZZARE_PC_2048          {display:none;}

    .ALTEZZA_CASELLE_TESTO             {height:30px;font-size:30px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}
    .ALTEZZA_CASELLE_TESTO_MULTI       {height:200px;font-size:30px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}

    .ALTEZZA_FOOTER                     {height:100px;}

    /* LOGO */
    .LARGHEZZA_CELLA_LOGO               {width:10%;}
    .LARGHEZZA_CELLA_ICONE_MENU         {width:40px;}

    .DIV_SINGOLI_CONTENITORI_100       {float:left; width:100%; display:table; border:0px solid green;}
    .DIV_SINGOLI_CONTENITORI_75        {float:left; width:75%; display:table; border:0px solid blue;}
    .DIV_SINGOLI_CONTENITORI_50        {float:left; width:50%; display:table; border:0px solid yellow;}
    .DIV_SINGOLI_CONTENITORI_33        {float:left; width:33%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_34        {float:left; width:34%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_25        {float:left; width:25%; display:table; border:0px solid white;}

    /* DIMENSIONE CARATTERE */
    .carattere_grande_titoli	{font-size:70px;}
    .carattere_grande	        {font-size:40px}
    .carattere_medio	        {font-size:30px}
    .carattere_piccolo	        {font-size:20px}
}

/* STRUTTURA PER PC (1680) */
@media (min-width: 1025px) and (max-width: 1680px) {    

    .NON_VISUALIZZARE_PC_1680          {display:none;}

    .ALTEZZA_CASELLE_TESTO             {height:30px;font-size:30px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}
    .ALTEZZA_CASELLE_TESTO_MULTI       {height:200px;font-size:30px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}

    .ALTEZZA_FOOTER                     {height:100px;}

    /* LOGO */
    .LARGHEZZA_CELLA_LOGO               {width:10%;}
    .LARGHEZZA_CELLA_ICONE_MENU         {width:40px;}

    .DIV_SINGOLI_CONTENITORI_100       {float:left; width:100%; display:table; border:0px solid green;}
    .DIV_SINGOLI_CONTENITORI_75        {float:left; width:75%; display:table; border:0px solid blue;}
    .DIV_SINGOLI_CONTENITORI_50        {float:left; width:50%; display:table; border:0px solid yellow;}
    .DIV_SINGOLI_CONTENITORI_33        {float:left; width:33%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_34        {float:left; width:34%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_25        {float:left; width:25%; display:table; border:0px solid white;}

    /* DIMENSIONE CARATTERE */
    .carattere_grande_titoli	{font-size:60px;}
    .carattere_grande	        {font-size:25px}
    .carattere_medio	        {font-size:20px}
    .carattere_piccolo	        {font-size:15px}
}

/* STRUTTURA PER PC (1440) */
@media (min-width: 1025px) and (max-width: 1440px) {    

    .NON_VISUALIZZARE_PC_1440          {display:none;}

    .ALTEZZA_CASELLE_TESTO             {height:25px;font-size:20px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}
    .ALTEZZA_CASELLE_TESTO_MULTI       {height:150px;font-size:20px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}

    .ALTEZZA_FOOTER                     {height:100px;}

    /* LOGO */
    .LARGHEZZA_CELLA_LOGO               {width:10%;}
    .LARGHEZZA_CELLA_ICONE_MENU         {width:40px;}

    .DIV_SINGOLI_CONTENITORI_100       {float:left; width:100%; display:table; border:0px solid green;}
    .DIV_SINGOLI_CONTENITORI_75        {float:left; width:75%; display:table; border:0px solid blue;}
    .DIV_SINGOLI_CONTENITORI_50        {float:left; width:50%; display:table; border:0px solid yellow;}
    .DIV_SINGOLI_CONTENITORI_33        {float:left; width:33%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_34        {float:left; width:34%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_25        {float:left; width:25%; display:table; border:0px solid white;}

    /* DIMENSIONE CARATTERE */
    .carattere_grande_titoli	{font-size:50px;}
    .carattere_grande	        {font-size:25px}
    .carattere_medio	        {font-size:20px}
    .carattere_piccolo	        {font-size:15px}
}

/* STRUTTURA TABLET [VERTICALE] */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .NON_VISUALIZZARE_TABLET_VERTICALE      {display:none;}

    .ALTEZZA_CASELLE_TESTO             {height:25px;font-size:20px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}
    .ALTEZZA_CASELLE_TESTO_MULTI       {height:200px;font-size:20px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}

    .ALTEZZA_FOOTER                     {height:100px;}

    /* LOGO */
    .LARGHEZZA_CELLA_LOGO               {width:20%;}
    .LARGHEZZA_CELLA_ICONE_MENU         {width:60px;}

    .DIV_SINGOLI_CONTENITORI_100       {float:left; width:100%; display:table; border:0px solid green;}
    .DIV_SINGOLI_CONTENITORI_75        {float:left; width:75%; display:table; border:0px solid blue;}
    .DIV_SINGOLI_CONTENITORI_50        {float:left; width:50%; display:table; border:0px solid yellow;}
    .DIV_SINGOLI_CONTENITORI_33        {float:left; width:33%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_34        {float:left; width:34%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_25        {float:left; width:25%; display:table; border:0px solid white;}

    /* DIMENSIONE CARATTERE */
    .carattere_grande_titoli	{font-size:35px;}
    .carattere_grande	        {font-size:25px}
    .carattere_medio	        {font-size:17px}
    .carattere_piccolo	        {font-size:12px}

}

/* STRUTTURA TABLET [ORIZZONTALE] */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .NON_VISUALIZZARE_TABLET_ORIZZONTALE    {display:none;}

    .ALTEZZA_CASELLE_TESTO             {height:20px;font-size:15px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}
    .ALTEZZA_CASELLE_TESTO_MULTI       {height:150px;font-size:15px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}

    .ALTEZZA_FOOTER                     {height:100px;}

    /* LOGO */
    .LARGHEZZA_CELLA_LOGO               {width:20%;}
    .LARGHEZZA_CELLA_ICONE_MENU         {width:60px;}

    .DIV_SINGOLI_CONTENITORI_100       {float:left; width:100%; display:table; border:0px solid green;}
    .DIV_SINGOLI_CONTENITORI_75        {float:left; width:75%; display:table; border:0px solid blue;}
    .DIV_SINGOLI_CONTENITORI_50        {float:left; width:50%; display:table; border:0px solid yellow;}
    .DIV_SINGOLI_CONTENITORI_33        {float:left; width:33%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_34        {float:left; width:34%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_25        {float:left; width:25%; display:table; border:0px solid white;}

    /* DIMENSIONE CARATTERE */
    .carattere_grande_titoli	{font-size:50px;}
    .carattere_grande	        {font-size:25px}
    .carattere_medio	        {font-size:19px}
    .carattere_piccolo	        {font-size:12px}

}

/* STRUTTURA SMARTPHONE [VERTICALE] */
@media (max-width: 767px) and (orientation: portrait) {

	.NON_VISUALIZZARE_SMART_VERTICALE	    {display:none}

    .ALTEZZA_CASELLE_TESTO             {height:20px;font-size:15px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}
    .ALTEZZA_CASELLE_TESTO_MULTI       {height:150px;font-size:15px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}

    .ALTEZZA_FOOTER                     {height:80px;}

    /* LOGO */
    .LARGHEZZA_CELLA_LOGO               {width:30%;}
    .LARGHEZZA_CELLA_ICONE_MENU         {width:40px;}

    .DIV_SINGOLI_CONTENITORI_100       {float:left; width:100%; display:table; border:0px solid green;}
    .DIV_SINGOLI_CONTENITORI_75        {float:left; width:100%; display:table; border:0px solid blue;}
    .DIV_SINGOLI_CONTENITORI_50        {float:left; width:100%; display:table; border:0px solid yellow;}
    .DIV_SINGOLI_CONTENITORI_33        {float:left; width:100%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_34        {float:left; width:100%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_25        {float:left; width:100%; display:table; border:0px solid white;}

    /* DIMENSIONE CARATTERE */
    .carattere_grande_titoli	{font-size:25px;}
    .carattere_grande	        {font-size:20px}
    .carattere_medio	        {font-size:15px}
    .carattere_piccolo	        {font-size:10px}

}

/* STRUTTURA SMARTPHONE [ORIZZONTALE] */
@media (max-width: 767px) and (orientation: landscape) {

	.NON_VISUALIZZARE_SMART_ORIZZONTALE	    {display:none}

    .ALTEZZA_CASELLE_TESTO             {height:20px;font-size:15px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}
    .ALTEZZA_CASELLE_TESTO_MULTI       {height:150px;font-size:15px;width:95%;font-family:'britannic_boldregular',Verdana, Geneva, sans-serif;}

    .ALTEZZA_FOOTER                     {height:80px;}

    /* LOGO */
    .LARGHEZZA_CELLA_LOGO               {width:20%;}
    .LARGHEZZA_CELLA_ICONE_MENU         {width:40px;}

    .DIV_SINGOLI_CONTENITORI_100       {float:left; width:100%; display:table; border:0px solid green;}
    .DIV_SINGOLI_CONTENITORI_75        {float:left; width:100%; display:table; border:0px solid blue;}
    .DIV_SINGOLI_CONTENITORI_50        {float:left; width:100%; display:table; border:0px solid yellow;}
    .DIV_SINGOLI_CONTENITORI_33        {float:left; width:100%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_34        {float:left; width:100%; display:table; border:0px solid black;}
    .DIV_SINGOLI_CONTENITORI_25        {float:left; width:100%; display:table; border:0px solid white;}

    /*DIMENSIONE IN AUTO PER GRAFICA NON SUPPORTATA (DIV NELLA MASTER PAGE)*/
	.GRAFICA_NON_VALIDA 		            {width:100%; height:100%} 

    /* DIMENSIONE CARATTERE */
    .carattere_grande_titoli	{font-size:30px;}
    .carattere_grande	        {font-size:20px}
    .carattere_medio	        {font-size:15px}
    .carattere_piccolo	        {font-size:10px}

}


