/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../imagenes/pixel_azul.jpg);
}
a, a:link, a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
}

/* estilos de texto*/
.titulo {
	font-size: 16pt;
	font-weight: bold;
	color: #0177be;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0177be;
	vertical-align: bottom;
}
.tituloBuscador {
	font-size: 13pt;
	font-weight: bold;
	color: #0177be;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0177be;
	vertical-align: bottom;
}
.titulo2 {
	font-size: 11pt;
	font-weight: bold;
	color: #0177be;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0177be;
	vertical-align: bottom;
	padding-bottom: 1px;
}
.texto {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
.texto_ficha {
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}
.telfno {
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	line-height: 42px;
}
.inmo_futura {
	color: #0177be;
	font-weight: bold;
}	
.clase_inmueble, a.clase_inmueble, a.clase_inmueble:link, a.clase_inmueble:visited {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	vertical-align: bottom;
	text-decoration: none;
}
a.clase_inmueble:hover {
	color: #666666;
}
.ref_inmueble, a.ref_inmueble, a.ref_inmueble:link, a.ref_inmueble:visited {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: bottom;
	text-decoration: none;
}
a.ref_inmueble:hover {
	color: #666666;
}
.imagen_ficha {
	
	margin-bottom: 10px;
}
.text_m_vert {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

/* estilos textos menu inferior */
.menu_inf, a.menu_inf, a.menu_inf:visited {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
a.menu_inf:hover {
	color: #999999;
}

/* estilos textos pie de pagina */
.firma, a.firma, a.firma:visited  {
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.firma:hover {
	color: #999999;
}

/* estilos textos pie de ficha */
.pie_ficha, a.pie_ficha, a.pie_ficha:visited  {
	font-size: 8pt;
	font-weight: bold;
	color: #0177be;
	text-decoration: none;
}
a.pie_ficha:hover {
	color: #666666;
}

/*maqueta*/

#contcabecera{
	position:relative;
	width:100%;
	height:204px;
	background-image: url(../imagenes/margen_cabecera_der.jpg);
	top: 0px;
}
#espaciador{
	position:relative;
	width:100%;
	height:18px;
	background-image: url(../imagenes/sombra_menu_h_3.jpg);
	background-color: #FFFFFF;
	top: 0px;
}
#contcuerpo{
	position:relative;
	width:100%;
	background-color:#FFFFFF;
	height: auto;
	top: 0px;
	z-index: 1;
	left: 0px;
	background-image: url(../imagenes/fondo_cuerpo.jpg);
	background-repeat: repeat-y;
	clear: none;
	float: left;
}

#contpie {
	position:relative;
	width:100%;
	height:auto;
	z-index: 1;
	float: left;
	background-image: url(../imagenes/pixel_azul.jpg);
}
.margen_iquierdo{
	position:absolute;
	width:27px;
	height:194px;
	top:10px;
	background-color:#FFFFFF;
	background-image: url(../imagenes/margen_cabecera_izq.jpg);
}

#imagen_cabecera{
	position:absolute;
	width:800px;
	height:164px;
	top:10px;
	left:27px;
	background-color: #FFFFFF;
}
#imagen_cabecera_print{
	display: none;

}
#menuh{
	position:absolute;
	width:800px;
	height:30px;
	top:174px;
	left:27px;
	background-color:#999999;
	background-image: url(../imagenes/menu_h_fondo.jpg);
}
#menuv {
	width:207px;
	height:auto;
	position: relative;
	top: 0px;
	float: left;
}

#cuerpo {
	width:612px;
	height:auto;
	background-color:#FFFFFF;
	left: 8px;
	position: relative;
	float: left;
}
#onda_inf {
	width: 100%;
	height: 54px;
	background-image: url(../imagenes/onda_inf_5.jpg);
	background-repeat: repeat-x;
}
#onda_inf_print {
	width: 650px;
	height: 58px;
	display: none;
}
#menu_inf {
	position: absolute;
	height: 12px;
	width: 250px;
	left: 27px;
	top: 32px;
}
#copy {
	width: 500px;
	left: 27px;
	position: absolute;
	top: 60px;
	height: 20px;
}
#paralelo {
	text-align:right;
	width: 200px;
	left: 627px;
	position: absolute;
	top: 60px;
	height: 20px;
}
.imagen img {
	float: left;
}
.imagen_m_h_1 {
	width: 207px;
}

/* BOTONES MENU HORIZONTAL*/
.boton_h_off {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	background-image: url(../imagenes/boton_h_off.jpg);
	text-indent: 27px;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.boton_h_on {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imagenes/boton_h_on.jpg);
	text-indent: 27px;
	vertical-align: middle;
	cursor: pointer;
	background-repeat: no-repeat;
}
/* BOTONES MENU VERTICAL*/
.boton_v_off {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	height: 25px;
	background-image: url(../imagenes/boton_v_off.jpg);
	background-repeat: no-repeat;
	text-indent: 27px;
	vertical-align: middle;
	text-align: left;

}
.boton_v_on {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	background-image: url(../imagenes/boton_v_on.jpg);
	background-repeat: no-repeat;
	text-indent: 27px;
	vertical-align: middle;
	text-align: left;
	cursor: pointer;
}
.boton_v_sub_off {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	height: 25px;
	background-image: url(../imagenes/boton_v_off.jpg);
	background-repeat: no-repeat;
	text-indent: 40px;
	vertical-align: middle;
	text-align: left;

}
.boton_v_sub_on {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	background-image: url(../imagenes/boton_v_on.jpg);
	background-repeat: no-repeat;
	text-indent: 40px;
	vertical-align: middle;
	text-align: left;
	cursor: pointer;
}

/* tablas */
.tabla {width : 96%; text-align: left; margin-bottom: 10px; vertical-align: top;}

.tabla_ficha { width : 96%; text-align: left; vertical-align: top;}
	
.t_buscador {width : 83%; _width : 84%; margin-bottom: 5px; margin-left: 25px;}

.t_inmueble_destac {width : 100%; vertical-align: top; text-align: left;}

/* portada */
#portadaTexto {
	position:relative;
	left:2%;
	top:5px;
	width:96%;
	z-index:2;
	height: 15px;
	text-align: center;
}
#portadac1 {
	position:absolute;
	left:80px;
	top:67px;
	width:98px;
	height:85px;
	z-index:2;
	text-align: right;
}
#portadac2 {
	position:absolute;
	left:195px;
	top:165px;
	width:100px;
	height:85px;
	z-index:2;
	text-align: right;
}
#portadac3 {
	position:absolute;
	left:302px;
	top:67px;
	width:106px;
	height:85px;
	z-index:2;
	text-align: right;
}
#portadac4 {
	position:absolute;
	left:431px;
	top:165px;
	width:160px;
	height:85px;
	z-index:2;
	text-align: left;
}

#IMGarquitectura {
	position:absolute;
	left:82px;
	top:161px;
	width:100px;
	z-index:2;
	height: 100px;
}
#portadaPie {
	position:absolute;
	left:0px;
	top:300px;
	width:100%;
	z-index:2;
	height: 15px;
	text-align: center;
}
.titulo_portada, a.titulo_portada, a.titulo_portada:link, a.titulo_portada:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.titulo_portada:hover {
	color: #666666;
}
#inmoexpertos{
	position: absolute;
	z-index: 10;
	left: 700px;
	top: -10px;
	*top: -18px;
}


/* Navegador*/
.navegador, a.navegador, a.navegador:link, a.navegador:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	background-position: left top;
}
a.navegador:hover {
	color: #0177be;
}

.navegador2 

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-position: left top;
}

a.nav
    {
    color: #000000;
    }
a.nav:link
    {
    color: #000000;
    }
a.nav:visited
    {
    color: #000000;
    }
a.nav:hover
    {
	color: #0177be;
    }

.navegador_activo {
	color: #0177be;
	font-weight: bold;
}

.navegador_nodisp {
	color: #999999;
}
#navegador {
	z-index:1;
	position: relative;
	width: 96%;
	float: left;
	left: 2%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

 .inmuebleres {
	z-index:1;
	position: relative;
	width: 47%;
	float: left;
	left: 2%;
	margin-right: 2%;
	_margin-right: 12px;
	margin-bottom: 10px;
	height:131px;
	_height:135px;
}

/* formularios */
.tituloform{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #0177be;
	margin-top: 10px;
}

.lista{
	list-style-type: none;
/*	text-indent: 0px; */
	margin: 0 0 0 25px;
	padding: 0;
}
.lista li{
	list-style-type: none;
/*	margin-bottom: 5px;*/
	text-align: left;
	margin: 3px 0;
	float: left;
	width: 406px;
	/*	text-indent: 0px; */
}
.horiz, .horiz2{
/*	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;*/
	
	margin: 0;
	padding: 0;
}
.horiz li, .horiz2 li{
	display: inline;
	width: auto;
/*	margin-left: -41px;
	padding-right: 48px;*/
}
#IMGtelef{
	position: relative;
	z-index: 1;
	left: 0px;
	float: left;
	padding-right: 10px;
}
.botonformularios{
	margin: 0 0 0 20%;
	width: 20%;
}

/* Enlaces*/

.enlaces {margin:0px; padding:0px; list-style-type:none;}
.enlaces li{margin:0px;}
.enlaces a{
	display:block;
	padding:3px 12px 3px 20px;
	border-bottom:1px solid #0177be;
	background-color: #fff;
}
.enlace a:hover{background-color:#a7d2e2}
.maintable {
	width: 100%;
}
/*------------------------------------------------------------*/
#Precio2 strong{font-size: 10pt;}


/*-------------------------*/
#scroll {
	width:100%;
	overflow:hidden;
	height: 18px;
	position: absolute;
}

#scrollme {
	left : 650px;
	float:left;
	position:relative;
	height: 18px;
	width : 760px;
}



/* banner inicio flotante publicidad */
#banner_exterior {
position: absolute;
width:100%;
height:100%;
background-image: url(../imagenes/banner_exterior.png);
background-repeat: repeat;
z-index:100;

}


#banner_flotante {
    position: absolute;
	left: 50%;
	top:50%;
	width: 460px;
	height:210px;
	margin: -105px 0 0 -230px;
	padding: 0px;
   z-index:100;
   background-color:#a9dcf4;
   text-align:center;
}

#banner_flotante div {
text-align:right;
margin: 5px 5px 0px 0px;
}

#banner_flotante span{
font-size:9px;
font-weight:bold;
color:black;
cursor:hand; 
cursor:pointer;
}

#banner_flotante img {margin-top:5px;}


/*------------2009----------------*/

#navegador .activo{color:#0177be;}


/*------------menu privado------------*/
.cuadro_menu{
	padding: 10px;
	float: left;
	width: 246px;
	border: 1px solid #0177be;
	position: relative;
	margin: 5px 12px;
	text-align: left;
	font-size: 10pt;
	z-index: 1;
	line-height: 18px;
}
.titulo_menu{
	color: #0177be;
	line-height: 30px;
	font-size: 15pt;
	font-weight: bold;
}

ul.Ficha{
	padding: 0px;
	margin: 0px;
	display: block;
	list-style-type: none;
}

li.Pastilla{
	text-align: left;
	font-size: 8pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0177be;
	margin-bottom: 10px;
}
.Foto {
	float:left;
	margin-right:10px;}
ul.Formulario{
	padding: 0;
	text-align: left;
	list-style-type: none;
}


/*   validacion     */

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	background-color: #cccccc;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
div.validation-advice{
	color: red;
	font-style: italic;
	font-size: 11px;
	width: 200px;
}

.horiz2 div.validation-advice{
	color: red;
	font-style: italic;
	font-size: 11px;
	width: 100px;
}