/* CSS Capa */

/* Destaques (Script) */

#destaques{
	width:679px;
	height:233px;
	margin:0 0 0 7px;
	position:relative;
	background:#f0f4f7;
}

#destaques .molde{
	width:711px;
	height:276px;
	background:url(../img/molde_destaques.png) no-repeat top;
	position:absolute;
	z-index:10;
	top:-7px;
	left:-16px;
}

#destaqueshemp{
	width:600px;
	height:220px;
	margin:0 0 0 0px;
	position:relative;
	background:#f0f4f7;
	border:0;
	
}

#destaques .molde .controles{
	width:75px;
	height:13px;
	float:left;
	margin:247px 0 0 319px;
	font-size:10px;
	overflow:hidden;
}

#destaques .molde .controles ul{
	float:left;
	margin:0;
}

#destaques .molde .controles ul li{
	float:left;
	padding:0 4px;
	background:orange;
	margin:0 1px 0 0;
	cursor:pointer;
}

#destaques .molde .controles .inativo{
	color:#333;
	background:url(../img/n_destaque_inativo.gif) no-repeat top;
}

#destaques .molde .controles .ativo{
	color:#663300;
	background:url(../img/n_destaque_ativo.gif) no-repeat top;
}

#destaques img{
	display:none;
}

#destaques #link{
	width:679px;
	height:233px;
	position:absolute;
	z-index:15;
	top:0;
	left:0;
}

/* Features do sistema */

#feature-sistema{
	width:100%;
	min-height:50px;
	margin:30px 0 0 0;
}

#feature-sistema .title {
	background: transparent url('../img/hn-bottom.png') no-repeat right bottom;
	color: #036;
	line-height: 1.50;
	margin: 0 0 10px 0;
}
#feature-sistema .item{
	width:95%;
	float:left;
	font-size:12px;
	color:#333;
	margin:0 0 30px 0;
}

#feature-sistema .item .icon{
	width:55px;
	float:left;
	text-align:left;
}

#conteudo-destaque{
	width:100%;
	margin:26px 0 0 0;
	font-size:12px;
	color:#333;
}

#conteudo-destaque p{
	margin:10px 0 0 0;
}

#conteudo-destaque .center{
	width:630px;
	float:center;
}

#conteudo-destaque .left{
	width:315px;
	float:left;
}

#conteudo-destaque .right{
	width:315px;
	float:right;
}