/*#Titolo{
	color: black;
	background-color: WHITE;
	border: 1px black solid;
	border-radius: 5px;
	text-align: center;
	vertical-align:middle;
	padding: 0px;
}

#Corpo{
	border: 1px black solid;
	height: 80%;
}

#Piede{
	clear: both;
	top: 90%;
	text-align: center;
	border: 1px black solid;
}*/

h2{
  text-align: center;
}

.ui-layout-pane-north {
	overflow: hidden !important;
}

.ui-layout-pane-south {
	overflow: hidden !important;
	height: 10px !important;
	vertical-align: middle;
}

#Titolo1{
	font-size: 36px;
	color: black;
	padding: 0px;
	text-align: center;
}

#Titolo2{
	font-size: 18px;
	color: black;
	padding: 0px;
	text-align: center;
}

#Piede{
	font-size: 12px;
	text-align: center;
}


.clsDivImg-dx img,
.clsDivImg-sx img{
    max-width: 100%;
    max-height: 100%;
}

.clsDivImg-dx{
  float:right;
  margin:10px;
}

.clsDivImg-sx{
  float:left;
  margin:10px;
}

#idDivImg1{
  width:25%;
  height:25%;
}

#idDivImg2{
  width:20%;
  height:20%;
}

#idDivImg3{
  width:20%;
  height:20%;
}