body {
	margin: 0;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	text-align: center;
	align: center;
}
/*
.centerXY {
}

.uc_image {
	background-image: url('en_construction.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 50%;
	background-color: white;
	position: relative;
}
.uc_text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
*/
.div-body {
	display: flex;
	width: 100%;
	justify-content: center;
}

.div-main {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	width: 800px;
	prefered-width: 800px;
}
.div-header {
	display: flex;
	flex-direction: row;
	height: 100px;
}
.div-header-logo {
	margin-left: 50px;
	margin-top: 15px;
	
	width: 50%;
	
	background-image: url('EGENESIA.jpg');
	background-repeat: no-repeat;
	background-position: left;
	background-color: white;
	background-size: contain;
}
.div-header-menu {
	width: 50%;
	margin-right: 50px;
	
	display: flex;
	justify-content: right;
	align-items: flex-end;
}
.div-welcome {
	margin: 15px;
	background-image: url('background_0.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 50%;
	background-color: white;
	height: 540px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-size: 3em;
	font-weight: bold;
	color: white;
}

.div-content {
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
	
	border-top: 1pt solid silver;
	
	display: flex;
	justify-content: center;
}

.menu-link {
	color: darkgray;
	cursor: pointer;
}
.menu-link:hover {
	color: #E336A5;
}
.menu-link-active {
	font-weight: bold;
	color: #649AE3;
	cursor: default;
}
.menu-link-active:hover {
	color: #649AE3;
}

.div-content-text {
	margin-top: 50px;
	text-align: justify;
	align: justify;
	flex-grow: 1;
}

.div-grid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.div-grid-element {
	min-width: 48%;
}

.partner-yt {
	background-image: url('YOUTRANSACTOR.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: white;
}