@charset "UTF-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;	
}
header, footer, article, section, .sottotitolo{
	display:block;
}
article{
	margin-top:0px;
	margin-bottom:0px;
}
body{
	background-color:#fff;
}
h1{
	color:#333;
}
h2{
	color:#888;
}



.jeans-grande { max-width:980px;
}


nav2 {
	position: fixed;
	top: 0px;
	width:84px;
	height:34px;
	background-color:#fff;
	text-align: right;

}





a.linkmenu:link {
	font-family: 'Dosis', sans-serif;
	display:inline;
	font-size:25px;
	color: #211D1C;
	text-decoration: none;
}
a.linkmenu:visited {
	text-decoration: none;
	color: #211D1C;
}
a.linkmenu:hover {
	text-decoration: none;
	color: #DDC894;
}
a.linkmenu:active {
	text-decoration: none;
	color: #211D1C;
}




section{
	margin-top:0px;
	margin-bottom:0px;
	text-align:justify;
}


