* {
	font-family: verdana, arial, helvetica, sans;
	font-size: 14px;

-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box; 
}
body {
	margin: 0;
	padding: 0;
	background-color: lightgray;
	overflow-y: scroll;
}

article {
	clear: both;
	margin: 0px;
	float: left;
}


#nav {
	margin: 30px 20px;
}
.homewidget {
	clear: both;
}


.marker {
	background-color: cyan;
}
.widgets {
	display: block;
	background-color: transparent;
	float: left;
	width: 100%;


}
.widget {
	display: inline-block;
	border: 0px solid gray;
	border-radius: 10px;
	float: left;
}
tt {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: gray;
}

.widget.links {
	clear: both;
}




.link .white a {
 
height: 50px;
display: block;
padding-top: 40%;

}


div.center {
	max-width: 900px;
	background-color: transparent;
	height: 2000px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;


}
div.pagina {
	width: 100%;
	background-color: white;
	margin: 20px 0;



	display: inline-block;

-webkit-box-shadow: 2px 2px 12px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 12px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 12px 0px rgba(50, 50, 50, 0.75);

}

div.footer {
	margin-top: 10%;
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: right;
	float: right;
}
div.footer p {

	margin-right: 20px;
}




ul.sf-menu {
	margin: 20px;
}


@media (max-width: 1000px) {
	div.center {
		max-width: 90%;
	}		
}

div.scroll {
	position: fixed;
	top: 0;
	left: 0;
	height: 101%;
	width: 100%;
	background-size: cover;
	z-index: 1;
	opacity: 0.1;
	background-position: center;
}

@media (max-width: 600px) {
	div.center {
		max-width: 90%;
	}
	.widget {
		width: 100%;
		background-color: gray;
	}		
	.widget img {
		width: 100%;
	}
	#nav {
		width: 50%;
		margin-left: 20px;
	}
	#nav li {
		width: 100%;
		float: right;
	}
	#nav li li {
		width: 90%;
		float: right;
	}
	
	#nav, #nav ul, .sf-menu ul, .sf-menu li, .sf-menu a {
		position: static;

	}
	#nav li a {
		text-align: right;

	}


	#editmenu {
		display: none;
	}

	

	
}
