h1{
	text-transform: uppercase;
}
h3{
    font-size: 14px;
    font-weight: normal;
}
.resumo{
    padding-bottom: 20px;
}
h2{
	font-size:24px;
	text-transform: uppercase;
}
h4{
	font-size:20px;
	text-transform: uppercase;
}
.tituloBox{
    font-size: 14px;
    font-weight:bold;
}
.alert{
    font-size: 12px;
}
.list-group-item{
    font-size: 13px;
}
div.barra{
	z-index: 1005;
	position: fixed;
	width:100%;
	height:38px;
	background:#545454;
    overflow: hidden;
}
a.barraHover{
	background:none; 
	overflow:hidden;
}
div#logo{
	float:left; 
	height: 38px;
	margin:0;
    padding: 7px 0; 
    padding-left: 5px;
}
div#logo a:hover{
	background:#666;
	height:38px;
	margin:0;
}
.buttons{
	float:right; 
	height:45px; 
	padding: 0px 0; 
	margin:0; 
	overflow:hidden;
	color:#FFF;
}
div.buttons a{
	background:none;
	padding: 15px 10px;
	margin:0;
    color:#FFF;
    font-size:13px;
}
div.buttons a:hover{
	height:45px;
	margin:0;
}
div.barra div.centro{
	width: 95%;
	margin: 0 auto;
	background:#545454;
	height:38px;
	padding: 0 0px;
	overflow:hidden;
}