
/* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
		border-radius: 0;
		background-color: #000000;
    }

.navbar .navbar-brand {
padding-top: 1px;
}
.navbar .navbar-brand img {
  height: 48px;
  padding-bottom: 1px;
}

.navbar-nav li a {
    height: 30px;
}





.navbar .navbar-nav {
    display: inline-block;
    float: none;
	text-align: center;
}

.navbar .navbar-collapse {
    text-align: center;
}


.navbar-text{
 
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	margin:0 auto;
}








.mainbody{
	width:80%;
	margin: 0 auto;
	position: relative;
}



h3 {
	font-size: 1.4em;
}

label.checkbox-inline {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 6px !important;
  margin-right: 2%;
  margin-left:0;
  padding: 10px 10px 10px 30px;
  text-align: left;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-left: 0;
  text-align: left;
}


.columns label.radio-inline, .columns label.checkbox-inline {
  min-width: 180px;
  /*vertical-align: top;*/
  width: 30%;
}

.div_hide1 {
	visibility: hidden;
	width: 1px;
}

.p_hide1 {
	display: none;
}


#img_alternativa {
	visibility: hidden;
	width: 1px;
}


#toTop {
    background: url("../images/totop.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 70px;
    display: none;
    height: 41px;
    width: 41px;
    left: 90%;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    //transition: all 0s ease 0s;
    z-index: 20;
}

#toTop:hover {
    background-position: right 0;
    outline: medium none;
}



.clear {
	float: none !important;
	clear: both;
}
.FooterLine{
	border-top:1pt solid #8c8b8b;
}


footer{
	bottom:0;
}
