@CHARSET "ISO-8859-1";

/*** Tags y clases generales, hacks/fixes */
body {
  font: 62.5% Tahoma, Verdana, Arial, sans-serif;
  background: #FFFFFF url(/images/fdo-body.gif) repeat-x;
  color: #222625;
  text-align: center; 
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.subrayado{
  text-decoration: underline;
}
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
  float: left;
  margin-right: 8px;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.noFloat {
	float: none;
}
.noText {
  text-indent: -9999px;
}
.hr {
  border-bottom: 1px solid #555E5C;  
}
.hr hr {
	display: none;
}
.alignRight {
  text-align: right;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
textarea{
overflow:auto;
}

/* -- Fix para los links en firefox */
a:active { 
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
/* -- para mantener la altura en los containers que tienen elementos flotados */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* -- para hacer clear de floats mediante overflow */
.clearWithOverflow {
  overflow: hidden;
  zoom: 1; /* dispara 'hasLayout' en IE6 */
}


/*** Estructura y bloques generales */
#outterGeneralContainer { 
  position: relative;
  width: 1008px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
}
#topGeneralContainer {
	height: 21px;
	position: relative;
}

#innerGeneralContainer {
    background-color:#FFFFFF;
    height:100%;
    overflow:hidden;
    padding-top:19px;
    position:relative;
}
#innerGeneralContainer #header {
	margin-bottom: 20px;
}
#innerGeneralContainer #header h1 a {
	display: block;
	background: url(/images/logo-nyn.gif) no-repeat;
	height: 53px;
	width: 244px;
}
#content {
	position: relative;
}
.mainCol {
	background-color: #002f2c;
  color: #ffffff;
	width: 759px;
	float: left;	
	overflow: hidden;
}
.rightCol {
  background-color: #5F6967;
	margin-left: 769px;
 
}
#innerGeneralContainer .mainCol {
	min-height: 586px;
}
#innerGeneralContainer .rightCol {
	margin-top: 38px;
  height: 568px;
  position:relative;
}
#footer .mainCol {
  min-height: 52px;
}
#footer .rightCol {
  height: 52px;
}
.pageContainer{
	height:476px;
	border-bottom: 1px solid #e5e7e7;
	border-left: 1px solid #e5e7e7;
	border-right: 1px solid #e5e7e7;
	position:relative;
}

/** Estilos comunes */
a.plusLink {
  color: #058e73;
  text-decoration: none;
}
.formContainer {
	background-color: #F6F7F6;
}
.formInput {
  border: 1px solid #C7C7C7;
  background-color: #FFFFFF;
  height: 18px;
}
.formTextArea {
  border: 1px solid #C7C7C7;
  background-color: #FFFFFF;
}
/** Creditos */
#layerCreditos
{
	position:absolute;
	right:10px;
	bottom:10px;
	visibility:hidden;
	width:318px;
	height:218px;
	z-index:10;
	background-color: #FFFFFF;
	border: 1px none #000000;
	background:url(/images/fondo_creditos.gif) no-repeat;
}
#layerCreditos #cerrar
{
position:absolute;
	top:8px;
	left:291px;
}
#layerCreditos #direccion
{
	position:absolute;
	top:174px;
	left:55px;
	color:#CC0066;
	font-family:Verdana;
	font-size:11px;
}
#layerCreditos #direccion a
{
	position:relative;
	color:#CC0066;
	font-family:Verdana;
	font-size:11px;
}
#layerCreditos #texto_br a
{
	position:absolute;
	top:75px;
	left:154px;
	color:#CC0066;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
}
#layerCreditos #texto_br1 a
{
	position:absolute;
	top:148px;
	left:152px;
	color:#CC0066;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
}
#layerCreditos #contacto
{
	position:absolute;
	top:174px;
	left:60px;
	font-family:Verdana;
	font-size:11px;
}
/** Creditos - End*/


/** Terminos */
#layerTerminos {
  position: absolute;
  width: 550px;
  heigth:473px;
  top: 122px;
  left: 198px;
  background-color: #FFFFFF;
  height:473px;
  z-index:999;
}
#layerTerminos .outterContainer {
  position: relative;
}
#layerTerminos .innerContainer {
  padding: 20px;
}
#layerTerminos .innerContainer h6 {
  height: 51px;
  border-bottom: 1px solid #aeb3b2;
  padding-bottom: 20px;
}
#layerTerminos .innerContainer p {
  font-size: 1.1em;
  margin: 17px 0;
  color:#394140;
}
#layerTerminos .closeLink {
  position: absolute;
  top: 12px;
  right: 20px;
}
#layerTerminos .closeLink a {
  display: block;
  height: 21px;
  width: 66px;
  text-indent: -9999px;
  background-color: red;
} 
/* Terminos - End */

/** Top */
/** Language Switcher */
#languageSwitcher {
  height: 19px;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 999;
}
#languageSwitcher li {
  float: left;
}
#languageSwitcher li a {
  background: url(/images/botonera_idiomas.jpg) no-repeat;
  display: block;
  height: 19px;
  text-indent: -9999px;
}
#languageSwitcher li a#catalan {
  background-position: -94px 0;
  width: 72px;
}
#languageSwitcher li a#catalan.active,
#languageSwitcher li a#catalan:hover{
  background-position: -94px -19px;
}
#languageSwitcher li a#castellano {
  background-position: 0 0;
  width: 94px;
}
#languageSwitcher li a#castellano.active,
#languageSwitcher li a#castellano:hover {
  background-position: 0 -19px;
}
#languageSwitcher li a#ingles {
  background-position: -166px 0;
  width: 73px;
}
#languageSwitcher li a#ingles.active,
#languageSwitcher li a#ingles:hover {
  background-position: -166px -19px;
}
/** Language Switcher - End */
#topTelephoneContainer {
	position: absolute;
	right: 0;
	top: 4px;
	color: #B3B3B3;
	font-size: 1.1em;
}
/** Top - End */

/**SELECT HOME**/

/*Selects*/
#selectForm{
	position:relative;
}
#selectForm select{
    background: url(/images/fdo-input.gif);
    font-size: 1em;
	width:195px;
}

.selectArea {
	width:195px;
	height:18px;
	background:url(/images/select_bg.gif) repeat-x left top;
	margin-bottom:8px;
	margin-top:1px;
}
.selectArea .left {
	width:9px;
	height:18px;
	float:left;
	background:url(/images/select_left.gif) no-repeat left top;
}
.selectArea .left a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right {
	width:20px;
	height:18px;
	float:right;
	background:url(/images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .center {
	margin-left:5px;
	margin-right:20px;
	width:165px;
	color:#000000;
	padding-top:3px;
}
.selectArea .center a {
	display:block;
	width:21px;
	height:21px;
	width:165px;
	color:#000000;
	text-decoration:none;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:0px;
	width:189px;
	background:#fcfbf9;
	padding:2px;
	z-index:20;
	border:1px solid #dcdfdf;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	font-size:0.9em;
	color:#000000;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	font-size:1.1em;
	margin:1px 0;
	text-align: left;

}
.optionsDivVisible a:hover {
	color:#000000;
	background:#ebeae8;
	border-color:#dcdfdf;
}

/** SELECTS HOME - END **/
/** Top dif paginas  **/


/* Top dif paginas - Generales. */
#top {
	width:760px;
	height:78px;
	background-color:#5F6967;
}
#top .fondoTop {
	height:78px;
	border-top: solid 1px;
	margin-top:9px;
}
#top .fondoTop p{
	font-size:1.1em;
	margin: 13px 0 0 21px;
	height:10px;
}
#top .fondoTop p a{
	text-decoration: none;
}
#top .fondoTop p a:hover{
	text-decoration: underline;
}
#top .fondoTop h2{
	margin: 19px 0 0 22px;
	height: 22px;
}
/* Top dif paginas - Generales. end */

/*Contacto*/

#contactoIndex #top .fondoTop {
	background-color:#00483a;
	border-top-color:#444b4a;
}
#contactoIndex #top .fondoTop p,#contactoIndex #top .fondoTop p a {
	color:#bbbaba;
}

/*Viviendas*/

#viviendasBarcelona #top .fondoTop,
#viviendasFuera #top .fondoTop,
#viviendasResto #top .fondoTop,
#viviendasDetalle #top .fondoTop { 
	background-color:#00483a;
	border-top-color:#0e5245;
}
#viviendasBarcelona #top .fondoTop p,
#viviendasFuera #top .fondoTop p,
#viviendasResto #top .fondoTop p,
#viviendasDetalle #top .fondoTop p,
#viviendasBarcelona #top .fondoTop p a,
#viviendasFuera #top .fondoTop p a,
#viviendasResto #top .fondoTop p a,
#viviendasDetalle #top .fondoTop p a{
	color:#bbbaba;
}

/*Oficinas*/

#oficinasBarcelona #top .fondoTop,
#oficinasFuera #top .fondoTop,
#oficinasResto #top .fondoTop,
#oficinasDetalle #top .fondoTop{
	background-color:#01604b;
	border-top-color:#0f6955;
}
#oficinasBarcelona #top .fondoTop p,
#oficinasFuera #top .fondoTop p,
#oficinasResto #top .fondoTop p,
#oficinasDetalle #top .fondoTop p,
#oficinasBarcelona #top .fondoTop p a,
#oficinasFuera #top .fondoTop p a,
#oficinasResto #top .fondoTop p a,
#oficinasDetalle #top .fondoTop p a{
	color:#bbbaba;
}

/*Locales*/

#localesBarcelona #top .fondoTop,
#localesFuera #top .fondoTop,
#localesResto #top .fondoTop,
#localesDetalle #top .fondoTop{
	background-color:#e5af11;
	border-top-color:#e6b31e;
}
#localesBarcelona #top .fondoTop p,
#localesFuera #top .fondoTop p,
#localesResto #top .fondoTop p,
#localesDetalle #top .fondoTop p,
#localesBarcelona #top .fondoTop p a,
#localesFuera #top .fondoTop p a,
#localesResto #top .fondoTop p a,
#localesDetalle #top .fondoTop p a{
	color:#5f6967;
}

/*Naves*/

#navesBarcelona #top .fondoTop,
#navesFuera #top .fondoTop,
#navesResto #top .fondoTop,
#navesDetalle #top .fondoTop{
	background-color:#394140;
	border-top-color:#444b4a;
}
#navesBarcelona #top .fondoTop p a,
#navesFuera #top .fondoTop p a,
#navesResto #top .fondoTop p a,
#navesDetalle #top .fondoTop p a {
  color: #bbbaba;
}
  
#navesBarcelona #top .fondoTop p,
#navesFuera #top .fondoTop p,
#navesResto #top .fondoTop p,
#navesDetalle #top .fondoTop p {
  color:#5f6967;
}

/** Top dif paginas -end **/


/** Nav */
#nav li {
	display: inline;
}
#nav li a {
	float: left;
	height: 22px;
	text-indent: -9999px;
}
#nav li#navHome a {
	width: 71px;
	background-position: 0 0;
}
#nav li#navHome a:hover,
#nav li#navHome a.active {
	background-position: 0 -35px;
}
#nav li#navElGrupo a {
  width: 200px;
  background-position: -71px 0;
}
#nav li#navElGrupo a:hover,
#nav li#navElGrupo a.active {
  background-position: -71px -35px;
}
#nav li#navViviendas a {
  width: 96px;
  background-position: -271px 0;
}
#nav li#navViviendas a:hover,
#nav li#navViviendas a.active {
  background-position: -271px -35px;
}
#nav li#navOficinas a {
  width: 85px;
  background-position: -367px 0;
}
#nav li#navOficinas a:hover,
#nav li#navOficinas a.active {
  background-position: -367px -35px;
}
#nav li#navLocales a {
  width: 80px;
  background-position: -452px 0;
}
#nav li#navLocales a:hover,
#nav li#navLocales a.active {
  background-position: -452px -35px;
}
#nav li#navNaves a {
  width: 74px;
  background-position: -532px 0;
}
#nav li#navNaves a:hover,
#nav li#navNaves a.active {
  background-position: -532px -35px;
}
#nav li#navEncuentrenos a {
  width: 153px;
  background-position: -606px 0;
}
#nav li#navEncuentrenos a:hover,
#nav li#navEncuentrenos a.active {
  background-position: -606px -35px;
}
/** Nav - End */


/** Footer */
#footer {
	margin-top: 10px;
	clear: both;
	position: relative;
}
#footer .mainCol p {
	line-height: 52px;
	margin-left: 26px;
}
#footer .mainCol p a {
  color: #ffffff;
  text-decoration: none;
}
#footer .rightCol {
	text-align: right;	
}
#footer .rightCol img {
  margin-top: 7px;
}
#footer .rightCol img#logo2 {
	margin-right: 12px;
}
/** Footer - End */


/** Right Column */
.rightCol .actionSelectorContainer {
	padding: 20px 0 0 20px;
}
.rightCol .actionSelectorContainer h6 {
	height: 19px;
	margin-bottom: 8px;
}
.rightCol .actionSelectorContainer p {
	margin: 3px 0;
}
.rightCol .actionSelectorContainer label {
	display: block;
	font-size: 1.1em;
}
.rightCol .actionSelectorContainer p.alignRight {
	margin-right: 23px;
}
/* custom select */
.rightCol .actionSelectorContainer span.select {
  position: absolute;
  width: 169px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 18px;
  padding: 0 20px 0 6px;
  color: #000000;
  font: 12px/21px arial,sans-serif;
  background: url(/images/fdo-select.gif) no-repeat;
  overflow: hidden;
}
.hr {
	margin: 3px 20px;
}
.rightCol .contactFormContainer {
	padding-left: 20px;
}
.rightCol .contactFormContainer h6 {
  height: 19px;
}
.rightCol .contactFormContainer p.subTitle {
	height: 13px;
	margin-bottom: 8px;
	margin-top: 2px;
}
.rightCol .contactFormContainer p {
	margin-bottom: 5px;
}

.rightCol .contactFormContainer p.foot {
  height: 30px;
  
}
.rightCol .contactFormContainer p.foot label {
  line-height: 14px;
  margin-left: 3px;
}
.rightCol .contactFormContainer p.foot .floatLeft {
  margin-right: 0;
}

.rightCol .contactFormContainer label.chkAceptaCondiciones{
  width:120px;
}
.rightCol .contactFormContainer label {
	display: block;
	width: 49px;
	float: left;
	line-height: 18px;
	color: #292F2E;
	font-size: 1.1em;
}
.rightCol .contactFormContainer input.withBackground {
  background: url(/images/fdo-input.gif);
  border: none;
  height: 18px;
  width: 145px;
}
.rightCol .contactFormContainer textarea.withBackground {
	background: none;
	border: none;
	width: 194px;
	height: 50px;
}
.rightCol .contactFormContainer .textareaContainer {
  background: url(/images/fdo-input2.gif) no-repeat;
	width: 195px;
	height: 52px;
	margin:7px 0 5px 0;
}
.rightCol .contactFormContainer p.alignRight {
  margin: 5px 20px 5px 0;
}
/* contacto loading */
.rightCol .contactFormContainer #ajaxLoading {
  position: absolute;
  background-color: #5F6967;
  top: 169px;
  left: 0;
  height: 332px;
  width: 239px;
}
.rightCol .contactFormContainer #ajaxLoading img {
  margin: 120px auto 0 auto;
  display: block;
}
/* contacto success */
.rightCol .contactFormContainer .contactoCallBackContainer {
	position: absolute;
	top: 0;
	left: 0;
}
.rightCol .contactFormContainer .contactoCallBack {
	position: relative;
}
.rightCol .contactFormContainer .success,
.rightCol .contactFormContainer .error {
	z-index: 999;
}
.rightCol .contactFormContainer .success {
  position: absolute;
	background-color: #5F6967;
	top: 169px;
	left: 0;
	height: 310px;
	width: 239px;
}
.rightCol .contactFormContainer .success .innerContainer {
	position: relative;
}
.rightCol .contactFormContainer .success p {
  color: #E5AF11;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 86px;
  left: 45px; 
}
.rightCol .contactFormContainer .success a#closeFormSuccess {
	position: absolute;
	left: 200px;
	top: 20px;
}
/* contacto error */
.rightCol .contactFormContainer .error {
  background-color: #5F6967;
  border: 2px #E52511 solid;
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  top: 30px;
  left: 10px;
  height: 103px;
  width: 192px;
}
.rightCol .contactFormContainer .error .innerContainer {
  position: relative;
}
.rightCol .contactFormContainer .error a#closeFormError {
  position: absolute;
  right: 0px;
  top: 0px;
}
.rightCol .linkContainer {
	background: url(/images/colder-centre.gif) no-repeat;
	height: 46px;
	width: 202px;
	margin-left: 20px;
}
.rightCol .linkContainer a {
	color: #FFFFFF;
	font-size: 1.1em;
	display: block;
	text-align: right;
	text-decoration: none;
	padding: 7px 29px 0 0;
	height: 28px;
}
/** Right Column - End */

/*** SECCIONES */
/** Home */
#mainIndex {
}
#mainIndex .boxContainer {
  position: absolute;
  width: 348px;
	height: 218px;
  background-color: #3c625f;
  color: #d8e0df;
}
#mainIndex .boxContainer img{
  float: left;
}
#mainIndex .textContainer {
	float:left;
  padding:14px 0 0 14px;
  position:relative;
  width:97px;
}
#mainIndex .textContainer p.text{
	margin-top: 6px;
  font-size: 1.1em;
  line-height: 1.2em;
}
#mainIndex .textContainer h6 a {
	display: block;
  width: 90px;
  height: 15px;
}
#mainIndex a.moreInfo {
  display:block;
  height:13px;
  left:20px;
  position:absolute;
  top:190px;
  width:92px;
}
/* Viviendas */
#mainIndex #viviendas {
	top: 18px;
	left: 24px;
}
/* Oficinas */
#mainIndex #oficinas {
  top: 18px;
  left: 389px;
}
/* Locales */
#mainIndex #locales {
  top: 260px;
  left: 24px;
}
/* Naves */
#mainIndex #naves {
  top: 260px;
  left: 389px;
}

/** Home - End */

/* ajax loading detalle*/
#ajaxLoadingDetalle {
  position: absolute;
  background-color: #FFF;
  top: 0px;
  left: 0;
  height: 400px;
  width: 750px;
  z-index:2;
  margin-top:1px;
}
#ajaxLoadingDetalle img {
  margin: 180px auto 0 auto;
  display: block;
}
/* ajax loading detalle -end*/


/** Viviendas - Resto */
#viviendasResto {
  background-color:#FFFFFF;
}
#viviendasResto .topContainer {
	height: 37px;
	position: relative;
}
#viviendasResto .topContainer p {
	height: 13px;
	width: 243px;
	position: absolute;
	left: 21px;
	top: 14px;
}
#viviendasResto .topContainer a {
	height: 25px;
	width: 213px;
	position: absolute;
	right: 14px;
	top: 8px;
}
#viviendasResto .contentContainer {
	position: relative;
	padding-left: 20px;

}
#viviendasResto .contentContainer .mapContainer {
	float: left;
	width: 505px;
	height: 347px;
	background-image: url(/images/mapa-espana-viv.gif);
}
#viviendasResto .contentContainer .detailContainer {
	background: url(/images/fdoder-datos.gif) no-repeat;
	width: 178px;
	height: 305px;
	float: left;
	position: relative;
	padding: 22px 27px;
	font-size:1.1em;
	color:#3c4242;
}
#viviendasResto .contentContainer .detailContainer .detailContainerP{
	width: 170px;
	height: 268px;
	overflow:auto;
}
#viviendasResto .contentContainer .detailContainerP p a {
  color: #3C4242;
  text-decoration: none;
}
#viviendasResto .contentContainer .detailContainerP p a:hover {
  text-decoration: underline;
}
#viviendasResto .contentContainer .detailContainer p {
padding-top:10px;
}
#viviendasResto .contentContainer .detailContainer a.provinciasLink {
	width: 189px;
	height: 25px;
	position: absolute;
	top: 309px;
	left: 13px;
}
/** Viviendas - Resto - End */

/** Viviendas - Detalle */
#viviendasDetalle {
  background-color:#FFFFFF;
}

#viviendasDetalle .topContainer {
	height: 30px;
	position: relative;
}

#viviendasDetalle .topContainer p.sifr {
	position: absolute;
	left: 20px;
	top: 14px;
	background:none;
	font-size:1.4em;
	color:#00483a;
	font-weight:bold;
}
#viviendasDetalle .topContainer #volver{
	right: 17px;
	top: 8px;
	position: absolute;
}
#viviendasDetalle .topContainer div{
margin-top:4px;
margin-right:4px;
float:left;
}

#viviendasDetalle .topContainer a{
	font-size:1em;
	color:#00483a;
	text-decoration:none;
}
#viviendasDetalle .contentContainer {
	position: relative;
}
#viviendasDetalle .contentContainer #izqContainer {
	position:absolute;
	top:14px;
	left:20px;
	width: 308px;
}
#viviendasDetalle .contentContainer #izqContainer p.address {
	color:#00483a;
	font-size:1.6em;
	margin-bottom:25px;
	margin-top:5px;
	height:12px;
	font-weight:bold;
}
#viviendasDetalle .contentContainer #izqContainer #imgContainer {
	height:299px;
	position:relative;
}
#viviendasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer {
	background: #fdb813;
	opacity: 0.8;
	-moz-opacity: 0.8;
	height: 15px;
	position: absolute;
	bottom: 0;
	width: 308px;
	left: 0;
	padding-top: 4px;
}
#viviendasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer #pager {
	font-size: 0.9em;
	text-align: right;
	padding-right: 5px;
}
#viviendasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer a,
#viviendasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer #pager div {
	color: #3c4242;
	text-decoration: none;
	display:inline;
}
#viviendasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer a {
  text-decoration: none;
}
#viviendasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer a:hover {
	text-decoration: underline;
}
#viviendasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer #pager div.active {
	text-decoration: underline;
}
#viviendasDetalle .contentContainer  #derContainer {
	position:absolute;
	top:55px;
	left:357px;
	width: 325px;
	height:299px;
	overflow:auto;
	padding-right: 5px;
}
#viviendasDetalle .contentContainer #derContainer .underline {
	text-decoration:underline;
}
#viviendasDetalle .contentContainer #derContainer p {
	color:#00483a;
	font-size:1.2em;
	margin-bottom:6px;
}
#viviendasDetalle .contentContainer #derContainer p#descripcionLarga {
  margin-bottom: 30px;
}
#viviendasDetalle .contentContainer #derContainer #descripcion p {
	margin:20px 0; 
}
#viviendasDetalle .contentContainer #derContainer table {
	font-size:1.1em;
	color:#00483a;
	border-collapse: separate;
	border-spacing: 1px;
}
#viviendasDetalle .contentContainer #derContainer td,
#viviendasDetalle .contentContainer #derContainer th {
  border: 1px solid #e8e4d8;
}
#viviendasDetalle .contentContainer #derContainer th {
  font-weight: normal;  
}
#viviendasDetalle .contentContainer #derContainer td.existencias,
#viviendasDetalle .contentContainer #derContainer th.existencias {
  padding: 2px 8px 2px 8px;
  width: 126px;
}
#viviendasDetalle .contentContainer #derContainer th.superficie,
#viviendasDetalle .contentContainer #derContainer td.superficie {
	text-decoration:none;
	color:#00483a;
	width:145px;
	padding:2px 0 1px 23px;
}
#viviendasDetalle .contentContainer #derContainer td.superficie {
  padding-left: 44px;
}
#viviendasDetalle .contentContainer #derContainer th.superficie,
#viviendasDetalle .contentContainer #derContainer td.superficie {
	text-decoration:none;
	color:#00483a;
	width:150px;
	padding:2px 0 1px 2px;
	text-align: center;
}
#viviendasDetalle .contentContainer #derContainer td.superficie {
	padding-right: 20px;
	text-align: right;
}
#viviendasDetalle .contentContainer #derContainer th.habitaciones,
#viviendasDetalle .contentContainer #derContainer td.habitaciones {
	text-decoration:none;
	color:#00483a;
	width:70px;
	padding:2px 0 1px 2px;
	text-align: center;
}
#viviendasDetalle .contentContainer #derContainer td.habitaciones {
	padding-right: 5px;
	text-align: right;
}
#viviendasDetalle .contentContainer #derContainer th.alquiler,
#viviendasDetalle .contentContainer #derContainer td.alquiler {
	text-decoration:none;
	color:#00483a;
	width:100px;
	padding:2px 0 1px 2px;
	text-align: center;
}
#viviendasDetalle .contentContainer #derContainer td.alquiler {
	padding-right: 8px;
	text-align: right;
}
#viviendasDetalle .contentContainer #derContainer table a{
	color:#00483a;
}

/** Viviendas - Detalle - End */


/** Viviendas - DetallePiso */

#detallePiso {
  position: absolute;
  width: 748px;
  height:400px;
  overflow:auto;
  top: 88px;
  left: 9px;
  background:url(/images/fdo-detalles.gif) no-repeat;
  z-index:8;   
}
#detallePiso .imgContainer {
  padding:9px;
  float:left;
}
#detallePiso .cerrar {
  position: absolute;
  width: 21px;
  heigth:21px;
  right:8px;
  top:5px;
}
#detallePiso #textContainer {
  color:#00483a;
  font-size:1.1em;
  padding-right:9px;
}
#detallePiso #textContainer p.titulo {
  font-size:1.2em;
  font-weight:bold;
  margin:40px 0 19px 0;
}
#detallePiso #textContainer #items1 {
  margin:0px 0 11px 0;
}
#detallePiso #textContainer #items1 p { 
  margin:0px 0 5px 0;
}
#detallePiso #imprimir a {
  background:url(/images/bot-imprimir.gif) no-repeat;
  height:44px;
  width:135px;
  padding:9px 0 0 48px;
  position:absolute;
  top:281px;
  right:20px;
  color: #00483a;
  text-decoration: none;
}
#detallePiso #pdf a {
  background: url(/images/bot-descargarpdf.gif) no-repeat;
  height: 33px;
  width: 135px;
  padding: 9px 0 0 48px;
  position: absolute;
  top: 335px;
  right: 20px;
  color: #00483a;
  text-decoration: none;
}

/** Viviendas - DetallePiso */



/** Viviendas - Fuera */
#viviendasFuera {
  background-color:#FFFFFF;
}
#viviendasFuera .topContainer {
  height: 37px;
  position: relative;
}
#viviendasFuera .topContainer p {
  height: 13px;
  width: 243px;
  position: absolute;
  left: 21px;
  top: 14px;
}
#viviendasFuera .topContainer a {
  height: 25px;
  width: 213px;
  position: absolute;
  right: 14px;
  top: 8px;
}
#viviendasFuera .contentContainer {
  position: relative;
  padding-left: 20px;
}
#viviendasFuera .contentContainer .mapContainer {
  float: left;
  width: 505px;
  height: 347px;
  background:  url(/images/mapa-fuera-viv.gif) no-repeat;
}
#viviendasFuera .contentContainer .detailContainer {
  background: url(/images/fdoder-maparesto2.gif) no-repeat;
  width: 215px;
  height: 347px;
  float: left;
  position: relative;
}
#viviendasFuera .contentContainer .detailContainer a.provinciasLink {
  width: 131px;
  height: 25px;
  position: absolute;
  top: 309px;
  right: 13px;
}
/** Viviendas - Fuera - End */

/** Viviendas - Barcelona */
#viviendasBarcelona {
  background-color:#FFFFFF;
}
#viviendasBarcelona .topContainer {
  height: 37px;
  position: relative;
}
#viviendasBarcelona .topContainer p {
  height: 13px;
  width: 243px;
  position: absolute;
  left: 21px;
  top: 14px;
}
#viviendasBarcelona .topContainer a {
  height: 25px;
  width: 213px;
  position: absolute;
  right: 14px;
  top: 8px;
}
#viviendasBarcelona .contentContainer {
  position: relative;
  padding-left: 20px;
}
#viviendasBarcelona .contentContainer .mapContainer {
  float: left;
  width: 720px;
  height: 347px;
  background-image: url(/images/mapa-barcelona-viv.gif);
  background-position: 0 0;
}
/** Viviendas - Barcelona - End */

/** Contacto **/
#contactoIndex {
	background-color:#FFFFFF;
}

#contactoIndex .pageContainer{
position:static;
}
#contactoIndex #containerInner #containerIzq{
	position:absolute;
	top:116px;
	left:20px;
	width:375px;
	height:347px;
}
#contactoIndex #containerInner #containerIzq p{
	background:url(/images/mapa-encuentrenos.gif) no-repeat;
	width:375px;
	height:347px;
}
 
#contactoIndex #containerInner #containerDer{
	background:url(/images/fdo-form.jpg) no-repeat;
	position:absolute;
	top:116px;
	left:415px;
	width:325px;
	height:347px;
	font-size:1.1em;
}

#contactoIndex #containerInner #containerDer h3{
	height:15px;
	width:289px;
	margin:23px 0 37px 20px;
}

#contactoIndex #containerInner #containerDer .input{
	border:1px #c9c9c9 solid; 	
	width:187px;
	height:18px;
	position:absolute;
	top:-7px;
	left:83px;
}
#contactoIndex #containerInner #containerDer .textarea{
	border:1px #c9c9c9 solid; 	
	width:270px;
	height:88px;
	margin-top:6px;
}



/* contacto success */
#contactoIndex #containerInner #containerDer .text {
	color: #00483a;
	padding-top:120px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 340px;
}
#contactoIndex #containerInner #containerDer #ajaxLoadingContactar {
  height: 345px;
  width:325px;  
  position: absolute;
  top: 0; 
  left: 0;
  background:url(/images/fdo-form.jpg) no-repeat;
  z-index: 999;
}
#contactoIndex #containerInner #containerDer #ajaxLoadingContactar img {
  margin: 150px auto 0 auto;
  display: block;
}
#contactoIndex #containerInner #containerDer .contactResponseContainer {
	position: absolute;
	top: 0;
	left: 0;
}
#contactoIndex #containerInner #containerDer .contactResponseContactar {
	position: relative;
}
#contactoIndex #containerInner #containerDer .success,
#contactoIndex #containerInner #containerDer .error {
	z-index: 999;
}
#contactoIndex #containerInner #containerDer .success {
  position: absolute;
	top: 0;
	left: 0;
}
#contactoIndex #containerInner #containerDer .success .innerContainer {
	background:url(/images/fdo-form.jpg) no-repeat;
	height:347px;
	position: relative;
}

#contactoIndex #containerInner #containerDer .success p {
  color: #E5AF11;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 86px;
  left: 45px; 
}
#contactoIndex #containerInner #containerDer .success a#closeFormSuccess {
	position: absolute;
	right: 20px;
	top: 5px;
}
/* contacto error */
#contactoIndex #containerInner #containerDer #contactResponseContainer #contactResponseContactar .error {
  height: 103px;
  width: 192px;
  background-color:#5F6967;
  border: 2px #E52511 solid;
  font-size:11px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  top: -80px;
  left: 0;
}
#contactoIndex #containerInner #containerDer #contactResponseContainer #contactResponseContactar .error .innerContainer {
  position: relative;
}
#contactoIndex #containerInner #containerDer #contactResponseContainer #contactResponseContactar .error a#closeFormError {
  position: absolute;
  right: 0;
  top: 0;
}
#contactoIndex #containerInner #containerDer p{
	position:relative;
	margin:0px 0 15px 26px;
}
#contactoIndex #containerInner #containerDer p.textareaContainer{
	margin:0px 0 0px 26px;
}
#contactoIndex #containerInner #containerDer label{
    color:black;
    margin:3px 0 0px 0px;
}

#contactoIndex #containerInner #containerDer .boton{
	margin:-10px 0 0 229px;
}

/** Contacto -end **/

/* Locales */

/** Locales - Resto */
#localesResto {
  background-color:#FFFFFF;
}
#localesResto .topContainer {
	height: 37px;
	position: relative;
}
#localesResto .topContainer p {
	height: 13px;
	width: 243px;
	position: absolute;
	left: 21px;
	top: 14px;
}
#localesResto .topContainer a {
	height: 25px;
	width: 182px;
	position: absolute;
	right: 6px;
	top: 8px;
}
#localesResto .contentContainer {
	position: relative;
	padding-left: 20px;
}
#localesResto .contentContainer .mapContainer {
	float: left;
	width: 505px;
	height: 347px;
	background-image: url(/images/mapa-espana-loc.gif);
}
#localesResto .contentContainer .detailContainer {
	background: url(/images/fdoder-datos.gif) no-repeat;
	width: 178px;
	height: 347px;
	float: left;
	position: relative;
	padding: 22px 27px;
	font-size:1.1em;
	color:#3c4242;
}
#localesResto .contentContainer .detailContainer .detailContainerP {
	width: 170px;
	height: 268px;
	overflow:auto;
}
#localesResto .contentContainer .detailContainerP p a {
  color: #3C4242;
  text-decoration: none;
}
#localesResto .contentContainer .detailContainerP p a:hover {
  text-decoration: underline;
}
#localesResto .contentContainer .detailContainer p {
  padding-top:10px;
}
#localesResto .contentContainer .detailContainer a.provinciasLink {
	width: 189px;
	height: 25px;
	position: absolute;
	top: 309px;
	left: 13px;
}
/** locales - Resto - End */

/** Locales - Fuera */
#localesFuera {
  background-color:#FFFFFF;
}
#localesFuera .topContainer {
  height: 37px;
  position: relative;
}
#localesFuera .topContainer p {
  height: 13px;
  width: 243px;
  position: absolute;
  left: 21px;
  top: 14px;
}
#localesFuera .topContainer a {
  height: 25px;
  width: 182px;
  position: absolute;
  right: 14px;
  top: 6px;
}
#localesFuera .contentContainer {
  position: relative;
  padding-left: 20px;
}
#localesFuera .contentContainer .mapContainer {
  float: left;
  width: 505px;
  height: 347px;
  background-image: url(/images/mapa-fuera-loc.gif);
}
#localesFuera .contentContainer .detailContainer {
  background: url(/images/fdoder-maparesto2.gif) no-repeat;
  width: 215px;
  height: 347px;
  float: left;
  position: relative;
}
#localesFuera .contentContainer .detailContainer a.provinciasLink {
  width: 131px;
  height: 25px;
  position: absolute;
  top: 309px;
  right: 13px;
}
/** Locales - Fuera - End */

/** Locales - Barcelona */
#localesBarcelona {
  background-color:#FFFFFF;
}
#localesBarcelona .topContainer {
  height: 37px;
  position: relative;
}
#localesBarcelona .topContainer p {
  height: 13px;
  width: 243px;
  position: absolute;
  left: 21px;
  top: 14px;
}
#localesBarcelona .topContainer a {
  height: 25px;
  width: 213px;
  position: absolute;
  right: 14px;
  top: 8px;
}
#localesBarcelona .contentContainer {
  position: relative;
  padding-left: 20px;
}
#localesBarcelona .contentContainer .mapContainer {
  float: left;
  width: 720px;
  height: 347px;
  background-image: url(/images/mapa-barcelona-loc.gif);
  background-position: 0 0;
}
/** locales - Barcelona - End */

/** locales - Detalle */
#localesDetalle {
  background-color:#FFFFFF;
}

#localesDetalle .topContainer {
	height: 30px;
	position: relative;
}

#localesDetalle .topContainer p.sifr {
	position: absolute;
	left: 20px;
	top: 14px;
	background:none;
	font-size:1.4em;
	color:#00483a;
	font-weight:bold;
}
#localesDetalle .topContainer #volver{
	right: 17px;
	top: 8px;
	position: absolute;
}
#localesDetalle .topContainer div{
margin-top:4px;
margin-right:4px;
float:left;
}

#localesDetalle .topContainer a{
	font-size:1em;
	color:#00483a;
	text-decoration:none;
}
#localesDetalle .contentContainer {
	position: relative;
}
#localesDetalle .contentContainer #izqContainer {
	position:absolute;
	top:14px;
	left:20px;
	width: 308px;
}
#localesDetalle .contentContainer #izqContainer p.address {
	color:#00483a;
	font-size:1.6em;
	margin-bottom:25px;
	margin-top:5px;
	height:12px;
	font-weight:bold;
}
#localesDetalle .contentContainer #izqContainer #imgContainer {
	height:299px;
	position:relative;
}
#localesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer {
	background: #fdb813;
	opacity: 0.8;
	-moz-opacity: 0.8;
	height: 15px;
	position: absolute;
	bottom: 0;
	width: 308px;
	left: 0;
	padding-top: 4px;
}

#localesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer p {
	font-size: 0.9em;
	text-align: right;
	padding-right: 5px;
	
}
#localesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer a,
#localesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer span {
	color: #3c4242;
	text-decoration: none;
}
#localesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer a {
  text-decoration: none;
}
#localesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer a:hover {
	text-decoration: underline;
}
#localesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer  span.active {
	text-decoration: underline;
}


#localesDetalle .contentContainer  #derContainer {
	position:absolute;
	top:55px;
	left:357px;
	width: 325px;
	height:299px;
	overflow:auto;
	padding-right: 5px;
}
#localesDetalle .contentContainer #derContainer .underline {
	text-decoration:underline;
}
#localesDetalle .contentContainer #derContainer p {
	color:#00483a;
	font-size:1.2em;
	margin-bottom:6px;
}
#localesDetalle .contentContainer #derContainer #descripcion p {
	margin:20px 0; 
}
#localesDetalle .contentContainer #derContainer table {
	font-size:1.1em;
	color:#00483a;
	border-collapse: separate;
	border-spacing: 1px;
}
#localesDetalle .contentContainer #derContainer td,
#localesDetalle .contentContainer #derContainer th {
  border: 1px solid #e8e4d8;
}
#localesDetalle .contentContainer #derContainer th {
  font-weight: normal;  
}
#localesDetalle .contentContainer #derContainer td.existencias,
#localesDetalle .contentContainer #derContainer th.existencias {
  padding: 2px 8px 2px 8px;
  width: 126px;
}
#localesDetalle .contentContainer #derContainer th.superficie,
#localesDetalle .contentContainer #derContainer td.superficie {
	text-decoration:none;
	color:#00483a;
	width:145px;
	padding:2px 0 1px 23px;
}
#localesDetalle .contentContainer #derContainer td.superficie {
  padding-left: 44px;
}
#localesDetalle .contentContainer #derContainer table a{
	color:#00483a;
}

/** locales- Detalle - End */


/** locales - DetallePiso */
/*
#localesDetalle #detallePiso{
	position: absolute;
  width: 748px;
  height:400px;
  overflow:auto;
  top: 88px;
  left: 9px;
  background:url(/images/fdo-detalles.gif) no-repeat;
  z-index:8;
  visibility:hidden; 
}
#localesDetalle #detallePiso .imgContainer{
	padding:9px;
	float:left;
}
#localesDetalle #detallePiso .cerrar{
  position: absolute;
  width: 21px;
  heigth:21px;
  right:8px;
  top:5px;
}
#localesDetalle #detallePiso #textContainer{
  color:#00483a;
  font-size:1.1em;
  padding-right:9px;
}
#localesDetalle #detallePiso #textContainer p.titulo{
  font-size:1.2em;
  font-weight:bold;
  margin:40px 0 19px 0;
}
#localesDetalle #detallePiso #textContainer #items1{
margin:0px 0 11px 0;
}

#localesDetalle #detallePiso #textContainer #items1 p{
  margin:0px 0 5px 0;
}
#localesDetalle #detallePiso #imprimir{
  background:url(/images/bot-imprimir.gif) no-repeat;
  height:44px;
  width:135px;
  padding:9px 0 0 48px;
  position:absolute;
  top:281px;
  right:20px;
}
#localesDetalle #detallePiso #pdf{
  background:url(/images/bot-descargarpdf.gif) no-repeat;
  height:33px;
  width:135px;
  padding:9px 0 0 48px;
  position:absolute;
  top:335px;
  right:20px;
}
*/
/** locales - DetallePiso */

/* oficinas */

/** Oficinas - Resto */
#oficinasResto {
  background-color:#FFFFFF;
}
#oficinasResto .topContainer {
	height: 37px;
	position: relative;
}
#oficinasResto .topContainer p {
	height: 13px;
	width: 243px;
	position: absolute;
	left: 21px;
	top: 14px;
}
#oficinasResto .topContainer a {
	height: 25px;
	width: 175px;
	position: absolute;
	right: 14px;
	top: 8px;
}
#oficinasResto .contentContainer {
	position: relative;
	padding-left: 20px;
}
#oficinasResto .contentContainer .mapContainer {
	float: left;
	width: 505px;
	height: 347px;
	background-image: url(/images/mapa-espana-ofi.gif);
}
#oficinasResto .contentContainer .detailContainer {
	background: url(/images/fdoder-datos.gif) no-repeat;
	width: 178px;
	height: 347px;
	float: left;
	position: relative;
	padding: 22px 27px;
	font-size:1.1em;
	color:#3c4242;
}
#oficinasResto .contentContainer .detailContainer .detailContainerP{
	width: 170px;
	height: 268px;
	overflow:auto;
}
#oficinasResto .contentContainer .detailContainerP p a {
  color: #3C4242;
  text-decoration: none;
}
#oficinasResto .contentContainer .detailContainerP p a:hover {
  text-decoration: underline;
}
#oficinasResto .contentContainer .detailContainer p {
  padding-top:10px;
}
#oficinasResto .contentContainer .detailContainer a.provinciasLink {
	width: 189px;
	height: 25px;
	position: absolute;
	top: 309px;
	left: 13px;
}
/** locales - Resto - End */

/** oficinas - Fuera */
#oficinasFuera {
  background-color:#FFFFFF;
}
#oficinasFuera .topContainer {
  height: 37px;
  position: relative;
}
#oficinasFuera .topContainer p {
  height: 13px;
  width: 243px;
  position: absolute;
  left: 21px;
  top: 14px;
}
#oficinasFuera .topContainer a {
  height: 25px;
  width: 175px;
  position: absolute;
  right: 14px;
  top: 8px;
}
#oficinasFuera .contentContainer {
  position: relative;
  padding-left: 20px;
}
#oficinasFuera .contentContainer .mapContainer {
  float: left;
  width: 505px;
  height: 347px;
  background-image: url(/images/mapa-fuera-ofi.gif);
}
#oficinasFuera .contentContainer .detailContainer {
  background: url(/images/fdoder-maparesto2.gif) no-repeat;
  width: 215px;
  height: 347px;
  float: left;
  position: relative;
}
#oficinasFuera .contentContainer .detailContainer a.provinciasLink {
  width: 131px;
  height: 25px;
  position: absolute;
  top: 309px;
  right: 13px;
}
/** Oficina - Fuera - End */

/** Oficinas - Barcelona */
#oficinasBarcelona {
  background-color:#FFFFFF;
}
#oficinasBarcelona .topContainer {
  height: 37px;
  position: relative;
}
#oficinasBarcelona .topContainer p {
  height: 13px;
  width: 243px;
  position: absolute;
  left: 21px;
  top: 14px;
}
#oficinasBarcelona .topContainer a {
  height: 25px;
  width: 213px;
  position: absolute;
  right: 14px;
  top: 8px;
}
#oficinasBarcelona .contentContainer {
  position: relative;
  padding-left: 20px;
}
#oficinasBarcelona .contentContainer .mapContainer {
  float: left;
  width: 720px;
  height: 347px;
  background-image: url(/images/mapa-barcelona-ofi.gif);
  background-position: 0 0;
}
/** Oficinas - Barcelona - End */

/** Oficinas - Detalle */
#oficinasDetalle {
  background-color:#FFFFFF;
}

#oficinasDetalle .topContainer {
	height: 30px;
	position: relative;
}

#oficinasDetalle .topContainer p.sifr {
	position: absolute;
	left: 20px;
	top: 14px;
	background:none;
	font-size:1.4em;
	color:#00483a;
	font-weight:bold;
}
#oficinasDetalle .topContainer #volver{
	right: 17px;
	top: 8px;
	position: absolute;
}
#oficinasDetalle .topContainer div{
margin-top:4px;
margin-right:4px;
float:left;
}

#oficinasDetalle .topContainer a{
	font-size:1em;
	color:#00483a;
	text-decoration:none;
}
#oficinasDetalle .contentContainer {
	position: relative;
}
#oficinasDetalle .contentContainer #izqContainer {
	position:absolute;
	top:14px;
	left:20px;
	width: 308px;
}
#oficinasDetalle .contentContainer #izqContainer p.address {
	color:#00483a;
	font-size:1.6em;
	margin-bottom:25px;
	margin-top:5px;
	height:12px;
	font-weight:bold;
}
#oficinasDetalle .contentContainer #izqContainer #imgContainer {
	height:299px;
	position:relative;
}
#oficinasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer {
	background: #fdb813;
	opacity: 0.8;
	-moz-opacity: 0.8;
	height: 15px;
	position: absolute;
	bottom: 0;
	width: 308px;
	left: 0;
	padding-top: 4px;
}
#oficinasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer p {
	font-size: 0.9em;
	text-align: right;
	padding-right: 5px;
	
}
#oficinasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer a,
#oficinasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer span {
	color: #3c4242;
	text-decoration: none;
}
#oficinasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer a {
  text-decoration: none;
}
#oficinasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer a:hover {
	text-decoration: underline;
}
#oficinasDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer  span.active {
	text-decoration: underline;
}
#oficinasDetalle .contentContainer  #derContainer {
	position:absolute;
	top:55px;
	left:357px;
	width: 325px;
	height:299px;
	overflow:auto;
	padding-right: 5px;
}
#oficinasDetalle .contentContainer #derContainer .underline {
	text-decoration:underline;
}
#oficinasDetalle .contentContainer #derContainer p {
	color:#00483a;
	font-size:1.2em;
	margin-bottom:6px;
}
#oficinasDetalle .contentContainer #derContainer #descripcion p {
	margin:20px 0; 
}
#oficinasDetalle .contentContainer #derContainer table {
	font-size:1.1em;
	color:#00483a;
	border-collapse: separate;
	border-spacing: 1px;
}
#oficinasDetalle .contentContainer #derContainer td,
#oficinasDetalle .contentContainer #derContainer th {
  border: 1px solid #e8e4d8;
}
#oficinasDetalle .contentContainer #derContainer th {
  font-weight: normal;  
}
#oficinasDetalle .contentContainer #derContainer td.existencias,
#oficinasDetalle .contentContainer #derContainer th.existencias {
  padding: 2px 8px 2px 8px;
  width: 126px;
}
#oficinasDetalle .contentContainer #derContainer th.superficie,
#oficinasDetalle .contentContainer #derContainer td.superficie {
	text-decoration:none;
	color:#00483a;
	width:145px;
	padding:2px 0 1px 23px;
}
#oficinasDetalle .contentContainer #derContainer td.superficie {
  padding-left: 44px;
}
#oficinasDetalle .contentContainer #derContainer table a{
	color:#00483a;
}

/** oficinas- Detalle - End */


/** oficinas - DetallePiso */
/*
#oficinasDetalle #detallePiso{
  position: absolute;
  width: 748px;
  height:400px;
  overflow:auto;
  top: 88px;
  left: 9px;
  background:url(/images/fdo-detalles.gif) no-repeat;
  z-index:8;
  visibility:hidden; 
}
#oficinasDetalle #detallePiso .imgContainer{
  padding:9px;
  float:left;
}
#oficinasDetalle #detallePiso .cerrar{
  position: absolute;
  width: 21px;
  heigth:21px;
  right:8px;
  top:5px;
}
#oficinasDetalle #detallePiso #textContainer{
  color:#00483a;
  font-size:1.1em;
  padding-right:9px;
}
#oficinasDetalle #detallePiso #textContainer p.titulo{
  font-size:1.2em;
  font-weight:bold;
  margin:40px 0 19px 0;
}
#oficinasDetalle #detallePiso #textContainer #items1{
  margin:0px 0 11px 0;
}

#oficinasDetalle #detallePiso #textContainer #items1 p{
  margin:0px 0 5px 0;
}
#oficinasDetalle #detallePiso #imprimir{
  background:url(/images/bot-imprimir.gif) no-repeat;
  height:44px;
  width:135px;
  padding:9px 0 0 48px;
  position:absolute;
  top:281px;
  right:20px;
}
#oficinasDetalle #detallePiso #pdf{
  background:url(/images/bot-descargarpdf.gif) no-repeat;
  height:33px;
  width:135px;
  padding:9px 0 0 48px;
  position:absolute;
  top:335px;
  right:20px;
}
*/
/** oficinas - DetallePiso */


/* naves */

/** naves - Resto */
#navesResto {
  background-color:#FFFFFF;
}
#navesResto .topContainer {
  height: 37px;
  position: relative;
}
#navesResto .topContainer p {
  height: 13px;
  width: 243px;
  position: absolute;
  left: 21px;
  top: 14px;
}
#navesResto .topContainer a {
  height: 25px;
  width: 175px;
  position: absolute;
  right: 14px;
  top: 8px;
}
#navesResto .contentContainer {
  position: relative;
  padding-left: 20px;
}
#navesResto .contentContainer .mapContainer {
  float: left;
  width: 505px;
  height: 347px;
  background-image: url(/images/mapa-espana-ofi.gif);
}
#navesResto .contentContainer .detailContainer {
  background: url(/images/fdoder-datos.gif) no-repeat;
  width: 178px;
  height: 347px;
  float: left;
  position: relative;
  padding: 22px 27px;
  font-size:1.1em;
  color:#3c4242;
}
#navesResto .contentContainer .detailContainer .detailContainerP{
  width: 170px;
  height: 268px;
  overflow:auto;
}
#navesResto .contentContainer .detailContainerP p a {
  color: #3C4242;
  text-decoration: none;
}
#navesResto .contentContainer .detailContainerP p a:hover {
  text-decoration: underline;
}
#navesResto .contentContainer .detailContainer p {
  padding-top:10px;
}
#navesResto .contentContainer .detailContainer a.provinciasLink {
  width: 189px;
  height: 25px;
  position: absolute;
  top: 309px;
  left: 13px;
}
/** locales - Resto - End */

/** naves - Fuera */
#navesFuera {
  background-color:#FFFFFF;
}
#navesFuera .topContainer {
  height: 37px;
  position: relative;
}
#navesFuera .topContainer p {
  height: 13px;
  width: 243px;
  position: absolute;
  left: 21px;
  top: 14px;
}
#navesFuera .topContainer a {
  height: 25px;
  width: 175px;
  position: absolute;
  right: 14px;
  top: 8px;
}
#navesFuera .contentContainer {
  position: relative;
  padding-left: 20px;
}
#navesFuera .contentContainer .mapContainer {
  float: left;
  width: 505px;
  height: 347px;
  background-image: url(/images/mapa-fuera-ofi.gif);
}
#navesFuera .contentContainer .detailContainer {
  background: url(/images/fdoder-maparesto2.gif) no-repeat;
  width: 215px;
  height: 347px;
  float: left;
  position: relative;
}
#navesFuera .contentContainer .detailContainer a.provinciasLink {
  width: 131px;
  height: 25px;
  position: absolute;
  top: 309px;
  right: 13px;
}
/** Oficina - Fuera - End */

/** naves - Barcelona */
#navesBarcelona {
  background-color:#FFFFFF;
}
#navesBarcelona .topContainer {
  height: 37px;
  position: relative;
}
#navesBarcelona .topContainer p {
  height: 13px;
  width: 243px;
  position: absolute;
  left: 21px;
  top: 14px;
}
#navesBarcelona .topContainer a {
  height: 25px;
  width: 213px;
  position: absolute;
  right: 14px;
  top: 8px;
}
#navesBarcelona .contentContainer {
  position: relative;
  padding-left: 20px;
}
#navesBarcelona .contentContainer .mapContainer {
  float: left;
  width: 720px;
  height: 347px;
  background-image: url(/images/mapa-barcelona-ofi.gif);
  background-position: 0 0;
}
/** naves - Barcelona - End */

/** naves - Detalle */
#navesDetalle {
  background-color:#FFFFFF;
}

#navesDetalle .topContainer {
  height: 30px;
  position: relative;
}

#navesDetalle .topContainer p.sifr {
  position: absolute;
  left: 20px;
  top: 14px;
  background:none;
  font-size:1.4em;
  color:#00483a;
  font-weight:bold;
}
#navesDetalle .topContainer #volver{
  right: 17px;
  top: 8px;
  position: absolute;
}
#navesDetalle .topContainer div{
margin-top:4px;
margin-right:4px;
float:left;
}

#navesDetalle .topContainer a{
  font-size:1em;
  color:#00483a;
  text-decoration:none;
}
#navesDetalle .contentContainer {
  position: relative;
}
#navesDetalle .contentContainer #izqContainer {
  position:absolute;
  top:14px;
  left:20px;
  width: 308px;
}
#navesDetalle .contentContainer #izqContainer p.address {
  color:#00483a;
  font-size:1.6em;
  margin-bottom:25px;
  margin-top:5px;
  height:12px;
  font-weight:bold;
}
#navesDetalle .contentContainer #izqContainer #imgContainer {
  height:299px;
  position:relative;
}
#navesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer {
  background: #fdb813;
  opacity: 0.8;
  -moz-opacity: 0.8;
  height: 15px;
  position: absolute;
  bottom: 0;
  width: 308px;
  left: 0;
  padding-top: 4px;
}
#navesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer p {
  font-size: 0.9em;
  text-align: right;
  padding-right: 5px;
  
}
#navesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer a,
#navesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer span {
  color: #3c4242;
  text-decoration: none;
}
#navesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer a {
  text-decoration: none;
}
#navesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer a:hover {
  text-decoration: underline;
}
#navesDetalle .contentContainer #izqContainer #imgContainer #amarilloContainer  span.active {
  text-decoration: underline;
}
#navesDetalle .contentContainer  #derContainer {
  position:absolute;
  top:55px;
  left:357px;
  width: 325px;
  height:299px;
  overflow:auto;
  padding-right: 5px;
}
#navesDetalle .contentContainer #derContainer .underline {
  text-decoration:underline;
}
#navesDetalle .contentContainer #derContainer p {
  color:#00483a;
  font-size:1.2em;
  margin-bottom:6px;
}
#navesDetalle .contentContainer #derContainer #descripcion p {
  margin:20px 0; 
}
#navesDetalle .contentContainer #derContainer table {
  font-size:1.1em;
  color:#00483a;
  border-collapse: separate;
  border-spacing: 1px;
}
#navesDetalle .contentContainer #derContainer td,
#navesDetalle .contentContainer #derContainer th {
  border: 1px solid #e8e4d8;
}
#navesDetalle .contentContainer #derContainer th {
  font-weight: normal;  
}
#navesDetalle .contentContainer #derContainer td.existencias,
#navesDetalle .contentContainer #derContainer th.existencias {
  padding: 2px 8px 2px 8px;
  width: 126px;
}
#navesDetalle .contentContainer #derContainer th.superficie,
#navesDetalle .contentContainer #derContainer td.superficie {
  text-decoration:none;
  color:#00483a;
  width:145px;
  padding:2px 0 1px 23px;
}
#navesDetalle .contentContainer #derContainer td.superficie {
  padding-left: 44px;
}
#navesDetalle .contentContainer #derContainer table a{
  color:#00483a;
}

/** naves- Detalle - End */


/** naves - DetallePiso */
/*
#navesDetalle #detallePiso{
  position: absolute;
  width: 748px;
  height:400px;
  overflow:auto;
  top: 88px;
  left: 9px;
  background:url(/images/fdo-detalles.gif) no-repeat;
  z-index:8;
  visibility:hidden; 
}
#navesDetalle #detallePiso .imgContainer{
  padding:9px;
  float:left;
}
#navesDetalle #detallePiso .cerrar{
  position: absolute;
  width: 21px;
  heigth:21px;
  right:8px;
  top:5px;
}
#navesDetalle #detallePiso #textContainer{
  color:#00483a;
  font-size:1.1em;
  padding-right:9px;
}
#navesDetalle #detallePiso #textContainer p.titulo{
  font-size:1.2em;
  font-weight:bold;
  margin:40px 0 19px 0;
}
#navesDetalle #detallePiso #textContainer #items1{
  margin:0px 0 11px 0;
}

#navesDetalle #detallePiso #textContainer #items1 p{
  margin:0px 0 5px 0;
}
#navesDetalle #detallePiso #imprimir{
  background:url(/images/bot-imprimir.gif) no-repeat;
  height:44px;
  width:135px;
  padding:9px 0 0 48px;
  position:absolute;
  top:281px;
  right:20px;
}
#navesDetalle #detallePiso #pdf{
  background:url(/images/bot-descargarpdf.gif) no-repeat;
  height:33px;
  width:135px;
  padding:9px 0 0 48px;
  position:absolute;
  top:335px;
  right:20px;
}
*/
/** naves - DetallePiso */


/** Mapa - googleMaps */
#mapaGoogleMaps {
  background-color:#FFFFFF;
}
#mapaGoogleMaps .topContainerGoogle {
	height: 37px;
	position: relative;
}
#mapaGoogleMaps .topContainerGoogle p.sifr {
	position: absolute;
	left: 20px;
	top: 14px;
	background:none;
	font-size:1.4em;
	color:#00483a;
	font-weight:bold;
}
#mapaGoogleMaps .topContainerGoogle a {
}
#mapaGoogleMaps .topContainerGoogle a.mapabarcelona {
	height: 25px;
	position: absolute;
	right: 21px;
	top: 8px;
	width: 188px;
}
#mapaGoogleMaps .topContainerGoogle a.mapafuera {
	height: 25px;
	position: absolute;
	right: 21px;
	top: 8px;
	width: 240px;
}
#mapaGoogleMaps .topContainerGoogle a.maparesto {
	height: 25px;
	position: absolute;
	right: 21px;
	top: 8px;
	width: 220px;
}
#mapaGoogleMaps .contentContainer {
	position: relative;
	padding-left: 20px;
}
#mapaGoogleMaps .contentContainer .mapContainer {
	float: left;
	width: 505px;
	background:none;
	color: #222625;
}
#mapaGoogleMaps .contentContainer .detailContainer {
	background-color: #b9c8c3;
	width: 180px;
	height: 318px;
	/*float: left;*/
	position: relative;
	color: #3c4242;
	font-size:1.1em;
	padding: 16px;
	overflow:auto;
	background-image:none;
}
#viviendasBarcelona #mapaGoogleMaps .contentContainer .detailContainer,
#viviendasFuera #mapaGoogleMaps .contentContainer .detailContainer,
#viviendasResto #mapaGoogleMaps .contentContainer .detailContainer {
	background-color: #b8c8c3;
}
#oficinasResto #mapaGoogleMaps .contentContainer .detailContainer,
#oficinasFuera #mapaGoogleMaps .contentContainer .detailContainer,
#oficinasBarcelona #mapaGoogleMaps .contentContainer .detailContainer{
	background-color: #b3cbbe;
}
#localesResto #mapaGoogleMaps .contentContainer .detailContainer,
#localesFuera #mapaGoogleMaps .contentContainer .detailContainer,
#localesBarcelona #mapaGoogleMaps .contentContainer .detailContainer{
	background-color: #c5c3ba;
}
#mapaGoogleMaps .contentContainer .detailContainer h6 {
  margin-bottom:20px;
}
#mapaGoogleMaps .contentContainer .detailContainer p.espace {
  padding-left: 10px;
}
#mapaGoogleMaps .contentContainer .detailContainer p{
  margin-bottom:16px;
}
#mapaGoogleMaps .contentContainer .detailContainer p a{
  color: #3C4242;
  text-decoration: none;
}
#mapaGoogleMaps .contentContainer .detailContainer p a:hover{
  text-decoration: underline;
}
#mapaGoogleMaps .contentContainer .detailContainer a.provinciasLink {
	width: 189px;
	height: 25px;
	position: absolute;
	top: 309px;
	left: 13px;
}
/** Mapa - googleMaps - End */

.bannerPiso  {
margin-top: 20px;
}


#conozcaPisos {
margin: 10px 0;
padding-top:0px;

}
#pisosMuestra {
  background-image: url(/images/es/fondo-menu-piso.gif);
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 325px;
  position: relative;
  width: 230px;
}

#pisosMuestra .cerrar {
  position: absolute;
  top: 5px;
  right: 10px;
}

#pisosMuestra .bg {
  background-color: #e1e6e5;
  height: 247px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  top: 38px;
  width: 223px;
}
#pisosMuestra table {
  margin: 0 5px;
  width: 213px;
}
#pisosMuestra table td {
  border-bottom: 1px solid #b6bab9;
  line-height: 24px;
  padding: 0 5px;
  width: 218px;
}
#pisosMuestra a{
  color: gray;
  text-decoration:none;
}

#pisosMuestra a:hover {
  color:black;
}

p.descriptionNeighbourhood  {
	color:#000000;
	margin-top:15px;
}