body{
	margin: 0px;
	padding: 0px;	
	color: #303030;
}	



div{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:link{
	color: #fff;
	text-decoration: none;
}

a:visited{
	color: #fff;
}



@media only screen and (min-width : 800px) {

	.logo{
		position: absolute;
		top: 80px;
		left: 80px;
		z-index: 999999999;
	}
	
	.footer{
		position: absolute;
		bottom: 80px;
		right: 80px;
		z-index: 999999999;
	}
	
	.sergio{
		position: absolute;
		bottom: 80px;
		left: 80px;
	}
	
	.dMob{
		display: none !important;
	}
	
	.boxEmilio{
		margin-top: 44px;
	}
	
	.boxPico{
		margin-top: 105px;
		display: block;
	}
}

@media only screen and (max-width : 800px){
	
	.boxSite{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 999999999;
		
	}
	
	.logo{
		position: relative;
		margin-top: 30px;
		margin-left: 30px;
		max-width: 80%;
		width: 300px;
	}
	
	.footer{
		position: relative;
		margin-top: 30px;
		margin-left: 30px;
	}
	
	.boxEmilio{
		margin-top: 25px;
		height: 30px;
	}
	
	.boxIvan{
		height: 30px;
	}
	
	.listaIcone img{
		height: 20px;
	}	
	
	.boxPico{
		margin-top: 25px;
		display: block;
	}
	
	
	
	.sergio{
		position: absolute;
		bottom: 30px;
		left: 30px;
	}
	
	.dDesk{
		display: none !important;
	}
	
}