html{
	overflow-y: scroll; 
	background: url("../images/pattern.jpg") top left;
}



body{
	color: #2e2e27;
	font-family: arial;
	width: 100%;
	height: 100%;
}

section, footer{display: block;}

/*==================================================================================================================================*/



.icone{
	width: 238px;
	margin: 6px auto 0 auto;
	padding-left: 31px;
}

.icone li{margin-left: -7px;}

.icohome{
	display: block;
	width: 58px;
	height: 58px;
	background-image: url("../images/quadricone2.png");
	background-repeat: no-repeat;
}


.blog-ico{background-position: 0 0;}
.face-ico{background-position: -58px 0;}
.twit-ico{background-position: -116px 0;}
.linke-ico{background-position: -174px 0;}



.blog-ico:hover{background-position:  0 bottom;}
.face-ico:hover{background-position: -58px bottom;}
.twit-ico:hover{background-position: -116px bottom;}
.linke-ico:hover{background-position: -174px bottom;}


/*====== HEADER ====================================================================================================================*/

#elemento-home{
	height: 304px;
	margin-top:  -182px;
	top: 50%;
	width: 100%;
	z-index: 2;
	position: absolute;
	background: url('../images/pattern-nuova-index.png') top left repeat-x;
}

.logo-axura{
	display: block;
	margin: 0 auto;
	width: 296px;
	height: 304px;
}


footer{
	position: fixed;
	bottom: 0px;
	z-index: 1;
	height: 30px;
	width: 100%;
	color: white;
	background: #3ca644; /*#788165;*/
	box-shadow: inset 0 -2px 5px #096a0b;
	-webkit-box-shadow: inset 0 2px 5px #096a0b;
	-moz-box-shadow: inset 0 2px 5px #096a0b;

}

footer img{
	float: left;
	margin-right: 4px;
}

footer .interno{
	font-size: 11px;
	width: 852px;
	margin: 0px auto;
	line-height: 16px;
	padding-top: 8px;
	text-align: center;
}

footer .interno a{
	color: white;
}

footer .interno a:hover{
	text-decoration: underline;
}
