@charset "utf-8";
/* CSS Document */

/***********************************************************************
ESTRUTURA GERAL
************************************************************************/
* {
	margin:0;
	padding:0;
	border:0;
	list-style: none;
}

html, body {
	height: 100%;
	width:100%;
	margin: 0px;
	background-color:#F4F4F4;
}

.none{
	position: absolute;
	left: -9000px;
	top: 0;
}

#movie {
	position: absolute;
	width:100%;
	height:100%;
	margin-top:35px;
	z-index:1000;
	overflow: hidden;
}

div.dialogoEnviar {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align:center;
	z-index: 90;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

div.dialogoInterna {
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 150px;
	width: 380px;
	z-index: 91;
	display: block;
	margin-left: -200px;
	/*background-color: #F4F4F4;
	border:1px solid #fff;*/
	padding:15px;
}

div#contentgeral {
 	float:left;
	margin-top:3px;
	padding-bottom:10px;
}
div#contentgeralinfos {
 	float:left;
	margin-top:0px;
	margin-bottom:30px;
}

div#infoPrincipal {
	width:373px;
	float:left;
	margin-top:3px;
}

div#infoOutras{
	width:175px;
	float: left;
	display:inline;
	background:url(../imagens/bg_bdt.jpg) no-repeat top;
	margin: 0;
	padding: 0;
	padding-top: 8px;
}

div#infoOutrasBox{
	width:175px;
	float:left;
	background:#EFF0F0 url(../imagens/bg_infooutras.gif) 0 0 no-repeat;
}
span.bottominfoOutras{
	width:160px;
	height:13px;
	background:#EFF0F0 url(../imagens/bg_infooutras_bottom.gif) 0 0 no-repeat;
	display:block;
	float:left;
}

div#paginacao a.num{
	color: #666;
	text-decoration:none;
	background:url(../imagens/bg_n.gif) 0 0 no-repeat;
	width:22px;
	height:18px;
	display:block;
	float:left;
	margin: 0 2px 0 2px;
	padding: 4px 0 0 0;
	text-align:center;
}
div#paginacao a.num:hover{
	color: #666;
	text-decoration:none;
	background:url(../imagens/bg_n_hover.gif) 0 0 no-repeat;
	font-weight:bold;
	
}

/***********************************************************************
TEXTOS GERAL
************************************************************************/

.texto_site {
	color:#333333;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}

.texto_destaques {
	color:#333333;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.titulos_empreendimento_interna {
	color:#003366;
	font-size:14px;
	font-family: Verdana;
	font-weight:bold;
}

.titulos_empreendimento_box {
	color:#003366;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.txt_base {
	color:#666666;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;	
}

.txt_site2 {
	color:#666666;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;	
}

.txt_site_emp {
	color:#333333;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;	
}

/***********************************************************************
LINKS GERAL
************************************************************************/

a.link_br:link {
	text-decoration:none;
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}
a.link_br:visited {
	text-decoration:none;
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}
a.link_br:hover {
	text-decoration:none;
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}
a.link_br:active {
	text-decoration:none;
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}


a.link_email:link {
	text-decoration:underline;
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}
a.link_email:visited {
	text-decoration:underline;
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}
a.link_email:hover {
	text-decoration:none;
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}
a.link_email:active {
	text-decoration:underline;
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}


/*link destaques*/
a.link_titulo_destaques:link {
	text-decoration:none;
	color:#006699;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.link_titulo_destaques:visited {
	text-decoration:none;
	color:#006699;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.link_titulo_destaques:hover {
	text-decoration:none;
	color:#003366;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.link_titulo_destaques:active {
	text-decoration:none;
	color:#006699;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/*link destaques*/
a.link_box:link {
	text-decoration:none;
	color:#006699;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.link_box:visited {
	text-decoration:none;
	color:#006699;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.link_box:hover {
	text-decoration:none;
	color:#003366;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.link_box:active {
	text-decoration:none;
	color:#006699;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/*link titulos empreendimentos*/
a.link_titulo_empreendimentos:link {
	text-decoration:none;
	color: #003366;
	font-size:14px;
	font-family: Verdana;
	font-weight:bold;
}
a.link_titulo_empreendimentos:visited {
	text-decoration:none;
	color: #003366;
	font-size:14px;
	font-family: Verdana;
	font-weight:bold;
}
a.link_titulo_empreendimentos:hover {
	text-decoration:none;
	color: #000000;
	font-size:14px;
	font-family: Verdana;
	font-weight:bold;
}
a.link_titulo_empreendimentos:active {
	text-decoration:none;
	color: #003366;
	font-size:14px;
	font-family: Verdana;
	font-weight:bold;
}

/*link saiba mais*/
a.link_saibamais:link {
	text-decoration:underline;
	color:#333333;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
a.link_saibamais:visited {
	text-decoration:underline;
	color:#333333;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
a.link_saibamais:hover {
	text-decoration:none;
	color:#333333;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
a.link_saibamais:active {
	text-decoration:underline;
	color:#333333;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

/***********************************************************************
LOGOS PARCEIROS
************************************************************************/
div.parceiros{
	float:left;
	width:155px;
	text-align:center;
	display:inline;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0;
}
div.parceiros a{
	color:#333;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
div.parceiros a:hover{
	color:#333;
	text-decoration:underline;
}
div.parceirosend{
	float:left;
	width:135px;
	margin:0 0 18px 0;
	text-align:center;
	display:inline;
}
div.parceirosend a{
	color:#333;
	text-decoration:none;
}
div.parceirosend a:hover{
	color:#333;
	text-decoration:underline;
}

/***********************************************************************
PAGINA EMPRESA / ABA
************************************************************************/
#tecmenu {
	padding-bottom: 4px;
	background: url(../imagens/bg_tecmenu_bottom.gif) 0 bottom no-repeat;
	float:left;
}

.bgtecmenu {
	width: 539px;
	border-left: 1px #E3E5E5 solid;
	border-right: 1px #E3E5E5 solid;
	background: #fff;
	padding-bottom: 4px;
	margin-top:-2px;
	float:left;
}

.bgtecmenu div .imgDestaque{
	float:left;
	margin-right:15px;
	
}
.bgtecmenu div .imgDestaque2{
	float:left;
	margin-right:8px;
	
}
.bgtecmenu div .imgDestaque3{
	float:left;
	
}
#tecmenu ul {                
	width: 542px;
	margin:0;
	display: block;
	height:95px;
	background: url(../imagens/bg_ul.gif) 0 bottom no-repeat;
}
div#tecmenu ul li {                
	float: left;
	background: none;
	margin-left:8px;
	padding: 0;
}
div#tecmenu ul li a {                
	height: 86px;
	display: block;
}
#tecmenu ul li.mnmetro a {
	width: 113px;
	background: url(../imagens/mn_metro.png) 0 0 no-repeat;
}

#tecmenu ul li.mnmetro a:hover, #tecmenu ul li.mnmetro_hover a {       
	width: 113px;
	background: url(../imagens/mn_metro.png) 0 -89px no-repeat;
}
#tecmenu ul li.mnAlicerce a {
	width: 125px;
	background: url(../imagens/mn_alicerce.png) 0 0 no-repeat;
}

#tecmenu ul li.mnAlicerce a:hover, #tecmenu ul li.mnAlicerce_hover a {       
	width: 125px;
	background: url(../imagens/mn_alicerce.png) 0 -89px no-repeat;
}
#tecmenu ul li.mnSanta a {
	width: 145px;
	background: url(../imagens/mn_santa.png) 0 0 no-repeat;
}

#tecmenu ul li.mnSanta a:hover, #tecmenu ul li.mnSanta_hover a {       
	width: 145px;
	background: url(../imagens/mn_santa.png) 0 -89px no-repeat;
}

/***********************************************************************
PAGINA GRUPO / ABAS
************************************************************************/
#tecmenuGrupo {
	padding-bottom: 5px;
	background: url(../imagens/bg_tecmenu_bottom.gif) 0 bottom no-repeat;
	float:left;
}

.bgtecmenu {
	width: 539px;
	border-left: 1px #E3E5E5 solid;
	border-right: 1px #E3E5E5 solid;
	background: #fff;
	padding-bottom: 4px;
	margin-top:-2px;
	float:left;
}
.bgtecmenu div {
	width: 523px;
	margin: 0 10px 0 10px;
	padding-top: 8px;
}
.bgtecmenu div p{
	font-size:13px;
	line-height:15px;
	color:#444;
	margin-bottom:17px;
}
.bgtecmenu div p a{
	color:#444;
	font-weight:bold;
	text-decoration:none;
}
.bgtecmenu div p a:hover{
	color:#444;
	font-weight:bold;
	text-decoration:underline;
}
.bgtecmenu div .imgDestaque{
	float:left;
	margin-right:15px;
	
}
.bgtecmenu div .imgDestaque2{
	float:left;
	margin-right:8px;
	
}
.bgtecmenu div .imgDestaque3{
	float:left;
	
}
#tecmenuGrupo ul {                
	width: 542px;
	margin:0;
	display: block;
	height: 56px;
	background: url(../imagens/bg_ul.gif) 0 bottom no-repeat;
}

div#tecmenuGrupo ul li {                
	float: left;
	background: none;
	margin-left:8px;
	padding: 0;
	height: 47px;
	display: block;
}

div#tecmenuGrupo ul li a {                
	height: 47px;
	display: block;
}

#tecmenuGrupo ul li.mnasamar a {
	width: 89px;
	background: url(../imagens/mn_asamar.png) 0 0 no-repeat;
}

#tecmenuGrupo ul li.mnasamar a:hover, #tecmenuGrupo ul li.mnasamar_hover a {       
	width: 89px;
	background: url(../imagens/mn_asamar.png) 0 -47px no-repeat;
}
#tecmenuGrupo ul li.mnNacional  {
	width: 200px;
	background: url(../imagens/mn_nacional.png) 0 0 no-repeat;
}

#tecmenuGrupo ul li.mnNacional a:hover, #tecmenuGrupo ul li.mnNacional_hover a {
	width: 200px;
	background: url(../imagens/mn_nacional.png) 0 -47px no-repeat;
}
#tecmenuGrupo ul li.mnSantaBarbara a {
	width: 175px;
	background: url(../imagens/mn_santa_barbara.png) 0 0 no-repeat;
}

#tecmenuGrupo ul li.mnSantaBarbara a:hover, #tecmenuGrupo ul li.mnSantaBarbara_hover a {       
	width: 175px;
	background: url(../imagens/mn_santa_barbara.png) 0 -47px no-repeat;
}

/***********************************************************************
MENU TOPO
************************************************************************/
div#menutop{
	width:540px;
	height:16px;
	margin-top:17px;
}
div#menutop ul li{
	float:left;
	display:block;
	height:10px;
}
div#menutop ul li a{
	float:left;
	display:block;
	height:10px;
	margin-right:9px;
	display:inline;
}
div#menutop ul li#mnEmpresa a{

	margin-left:5px;
	width:45px;
	background:url(../imagens/menu/mn_empresa.gif) 0 0 no-repeat;
}
div#menutop ul li#mnEmpresa a:hover{
	width:45px;
	background:url(../imagens/menu/mn_empresa.gif) 0 -10px no-repeat;
}
div#menutop ul li#mnEmpreendimento a{
	width:93px;
	background:url(../imagens/menu/mn_empreendimento.gif) 0 0 no-repeat;
}
div#menutop ul li#mnEmpreendimento a:hover{
	width:93px;
	background:url(../imagens/menu/mn_empreendimento.gif) 0 -10px no-repeat;
}
div#menutop ul li#mnLancamento a{
	width:70px;
	background:url(../imagens/menu/mn_lancamento.gif) 0 0 no-repeat;
	margin-top:2px;
}
div#menutop ul li#mnLancamento  a:hover{
	width:70px;
	background:url(../imagens/menu/mn_lancamento.gif) 0 -10px no-repeat;
}
div#menutop ul li#mnVenda a{
	width:81px;
	background:url(../imagens/menu/mn_venda.gif) 0 0 no-repeat;
}
div#menutop ul li#mnVenda  a:hover{
	width:81px;
	background:url(../imagens/menu/mn_venda.gif) 0 -10px no-repeat;
}
div#menutop ul li#mnPortifolio a{
	width:51px;
	background:url(../imagens/menu/mn_portifolio.gif) 0 0 no-repeat;
}
div#menutop ul li#mnPortifolio a:hover{
	width:51px;
	background:url(../imagens/menu/mn_portifolio.gif) 0 -10px no-repeat;
}
div#menutop ul li#mnSustenta{
	width:90px;
	background:url(../imagens/menu/mn_sustentabilidade_no.gif) 0 -10px no-repeat;
}
div#menutop ul li#mnSustenta a{
	width:90px;
	background:url(../imagens/menu/mn_sustentabilidade.gif) 0 0 no-repeat;
}
div#menutop ul li#mnSustenta a:hover{
	width:90px;
	background:url(../imagens/menu/mn_sustentabilidade.gif) 0 -10px no-repeat;
}
div#menutop ul li#mnContato a{
	width:45px;
	background:url(../imagens/menu/mn_contato.gif) 0 0 no-repeat;
}
div#menutop ul li#mnContato a:hover{
	width:45px;
	background:url(../imagens/menu/mn_contato.gif) 0 -10px no-repeat;
}
div#menutop ul li#mnTrabalhe a{
	width:100px;
	margin-right:0px;
	background:url(../imagens/menu/mn_trabalhe.gif) 0 0 no-repeat;
}
div#menutop ul li#mnTrabalhe a:hover{
	width:100px;
	background:url(../imagens/menu/mn_trabalhe.gif) 0 -10px no-repeat;
}
div#menutop ul li#mnSala a{
	width:89px;
	background:url(../imagens/menu/mn_sala.gif) 0 0 no-repeat;
}
div#menutop ul li#mnSala a:hover{
	width:89px;
	background:url(../imagens/menu/mn_sala.gif) 0 -10px no-repeat;
}


/***********************************************************************
PAGINA CONTATO
************************************************************************/
h2#ttonde{
	width:167px;
	height:22px;
	background:url(../imagens/tt_onde.gif) 0 0 no-repeat;
	margin: 5px auto;
	margin-bottom:7px;
}
dl.end{
	width:154px;
	margin: 0 0 0 13px;
	border-bottom: 1px solid #DFE0E1;
	padding-bottom:7px;
	margin-bottom:5px;
}
fieldset#contato{
	margin-top:18px;
}
fieldset#contato label{
	font-size:12px;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset#contato li{
	width:373px;
	display:block;
	float:left;
	margin: 0 0 10px 0;
}

fieldset#contato select {
	font-size:10px;
	color:#444;
	font-family:Verdana;
	display:block;
}

fieldset#contato span.input01{
	width:344px;
	height:22px;
	display:block;
	float:left;
	background:url(../imagens/input01.gif) 0 0 no-repeat;
	padding: 3px 0 0 4px;
}
fieldset#contato span.input02{
	width:56px;
	height:22px;
	display:block;
	float:left;
	background:url(../imagens/input02.gif) 0 0 no-repeat;
	padding: 3px 0 0 4px;
}
fieldset#contato span.input03{
	width:284px;
	height:22px;
	display:block;
	float:left;
	background:url(../imagens/input03.gif) 0 0 no-repeat;
	padding: 3px 0 0 4px;
}
fieldset#contato span.textarea{
	width:344px;
	height:162px;
	display:block;
	float:left;
	background:url(../imagens/text.gif) 0 0 no-repeat;
	padding: 3px 0 0 4px;
}
input.campo01{
	width:334px;
	height:16px;
	font: 11px  Arial, Verdana, Helvetica, sans-serif;
	color:#666;
}
input.campo02{
	width:46px;
	height:16px;
	font: 11px  Arial, Verdana, Helvetica, sans-serif;
	color:#666;
}
input.campo03{
	width:274px;
	height:16px;
	font: 11px  Arial, Verdana, Helvetica, sans-serif;
	color:#666;
}
textarea.campo04{
	width:336px;
	height:153px;
	font: 11px  Arial, Verdana, Helvetica, sans-serif;
	color:#666;
}
fieldset#contato button{
	width:49px;
	height:22px;
	background:url(../imagens/bt_enviar.png) 0 0 no-repeat;
	cursor:pointer;
	float:right;
	margin-right:28px;
}

fieldset#contato button#procurar{
	width:55px;
	height:22px;
	background:url(../imagens/bt_procurar.png) 0 0 no-repeat;
	cursor:pointer;
	float:right;
	margin-right:28px;
}

fieldset#contato button#avancar{
	width:84px;
	height:22px;
	background:url(../imagens/bt_avancar.gif) 0 0 no-repeat;
	cursor:pointer;
	float:right;
	margin-right:28px;
}
fieldset#contato button#finalizar{
	width:84px;
	height:22px;
	background:url(../imagens/bt_finalizar.gif) 0 0 no-repeat;
	cursor:pointer;
	float:right;
	margin-right:28px;
}


/***********************************************************************
MENU ESQUERDO
************************************************************************/
div#menu{
	width:180px;
	height:150px;
	margin-top:0px;
}
div#menu ul{
	padding-top:20px;
}

div#menu ul li{
	width:170px;
	height:14px;
	display:block;
	border-bottom:1px dashed #9E9D9D;
	padding-bottom:5px;
	margin-bottom:5px;
}
div#menu ul li a{
	width:165px;
	height:14px;
	display:block;
}
div#menu ul li#mnHistoria a{
	background:url(../imagens/mn_historia.png) 0 0 no-repeat;
}
div#menu ul li#mnHistoria a:hover{
	background:url(../imagens/mn_historia.png) 0 -14px no-repeat;
}
div#menu ul li#mnGrupo a{
	background:url(../imagens/mn_grupo.png) 0 0 no-repeat;
}
div#menu ul li#mnGrupo a:hover{
	background:url(../imagens/mn_grupo.png) 0 -14px no-repeat;
}
div#menu ul li#mnFilosofia a{
	background:url(../imagens/mn_filosofia.png) 0 0 no-repeat;
}
div#menu ul li#mnFilosofia a:hover{
	background:url(../imagens/mn_filosofia.png) 0 -14px no-repeat;
}

div#menu ul li#mnMissao a{
	background:url(../imagens/mn_missao.png) 0 0 no-repeat;
}
div#menu ul li#mnMissao a:hover{
	background:url(../imagens/mn_missao.png) 0 -14px no-repeat;
}


div#menu ul li#mnAtuacao a{
	background:url(../imagens/mn_atuacao.png) 0 0 no-repeat;
}
div#menu ul li#mnAtuacao a:hover{
	background:url(../imagens/mn_atuacao.png) 0 -14px no-repeat;
}
div#menu ul li#mnGovernanca a{
	background:url(../imagens/mn_governanca.png) 0 0 no-repeat;
}
div#menu ul li#mnGovernanca a:hover{
	background:url(../imagens/mn_governanca.png) 0 -14px no-repeat;
}
div#menu ul li#mnParceiros a{
	background:url(../imagens/mn_parceiros.png) 0 0 no-repeat;
}
div#menu ul li#mnParceiros a:hover{
	background:url(../imagens/mn_parceiros.png) 0 -14px no-repeat;
}
div#menu ul li#mnPremios a{
	background:url(../imagens/mn_premios.png) 0 0 no-repeat;
}
div#menu ul li#mnPremios a:hover{
	background:url(../imagens/mn_premios.png) 0 -14px no-repeat;
}
div#menu ul li#mnTrabalhe a{
	background:url(../imagens/mn_trabalhe.png) 0 0 no-repeat;
}
div#menu ul li#mnTrabalhe a:hover{
	background:url(../imagens/mn_trabalhe.png) 0 -14px no-repeat;
}


/***********************************************************************
CONTEUDO RIGHT
************************************************************************/
div#ix-busca{
	width:176px;
	float:left;
	margin:0;
}
div#ix-busca form{
	margin:0;
}
div#ix-busca h2.ttVendas{
	width:121px;
	height:7px;
	background:url(../imagens/tt_buscar.gif) 0 0 no-repeat;
	display:block;
	margin-bottom:12px;
}
div#ix-busca h2.ttDetalhada{
	width:85px;
	height:8px;
	background:url(../imagens/busca_detalhada.gif) 0 0 no-repeat;
	display:block;
	margin-bottom:12px;
}
div#ix-busca {
	padding: 0 0 0 0px;
	float:left;
}
div#ix-busca ul li{
	height: 22px;
	width:174px;
	margin: 5px 0 0 0;
	padding: 3px 0 0 5px;
	background:url(../imagens/bg_box.gif) no-repeat;
}
.bt-buscar {
	border:none;
	background:url(../imagens/bt_buscar.gif) no-repeat;
	width:51px;
	height:22px;
	margin:5px 0 0 125px;
	cursor:pointer;
	float:left;
}
.bx-buscar {
	width: 165px;
	border: none;
	color:#666;
	font-size:10px;
}


/********* MENU ABA ***********/

#menuAba {
	background:#ededee;
	width:183px;
}
#menuAba  h3 {
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	background:url(../imagens/bg_aco.jpg) no-repeat;
	padding-left:30px;
	width:170px;
	height:21px;
	margin:0;
	margin-bottom: 3px;
}
#menuAba  h3 a{
	text-decoration:none;	
}

.aco-bdt {
	width: 183px;
	height: 8px;
	background:url(../imagens/bg_bdt.jpg) no-repeat;
	padding: 0;
	margin: 0;
}
.aco-bdb {
	width: 183px;
	height: 8px;
	background:url(../imagens/bg_bdb.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
.accordion {
	width: 170px;
	min-height: 180px;
	background:#fff;
	border-left: 1px solid #EDEDEE;
	border-right: 1px solid #EDEDEE;
}
		
div.contentNavemp{
	float:left;
	margin:8px 0 0 8px;
	display:inline;
	border-bottom:1px solid #F2F2F2;

}
img.thumbemp{
	float:left;
	width:41px;
/*	height:68px; */
	margin-right:8px;

	
}
div.contentNavemp dl dt{
	font-weight:bold;
	color:#333;
	font-size:11px;
}
div.contentNavemp dl dd{
	font-size:11px;
	color:#666;
}
div.contentNavemp a.lkvenda{
	font-weight:bold;
	color:#AE8A01;
	font-size:10px;
	text-decoration:none;
	display:block;
	height:13px;
	float:left;
	background: url(../imagens/ico_mais.gif) right 2px no-repeat;
	padding-right:17px;
	margin:3px 7px 0 0;
	display:inline;
	float:right;
}
div.borderOrla{
	width:41px;
	height:68px;
	position:absolute;
	top:0;
	left:0;
}
div.imgDestaqueEmp{
	position:relative;
}
div.orlaFotoemp{
	position:absolute;
	top:0;
	left:0;
}
div.descricaoEmp{
	width:370px;
	border-top:1px solid #D1D3D4;
	background:#fff url(../imagens/bottom_box_emp.gif) 0 bottom no-repeat;
	margin: -2px 0 0 0;
		float:left;
		font-size:11px;
		
}
div.descricaoEmp ul{
	width:368px;
	border-left:1px solid #D1D3D4;
	border-right:1px solid #D1D3D4;
	margin-bottom:14px;
	float:left;
	padding-top:11px;
}
div.descricaoEmp ul li{
	float:left;
	background:url(../imagens/ico_lista.gif) 0 2px no-repeat;
	padding: 0 0 0 19px;
	margin: 15px 0 0 13px;
	display:inline;
}
div.descricaoEmp ul li.full{
	float:left;
	background:url(../imagens/ico_lista.gif) 0 2px no-repeat;
	padding: 0 0 0 19px;
	width:284px;
}
div.listaEmp{
	float:left;
	margin-bottom:20px;
	position:relative;
}
div.tituloEmp{
	width:354px;
	height:30px;
	background:url(../imagens/bg_tt_emp.gif) 0 0 no-repeat;
	position:absolute;
	top:192px;
	left:8px;
}
div.tituloEmp h3{
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin: 5px 0 0 9px;
	float:left;
	display:inline;
}
a.btmais{
	float:right;
	width: 118px;
	height:24px;
	display:block;
	background: url(../imagens/mn_maisdet.gif) 0 0 no-repeat;
	margin: 3px 2px 0 0;
}
a.btmais:hover{
	background: url(../imagens/mn_maisdet.gif) 0 -24px no-repeat;
}

div.descEmpInternas{
	width:370px;
	margin: 0 0 0 0;
	float:left;
}
div.descEmpInternas ul{
	width:368px;
	margin-bottom:14px;
	float:left;
	padding-top:11px;
	font-size:11px;
}
div.descEmpInternas ul a{
	text-decoration:underline;
	color:#444;
}
div.descEmpInternas ul a:hover{
	text-decoration:none;
	color:#444;
}

div.descEmpInternas ul li{
	float:left;
	background:url(../imagens/ico_lista.gif) 0 2px no-repeat;
	padding: 0 0 0 19px;
	width:284px;
	margin-bottom:6px;
}
div.tituloEmpDet{
	width:354px;
	height:30px;
	margin-bottom:20px;
	float:left;
}
div.tituloEmpDet h3{
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin: 5px 0 0 0;
	float:left;
	display:inline;
}
a.btvoltar{
	float:right;
	width: 62px;
	height:22px;
	display:block;
	background: url(../imagens/bt_voltar.gif) 0 0 no-repeat;
	margin: 3px 0 0 0;
}
div.fotosDestg{
	float:left;
	position:relative;
	width:141px;
	height:215px;
}
div.bordatbg{
	position:absolute;
	width:141px;
	height:215px;
	top:0;
	left:0;
}
div.bordatbp{
	position:absolute;
	width:93px;
	height:63px;
	top:0;
	left:0;
}
div.fotosDestp{
	float:left;
	position:relative;
	width:93px;
	height:63px;
	margin: 0 0 10px 13px;
	
}
div.descDetemp{
	float:left;
	font-size:11px;
}
div.descDetemp p{
	margin-bottom:15px;
}
div.descDetemp ul{
	margin-bottom:15px;
}

/***********************************************************************
	NEWSLETTER
************************************************************************/
#ix-news {
	width: 745px;
	padding-left:0px;
	z-index:100;
}
#ix-news h2 {
	height: 7px;
	width: 60px;
	margin: 18px 0 0 0;
	background:url(../imagens/tt_news.gif) 0 0 no-repeat;
	float:left;
}
#ix-news ul {
	padding: 0 0 0 0px;
	float:left;
}
#ix-news ul li{
	height: 22px;
	width:174px;
	margin: 10px 5px 0 0;
	padding: 3px 0 0 5px;
	background:url(../imagens/bg_box.gif) no-repeat;
	float:left;
}
.bt-cadastrar {
	background:url(../imagens/bt_cadastrar.gif) no-repeat;
	width:49px;
	height:20px;
	margin:10px 0 0 0px;
	cursor:pointer;
	float:left;
}
#ix-news ul li label{
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
.bx-news {
	width: 120px;
	border: none;
	color:#666666;
	font-size:10px;
}


/** Noticias **/
h2#ttoutras{
	width:167px;
	height:21px;
	background:url(../imagens/tt_outras.gif) 0 0 no-repeat;
	margin: 5px auto;
	margin-bottom:7px;
}

ul.outrasnoticias{
	width:167px;
	margin: 0 0 0 8px;
}
ul.outrasnoticias li{
	padding-bottom:7px;
	margin-bottom:5px;
	border-bottom: 1px solid #DFE0E1;
}
ul.outrasnoticias li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#333;
}
ul.outrasnoticias li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#333;
}


.subtitulos_secao { font-family:Arial; font-size:14px; font-weight:bold; color:#003366; margin:8px; }
/** / Fim Noticias **/



#banner {
	width:100%;
	height:232px;
	overflow:hidden;
	top:33px;
	position:absolute;
	z-index:1000;
	text-align:center;
}