header{
	width:100%;
	height:141px;
	background:#fff;	
}
#cabecalho{
		width:900px;
		margin:0 auto;
}
#cabecalho hgroup{
	/*background: url(../images/bgLogo2.png) no-repeat 0px 0px;*/
	width:350px;
	height:141px;
	float:left;
	margin:-16px 0px 0;
	position: relative;
}
#cabecalho h1{
	position: absolute;
	top: 25px;
	left: 60px;
}
#cabecalho ul{
	float: right;
	width: 300px;
	margin: 43px 70px 28px 30px;
}
#cabecalho .consultoria {
background: url(../images/iconeDS.jpg) no-repeat 0px -3px;
color: #b3b2b2;
font-size: 14px;
text-align: left;
text-transform: uppercase;
padding-left: 30px;
height: 27px;
}
#cabecalho .advocacia {
background: url(../images/iconeDS.png) no-repeat 0px -3px;
color: #b3b2b2;
font-size: 14px;
text-align: left;
text-transform: uppercase;
padding-left: 30px;
height: 27px;
margin-left: 15px;
}

/* BANNER DESTAQUE */
.boxSlider{
	width:870px;
	margin:0 auto;
	position:relative;
} 
.boxSlider .slider{
	width:870px;
	height:275px;
	overflow:hidden;
	margin:0 auto;
}
.boxSlider .slider .slider-item{
	width:870px;
	height:275px !important;
	float:left;
	position:relative;
}
.boxSlider .slider .slider-item p{
	width:30%;
	line-height:15px;
	background: rgba(0,0,0,0.8);
	position:absolute;
	bottom:20px;
	left:20px;
	padding:10px;
	font-size:12px;
	color:#fff;
}
.boxSlider .slider .slider-item{
}
.boxSlider .pager{	
	position:absolute;
	top:10px;
	right:20px;
	z-index:999;	
}
.boxSlider .pager a{
	display:block;
	width:12px;
	height:12px;
	background:#1d2748;
	float:left;
	opacity:0.8;
	cursor:pointer;
	margin:0px 3px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.boxSlider .pager a:hover{
	background:#C79C28;
}
.boxSlider .pager a.sliderAtivo{
	background:#C79C28;
}