/*##### PRINCIPAL #################*/
.carregandoVeics{
	color:#666;
	display:none;
}

.carregandoMids{
	color:#666;
	display:none;
}

.carregandoProgs{
	color:#666;
	display:none;
}
body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333333;
  background:#fff url(../imagens/lines.png);
  
}

#caixa_login{background-image:url(../imagens/caixa_login_inicial.png); width:430px; min-height:225px; margin:auto}
#form_login{ width:430px; height:225px; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#C00; margin:auto; padding-top:2px}




#bgTop{
	width:100%;
	min-height:83px;
	background:url(../imagens/bg_top.jpg) top repeat-x;
}


#logo{
	width:485px;
	height:139px;
	float:left;
	margin:0;
	position:relative;
	z-index:10000

}

.bgMenu{
	
	background:url(../imagens/bg_menu.jpg) top repeat-x;
	min-height:92px;
}

.navbar-nav{
		float:right;
		
	}

.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
  background:#0066CC;
  border:#000851 1px solid;
  margin:1px;
  -webkit-border-radius: 6px;
border-radius: 6px;
color:#fff;
text-transform:uppercase
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
	background:#003;
}


ul.menuLateral{
	background:#323641;
	list-style:none;
	padding:0;
	margin:0
}

ul.menuLateral li{
	height:56px;
	line-height:56px;
	display:block;
	cursor:pointer

}

ul.menuLateral li a{
	display:block;
	color:#fff;
	font-size:14px;
	padding-left: 15px
}

ul.menuLateral li a:hover{
	color:#999
}

ul.menuLateral .divideMenuLat{
	background:url(../imagens/divide_menu_lat.jpg) center repeat-x;
	height:6px;
	width:100%;
}

/*##### RODAPE #################*/

footer {
	width:100%;
	min-height:160px;
	background:url(../imagens/bg_top.jpg);
	margin:auto;
	color:#fff;
	font-weight:300;
	font-size:20px;
	line-height:150%;
	padding:0px 10px;

}


footer a{ color:#fff; }
footer a:hover{ color:#FC0 }


/*##### INTERNAS #################*/

.panel{
	-webkit-box-shadow: 0 0 8px 0 #666666;
box-shadow: 0 0 8px 0 #666666;
}

.breadcrumb{
	background:url(../imagens/bg_breadcrumb.jpg) center no-repeat;
}

.tit_internas{ 
	height:76px;
	margin:auto;
	background:url(../imagens/bg_tit.jpg);
	padding:10px 2px;
	font-size:28px;
	font-weight:400
}

.titulo{
	font-family: 'Oswald', sans-serif;
	font-size:28px;
	font-weight:300;
	text-transform:uppercase;
	color:#ffffff;
	padding-left:10px;
	width:80%;
	float:left
}

.tagsVer{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	min-height:35px;
	margin:5px 0;
	background-color:#f9f9f9;
	line-height:35px;

}
