﻿html, body
{
	width:100%;
	height:100%;
	border:0;
	margin:0;
	padding:0;
    color:#727272;
    font-family:Arial, Tahoma, Verdana;
    font-size:11px;
    background:#F6F6F6 url(/images/background.png);
    background-repeat:repeat;
    background-position:top;
	line-height:150%;
}

#container 
{
    width:100%;
}

#topo 
{
	margin:0px auto;
	width:960px;
	padding:0px;
	text-align:center;
}

#conteudo 
{
	margin:0px auto;
	width:960px;
	padding:0px;
	text-align:center;
}

#footer 
{
	margin:0 auto;
	width:100%;
	background:#454545;
	text-align:center;
	height:350px;
}

.item_off1 {
    line-height:23px;
    background-image:url(/images/bg_item_folha0.png);
    background-repeat:no-repeat;
    font-weight:bold;
    font-size: 12px;
}

.item_on1 {
    line-height:23px;
    background-image:url(/images/bg_item_folha1.png);
    background-repeat:no-repeat;
    font-weight:bold;
    font-size: 12px;
}

.item_off2 {
    line-height:23px;
    background-image:url(/images/bg_item_emprego0.png);
    background-repeat:no-repeat;
    font-weight:bold;
    font-size: 12px;
}

.item_on2 {
    line-height:23px;
    background-image:url(/images/bg_item_emprego1.png);
    background-repeat:no-repeat;
    font-weight:bold;
    font-size: 12px;
}


.item_off3 {
    line-height:23px;
    background-image:url(/images/bg_item_legislacao0.png);
    background-repeat:no-repeat;
    font-weight:bold;
    font-size: 12px;
}

.item_on3 {
    line-height:23px;
    background-image:url(/images/bg_item_legislacao1.png);
    background-repeat:no-repeat;
    font-weight:bold;
    font-size: 12px;
}


.item_off4 {
    line-height:23px;
    background-image:url(/images/bg_item_noticias0.png);
    background-repeat:no-repeat;
    font-weight:bold;
    font-size: 12px;
}

.item_on4 {
    line-height:23px;
    background-image:url(/images/bg_item_noticias1.png);
    background-repeat:no-repeat;
    font-weight:bold;
    font-size: 12px;
}


.item_off5 {
    line-height:23px;
    background-image:url(/images/bg_item_links0.png);
    background-repeat:no-repeat;
    font-weight:bold;
    font-size: 12px;
}

.item_on5 {
    line-height:23px;
    background-image:url(/images/bg_item_links1.png);
    background-repeat:no-repeat;
    font-weight:bold;
    font-size: 12px;
}

.menu_on {
    line-height:54px;
    background-image:url(/images/bg_menu1.png);
    background-repeat:repeat-x;
}

.tdmenu_on {
    color:#8CBB00;
    font-weight:bold;
    width:250px;
    height:31px;
    line-height:31px;
    background-color:#fff;
    padding-left:25px;
}

.tdmenu_off {
    color:#333333;
    width:250px;
    height:31px;
    line-height:31px;
    background-color:#F4F4F5;
    padding-left:25px;
}

.line_height
{
    line-height:150%;
    /*font-size:10px;*/
}

a, a:hover, a:active, a:focus
{
    text-decoration:none;
    color:#727272;
}

.t10
{
    font-size:10px;
}

.t11
{
    font-size:11px;
}

.t12
{
    font-size:12px;
}

.t14
{
    font-size:12px;
}

.t16
{
    font-size:16px;
}

.t22
{
    font-size:22px;
}

.upper {
    text-transform:uppercase;
}

.verde {
    color:#8CBA00;
}

.preto
{
    color:#333333;
}

.cinza
{
    color:#828282;
}

.cinza_claro
{
    color:#B5B5B5;
}

.branco
{
    color:#fff;
}


.bold 
{
    font-weight:bold;
}

.italico
{
    font-style:italic;
}

.highlightit img{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.highlightit:hover img{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#ds_h div{width:100%;left:1px;top:1px}
#ds .hh1{height:1px}
#ds .hh2{height:2px}
#ds .hh3{height:3px}
#ds .hh4{height:4px}
#ds .hh5{height:5px}
#ds .hh6{height:6px}
#ds_v div{height:9999px; left:1px;top:1px}
#ds_v{height:0;}
#ds .v1{width:1px}
#ds .v2{width:2px}
#ds .v3{width:3px}
#ds .v4{width:4px}
#ds .v5{width:5px}
#ds .v6{width:6px}

#mapa_container{
	position:relative;
	display:block;
}

.ds{background:#000;position:absolute;z-index:999;overflow:hidden}
#ds .o1{ opacity:.1;filter:alpha(opacity=10)}
#ds .o2{ opacity:.08;filter:alpha(opacity=8)}
#ds .o3{ opacity:.06;filter:alpha(opacity=6)}
#ds .o4{ opacity:.04;filter:alpha(opacity=4)}
#ds .o5{ opacity:.02;filter:alpha(opacity=2)}

.direccoes_from
{
    width: 200px; 
    padding: 5px; 
    border: 1px solid #ddd;
}


/* PAGINAÇÃO INI */

div.pagination {
	font-size: 11px;
	font-family: Arial;
	color: #626066;
	display:block;
	height:20px;
	text-align:right;
	padding-right:10px;
}

div.pagination a {
	padding: 2px;
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #626066;
	font-size: 11px;
	font-family: Arial;
}

div.pagination a:hover, div.pagination a:active {
	color: #000;
}

div.pagination span.current {
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	color: #000;
	font-size: 11px;
	font-family: Arial;
}

div.pagination span.disabled {
	padding: 2px;
	margin: 2px;
	color: #626066;
	font-size: 11px;
	font-family: Arial;
}

/* PAGINAÇÃO END */

input
{
    border:0px;
    font-family:Arial, Tahoma;
    font-size:11px;
}

.input_pesquisa
{
    font-family:Arial, Tahoma;
    width:228px;
    margin:5px;
    padding-top:3px;
    color:#B2B2B2;
    font-size:11px;
}

.input_newsletter
{
    font-family:Arial, Tahoma;
    width:228px;
    margin:5px;
    padding-top:3px;
    color:#B2B2B2;
    font-size:11px;
    background-color:#606060;
}


.textarea_forms
{
    width:250px;
    height:50px;
    border:solid 1px #ddd;
    padding:4px;
    font-family:Arial, Tahoma;
    font-size:11px;
}

.secure_forms
{
    width:50px;
    border:solid 1px #ddd;
    padding:4px;
}

.input_forms
{
    width:250px;
    border:solid 1px #ddd;
    padding:4px;
    font-family:Arial, Tahoma;
    font-size:11px;
}


select
{
    width:250px;
    border:solid 1px #ddd;
    padding:4px;
    font-family:Arial, Tahoma;
    font-size:11px;
}


.input_forms_mapa
{
    width:180px;
    border:solid 1px #ddd;
    padding:4px;
    font-family:Arial, Tahoma;
    font-size:11px;
}

form
{
    border:0px;
    padding:0px;
    margin:0px;
}

#center-div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70em;
	height: 50em;
	margin-top: -25em;
	margin-left: -35em;
}

/*
 * Required 
*/
.container { width:960px; height:280px; overflow:hidden; position:relative;}
div.slides { position:absolute; top:0; left:0; }
ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
div.slides > div,ul.slides li { position:absolute; top:0; width:960px; display:none; padding:0; margin:0; }
/*
 * Optional
*/
#loopedSlider,#whatsnewSlider { margin:0 auto; width:960px; position:relative; float:left;}
ul.pagination { list-style-type:none; margin:0px; padding:0px; white-space:nowrap;text-align:center; }
ul.pagination li { float:left; margin:0 2px; }	
ul.pagination a { display:block; width:8px; padding-top:40px; height:0; overflow:hidden; background-image:url(/images/pagination.png); background-position:0 0; background-repeat:no-repeat;}
ul.pagination li.active a {background-position:0 -40px}



#social_networks{
	display:none;
	position:absolute;
	text-align:left;
	height:347px;
	width:291px;
	padding-top:50px;
	padding-left:17px;
	z-index:10;
	background-color:#fff;
	background:url(/images/bg_social_networks.png) no-repeat;
}

#recomendar_imovel
{
	display:none;
	position:absolute;
	height:367px;
	width:420px;
	padding-top:50px;
	padding-left:30px;
	z-index:1111;
	background:url(/images/bg_div_pedirinfo.png) no-repeat;
}