@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-sistema2.jpg);
}

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

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

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

nav#nav-topo .navbar-header{
	padding-top: 10px;
	min-width: 100%;
}

nav#nav-topo .titulo{
	margin-top: 40px;
	color: rgb(120,150,200);
	font-size: 26pt;
	font-weight: bolder;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}

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

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

#rodape .titulo{
	font-size: 16pt;
	text-transform: uppercase;
}

