

footer {
	margin-top: 1em;
	background-color: #333;
	color: #FFF;
	padding: 20px;
}


.cinza {
	background-color: #D9D9D6;
}

.topo {
	background-color: #6f1010;
	height: 30px;
}
.conteudo {
	width: 90%;
}

/* --- dropdown --- */
.navbar-default {
    background-color: rgb(111,16,16);
    border-color: rgb(111,16,16);
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:5px !important; 
    padding-bottom:0 !important;
    height: 15px;
}

.navbar {
    min-height:40px !important;
}

.nav-brand-img {
    background-image: url(img/logo2.png);
    width: 59px;
    height: 30px;
    font-size: 0;
}

.foto {
	padding-bottom: 10px;
}

.logo {
	margin-top: 20px;
}

@media(min-width: 540px){
	.logo {
		margin-top: 20px;
	}
}
