body{
	background: url("../img/site/logo_wallpaper.jpg") no-repeat center bottom;
	background-size: cover;
}
#faixa{
    text-align: center;
    top: 15px;
    height: auto;

    }
#faixa p{
	margin: 5px 10px;
	line-height: 16pt;

	}
#lg_dest{
	margin: 10px;
	width: 40%;
	margin-right: 5%;
	height: 500px;
	background: url('../img/site/lgS_integrarmkt.png') no-repeat center;
	background-size: 350px;
	font-size: 0;
	}
#faixa h2{
	margin: 20px 0px 10px 0;
	color: #407129;
	}
#bgFaixa{
	background: #fff;
	width: 100%;
	height: 100%;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
}
.unidade{
	color:#000;
	width:20%;
	margin-top:10px;
}
#itens{
	text-align: left;
	column-count: 2;
}

#itens ul li{
	line-height: 20pt;
	font-size: 12pt;
	margin-left: 50px;
	list-style: disc;
}

#itens ul li a{
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	color: #000;
}
#itens ul li a:hover{
	color: #ff8000;
	font-weight: bold;
}
