﻿/* 000000; /* nero */
/* 660000; /* marrone */
/* 339933; /* verde */
/* BDBDBD; /* grigio */
/* FF0000; /* rosso */
/* FFFFFF; /* bianco */

*						{border:0px; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6 	{font-size:0px; line-height:0px; font-weight:normal; color:black;}
p					 	{font-size:0px; line-height:0px; font-weight:normal; color:black;}

body {
	font-family:verdana;
	color:black;
	background:white;
	-webkit-text-size-adjust:100%;
	color:#FFFFFF; /* bianco */
	background-color:#000000; /* nero */
	}

a:link {
	color:#CC0000; /* rosso */
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	}
a:visited {
	color:#AA0000;
	padding: 2px 2px 2px 2px;
	}
a:hover {
	color:#FFFFFF;
	background:#DD0000;
	padding: 2px 2px 2px 2px;
	}
a :active {
	color:#0000FF;
	padding: 2px 2px 2px 2px;
	}

html {
    background: url(../img/Lele_DSC2385danef_m2w.jpg) no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.schermo{
	position:absolute;
	width:100%;
    background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	} /* non mettere height:100% altrimenti non prende background su ciò che è oltre il fondo dello schermo */

div.etichetta{
	position:relative;
	margin:			 0px  0px  0px  0px;
	border-width:	 0px  0px  0px  0px;
	padding:		20px 30px 20px 30px;
	opacity:0.71;
	height:100%;
	width:80%;
	margin: auto;
	color:#000000;
    background-color:#FFFFFF;
	box-shadow: 0px 0px 5px 5px #000000; /* nero */
	}

div.etichetta2{
	position:relative;
	margin:			 0px  0px  0px  0px;
	border-width:	 0px  0px  0px  0px;
	padding:		20px 30px 20px 30px;
	height:11px;
	width:80%;
	margin: auto;}

div.etichetta3{
	position:relative;
	margin:			 0px  0px  0px  0px;
	border-width:	 0px  0px  0px  0px;
	padding:		20px 30px 20px 30px;
	height:100%;
	width:60%;
	margin: auto;
	color:#000000;
	box-shadow: 0px 0px 5px 5px #000000; /* nero */
	overflow:hidden;
	}

div.etichetta4{
	position:relative;
	margin:			 0px  0px  0px  0px;
	border-width:	 0px  0px  0px  0px;
	padding:		 0px  0px  0px  0px;
	width:100%;
	margin: auto;
	color:#000000;
	overflow:hidden;
	}

div.etichetta4p{
	position:relative;
	margin:			 0px  0px  0px  0px;
	border-width:	 0px  0px  0px  0px;
	padding:		 0px  0px  0px  0px;
	width:33%;
	margin: auto;
	color:#000000;
	overflow:hidden;
	}
	
div.etichetta4g{
	position:relative;
	margin:			 0px  60px  0px  0px;
	border-width:	 0px  0px  0px  0px;
	padding:		 0px  0px  0px  0px;
	width:63%;
	margin: auto;
	color:#000000;
	overflow:hidden;
	}

div.etichetta3-trasparente
    {
	margin:			-20px  0px  0px  -30px;
	position:absolute;
	opacity:0.71;
    background-color:#FFFFFF;
    width:100%;
    height:100%;
	/* Direttive di trasparenza per vari browser */
    opacity:0.71;
    filter:alpha(opacity=71);
    -moz-opacity:0.71;
    }

div.etichetta3-contenuto
    {
	position:relative;
    }

div.clear
    {
	clear:both
    }
	
div.fl    {float:left}
div.fr    {float:right}
div.cb    {clear:both}

p.titolo{
	font: Arial, Helvetica, sans-serif;
	font-size:41px;
	line-height:44px; 
	letter-spacing:.1em;
    text-align: center;
	text-decoration: none;
	color:#339933; /* verde */
	font-weight:bold;
	}

h3 {
	font: Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
	text-decoration: none;
	color:#339933; /* verde */
	color:#000000; /* nero */
	font-weight:bold;
	font-size:14px;
	line-height:17px;
	}
	
p.paragrafo {
	font: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	color:#339933; /* verde */
	color:#000000; /* nero */
	font-weight:bold;
	}

.tal	 			{	text-align: left;}
.tac	 			{	text-align: center;}
.tar	 			{	text-align: right;}
.taj	 			{	text-align: justify;}
.fsi				{	font-style: italic;}
.colore_in_evidenza	{	color:#660000; /* marrone */}

.hr1	{
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
	width: 100%}


@media screen and (min-width: 0001px) and (max-width: 1023px) {
/* qui vanno le regole CSS */

/* per risoluzioni da 1 a 1023 */

#logo		{ 	background-image: url(../img/nonsolomtb_logo_quadrato_v20150921_con_bordo.png);
				background-repeat: no-repeat;
				background-size: 50%;
				background-position: center; padding-top:80%;
			}

			
a:link {
	padding: 15px 2px 15px 2px;
	}
a:visited {
	padding: 5px 2px 5px 2px;
	}
a:hover {
	padding: 5px 2px 5px 2px;
	}
a :active {
	padding: 5px 2px 5px 2px;
	}
	
div.etichetta{
				width:60%;
			}

div.etichetta2{
				width:60%;
			}

div.etichetta-contenuto{
				width:100%;
			}

div.etichetta4{
	position:relative;
	margin:			 0px  0px  0px  0px;
	border-width:	 0px  0px  0px  0px;
	padding:		 0px  0px  0px  0px;
	width:100%;
	margin: auto;
	color:#000000;
	overflow:hidden;
	}
	
div.etichetta4p{
	position:relative;
	margin:			 0px  0px  0px  0px;
	border-width:	 0px  0px  0px  0px;
	padding:		 0px  0px  0px  0px;
	width:100%;
	margin: auto;
	color:#000000;
	overflow:hidden;
	}
	
div.etichetta4g{
	position:relative;
	margin:			 0px  60px  0px  0px;
	border-width:	 0px  0px  0px  0px;
	padding:		 0px  0px  0px  0px;
	width:100%;
	margin: auto;
	color:#000000;
	overflow:hidden;
	}
	
p.paragrafo {
	font-size:12px;
	line-height:22px; 
}

p.menu {
	font-size:12px;
	line-height:32px;
}

div.schermo2{
	position:relative;
	margin-left:50%; /* allinea a dx, eliminare questa riga per allineare a sx. */
	width:50%;
	} /* non mettere height:100% altrimenti non prende background su ciò che è oltre il fondo dello schermo */

}
	
	
	
@media screen and (min-width: 1024px) and (max-width: 9999px) {
/* qui vanno le regole CSS */
/* per risoluzioni da 1024 a 9999 */

#logo		{ 	background-image: url(../img/nonsolomtb_logo_quadrato_v20150921_con_bordo.png);
				background-repeat: no-repeat;
				background-size: 35%;
				background-position: center; padding-top:25%;
			}

div.etichetta{
				width:60%;
			}

div.etichetta2{
				width:60%;
			}

div.etichetta-contenuto{
				width:100%;
			}

			
p.paragrafo {
	font-size:12px;
	line-height:22px;
}

div.schermo2{
	position:relative;
	margin-left:45%; /* allinea a dx, eliminare questa riga per allineare a sx. */
    width:50%;
	} /* non mettere height:100% altrimenti non prende background su ciò che è oltre il fondo dello schermo */

}