 @charset "utf-8";
/* CSS Document */
		  
.navbar {
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	width: 100%;
	margin-top: 95px;
	position: fixed;
	z-index: 1;
}

.top {
	background-image: url(../images/bgTopo.png);
	z-index: 1;
	width: 100%;
	height: 95px;
	/*position: fixed;*/
}

.conteudo {
	margin-left: 2%;
	z-index: 10;
	padding-top: 150px;
}

.logo {
	margin: 10px;
	width: 280px;
	float: left;
}

.redeSocial {
	float: right;
	width: 184px;
	height: 40px;
	margin-top: 15px;
}

.rodape {
	height: 40px;
	background-image: url(../images/rodape.png);
	width: 100%;
	position: absolute;
	top: 57%;
	left: 0;
	display: table;
}

.end {
	display: table-cell;
	vertical-align: middle;
}
  
.placa{
	margin-left: 84%;
	float: right;
	position: absolute;
	top: 0;
	left: 0;
}

.navbar-inverse .navbar-inner {
	border-color: #e7e7e7 ;
}

#footer {
	padding: 0;
	margin-top: 30px;
	font-size: 100%;
	text-align: center;
	width: 100%;
	height: 90px;
	position: relative;
}

#page { min-height: 580px; }