* {
	margin: 0;
	padding: 0;
}

.bg-erro {
	background-color: #2B579A;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -9;
}

.msg-erro-container {
	width: 686px;
	height: 150px;
	position: absolute;
	left: 50%;
	margin-left: -343px;
	margin-top: 20%;
}

.msg-erro-container h1 {
	font-family: 'gotham-book';
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	display: table;
	margin-top: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.msg-erro-container h2 {
	font-family: 'gotham-book';
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	display: table;
	margin-top: 20px;
	letter-spacing: 0.7px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.msg-erro-container h2 a {
	font-family: 'gotham-book';
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	display: table;
	margin-top: 20px;
	letter-spacing: 0.7px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-decoration: none;
}

.ico-erro {
	background-image: url("/giafi/javax.faces.resource/imagens/ops.png.jsf");
	background-repeat: no-repeat;
	width: 371px;
	height: 144px;
	float: left;
	margin-right: 55px;
}

.pesquisa-avancada {
	font-family: 'gotham-book' !important;
}