/**
 * OVERWRITE
 */
.g-title {
	font-weight: bold;
}

/**
 * MENU
 */
#g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
	color: #ffffff;
}

/**
 * HEADER
 */
#g-header {
	border-top: 0;
	border-bottom: 0;
}
#g-header > .g-container {
	background: #821e39;
}


/**
 * LOGIN
 */
 #g-header #login-form-container {
	background: url(../img/building-bg.png) no-repeat right bottom;
	background-size: contain;
}
#g-header .login-greeting {
	color: white;
	font-size: 2.5em;
	text-align: right;
}
#g-header .logout-button {
	font-size: 1.5em;
	text-align: right;
}
#g-header .form-horizontal .control-label {
	color: white;
}
#g-header #login-form-container {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#g-header #login-form-container > .g-content {
	width: 95%;
	margin-top: 40px;
}


/**
 * SEPARATOR
 */
#g-feature {
	z-index: 10002;
}
#g-feature > .g-container > .g-grid{
	position: relative;
}
#divider-sup {
	position: absolute;
	z-index: 1;
}

/**
 * FEATURES
 */
#g-feature > .g-container {
	background: #f9f4f5;
}

/**
 * EXTENSION
 */
#g-extension > .g-container {
	background: #f9f4f5 url(../img/footer.png) no-repeat right bottom;
	padding-top: 0;
	padding-bottom: 100px;
	min-height: 370px;
}

/**
 * FOOTER
 */
#g-footer > .g-container {
	background: #821e39;
}

/**
 * COLEGIADO
 */
#contactinfo {
	position: relative;
}
.colegiado {
	width: 100px;
	height: 84px;
	position: absolute;
	top: 50px;
	right: 10px;
	background: url(../img/logo-colegiado.png);
}