body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	background: #eee;
	position: relative;
	height: 100%;
}
.headerContainer,
.bodyContainer,
.footerContainer {
	max-width: 960px;
	margin: 0 auto;
	background: #FFF;
}
.padding {
	padding: 20px;
}
.bodyContainer {
	min-height: 500px;
}
.popUpBannerBox {
	position: fixed;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #FFF;
	z-index: 999999;
	display: none;
}
.popUpBannerInner {
	max-width: 571px;
	margin: 0 auto;
}
.popUpBannerContent {
	position: fixed;
	top: 10px;
}
.closeButton {
	color: red;
	text-decoration: none;
	font-size: 18px;
}

.imagendiv{
	max-width: 50%;
}

@media (max-width: 992px) {
	
	.mgres{
		margin-left: 30%;
	}
	
	.textcentro{
		text-align: center;
	}
	
	.imagendiv{
		max-width: 78%!important;
	}
	
}