#pagina2{
	height: 1020px;
	width: 100%;
	background-image: url(../images/bgs/bg_laranja.png) !important;
	margin-top: 20px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #ccc;
}

#p2bg{
	width: 100%;
	height: 1020px;
	background-image: url(../images/bgs/bolas.png) !important;
	background-position: 50% 0;
	
}


.menu-principal{
	display:none;
	width: 100%;
	height: 50px;
	background: #333;
	border-bottom: 2px solid #F15F22;
	box-shadow: 0 0 8px #333;
}

#icon-menu{
	font-family: sans-serif;
	cursor: pointer;
	display:block;
	float:left;
	color: #Fff;
	height: 50px;
	line-height: 45px;
	width: 50px;
	padding-right: 8px;
	padding-left: 8px;
	background: #f15f22 url(../images/content/fenixicon.png) center no-repeat;
	border-radius: 1em 1em 0 0;
	-moz-border-radius: 1em 1em 0 0;
	-webkit-border-radius: 1em 1em 0 0;

	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	}

#icon-menu:hover{
	background-color: #d9561f;
}

.fix-nav{
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
}

.links ul{
	width: 100%;
	height: 50px;
}

.links ul li a{
	float: left;
	height: 50px;
	width: auto;
	max-width: 165px;
	margin: 0 0 0 5px;
	line-height: 49px;
	padding: 0px 10px 0 10px;
	font-size: 20px;
	color: #fff;

	transition: ease-in-out 0.10s;
	-moz-transition: ease-in-out 0.10s;
	-o-transition: ease-in-out 0.10s;
	-webkit-transition: ease-in-out 0.10s;
}

.links ul li a:hover{
	color: #ea5010;
	text-shadow: 0px 0px 5px #ea5010;
}

#sobre article{
	width: 100%;
	height: 490px;
	background: url(../images/bgs/bg_branco.png);
	border-radius: 3px;
}

#sobre p{
	padding: 30px 0 30px 30px;
	font-family: Segoe UI,sans-serif;
	font-size: 18px;
	color: #333;
	max-width: 545px;
	text-align: justify;
	display:block;
	float:left;
}

#sobre img{
	border: 1px solid #fff;
	margin: 45px 40px 40px 70px;
	display:block;
	float:left;
	cursor:pointer;
}

#sobre-fotos h2{
	margin-top: 15px;
}

#sobre-fotos li{
	border: 1px solid #fff;
	width: 330px;
	margin-top: 5px;
	height: 180px;
	float:left;
	background: #333;
}

.mright{
	margin-right: 10px;
}

