* {
	box-sizing: border-box;
}

.row::after {
	content: "";
	clear: both;
	display: block;
}

html {
	font-family: "Lucida Sans", sans-serif;
	background-color: #ebdfdf;
}

.header {
/*	background-color: #ffffff;	*/
	background-color: #ebdfdf;
	position: fixed;
	top: 1px;
	height: 60px;
	width: 100%;
	background-image: url("../img/Logo-Bigger.png");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}

.menu {
	display:block;
	position: fixed;
	top: 61px;
	width: 25%;
	height: 605px;
	/*background-color: #19a7b3;*/
	background-image: url("../img/SfondoMenu.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
	overflow: auto;
	color: #131111;
	font-weight: bold;
}


.menu td {
	margin-left: 30px;
	text-decoration: none;
	color: #ffffff;
	padding: 4px;
	font-weight: bolder;
	font-size: 18px;
	text-align: left;
	/* background-color:rgba(9, 65, 70, 0.3) */
}
.menu td:hover {
	/* background-color: #19a7b3; */
}
.menu th {
	margin-left: 30px;
	text-decoration: none;
	color: #ffffff;
	padding: 4px;
	font-weight: bolder;
	font-size: 18px;
	text-align: left;
	/* background-color:rgba(9, 65, 70, 0.3); */
}
 
.menuBg {
	background-color:rgba(9, 65, 70, 0.3);
}
.menuBgL:hover {
	background-color: #19a7b3;
}

.menuBt {
	position: fixed;
	top: 1px;
	right: 1px;
	display:none;
	color: #ffffff;
	padding: 1px;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 3;
}

.ClMenuBt {
	background-image: url("../img/ic-close-menu.png");
}

.OpMenuBt {
	background-image: url("../img/ic-menu.png");
}

.HideMe{
	display: none !important;
}

.ShowMe{
	display: block !important;
}

.PageContent {
	position: relative;
	top: 40px;
	width: 75%;
	float: right;
	padding: 15px;
	z-index: 1;
	text-align: justify;
/*	background-color: #ebdfdf;*/
	min-height: 625px;
}

.footer {
	background-color: #99b4bf;
	color: #000000;
	text-align: center;
	font-size: 14px;
	padding: 8px;
	margin-top: 30px;
	z-index: 2;
}

.Img4Gal img {
	width: 200px;
	height: 200px;
	object-fit: scale-down;
}


.GalBox {
	display:none; 
	position: fixed; 
	top: 45px; 
	left: 30px; 
	border: 1px solid black; 
	background : black; 
	overflow: hide; 
	opacity: 0.98;
	z-index: 1000;
	text-align: center;
	
}
.CloseGal {
	position: relative; 
	color: white;
	top: 10px; 
	margin-right: 10px;
	float: right;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid white; 
	cursor: pointer;
	z-index: 1010;
}


.Img-Centro {
	position: absolute;
	width: 100%;
	height: 100%;	
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 1005;
}



@media only screen and (max-width: 768px) {
  /* For mobile phones: */
	.header {
		background-image: url("../img/Logo-Small.png");
		background-position: left;
	}
	.PageContent {
		width: 100%;
	}
	.menu {
		display:none;
		width: 100%;
/*		background-color: #ffffff;*/
	}
	.ClMenuBt {
		display:none;
	}
	.menuBt {
		display:block;
	}
}
@media only screen and (min-width: 769px) {
	/* For desktop: */
	.menu {
		display:block !important;
	}
	.ClMenuBt {
		display:none;
	}
	.menuBt {
		display:none;
	}
}