	
	
	div.presentazione_dove {
		background: url("../immagini/codalunga.jpg")no-repeat center center;
		background-repeat: no-repeat;
		text-align: center;
		width: 100vw;
		height: 100vh;
		position: fixed;
		transition: all 0.9s

		-moz-background-size: cover;
        -webkit-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
		}

	div.header_dove {
		background-color: rgba(126,35,30,0);
		width: 50px;
		height: 110px;
		position: fixed;
		top: 0;
		text-align: left;
		z-index: 2;
		}

	div.contenuti_dove {
		position: relative;
		z-index: 0;
		background-color: #171718;
		font-family: 'Montserrat', sans-serif;
		width: 100vw;
		padding-top:10px;
		padding-bottom: 120px;
		margin: 0 auto 0px;
	}

	div.contenuti_dove h1 {
		margin: 22px auto;
		width: 700px;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 22px;
		letter-spacing: 7px;
		color: rgba(255,255,255,0.7);
	}

	div.contenuti_dove h2 {
		margin: 22px auto;
		width: 700px;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 34px;
		letter-spacing: 7px;
		color: rgba(255,255,255,0.7);
	}

	/*div.contenuti_dove p {
		margin: 0 auto;
		width: 700px;
		text-align: left;
		font-weight: 300;
		font-size: 16px;
		line-height: 25px;
		color: rgba(255,255,255,0.7);
	}*/

	div.contenuti_dove p a {
		text-decoration: none;
		color: #c7ac7b;
		transition: all 700ms;
	}

	div.contenuti_dove p a:hover {
		text-decoration: none;
		color: #ffffff;
		transition: all 700ms;
	}

	p.elenco {
		margin: 0 auto;
		width: 700px;
		text-align: left;
	}
