@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
@charset "UTF-8";



/* GERAL */

.bg-home{
	height:530px;
    position: top;
    float: left;
    position: relative;
    
}

.logo{
	position: relative;
	z-index: 10;
}

.sociais{

	position: relative;
	z-index: 6;

}

.navigator {
	float: right;
	margin-right: 111px;
	margin-top: -67px;
	position: relative;
	z-index: 9;
}

.nav a {
	margin-left: 10px;
	color: #000;
	border-radius: 10px;
	text-decoration: none;
	font-size: 0px;
	background: #fff;
	padding: 8px 8px;

	

}

.nav a.activeSlide { 
	background: #000; 
}

.navigator ul li {
	margin-left: 10px;
	text-decoration: none;
	display: inline-block;
}





