html,body{
	height:100%;	
}
.background{
	width:100%;
	height:auto;
	min-height:100%;
	padding-top:20px;
}
.background .cabecalho{
	width:100%;
	height:116px;
	background:url(../imagens/fundo.png);
	position: relative;
}
.borda-topo{
	width:100%;
	position:absolute;
	top:2px;
	height:2px;
	background:#FFF;	
}
.borda-bottom{
	width:100%;
	position:absolute;
	bottom:2px;
	height:2px;
	background:#FFF;	
}
.cabecalho .linha{
	background: url(../imagens/cores.jpg) bottom center repeat-x;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0px;
	bottom: -5px;
}
.desenvolvido-xs{
	margin-right:5px;	
}
.background .cabecalho .corpo{
	max-width:980px;
	width:100%;
	min-height:116px;
	margin:0 auto;
	position:relative;
	min-width:320px;
}
.background .cabecalho .corpo .logo{
	width:275px;
	height:80px;
	float:left;
	display:block;
	padding-left: 10px;
	margin-top: 19px;
	
}
@media (max-width:767px){
	.background .cabecalho .corpo .logo{
		height:55px;
		width:220px;
		margin-top:30px;	
	}
	.background .cabecalho .corpo .logo img{
		width:100%;	
	}
}
.background .cabecalho .corpo .links{
	float: right;
	height: 40px;
	width: 479px;
	margin-top: 35px !important;
}
.background .cabecalho .corpo .links li{
	width:150px;
	height:40px;
	float:left;
	border:2px solid #FFF;
	margin-left:8px;
	color:#FFF;
	text-align:center;
	line-height:38px;
	overflow:hidden;
	position:relative;
	font-family: 'Roboto Condensed';
}
.background .cabecalho .corpo .links li a{
	width:100%;
	height:40px;
	display:block;
	z-index:9;
	position:absolute;
	top:0px;
	left:0px;	
	color:#FFF;
}
.background .cabecalho .corpo .links li .hover{
	width:100%;
	height:0px;
	display:block;
	z-index:8;
	position:absolute;
	top:0px;
	left:0px;	
	background:#FFF;
}
.titulo{
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
	font-family: 'Roboto Condensed';
	margin-left: 15px;
	background:url(../imagens/linha-titulo.jpg) 155px top no-repeat;
}
.conteudo-corpo{
	margin-top:20px;	
}
.conteudo{
	min-height:600px;	
}
.menu-xs{
	display:none;	
}
.menu-xs a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #333;
	text-align: center;
	color: #FFF;
	background: url(../imagens/fundo.png);
	font-size: 12px;
	font-family: 'Roboto condensed';	
}
.footer{
	margin: 0 auto;
	margin-top: 13px;
	max-width: 970px;
	width:100%;
	padding-top:20px;
	min-height: 30px;
	margin-bottom: 4px;
	padding-left:10px;
	text-align:left;
	font-family: 'Roboto condensed';	
	font-size:12px;
	color:#FFF;
	line-height:30px;
}
.borda-topo{
	width:100%;
	position:absolute;
	top:2px;
	height:2px;
	background:#FFF;	
}
.total-footer{
	width:100%;
	position:relative;
	height:310px;
	background:url(/imagens/fundo.png);	
}
.desenvolvido{
	font-size:11px;	
	font-family: 'Roboto condensed';	
	font-size:12px;
	color:#FFF;
	line-height:30px;
	display:table;
	float:right;
	padding-right:10px;
}