body, html {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.container {
	max-width: 800px;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 40px rgba(0,0,0,0.3);
}

.meta-container {
	max-width: 1000px;
	margin: auto;
	background: #fff;
	padding-top: 50px;
	padding-bottom: 40px;
}

.header {
	height: 160px;
	background: #ffffff;
	padding: 20px;
}

.menu {
	background: #f0f0f0;
}

.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	display: inline-block;
}

.menu li a {
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	color: #000;
}

.menu li.mainLogout {
	float: right;
}

.menu .principal {
	padding: 10px 20px;
	display: block;
}

.texto2c {
	padding: 20px;
}

.footer {
	background: #f0f0f0;
}

.footer-upper {
	padding: 1px 20px 20px 20px;
}

.footer-upper h4 {
	text-transform: uppercase;
	color: #000;
}

.button {
	background: #f0f0f0;
	border: 1px solid #bbb;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 15px;
}

.header-logo {
	background: url(../images/logo.svg) center center no-repeat;
	width: 289px;
	height: 80px;
	background-size: 289px 80px;
}

.wblu-logo {
	background: url(../images/wblu.svg);
	background-size: 400px 83px;
	width: 400px;
	height: 83px;
	float: right;
}

.button.email-us-btn {
	background: #F5A623 url(../images/email.svg);
	background-size: 30px 21px;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 5px 5px 5px 45px;
	text-decoration: none;
	color: #fff;
	border-color: transparent;
}

.footer-left {
	display: inline-block;
}

.footer-right {
	float: right;
	padding-top: 30px;
}

.footer-right ul, .footer-right li {
	list-style: none;
}

.footer-right li a {
	text-decoration: none;
	color: #000000;
}

.footer-lower {
	text-align: right;
	padding: 20px;
	background: #ffffff;
	color: #000;
}

.footer-lower img {
	height: 20px;
}
.modalPopupWindow {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}

.modalPopupBackground {
	background: #aaa;
	background: rgba(40, 40, 40, .8);
}