.nav-user{
	float:right;
}

.circulo
{
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.no_line
{
	width:100%; 
	text-align: left;
}

.no_line:hover
{
	text-decoration: none;
	color: #337ab7;
}

.no_link
{
	text-decoration: none;
	color:#337AB7;

}

.no_link:hover
{
	text-decoration: none;
	color:#337AB7;
}


hr {
	color: #3c763d;
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 30px 0;
}


page-header_novo {
padding-bottom: 9px;
margin: 10px 0 5px;
border-bottom: 1px solid #eeeeee;
}

.img_inicial{
	width:500px;
	height: auto;
	margin: 100px auto;
}

#beta {
	font-size: xx-small;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

@media (max-width: 767px) {

.nav-user{
	float:none;
}

}