
.clear { clear: both; }

ol, ul {
     list-style: none
}
a:visited {
	color:	#575756;
}
a:link {
	color:	#575756;
}
strong {
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 24px;
	font-weight: 300;
}
body{
	background: #fff;
	margin: 0 auto;
	font-family:	"Fira Sans";
	font-size:		15px;
	color:	#333333;
}
/*
input[type='button'] {
	background: #3759C8;
	color: #ffffff;
	border: 0;
	border-radius: 5px;
	min-width: 80px;
	min-height: 31px;
	font-size: 16px;
}
*/
.boton_buscar {
	background: #3759C8;
	color: #ffffff;
	border: 0;
	border-radius: 5px;
	min-width: 80px;
	min-height: 31px;
	font-size: 16px;
	cursor: pointer;
}

#cabecera_imagen {
	float: left;
	width: 100%;
	max-height: 495px;
	margin: 0px;
	position: relative;
}
#cabecera_imagen img {
	width: 100%;
	height: auto;
	margin-bottom: -3px;
}
.cabecera_texto_principal {
	position: absolute;
	width: 180px;
	bottom: 60px;
	right: 190px;
	font-size: 28px;
	color: #ffffff;
	font-weight: 100;
	text-align: center;
	line-height: 28px;
}
.cabecera_texto_quienes {
	position: absolute;
	width: 380px;
	bottom: 20px;
	right: 190px;
	font-size: 28px;
	color: #3759C8;
	font-weight: 300;
	text-align: center;
	line-height: 32px;
}

.banda_menu {
	float: left;
	margin: 0px;
	width: 100%;
	height: 62px;
	text-align: center;
}
.banda_contenido {
	width: 960px;
	margin: 10px auto;
}
	.banda_texto {
		float: left;
		width: 840px;
		padding-left: 60px;
		font-size: 24px;
		font-weight: 300;
	}
	.banda_imagen {
		float: left;
		width: 60px;
	}
		.banda_imagen img {
			cursor: pointer;
		}

.seccion_principal {
	float: left;
	margin: 0px;
	width: 100%;
	min-height: 530px;
	text-align: center;
}
	.contenido_seccion {
		width: 960px;
		margin: 10px auto;
		position: relative;
	}

#pie {
	min-width: 960px;
	float: left;
	/*margin: 0px;*/
	margin-top: 10px;
	width: 100%;
	background: #CCCCCC;
	color: #ffffff;
	height: 120px;
}
	#pie_contenido {
		width: 960px;
		margin: 0px auto;
	}
	#pie_logo {
		width: 193px;
		float: left;
	}
	#pie_texto {
		width: 617px;
		float: left;
		margin-top: 20px;
		font-size: 14px;
		font-weight: 300;
		text-align: right;
		line-height: 16px;
	}
	#pie_redes {
		float: right;
		width: 135px;
		margin-top: 50px;
		text-align: right;
	}
		#pie_redes img {
			width: 30px;
			height: 30px;
		}
	#pie a {
		color: #ffffff;
	}

#cabecera_menu {
	background: #3759C8;
	margin-top: -5px;
}
	#cabecera_menu_logo {
		position:relative;
		top:-73px;
		z-index:100;
		width: 285px;
		height: 125px;
	}
		#cabecera_menu_logo_imagen {
			float: left;
			width:285px;
			height:125px;
			margin:0px;
		}
			#cabecera_menu_logo_imagen img {
				max-width: 285px;
				max-height: 125px;
			}
	#cabecera_menu_opciones {
		float: right;
		width: 677px;
		margin-top: -135px;
	}
		.cabecera_menu_opcion {
			float: left;
			color: #ffffff;
			font-weight: 300;
			width: 145px;
			text-align: center;
			line-height:62px;
			height: 62px;
		}
			.cabecera_menu_opcion:hover, .cabecera_menu_opcion.active {
				background: #ffffff;
				color: #333333;
				font-weight: bold;
				cursor: pointer;
			}
		.cabecera_menu_opcion_active {
			float: left;
			width: 134px;
			text-align: center;
			line-height:62px;
			height: 62px;
			background: #ffffff;
			color: #333333;
			font-weight: bold;
			cursor: pointer;
		}


#panel_busqueda {
	float: left;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #ffffff;
	text-align: left;
}
	#panel_busqueda ::-webkit-input-placeholder {
		color: #333333;
	}
	#panel_busqueda :-moz-placeholder {  /* Firefox 18- */
		color: #333333;
	}
	#panel_busqueda ::-moz-placeholder {  /* Firefox 19+ */
		color: #333333;
	}
	#panel_busqueda :-ms-input-placeholder {  
		color: #333333;
	}

	#panel_busqueda label {
		color: #333333;
		font-size: 15px;
	}
	.buscador_titulo {
		font-weight: 600;
		text-align: center;
		font-size: 18px;
		color: #3759C8;
	}
	.buscador_linea {
		float: left;
		width: 960px;
		margin-top: 10px;
	}
	#panel_busqueda_ordenar {float: left; width:320px; text-align:left; font-size: 13px;}
	.buscador_separador_horizontal {
		float: left;
		width: 774px;
		height: 1px;
		background-color: #CCCCCC;
	}
	#panel_busqueda_separador_vertical {
		float: left;
		width: 1px;
		margin-right:4px;
		height: 265px;
		background-color: #CCCCCC;
	}
	#panel_busqueda_buscar {
		float: right;
		cursor: pointer;
	}
	#panel_busqueda_buscar2 {
		width: 960px;
		text-align: right;
		float: right;
		cursor: pointer;
		display: none;
	}
	.buscador_campo {
		width: 160px;
		float: left;
		font-size: 13px;
	}
	.campo_escribir {
		background-image: url(../img/buscador/icono_lupa.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	#panel_busqueda_panel_busqueda {
		width: 960px;
		height: 95px;
		margin-bottom:20px;
		float: left;
		color: #575756;
	}
	#panel_busqueda_separador_horizontal2 {
		float: left;
		width: 960px;
		height: 1px;
		margin-top:10px;
		margin-bottom:10px;
		background-color: #cccccc;
		display: none;
	}
	.buscador_columna {
		width: 240px;
		float: left;
		color: #333333;
		font-size: 14px;
	}
	.buscador_columna label {
		font-size: 13px;
	}
	.buscador_columna_banco {
		float: left;
		width: 495px;
	}
	.buscador_columna_ordenar {
		float: left;
		width: 320px;
	}
	.buscador_columna_buscar {
		float: left;
		width: 120px;
		text-align: right;
	}
	#buscador_favoritos {text-align: center;}
	
	select {
  		color: #333333;
		font-family:	"Fira Sans";
		font-size: 14px;
	}
	
	select.empty {
    	color: #333333;
		font-family:	"Fira Sans";
		font-size: 14px;
	}
	select.empty:focus option:not(:first-child) {
    	color: #333333;
		font-family:	"Fira Sans";
		font-size: 14px;
	}
	select:focus option:first-child {
    	color: #333333;
		font-family:	"Fira Sans";
		font-size: 14px;
	}

	.campo_select {
		width: 163px;
		height: 31px;
		background-color:transparent;
		background-image: url('../img/buscador/cp_select.png');
		background-repeat:no-repeat;
		border: none;
		-webkit-appearance: none;
	    appearance: none;
		padding-left: 10px;
		margin-left:-8px;
		-moz-appearance: none;
	    text-indent: 0.01px;
	    text-overflow: '';
	}
	.campo_select:focus {
		outline: none;
		color: #000;
		text-shadow: 0 0 0 #000;
	}
	.campo_select:hover {
		outline: none;
		color: #000;
		text-shadow: 0 0 0 #000;
	}
	
	.campo_select_peq {
		width: 93px;
		height: 31px;
		background-color:transparent;
		background-image: url('../img/buscador/cp_select_peq.png');
		background-repeat:no-repeat;
		border: none;
		-webkit-appearance: none;
	    appearance: none;
		padding-left: 10px;
		margin-left:-8px;
		-moz-appearance: none;
	    text-indent: 0.01px;
	    text-overflow: '';
	}
	.campo_select_peq:focus {
		outline: none;
		color: #000;
		text-shadow: 0 0 0 #000;
	}
	.campo_select_peq:hover {
		outline: none;
		color: #000;
		text-shadow: 0 0 0 #000;
	}

	.campo_texto {
		width: 95px;
		height: 31px;
		background-color:transparent;
		background-image: url('../img/buscador/cp_ancho.png');
		background-repeat:no-repeat;
		border: none;
		padding-left: 10px;
		padding-right: 20px;
		margin-left: -8px;
		color: #333333;
		font-size: 14px;
	}
	.campo_texto:focus {outline: none;}
	.campo_texto:hover {outline: none;}
	
	.campo_desde {
		width: 83px;
		height: 31px;
		background-color:transparent;
		background-image: url('../img/buscador/cp_desde_hasta.png');
		background-repeat:no-repeat;
		border: none;
		padding-left: 10px;
		padding-right: 20px;
		margin-left: -8px;
		color: #333333;
		font-size: 14px;
	}
	.campo_desde:focus {outline: none;}
	.campo_desde:hover {outline: none;}
	
	.d_campos_desde {float: left; width:170px;}
	.d_campo_desde {float: left; width:83px;}
	
	#listado_localidades, #listado_zonas {
		width: 218px;
		height: 290px;
		margin-left: -7px;
		margin-top: 5px;
		float: left;
		padding-left: 12px;
		padding-top: 8px;
		overflow-y:	auto;
		background-image: url(../img/buscador/cp_lista.png);
		background-repeat: no-repeat;
	}
	#listado_subtipos {
		width: 225px;
		height: 230px;
		float: left;
		padding-left: 12px;
		padding-top: 8px;
		overflow-y:	auto;
	}

.buscador_campo_check {
	width: 220px;
	float: left;
}	
.checkbox_estilo {
    position: relative;
    height: 20px;
    width: 20px;
    float: left;
}
.checkbox_estilo input[type="checkbox"] {
    opacity:0;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.checkbox_estilo input[type="checkbox"] + label{
	background:url('../img/buscador/bt_off.png') no-repeat;
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 5px;
}
.checkbox_estilo input[type="checkbox"]:checked + label{
    background:url('../img/buscador/bt_on.png') no-repeat;
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0px;
}
.checkbox_etiqueta {
	width: 170px;
	min-height: 20px;
	margin-left: 10px;
	margin-top: 3px;
	float: left;
	color: #333333;
	font-size: 15px;
}


#bloque_contenido {
	width: 100%;
	float: left;
	position: relative;
}

#buscador 		{background: #00BFD6; color: #FFFFFF; font-weight: 300;}
#buscador_seccion {
	background: #FFFFFF;
}


#contendor_overlay_alta {
	display: none;
	content: " ";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 300;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.9)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(8255,255,255,0.9) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
	background: radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
}
#window_container_alta {
	display: none;
	width: 639px;
	min-height:	365px;
	margin-top: 105px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}
	#alta_ventana {
		width: 100%;
		min-height:	365px;
		float:left;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		text-align: center;
		position: relative;
		background-image: url('../img/quienes/fd_delegacion.png');
	}
	#alta_cerrar {
		width: 99%;
		margin-top: 5px;
		float: left;
		text-align:right;
		position: absolute;
	}
	#alta_titulo {
		width: 95%;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		color: #3759C8;
		font-size:16px;
		font-weight:bold;
	}
	#alta_texto {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		color: #333333;
		font-size: 14px;
		font-weight: 100;
	}
	#alta_formulario {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
.campo_alta_1 {
	/* fondo + 30*/
	width: 495px;
	height: 31px;
	background-color:transparent;
	background-image: url('../img/cmp_1.png');
	background-repeat:no-repeat;
	border: none;
	padding-left: 10px;
	padding-right: 20px;
	color: #333333;
	font-size: 14px;
}
.campo_alta_2 {
	/* fondo + 30*/
	width: 250px;
	height: 31px;
	background-color:transparent;
	background-image: url('../img/cmp_2.png');
	background-repeat:no-repeat;
	border: none;
	padding-left: 10px;
	color: #333333;
	font-size: 14px;
}
.campo_alta_3 {
	/* fondo + 30*/
	width: 495px;
	height: 68px;
	background-color:transparent;
	background-image: url('../img/cmp_3.png');
	background-repeat:no-repeat;
	border: none;
	padding-left: 10px;
	padding-right: 20px;
	margin-left: -4px;
	color: #333333;
	font-size: 14px;
}
	.campo_alta_1:focus {outline: none;}
	.campo_alta_1:hover {outline: none;}
	.campo_alta_2:focus {outline: none;}
	.campo_alta_2:hover {outline: none;}
	.campo_alta_3:focus {outline: none;}
	.campo_alta_3:hover {outline: none;}
	
	#f_lopd {display: none;}
		#lopd {
			width: 350px;
			margin-top: 10px;
			margin-left: 8px;
			float: left;
			font-size: 14px;
			color: #333333;
		}
		
#contendor_overlay_lopd {
	display: none;
	content: " ";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 400px;
	z-index: 300;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.9)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(8255,255,255,0.9) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
	background: radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
}
#window_container_lopd {
	display: none;
	width: 639px;
	min-height:	365px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}
	#lopd_ventana {
		width: 100%;
		min-height:	365px;
		float:left;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		text-align: center;
		position: relative;
		background-image: url('../img/quienes/fd_delegacion.png');
	}
	#lopd_cerrar {
		width: 99%;
		margin-top: 5px;
		float: left;
		text-align:right;
		position: absolute;
	}
	#lopd_titulo {
		float: left;
		width: 100%;
		text-align: center;
		color: #3759C8;
		font-size: 16px;
		font-weight:bold;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#lopd_texto {
		float: left;
		width: 600px;
		margin-top: 40px;
		margin-left: 20px;
		max-height: 320px;
		text-align: left;
		overflow-y: auto;
		color: #333333;
		font-size: 14px;
		font-weight: 100;
	}

/***************************************************/
/********         suggestion bvox          *********/
/***************************************************/

.contenedor_suggestionsBox {
	position: absolute;
	width: 200px;
	display: block;
}
.suggestionsBox {
	position: absolute;
	float:left;
	margin: 0px 0px 0px 12px;
	width: 205px;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
	width: 200px !important;
	height: 160px !important;
	background: white;
	float: left !important;
	border: 1px solid;
	border-color: #86786F;
	border-radius:	10px;
	overflow-y:	auto;
}
.suggestionList li {
	list-style: none;
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li:hover {
	background-color: #659CD8;
}


/***************************************************/
/********            Destacados            *********/
/***************************************************/
#destacados {
	width: 960px;
	height: 175px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	float: none;
}
	.destacado {
		width: 220px;
		height: 175px;
		float: left;
		margin-right: 5px;
		margin-left: 5px;
		padding: 5px;
		background-color: #F2F2F2;
		color: #333333;
		font-size: 15px;
		cursor: pointer;
	}
		.destacado_foto {
			width: 220px;
			height: 130px;
			float: left;
		}
			.destacado_foto img {
				width: 220px;
				height: 130px;
			}
		.destacado_localidad {
			float: left;
			font-weight: bold;
			text-transform: uppercase;
		}
		.destacado_precio {
			float: right;
			font-weight: bold;
		}
		.destacado_descripcion {
			width: 100%;
			float: left;
			text-align: center;
		}
		
/***************************************************/
/********       Listado de inmuebles       *********/
/***************************************************/
	#buscador_listado {
		width: 960px;
		height: 850px;
		margin-top: 27px;
		margin-bottom: 0px;
		margin-right: auto;
		margin-left: auto;
		background-color: #ffffff;
		float: none;
	}
	#buscador_recuento {
		width: 960px;
		height: 20px;
		float: left;
		text-align: center;	
		color: #3759C8;
		font-size: 21px;
		margin-top: 8px;
	}
	.buscador_registro_i, .buscador_registro_d {
		width: 451px;
		height: 230px;
		margin-top: 15px;
		padding: 8px;
		border: 2px solid #808080;
	}
	.buscador_registro_i {float: left;}
	.buscador_registro_d {float: right;}
	.buscador_registro_i_excl, .buscador_registro_d_excl {
		width: 451px;
		height: 230px;
		margin-top: 15px;
		padding: 8px;
		border: 2px solid #808080;
	}
	.buscador_registro_i_excl {float: left;}
	.buscador_registro_d_excl {float: right;}
	/*
	.buscador_registro_i_excl {margin-left: 12px; margin-right: 14px;}
	.buscador_registro_d_excl {margin-right: 12px;}
	*/
	.buscador_registro_titulo {
		color: #ffffff;
		background: #808080;
		float: left;
		width: 451px;
		height: 28px;
		margin-bottom: 8px;
	}
	.buscador_registro_tipo {
		margin-left: 5px;
		float: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
	}
	.buscador_registro_precio {
		margin-right: 5px;
		float: right;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 33px;
	}
	.buscador_registro_foto {
		width: 240px;
		height: 191px;
		float: left;
		border: solid 1px;
		border-color: #ffffff;
		margin-right: 10px;
	}
	.buscador_registro_referencia {
		font-size: 13px;
		color: #333333;
		font-weight: bold;
		width: 199px;
		float: left;
	}
	.buscador_registro_descripcion {
		width: 199px;
		height: 135px;
		font-size: 14px;
		line-height:15px;
		color: #333333;
		float: left;
	}
	.buscador_registro_descripcion strong {
		font-size:18px;
		line-height:14px;
	}
	.buscador_registro_ver_mas {
		margin-top: 3px;
		margin-right: 3px;
		font-size: 13px;
		line-height:14px;
		color: #D8B511 !important;
		font-weight: bold;
		width: 89px;
		float: right;
	}
	.buscador_registro_ver_mas a {
		color: #D8B511 !important;
		text-decoration: none;
		font-size: 16px;
		line-height: 22px;
	}
	.buscador_registro_favorito {
		font-size: 12px;
		color: #1B1464 !important;
		font-weight: 100;
		width: 107px;
		float: left;
	}
	.buscador_iconos {
		width: 451px;
		margin-top: 25px;
		float: left;
	}
	.buscador_icono {
		width: 95px;
		float: left;
		text-align: center;
		font-size: 17px;
		color: #3759C8;
		font-weight: 600;
	}
	.buscador_icono_separador {
		width: 1px;
		height: 29px;
		margin-left: 5px;
		margin-right: 5px;
		float: left;
		background-color: #DCAA00;
	}
	#paginacion {
		width: 960px;
		height: 50px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-right: auto;
		margin-left: auto;
		float: none;
		text-align: center;
		background-color: #ffffff;
	}
		#paginacion_botones {
			margin:0 auto;
			text-align:center;
			position: relative;
		}
		.paginacion_primero {
			width: 33px;
			height: 33px;
			float: left;
			margin-right: 5px;
			background-image: url(../img/buscador/bt_principio.png);
			cursor: pointer;
		}
		.paginacion_anterior  {
			width: 33px;
			height: 33px;
			float: left;
			margin-right: 5px;
			background-image: url(../img/buscador/bt_atras.png);
			cursor: pointer;
		}
		.paginacion_numeroon {
			width: 33px;
			height: 30px;
			float: left;
			margin-right: 5px;
			background-image: url(../img/buscador/bt_numeroon.png);
			padding-top: 3px;
			color: #808080;
			font-size: 18px;
			text-align: center;
			cursor: pointer;
		}
		.paginacion_numerooff {
			width: 33px;
			height: 30px;
			float: left;
			margin-right: 5px;
			background-image: url(../img/buscador/bt_numerooff.png);
			padding-top: 3px;
			color: #808080;
			font-size: 18px;
			text-align: center;
		}
		.paginacion_siguiente {
			width: 33px;
			height: 33px;
			float: left;
			margin-right: 5px;
			background-image: url(../img/buscador/bt_siguiente.png);
			cursor: pointer;
		}
		.paginacion_ultimo {
			width: 33px;
			height: 33px;
			float: left;
			margin-right: 5px;
			background-image: url(../img/buscador/bt_ultimo.png);
			cursor: pointer;
		}
		
/***************************************************/
/********              Ficha               *********/
/***************************************************/
		
#ficha {
	width: 960px;
	height: 1150px;
	margin-top: 27px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	float: none;
}

#fotos_seccion {
	float: left;
	width: 960px;
	height: 540px;
	position: relative;
}

#fotos {
	float: right;
	right: 0px;
	width: 800px;
	height: 600px;
	margin-top: 0px;
	position: absolute;
	z-index: 100;
}
	#fotos_contenedor_1 {
		float: right;
		width: 800px;
	}
	#fotos_contenedor_2 {
		visibility: visible;
		overflow: hidden;
		position: relative;
		z-index: 2;
		left: 0px;
		top:-65px;
		width: 800px;
	}
	#fotos_ul {
		margin: 0px;
		padding: 0px;
		position: relative;
		list-style-type: none;
		z-index: 1;
	}
		#fotos_ul li {
			overflow: hidden;
			float: left;
			display: inline;
			width: 800px;
			height: 600px;
			text-align: center;
			color: #4D4D4D;
		}
		#fotos_ul .titulo {
			float:left;
			width:100%;
			height:25px;
			color:#000000;
			text-align:center;
			font-size: 16px;
		}
	#foto_izq {
		width: 33px;
		height: 33px;
		opacity: 0.6;
		z-index: 200;
		position: relative;
		left: 7px;
		top: 200px;
		cursor: pointer;
	}
	#foto_der {
		width: 33px;
		height: 33px;
		opacity: 0.6;
		z-index: 200;
		position: relative;
		left: 767px;
		top: 240px;
		cursor: pointer;
	}

#fotos_mini_contenido {
	float: left;
	width: 150px;
	height: 533px;
    background-color: #EFEDEA;
}
	#fotos_mini_izq, #fotos_mini_der {
		float: left;
		width: 150px;
		cursor: pointer;
		text-align: center;
		margin-top: 2px;
	}
			#fotos_mini_izq img, #fotos_mini_der img {
				width: 30px;
				height: 30px;
			}
	#fotos_mini_contenedor_1 {
		float:left;
		width: 150px;
		height: 460px;
	}
	#fotos_mini_contenedor_2 {
		visibility: visible;
		overflow: hidden;
		position: relative;
		z-index: 2;
		left: 0px;
		width: 150px;
		height: 460px;
	}
	#fotos_mini_ul {
		margin: 0px;
		padding: 0px;
		position: relative;
		list-style-type: none;
		z-index: 1;
		width: 150px;
		top: 0px;
	}
	#fotos_mini_ul li {
		overflow: hidden;
		float: left;
		display: inline;
		width: 150px;
		height: 100px;
		text-align: center;
	}
	#fotos_mini_ul .titulo {
		font-size: 12px;
		color: #ffffff;
	}

#titulo {
	float: left;
	width: 960px;
	height: 33px;
	background: #808080;
	line-height: 33px;
	color: #ffffff;
}
	#titulo_descripcion {
		margin-left: 5px;
		float: left;
		font-size: 16px;
	}
	#titulo_precio {
		margin-right: 5px;
		float: right;
		text-align: right;
		font-size: 24px;
	}
#ficha_informacion {
	margin-top:10px;
	margin-bottom:20px;
	width:960px;
	height:459px;
	float: left;
	/*background: url('../img/buscador/fd_fichagrande.png')*/
}
#ficha_datos {
	width:	450px;
	height:	275px;
	margin:	10px 10px;
	float: 	left;
	color: #333333;
	font-size: 14px;
	font-weight: 100;
}
#ficha_datos_bloque {
	width:	450px;
	height:	200px;
	float: 	left;
	overflow-y: auto;
	line-height: 18px;
}
	#ficha_datos strong {font-weight: bold;}
	#ficha_referencia {
		width:	450px;
		margin-top: 5px;
		float: 	left;
	}
	#ficha_superficie {
		width:	225px;
		margin-top: 3px;
		float: 	left;
	}
	#ficha_precio2 {
		width:	225px;
		text-align: right;
		margin-top: 3px;
		float: right;
	}
	#ficha_caracteristicas1 {
		width:	450px;
		text-align:justify;
		margin-top: 3px;
		float: 	left;
	}
	#ficha_caracteristicas2 {
		width:	450px;
		text-align:justify;
		margin-top: 3px;
		float: 	left;
	}
	#ficha_contacto {
		width:	450px;
		margin-top: 3px;
		float: 	left;
	}
#ficha_favorito {
	width:	450px;
	height:	20px;
	float: 	left;
	margin-top: 10px;
}
#ficha_mapa {
	width: 				450px;
	height: 			295px;
	margin-top:			10px;
	margin-left:		20px;
	background-color:	#fff;
	/*
	border: 			1px solid #848484;
	-moz-box-shadow: 	-3px 3px 6px #cecece;
	-webkit-box-shadow: -3px 3px 6px #cecece;
	box-shadow: 		-3px 3px 6px #cecece;
	*/
	float: 				left;
}
	#map_canvas{
		float:left;
		width:450px;
		height:295px;
	}
	
#ficha_cee {
	width: 450px;
	padding-top:18px;
	float: left;
}
	#ficha_cee1 {float: left; margin-left: 0px; width: 150px; margin-top:17px; line-height: 14px;}
	#ficha_cee2 {float: left; margin-left: 30px; width: 110px; font-size: 11px;}
	#ficha_cee3 {float: left; margin-top:17px; margin-left: -55px; width: 20px; font-weight:600;color:#ffffff;font-size:20px;}
	#ficha_cee4 {float: left; margin-left: 50px; width: 110px; font-size: 11px;}
	#ficha_cee5 {float: left; margin-top:17px; margin-left: -55px; width: 20px; font-weight:600;color:#ffffff;font-size:20px;}

#ficha_linea_iconos2 {
	width: 960px;
	padding-top:15px;
	padding-left:10px;
	float: left;
	font-size:11px;
	color:#575756;
}
	#ficha_redes1 {float: left; margin-left: 0px; width: 60px; margin-top:20px;}
	#ficha_redes2 {float: left; margin-left: 10px; width: 30px; margin-top:15px;}
	#ficha_redes3 {float: left; margin-left: 10px; width: 30px; margin-top:15px;}
	#ficha_redes4 {float: left; margin-left: 10px; width: 30px; margin-top:15px;}
	#ficha_imprimir  {float: left; margin-left: 230px; margin-top:15px; width: 151px; cursor: pointer;}
	#ficha_volver  {float: right; margin-right: 30px; margin-top:15px; width: 93px; cursor: pointer;}
	
#ficha_formulario {
	width: 940px;
	height: 147px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	background-color: #dadada;
}
	#ficha_formulario_titulo {
		float: left;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		font-size: 14px;
		color: #333333;
	}
	#ficha_formulario input[type='text'] {
		height: 37px;
		font-size:14px;
		border: 1px solid #808080;
	}
	#ficha_formulario input[placeholder] {
		font-size: 14px;
		color: #333333;
		font-weight: 200;
	}
		#f_nombre_cliente {width: 160px; margin-left: 8px; margin-right: 7px;}
		#f_telefono_cliente {width: 110px; margin-right: 7px;}
		#f_email_cliente {width: 160px; margin-right: 7px;}
		#f_descripcion {width: 437px;}
		
		#campo_obligatorio {
			margin-top: 10px;
			margin-left: 75px;
			float: left;
			font-size: 14px;
			color: #333333;
		}
		#enviar {
			float: right;
			margin-right: 9px;
			margin-top: 10px;
			cursor: pointer;
		}

#contendor_overlay_ficha {
	display: none;
	content: " ";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 300;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.9)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(8255,255,255,0.9) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
	background: radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
}
#window_container_ficha {
	display: none;
	width: 960px;
	min-height:	600px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

/***************************************************/
/********          Quines somos            *********/
/***************************************************/

#quienes_somos {
	width: 960px;
	min-height: 400px;
	margin-top: 27px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	float: none;
}
#quienes_somos_texto {
    float: left;
    width: 960px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #ffffff;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-weight: 300;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/***************************************************/
/********          Donde estamos           *********/
/***************************************************/
#donde_estamos {
	width: 960px;
	height: 500px;
	margin-top: 27px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	float: none;
}
#contenedor_mapa {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
/*
#contenedor_mapa a {
	text-decoration: none;
	color: #575756;
}
*/
/***************************************************/
/********             Contacto             *********/
/***************************************************/

.cabecera_texto_contacto {
	position: absolute;
	width: 340px;
	bottom: 40px;
	right: 190px;
	font-size: 28px;
	color: #3759C8;
	font-weight: 300;
	text-align: center;
	line-height: 32px;
}
#contacto_seccion {
	background: #FFFFFF;
}
	#contacto_texto, #contacto_formulario {
		margin-right: auto;
		margin-left: auto;
	}
	#contacto_texto {
		width: 539px;
		margin-top: 50px;
		text-align: center;
		color: #333333;
		font-size: 14px;
		line-height: 15px;
	}
	#contacto_formulario {
		width: 639px;
		margin-top: 20px;
	}
	
	#f_lopd_contacto {display: none;}
		#lopd_contacto {
			width: 430px;
			margin-top: 10px;
			margin-left: -18px;
			float: left;
			font-size: 14px;
			color: #333333;
		}