body {
	/*background-color: #E7E7E7;*/
	background: url(../../images/geo_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	.space8 {
		margin-top: 80px;
	}
	.space4 {
		padding-top: 40px;
	}
	.custom-orange {
		color: #fff;
    background-color: #eea236 ;
    border-color: #f0ad4e;
	border-radius: 0px;
	
	}
	.logo {
		width: 100%;
		padding: 30px 0px;
	}
	.content {
		background-color: white;
		padding: 15px 15px;
		
	}
	.red {
		background-color: red;
	}
	.content {
    background-color: white;
    padding: 15px 15px;
}
.div-carregamento-pagina
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999997;
	/* transparência compatível com os navegadores comuns.*/
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	background: black;
	text-align: center;
}
.texto-carregamento {
	color: #ccc;
	font-size: 30px;
	margin-top: 30%;
}