@charset "utf-8";
/* CSS Document */

/* ESQUELETO */
div#base {
	width:943px;
	margin:0 auto;
}

/* ----- TOPO ---- */
div#topo, div#centro,
div#baixo {
	width:944px;
	float:left;
	font-weight:normal;
}
div#topo {
	height:auto;
}
div#topo ul.elementosTopo {
	margin-top:24px;
}
div.menu {
	width:943px;
	height:39px;
	background:url(../images/fundo_menu.gif) repeat-x #820024;
	position:relative;
	z-index:9;
}
ul#chromemenu, #chromemenu li {
	position:relative;
	z-index:999;
	left:0;
	top:0;
}
#chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
div.menu li.idiomas {
	margin-top:13px;
	height:13px;
	width:167px;
}
div.menu li.idiomas img {
	width:21px;
	height:13px;
	border:0;
}
a.menu1, a.menu2, a.menu3,
a.menu4, a.menu5, a.menu6,
a.menu1EN, a.menu2EN, a.menu3EN,
a.menu4EN, a.menu1CA, a.menu2CA, a.menu3CA,
a.menu4CA, a.menu1DE, a.menu2DE, a.menu3DE,
a.menu4DE {
	height:39px;
	border:0;
	margin:0;
	padding:0;
	float:left;
}

/* ESPANHOL */
a.menu1 {
	background:url(../images/menu_1_empresa.gif) no-repeat top;
	width:128px;
}
a.menu1:hover {
	background:url(../images/menu_1_empresa.gif) no-repeat bottom;
}
a.menu2 {
	background:url(../images/menu_2_inmuebles.gif) no-repeat top;
	width:148px;
}
a.menu2:hover {
	background:url(../images/menu_2_inmuebles.gif) no-repeat bottom;
}
a.menu3 {
	background:url(../images/menu_3_servicios.gif) no-repeat top;
	width:133px;
}
a.menu3:hover {
	background:url(../images/menu_3_servicios.gif) no-repeat bottom;
}
a.menu4 {
	background:url(../images/menu_4_noticias.gif) no-repeat top;
	width:120px;
}
a.menu4:hover {
	background:url(../images/menu_4_noticias.gif) no-repeat bottom;
}
a.menu5 {
	background:url(../images/menu_5_links.gif) no-repeat top;
	width:82px;
}
a.menu5:hover {
	background:url(../images/menu_5_links.gif) no-repeat bottom;
}
a.menu6 {
	background:url(../images/menu_6_sitemap.gif) no-repeat top;
	width:120px;
	margin-right:39px;
}
a.menu6:hover {
	background:url(../images/menu_6_sitemap.gif) no-repeat bottom;
}

/* INGLÊS */
a.menu1EN {
	background:url(../images/menu_1_empresaEN.gif) no-repeat top;
	width:128px;
}
a.menu1EN:hover {
	background:url(../images/menu_1_empresaEN.gif) no-repeat bottom;
}
a.menu2EN {
	background:url(../images/menu_2_inmueblesEN.gif) no-repeat top;
	width:148px;
}
a.menu2EN:hover {
	background:url(../images/menu_2_inmueblesEN.gif) no-repeat bottom;
}
a.menu3EN {
	background:url(../images/menu_3_serviciosEN.gif) no-repeat top;
	width:133px;
}
a.menu3EN:hover {
	background:url(../images/menu_3_serviciosEN.gif) no-repeat bottom;
}
a.menu4EN {
	background:url(../images/menu_4_noticiasEN.gif) no-repeat top;
	width:120px;
}
a.menu4EN:hover {
	background:url(../images/menu_4_noticiasEN.gif) no-repeat bottom;
}

/* CATALÃO */
a.menu1CA {
	background:url(../images/menu_1_empresa.gif) no-repeat top;
	width:128px;
}
a.menu1CA:hover {
	background:url(../images/menu_1_empresa.gif) no-repeat bottom;
}
a.menu2CA {
	background:url(../images/menu_2_inmueblesCA.gif) no-repeat top;
	width:148px;
}
a.menu2CA:hover {
	background:url(../images/menu_2_inmueblesCA.gif) no-repeat bottom;
}
a.menu3CA {
	background:url(../images/menu_3_serviciosCA.gif) no-repeat top;
	width:133px;
}
a.menu3CA:hover {
	background:url(../images/menu_3_serviciosCA.gif) no-repeat bottom;
}
a.menu4CA {
	background:url(../images/menu_4_noticiasCA.gif) no-repeat top;
	width:120px;
}
a.menu4CA:hover {
	background:url(../images/menu_4_noticiasCA.gif) no-repeat bottom;
}

/* ALEMÃO */
a.menu1DE {
	background:url(../images/menu_1_empresaDE.gif) no-repeat top;
	width:128px;
}
a.menu1DE:hover {
	background:url(../images/menu_1_empresaDE.gif) no-repeat bottom;
}
a.menu2DE {
	background:url(../images/menu_2_inmueblesDE.gif) no-repeat top;
	width:148px;
}
a.menu2DE:hover {
	background:url(../images/menu_2_inmueblesDE.gif) no-repeat bottom;
}
a.menu3DE {
	background:url(../images/menu_3_serviciosEN.gif) no-repeat top;
	width:133px;
}
a.menu3DE:hover {
	background:url(../images/menu_3_serviciosEN.gif) no-repeat bottom;
}
a.menu4DE {
	background:url(../images/menu_4_noticiasEN.gif) no-repeat top;
	width:120px;
}
a.menu4DE:hover {
	background:url(../images/menu_4_noticiasEN.gif) no-repeat bottom;
}

ul#servicios, ul#inmuebles,
ul#empresa {
	position:absolute; 
	z-index:99999;
	background-color:#9a9a9a;
	/*display:none;*/
	visibility: hidden;
	color:#FFF;
	font-size:11px;
	text-transform:uppercase;
	/*margin:-284px 0 0 -20%;*/
}
ul#servicios,
ul#empresa {
	height:213px;
}
ul#inmuebles {
	height:280px;
}
ul#servicios {
	width:133px;
	left:279px;
}
.servES {
	background:url(../images/fundo_servicios.png) no-repeat;
}
.servEN {
	background:url(../images/fundo_serviciosEN.png) no-repeat;
}
.servCA {
	background:url(../images/fundo_serviciosCA.png) no-repeat;
}
.servDE {
	background:url(../images/fundo_serviciosEN.png) no-repeat;
}
ul#inmuebles {
	width:148px;
	left:131px;
}
.inmueES {
	background:url(../images/fundo_inmuebles.png) no-repeat;
}
.inmueEN {
	background:url(../images/fundo_inmueblesEN.png) no-repeat;
}
.inmueCA {
	background:url(../images/fundo_inmueblesCA.png) no-repeat;
}
.inmueDE {
	background:url(../images/fundo_inmueblesDE.png) no-repeat;
}
ul#empresa {
	width:128px;
	left:3px;
}
.empES {
	background:url(../images/fundo_empresa.png) no-repeat;
}
.empEN {
	background:url(../images/fundo_empresaEN.png) no-repeat;
}
.empCA {
	background:url(../images/fundo_empresa.png) no-repeat;
}
.empDE {
	background:url(../images/fundo_empresaDE.png) no-repeat;
}
ul#servicios a, ul#inmuebles a,
ul#empresa a {
	color:#FFF;
	text-decoration:none;
	float:left;
	padding:11px 0 0 11px;
	height:22px;
}
ul#servicios a {
	width:122px;
}
ul#inmuebles a {
	width:137px;
}
ul#empresa a {
	width:117px;
}
ul#servicios a:hover, ul#inmuebles a:hover,
ul#empresa a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#818181;
}
/* ----- CENTRO ---- */
div#centro {
	height:auto;
	margin-top:17px;
	position:relative;
}
div#centro div.esq, div#centro div.dir {
	float:left;
}
div#centro div.esq {
	width:170px;
	margin-right:16px;
	height:auto;
	/*position:relative;
	z-index:2;*/
}
div#centro div.dir {
	width:757px;
	height:auto;
	/*position:relative;
	z-index:1;*/
}
.cxnov {
	position:relative;	
}
div.maisimoveis {
	position:absolute;
	width:120px;
	right:0;
	top:0;
	height:20px;
	z-index:1;
}
div.maisimoveis2 {
	position:absolute;
	width:120px;
	right:0;
	top:0;
	height:20px;
	z-index:1;
}
li.alturaQS {
	height:132px;
}
/* caixas noticias/newsletter */
div.caixanot_news, div.caixa_blog,
li.pontacaixas, li.pontacaixas img,
div.caixa_blog ul li,
div.caixa_blog li.elementoblog {
	width:161px;
}
div.caixanot_news, div.caixa_blog {
	margin:0;
	padding:0;
	border:0;
	float:left;
}
div.caixa_blog {
	margin-top:3px;
}
li.pontacaixas, li.pontacaixas img {
	height:4px;
	border:0;
	margin:0;
	padding:0;
	background:url(../images/fundo_notnews.gif) no-repeat;
}
div.caixanot_news {
	background:url(../images/caixanotnews_fundo.gif) repeat-y;
	height:253px;
	overflow:hidden;
}
li.botoes_notnews {
	height:19px;
	overflow:hidden;
	border:0;
	margin:0;
	padding:0;
}
div#confirmNews {
	width:283px; 
	height:123px; 
	background:url(../images/fundo_newsletter.png) no-repeat; 
	position:absolute; 
	left:150px;
	top:359px;
	z-index:99999999999; 
	text-align:center;
	/*padding:16px;*/
}
img#tit_noticias, img#tit_newsletter {
	height:19px;
	border:0;
	cursor:pointer;
}
img#tit_noticias {
	width:76px;
}
img#tit_newsletter {
	width:85px;
}
li#noticias, li#newsletter {
	height:215px;
	margin-top:15px;
	padding-left:7px;
	padding-right:7px;
	overflow:hidden;
	position:relative;
	width:147px;
}
li#noticias a, li#newsletter a {
	font-size:10px;
	color:#5e5e5e;
	font-weight:normal;		
}
li#noticias a:hover, li#newsletter a:hover {
	color:#202;
}
input.btnnot {
	width:151px;
	margin:0px;
	bottom:0;
	left:5px;
	position:absolute;
	z-index:999999;
}
input.btnnot2 {
	width:151px;
	position:relative;
	left:-2px;
	bottom:0;
}
/* caixa blog */
div.caixa_blog {
	height:auto;
	border-top:1px solid #999;
}
div.caixa_blog ul li {
	text-align:center;
}
div.caixa_blog li.elementoblog {
	height:82px;
	padding-top:16px;
	border:0;
	margin:0;
	overflow:hidden;
	background:url(../images/caixanotnews_fundo.gif) repeat-y;
	/*background-color:#666666;*/
}
div.caixa_blog img.blog {
	border:0;
	width:82px;
	height:51px;
}
/* */
.w757 {
	width:757px;
}
.aofundo {
	position:absolute; 
	bottom:0;
	left:186px;
}
.aofundo_null {
	/*position:absolute; 
	bottom:216px;
	left:186px;*/
	height:240px;
}
.aofundo_2 {
	position:absolute; 
	bottom:216px;
	left:186px;
	/*height:240px;*/
}
marquee {
	float:left;
	width:757px;
	height:15px;
	font-size:11px;
	margin-top:12px;
}

/* ----- BAIXO ---- */
div#baixo {
	height:337px;
}
div#baixo div.pubs, div#baixo div.morada1,
div#baixo div.morada2, div#baixo div.ligacoes {
	float:left;
}
div#baixo div.pubs {
	height:202px;
	width:944px;
}
div#baixo div.pubs img {
	border:0;
	padding:0;
	cursor:pointer;
}
div#baixo div.morada1, div#baixo div.morada2 {
	height:80px;
	width:400px;
}
div#baixo div.morada1 a,
div#baixo div.morada2 a {
	color:#810023;
}
div#baixo div.morada1 a:hover,
div#baixo div.morada2 a:hover {
	color:#31000d;
}
div#baixo div.morada2 {
	float:right;
	text-align:right;
}
div#baixo div.ligacoes {
	height:55px;
	width:944px;
	text-align:center;
	position:relative;
}
div#baixo div.ligacoes a {
	color:#5e5e5e;
}
div#baixo div.ligacoes span {
	font-weight:bold;
}
div#visitante {
	position:absolute;
	left:692px;
	top:-30px;
	width:87px;
	height:30px;
	display:none;
}

/* margens (singulares) */
.margemDir {
	margin-right:13px;
}
.margemDir2 {
	margin-right:10px;
}
.margemDir3 {
	margin-right:16px;
}
.margemDir4 {
	margin-right:24px;
}
.margemTopo {
	margin-top:24px;
}
.margemTopo2 {
	margin-top:68px;
}
.margemTopo3 {
	margin-top:21px;
}
.margemBaixo {
	margin-bottom:11px;
}
.margemDupla {
	margin:5px 0 21px 0;
}
li.ajuste_1 {
	height:100px;
}
