.incarico {
	font-weight: bold;
}
.gruppo {
	font-size: .8em;
	color: #666;
}
.nome {
	font-weight: bold;
}

ul {
	margin-top: 1em;
	margin-left: 1em;
	padding-left: 1em;
}
li{
	margin-bottom: 1em;
}

/* Presidente */
#presidente {
	text-align: center;
	margin-left:auto;
	margin-right: auto;
	width: 290px;
	border: 0px;
}

#presidente img{
	float: left;
	width: 93px;
	height: 132px;
}

/* Vice Presidente 1 Maggioranza */
#vicepresidente1 {
	float: left;
	text-align: center;
	margin-left:0px;
	margin-right: auto;
	width: 250px;
	border: 0px;
}

#vicepresidente1 img{
	float: left;
	width: 95px;
	height: 130px;
}

/* Vice Presidente 2 Minoranza */
#vicepresidente2 {
	text-align: center;
	margin-left:300px;
	margin-right: auto;
	width: 250px;
	border: 0px;
}

#vicepresidente2 img{
	float: left;
	width: 90px;
	height: 130px;
}
