@charset "UTF-8";

@import url(bootstrap.css);
@import url(bootstrap-theme.min.css);
@import url(font-awesome.min.css);
@import url(diversos.css);

@font-face{
	font-family: 'Lato';
	src: url('fontes/font-trebuchet.ttf');    
}

@font-face{
	font-family: 'sistema-sigla';
	src: url('fontes/font-sistema-sigla.ttf');    
}

@font-face{
	font-family: 'sistema-nome';
	src: url('fontes/font-sistema-nome.ttf');    
}

html, body {
	height:100%;
	margin: auto;
}

body.sistema-bg{
	background: #fff url(../imagens/bg-sistemaX.jpg);
}

/*............................................................. pagina */
div#pagina{
	position:relative;
	min-height:100%;
}

/*.......................................................... cabecalho */
nav#nav-topo{
	background: rgb(203,1,1);
	background-color: rgba(44,68,106,1);
	border: none;  
	min-height: 100px;
	margin-bottom: 10px;
}

nav#nav-topo img.logo{
	margin-top: 18px;
}

/*.............................................................. corpo */
div#corpo{
	position: relative;
	min-height: 100%;
	margin-top: -36px;
	padding-bottom: 340px;
}

/*............................................................. rodape */
footer#rodape{
	clear: both;
	background-color: rgba(44,68,106,1);
	font-size: 10pt;
	color: #fff;
	position:absolute;
	bottom:0;
	margin-top: -30px;
	min-height: 30px;
	padding: 50px 10px;
	width: 100%;
	text-align: center;
}

