@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker");

* {
	padding: 10 px;
	margin:0px;
	box-sizing: border-box;
	font-family: Verdana, Geneva, sans-serif;
}

body {
	background-color: #FFF;
	color: #000;
}

.full {
	background-color: #FFF;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.testa {
	background-color: #FFF;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.testa_logo {
	background-color: #FFF;
	width: 150px;
	height: 80px
	margin: 0px 0px 0px 0px ;
	padding: 2px;
}

.testa_titolo {
	background-color: #ddd;
	width: 100%;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	text-align: left;
	font-size: 14px;
	color: #777;
}

.home {
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	color: #000;
	background-color: #FFF;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box {
	background-color: #FFF;
	width: 31%;
	border-radius: 11px;
	margin-bottom : 10px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 5px;
	height: 400px;
	text-align: center;
	margin: 10px;
}

.box-pict {
	background-color: #CCC;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
    margin: 5px auto 5px;
}

.box-titolo {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 3px;
	text-align: center;
}

.box
-testo {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	padding: 5px;
}

.piede {
	background-color: #888;
	color: #fff;
	width: 100%;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: left;
	float: left;
}
