/* Estilos espec?ficos da aplica??o.
   Deve-se habilitar sua renderiza??o no web.xml, se for usado */

#barraBotoes{
	width:100% !important;
	background-color:#FFF;
	display:block;
	padding:2px 2px 12px 2px;
}
#barraBotoes span{
	margin-left: 4px;
	float: left;
}
.barraFixed{
	position: fixed;
	top: -5px;
	left: 0;
	width: 75% !important;
	z-index: 1001;
	padding-top:14px !important;
	/*padding-right:25% !important;*/
	box-shadow: 0 0 5px 0 #222;
	border-bottom:1px solid #B2B2B2;
	-webkit-box-shadow: 0 0 5px 0 #222;
	-moz-box-shadow: 0 0 5px 0 #222;
	background:#FFF url(dsf_azul/nav-barra.png) bottom repeat-x !important;
}
.barraFixedBottom{
	bottom: 25px !important;
	top:inherit !important;
}
.barraDefault {
	width:100% !important;
	height: auto;
	z-index: 999999;
}
.barraFixed .logosiatp{
	background:transparent url(dsf_azul/logo_siatp.png) center left no-repeat !important;
	display:block;
	width:144px;
	height:30px;
	float:right;
}
.barraDefault .logosiatp{
	display:none;
}
#rodape{
	position: fixed;
	bottom:0px;
	width: 100%;
	background-color:#FFF;
}
