@charset "utf-8";
/* CSS Document */
body .icon-angle-down{
	z-index: 999999999999999999;
	cursor: pointer;
}
#trabajando {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 4px #CCCCCC;
    color: red;
    display: block;
    left: 18px;
    margin: 0 auto;
    padding: 9px;
    position: absolute;
    text-align: left;
    top: 12px;
    width: 243px;
}
*{
	margin: 0;
	padding: 0;
	border: 0;
}
.clear2 {
	float: left;
	width: 100%;
}
.clear{
	width: 100%;
	clear: both;
}
.left{
	float: left;
}
p{
	margin: 5px 0;
	width: 100%;
}	
.right{
	float: right;
}
.boxCompleto{
	width: 100%;
	clear: both; 
	margin: 0 auto;	
}
.bold{
	font-weight: bold;	
}
.chico{
	font-size: 11px;
	color: #AAA;
	font-style: italic;	
}
.box50{
	width: 49%;
	margin: 0 2% 0 0;
	float: left;
}
.box50r{
	width: 49%;
	float: right;		
}
a{
	text-decoration: none;
	color: #ff8416;	
}
a:hover{
	text-decoration: underline;	
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	resize: none;	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6e71;	

}

select{
	display: none;	
}

@media (min-width: 1300px) and (max-width: 1680px) { 

#bannerup, #parallaxHolder, #claraboya {
    
    height: 480px !important;
	min-height:480px !important;
}

}

@media (min-width: 1050px) and (max-width: 1299px) { 

#bannerup, #parallaxHolder, #claraboya {
    
    height:450px !important;
	min-height:450px !important;
}

}

@media (min-width: 1681px) and (max-width: 1920px) { 

#bannerup, #parallaxHolder, #claraboya {
    
    height: 600px !important;
	min-height: 530px !important;
}

}

#bannerup, #parallaxHolder, #claraboya {
    
    width: 100% !important;
    height: auto !important;
}


#contenedor{
	width: 100%;
	/* min-width: 1150px; */
	padding: 0; /*10px;*/
	margin: 0 auto;
	background:#fff;
}
#contenido{
	position: relative;
/* 	min-width: 1150px; */
}
hr{
	border: none;
	border-bottom: 1px dotted #999;	
}
/*************** HEADER ******************/
#header{
    width: 100%;
    margin: 0 auto;
	height: 150px!important;
    position: relative;
    background-color: #fff;
	color:#fff;
}
#header .innerHeader {
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: 100%;
}
#header a.logo{
	position: relative;
	z-index: 1;
	float: left;	
	margin-left: 31px;
    width: 255px;
	margin-top:30px;
    padding: 0;
	transition: opacity 0.35s ease;
}
#header a.logo img{
	width: 100%;
}
#header a.logo:hover{
	opacity: 0.85;
}
#bienvenido{
    float: right;
    margin-top: 25px;
}
#boxLogin{
	display: none;
	line-height: 30px;
	padding: 10px;
	position: relative;
	margin: 0 0 0 -116px;
	z-index: 9999;
	width: 200px;
	background: #DDD;	
}
#formLogin{
	display: block;
	margin: 5px auto;
	width: 190px;
	overflow: hidden;
	position: relative;
}
#boxLogin input{
	display: block;
	width: 170px;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	margin: 5px 0;	
}
#boxLogin input.checkRecordarme{
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	margin: 5px 5px 5px 15px;	
}
#boxLogin p{
	text-align: left;
	height: 20px;
	font-size: 11px;
	line-height: 20px;	
}
#boxLogin p span{
	float: left;	
}
input#btnIngreso{
	height: 30px;
	color: #fff;
	font-size: 14px;
	margin: 5px 0;
	line-height: 30px;
	background: #F68121;
	width: 180px;
	cursor: pointer;	
}
input#btnIngreso:hover{
	background: #999;
	color: #FFF;	
}
#mensajeLogin{
	/*
		display: none;	
		position: relative;
		background: #666;
		color: #FFF;
		top: 0 ;
		left: 0;
		z-index: 100;
	*/
	display: none;	
	background: none repeat scroll 0 0 #666666;
	border: 1px solid;
	color: #FFFFFF;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}
.contactoTel {
	position: relative;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    float: right;
	    margin-bottom: 2px; 
}
.contactoTel span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}
.contactoTel i.icono-tel{
	background: url(imagenes/icono-tel.png) no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.contactoTel i.icono-wp{
	background: url(imagenes/icono-wp.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.contactoTel i.icono-mail{
	background: url(imagenes/icono-mail.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}


.contactoTel .t1{
	font-weight: 400;
	color: #adaeaf;
}
.contactoTel .t2{
	color: #214194;
}


	/************** NAV *****************/
	#header_top {
		float:right;
	}
	#nav{
		display: block;
		float: left;
		height: auto;
		list-style: none;
		width: 100%;
	}
		#nav li{
			line-height: 25px;
			float: left;
			text-align: center;
		    padding-left: 25px;
		    padding-right: 25px;
			cursor: pointer;
			box-sizing: border-box;
		}
		#nav li:first-child{
			border-left:none;
		}
		#nav li a{
			font-size:18px;
			color: #214194;
			display: block;
			text-decoration: none;
			font-family: 'Open Sans', sans-serif;

		}
		#nav li:hover a{
		    color: #ff8821;
		}
		#nav li.activo:hover {
		    background:none;
		}
		#nav li.desplegado{
			background: #DDD;	
		}
		#nav li a.activo{
			color: #8fbd44;	
		}
		#nav li a.activo:hover{
			text-decoration: underline;
		}
/*********** COLUMNA IZQUIERDA ************/
#columnaIzquierda{
	width: 300px;
	margin:	0 17px 0 0;
	display: block;
	float: left;
}
#box_search{
	/*float: left;
	width: 100%;*/
	display: table;
	margin: 0 auto;
	margin-bottom: 0 !important;
	width: auto;
}
.box{
	width: 100%;
	margin-bottom: 10px;
}
.box .insidebox {
	padding:0 10px 10px 10px;
	display: none;
}
.box .bottombox {
	background:#fff;
	height:37px;
	padding-top:5px;
	text-align:center;
}
#columnaIzquierda .box{
	width: 300px;
}
.box h3{
	font-size: 30px;
	font-weight: normal;
	height: 24px;
	text-align: left;
	line-height: 26px;
	border-bottom: 1px #fff solid;
	color: #212f1c;
	margin-left: 12px;
}
#box_search .insidebox h3{
	margin-top:25px;
	margin-bottom:5px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	background:none;
	height:24px;
	text-align:center;
	line-height:26px;
	border-bottom:none;
	color:#666666;
}
.gris{
	color: #808080;
	background: #214194;
}
.grisClaro{
	background: #dcdddf;
	color: #6d6e71;
	border-color: #6d6e71;
}
form#contactarInmobiliaria input{
	width: 90%;
	height: 41px;
	line-height: 41px;
	margin: 6px 0 0 0;
	padding: 0 5%;
	font-size: 14px;
}
form#contactarInmobiliaria .menuTipoConsulta{
	margin: 0;	
	background-image:none;
}
#textAreaRes{
	position: relative;
}
#textAreaRes:before{
	display: block;
    content: "";
    width: 100%;
    padding-top: calc(84.16% - 20px);
}
form#contactarInmobiliaria textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	resize: none;	
	width: 90%;
	line-height: 41px;
	margin: 6px 0 0 0;
	padding: 0 5%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/********** MENU OPCIONES *************/
.menuTipoConsulta, .menuBanios, .ordenListado, .menuTipoPropiedad, .menuDepartamento, .menuBarrio, .menuBanis, .menuEstadoPropiedad, .menuFiltroPropiedades, .menuDormitorios{ 
	display: block;
	width: 268px;
	border: 1px solid #FFF;
	border-color: #FFF;
	padding: 0 5px;
	height: 25px;
	margin: 0 0 15px 0;
	overflow: hidden;
	line-height: 24px;
	position: relative;
	z-index: 8888;
	color: #6d6e71;
	background: url(imagenes/flechaAbajo.png) 260px 5px no-repeat #FFF;
	cursor: pointer;	
}
.menuSeleccionado{
	background: url(imagenes/flechaArriba.png) 260px 7px no-repeat #FFF;
	border-color: #F68121;
	border-bottom: 1px solid #EEE;
}
.menuFiltroPropiedades{ 
	height: 20px;
	line-height: 20px;
	background-position: 260px 3px;
	margin: -1px 0 0 5px;
}
#_cmt_tipoConsulta, #_cmt_ordenListado, #_cmt_cantidadBanios, #_cmt_estadoPropiedad, #_cmt_tipoPropiedad, #_cmt_departamento, #_cmt_zonaBarrio, #_cmt_filtroPropiedades, #_cmt_menuDormitorios,
#_cmt_menuBanios{
	display: none;
}
#_cmt_filtroPropiedades{
	margin: 0 0 0 5px;	
}
#_cmt_ordenListado ul li,
#_cmt_tipoConsulta ul li{
	width: 100%;	
}
div#_cmt_zonaBarrio{
	width: 800px;	
}
._cmt_OPTGROUP{
	float: left;	
}
div#_cmt_zonaBarrio ul{
	float: left;	
}
/************ GROUP RADIO  *****************/
.grupoRadio{
	display: none;
	width: 291px;
	height: 25px;
	margin: 10px 0;
}
	.op{
		height: 30px;
		line-height: 30px;
		float: left;
		background: url(imagenes/radio.png) -5px top no-repeat;
		padding: 0 5px 0 25px;
		cursor: pointer;
		margin: 0 0 0 3px;
	}
	.grupoRadio .op:first-child{
		margin: 0;	
	}
	.op:hover{
		background-color: #333;
	}
	.seleccionado{
		background-position: -5px bottom;	
	}
.filtroListado2 .grupoRadio{
	margin: -50px 0 0 0;	
}
/************ FOMR BUSQUEDA ***************/
#precioMinimo, #precioMaximo{
	width: calc(50% - 3px);
    padding: 0 3px;
    background: #FFF;
    color: #4d4d4d;
    float: left;
    margin: 0;
    height: auto;
    line-height: 21px;
    padding: 3px 5px;
    box-sizing: border-box;
    vertical-align: top;
}
#precioMaximo{
	margin-left: 6px;
}
#precioMinimo::-webkit-input-placeholder, #precioMaximo::-webkit-input-placeholder {
   color: #4D4D4D;
}

#precioMinimo:-moz-placeholder, #precioMaximo:-moz-placeholder { /* Firefox 18- */
   color: #4D4D4D;
}

#precioMinimo::-moz-placeholder, #precioMaximo::-moz-placeholder {  /* Firefox 19+ */
   color: #4D4D4D;
}

#precioMinimo:-ms-input-placeholder, #precioMaximo:-ms-input-placeholder {  
   color: #4D4D4D;
}
#precioMaximo{
	margin: 0;
	float: right;
}
#btnBusqueda, form#contactarInmobiliaria input#btnEnviarConsulta{
	width: 280px;
	display: block;
	height: 33px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(imagenes/btnBuscar.png) center top no-repeat;
	margin: 10px 0;
}
form#contactarInmobiliaria input#btnEnviarConsulta{
	background-image: url(imagenes/btnEnviarConsulta.png);
}
#btnBusqueda:hover, form#contactarInmobiliaria input#btnEnviarConsulta:hover{
	background-position: center bottom;	
}
#btn_buscar{
	background: url("imagenes/icoBusqueda.png") no-repeat scroll 3px 4px #FFFFFF;
    border: 0 none;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 20px 0 5px;
    width: 17px;
}
#busquedaRapida {
    border: 0 none;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 20px 0 5px;
    width: 227px;
}
.banner{
	margin: 10px 0;
	display: block;
}
/************ NOVEDAES *********/
.articulo{
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #EEE;	
}
.articulo h5{
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.articulo h5 a{
	text-decoration: none;
	color: #666;	
}
.articulo h5 a:hover {
	color: #004B8D;
}
.articulo p{
	float: left;	
}
.articulo .imagen{
	display: block;
	position: relative;
	float: left;
	width: 100px;
	height: 67px;
	overflow: hidden;
	margin: 0 5px 5px 0;	
}
/************* COLUMNA PRINCIPAL *************/
#columnaPortada{
	display: block;
	margin: 0 auto;
/* 	margin-top: 83px; */
	width: 80%;
}
#columnaPrincipal h3.titulo{
	height: 30px;
	font-size: 17px;
	width: 100%;
	margin: 10px 0;
	background: url(imagenes/backH3.png) right bottom no-repeat;
	line-height: 25px;	
}
/********* PROPIEDADES DESTACADAS ****/
#propiedadesDestacadas{
	position: relative;
	overflow: hidden;
	display: block;
	padding: 0 30px;
	margin: 10px 0;
	width: 590px;
}
#tiraPropiedadesDestacadas{
	width: 590px;
	height: 289px;
	overflow: hidden;
	display: block;
	position: relative;
	left: 0;
}
#slideAtras, #slideSiguiente{
	position: absolute;
	width: 30px;
	height: 100%;
	display: block;
	text-indent: -9999px;
	top: 0;
	z-index: 50;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#slideAtras{
	background-image: url(imagenes/flechaIzquierda.jpg);
	left: -32px;	
}
#slideSiguiente{
	background-image: url(imagenes/flechaDerecha.jpg);	
	right: -26px;
}/*
#slideAtras:hover, #slideSiguiente:hover{
	background-position: center top;	
}*/
.propiedad{
	width: 290px;
	display: block;
	margin: 0 10px 0 0;
	float: left;
}
.imagen{
/* 	height: 220px; */
	display: block;
	position: relative;
	overflow: hidden;
}
.imagend{
	width: 290px;
	height: 133px;
	display: block;
	margin: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}
.titulo{
    color:#214194;
    font-weight: bold;
    line-height: 18px;
    font-size: 15px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.infoPropiedad{
	font-size: 14px;
	color: #AAA;
	text-transform: uppercase;	
}
.propiedad a{
	display: block;	
}
.propiedad a:hover{
	text-decoration: none;
	color: #525252;	
}
.cantidadImagenes{
	background: url(imagenes/icoCamara.png) 5px 5px no-repeat #dcdddf;
	display: block;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 20px;
	width: 20px;
	padding: 3px 0 3px 30px;
}
.textoIntroduccion{
	position: absolute;
	top: 220px;
	height: 37px;
	display: block;
	width: 270px;
	padding: 5px 10px;
	color: white;
	font-size: 13px;
	background: url(imagenes/fondoTextoIntroductorio.png) top left repeat;
}
.infoCompacta{
	width: 100%;
	display: block;
	height: 25px;
	list-style: none;
}
.infoCompacta li{
	float: left;
	height: 25px;
	line-height: 25px;
	display: block;
	margin: 0 5px 0 0;	
}
.infoCompacta li img{
	display: inline-block;
	margin: 0 10px 0 0;	
	vertical-align: middle;
}
.infoCompacta li.precio{
	padding: 0 5px;
	float: right;	
	background: #004b8d;
	color: #FFF;
	font-size: 15px;
	margin: 0;
}
/*************** LAYOUT ÚLTIMOS **************/
.propiedadCompacta{
	width: calc(302px - 20px);
	display: block;
	margin: 0 0 0 6px;
	/*box-sizing: border-box;*/
	padding: 10px;
	transition: all 0.35s ease;
}
.propiedadCompacta img{
	width: 100%;
	height: 230px;
}
.propiedadCompacta:nth-of-type(n+2){
	margin-left: 12px;
}
.listadoCompacto .propiedadCompacta:first-child{
	margin: 0;		
}
.propiedadCompacta .infoPropiedad{
	margin: 5px 0 10px 0;	
}
.propiedadCompacta .titulo{
	font-weight: normal;
	height: 36px;
	overflow: hidden;
}
.propiedadCompacta span{
	width: 100%;
	display: block;	
}
.propiedadCompacta:hover{
	background: #DDD;
	text-decoration: none;	
}
/****** FOOTER *********/
	#footer_nav{
		display: block;
		float: right;
		height: 20px;
		list-style: none;
		margin: -25px 0 10px;
	}
	#footer_nav li{
		height: 16px;
		line-height: 16px;
		float: left;			
		border-right: 1px solid #77787b;
		margin: 0 0 0 10px;
		padding: 0 10px 0 0;
	}
	#footer_nav li a{		
		display: block;				
		
	}
	#footer_nav li a:hover{
		color: #004B8D;	
	}
	#footer{
		float: left;
		position: relative;
		background: #143181;
		width: 100%;
		height: 75px;
/* 		min-width: 1150px; */
		display: block;	
		font-size: 11px;
		z-index: 9999;
	}
	#footer p{
		width: 50%;
	}


	#footer a:hover, #footer_nav li a:hover{
		text-decoration: underline;	
	}
/*********** LISTSADOS BUSQUEDA ***********/
.cabeceraListado{
	width: 100%;
	height: 66px;
	background: #214194;
	position: relative;
	margin-bottom: 50px;
}
.resultadosEcontrados{
	float: right;
	line-height: 66px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 66px;
	position: relative;
}
/* .resultadosEcontrados span{
	margin: 0 5px;
	font-weight: bold;
	font-size: 27px;
	margin-left: -50px;
	position: absolute;
	left: -29px;
} */
.opcionesVisualizacion{
	float: left;
	color: #8fbd44;
}
/*   TABLA  */
#criterioBusqueda .op,
#cantidadDormitorios .op{
	width: 245px;
}
.cantidadRegistros{
	float: right;
	font-size: 11px;
	color: #AAA;
	font-style: italic;	
}
h4{
	/* margin: 19px 0;	/* estaba en 10px 0, lo aumenté un poco pq quedaba todo montado en la ficha ampliada */
	margin:19px 0 20px 0;
	color:#004687;
}
.opcionesVisualizacion{
	float: left;
	display: block;
	margin: 0 10px 0 30px;
	line-height: 20px;
}
.btnGaleria, .btnListado{
	display: inline-block;
	margin: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;	
}
.btnGaleria{background: url(imagenes/icoGaleria.png) bottom;}
.btnListado{background: url(imagenes/icoListado.png) bottom;}
.btnGaleria:hover, .btnListado:hover{
	background-position: left top;	
}
.opcionesVisualizacion a.activo{
	background-position: left top;	
}
.opcionesVisualizacion a.activo:hover{
	background-position: left bottom;	
}
.opcionesOrdenado{
    float: right;
    position: relative;
    right: 15px;
    top: 1px;
    width: 270px;
    display: none;
}
.ordenListado{
    background-position: 260px 4px;
    height: 20px;
    line-height: 20px;
    margin: 3px 0;
}
/* #_cmt_ordenListado{
	left: 0;
    top: 22px;
} */

.listadoGaleria {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.listadoGaleria .boxCompleto .propiedadGaleria{
	margin-bottom:50px;	
}
.listadoGaleria .boxCompleto .propiedadGaleria:nth-of-type(2n+1){
	margin-left: 0;
}
.listadoGaleria .boxCompleto .propiedadGaleria:first-child{
	margin-left:0;	
}
.propiedadGaleria .precioExterno{
	background: #004B8D;
	color: white;
	font-size: 16px;
	display: block;
	height: 19px;
	text-align: center;
	display: none;
}
.infoExtra{
	display: none;
	position: absolute;
	z-index: 350;
	/*bottom: -84px;*/
	bottom: -85px;
	left: 0;
	width: 200px;
	background: #AAA;
	font-size: 11px;
	padding: 5px;
	box-shadow: 1px 1px 5px #CCC;
}
.infoExtra span{
	width: 98%;
	padding: 0 1%;
	display: block;
	height: 16px;
	line-height: 16px;
	background: #DDD;
}
.infoExtra span.left{
	width: auto;
	display: inline-block;
	padding: 0;	
}
.infoExtra span.impar span.right{
	background: #FFF;	
}
.infoExtra span.impar{
	background-color: #FFF;	
}
.propiedadGaleria:hover{

}
/*.propiedadGaleria:not(.proyecto):hover .informacionInterna{
	display: block;	
}*/
.propiedadGaleria:hover .informacionInterna{
	display: block;	
}
.propiedadGaleria:hover .titulo{
	color: #FFF;	
}
.propiedadGaleria:hover .titulo a{
	color: #FFF;
}
.propiedadGaleria .titulo a:hover{
	text-decoration: underline;
}
.propiedadGaleria .slideInterno .nivo-prevNav,
.propiedadGaleria .slideInterno .nivo-nextNav{
	width: 14px;
	height: 14px;
	background: url(includes/js/3Party/nivo-slider2/btnAnterior.png) center center no-repeat;
}
.propiedadGaleria .slideInterno .nivo-nextNav{
	background: url(includes/js/3Party/nivo-slider2/btnSiguiente.png) center center no-repeat;	
	right: 0;
}	
.btnFav{
	position: absolute;
	z-index: 250;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 25px;
	background: url(imagenes/icoFav.png) center center no-repeat #DCDDDF;
	text-indent: -9999px;
	display: none;
}
.btnFav:hover{
	background-color: #004B8D;
}
/*************** LISTADO TABLA ***********/
.propiedadTabla, novedad{
	display: block;
	padding: 5px;
	width: 634px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #EEE;
}
.propiedadTabla:hover{
	background: #EEE;	
}
.propiedadTabla img, .novedad img{
	float: left;
	margin: 0 20px 0 0;
}
.propiedadTabla .titulo a,
.novedad .titulo a{
	font-weight: normal;
	color: #004B8D;
}
.propiedadTabla .titulo a:hover,
.novedad .titulo a:hover{
	text-decoration: underline;	
}
.propiedadTabla .extra{
	float: right;
	display: block;
	background: none;
	top: 0;
	right: 0;
	width: 100px;	
	height: 60px;
	position: relative;	
}
.infoTabla{
	float: left;
	display: block;
	width: 440px;
	margin: 0 5px 0 0;
}
.extra .precio{
	background: #004B8D;
	width: 100px;
	height: 28px;
	position: inherit;
	color: #FFF;
	line-height: 28px;
	text-align: center;
	float: left;
	margin: 2px 0 0 0;
}
.extra .cantidadImagenes{
	width: 19px;
	position: inherit;
	float: right;
	height: 22px;
	top: 0;
	right: 0;
	padding: 3px 0 3px 30px;
	margin: 0 0 2px 0;
}
.extra .btnFav{
	margin: 0 0 2px 0;
	position: inherit;
	width: 49px;
	display: block;
	float: left;
	height: 28px;
}
/*********** AMPLIADA **************/
.nombreInmobiliaria{
	font-size: 17px;
	font-weight: bold;	
}
.propiedadAmpliada {
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
}
.propiedadAmpliada .titulo{
	position: relative;
	padding: 0 0 10px 0;
	font-size:20px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: bold;
}
.propiedadAmpliada .btnFav{
	display:none;
	left: inherit;
	right:0;
}
.propiedadAmpliada .columnaImagen{
	width: 100%;
	display: block;
}
.propiedadAmpliada .columnaDatos{
	display: block;
}

.textoPropiedad p, .textoPropiedad ul li{
	text-align: justify;
	line-height: 18px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4d !important;
}

.columnaImagen .vinietas,
.vinietasTick{
	list-style:none;
	margin: 0 0 0 20px;
	list-style-position: inside;
	width: 100%;
	margin: 0;
	padding: 0;
}
.txtProp {
	font-size: 16px!important;
	color: #4d4d4d !important;
}
.columnaImagen .vinietas li,
.vinietasTick li{
	line-height: 20px;
	float: left;
	width: 170px;
	margin: 2px 10px 2px 0;	
	background:url(imagenes/radioTransparente.png) no-repeat 0 1px;
	padding-left:18px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
.columnaImagen .nivo-prevNav,
.columnaImagen .nivo-nextNav{
	width: 20px;
	height: 20px;
	top: 300px;
	z-index: 999;
}

.columnaImagen .nivo-prevNav{
	background-image: url(imagenes/anterior.png);
}
.columnaImagen .nivo-nextNav{
	background-image: url(imagenes/siguiente.png);
}
.columnaImagen .nivo-directionNav{
	position: relative;
	z-index: 5555;
}
.columnaDatos .infoExtra{
	display: block;	
	width: 100%;
	padding: 0;
	position: inherit;
	box-shadow: none;
	background: #FFF;
	font-size: 12px;
	position: relative;
	top: 0;
	left: -12px;
}
#colorbox{
	z-index: 999999999 !important;
}
.columnaDatos .infoExtra div{
	height: 40px;
    line-height: 18px;
    margin-left: 13px;
    margin-top: 15px;
    width: calc(33.33333% - 13px);
    float: left;
    font-size: 16px;
    box-sizing: border-box;
}
.columnaDatos .infoExtra div span:nth-of-type(2){
	padding-left: 12px;
	margin-left: 12px !important;
	font-weight: bold;
	color: #404041;
	font-size: 15px;
	float: right;
}
.columnaDatos .infoExtra div:not(:nth-of-type(1)){
	border:1px solid #6d6e70;
	padding: 10px;
	color: #6d6e70;
}
.columnaDatos .infoExtra div:nth-of-type(1){
	position: absolute;
	top: -55px;
	left: 199px;
	color: #999998;
	width: auto;
}

.columnaDatos .infoExtra div:nth-of-type(3) span:nth-of-type(2){
	border:none;
	padding-left: 0;
	margin-left: 0;
}
.columnaDatos .infoExtra div:nth-of-type(1) span:nth-of-type(2){
	font-size: 16px !important;
	color: #212f1c;
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.columnaDatos .infoExtra div:nth-of-type(1) span:nth-of-type(1){
	color: #4d4d4d !important;
}
.columnaDatos .infoExtra div:nth-of-type(1) span:nth-of-type(2)::before{
	content: '-';
	padding: 0 15px;

}
.columnaDatos .infoExtra div span{
	background: #FFF;	
}
.infoExtra div.impar,
.infoExtra div.impar span{
	background: #EEE;	
}
.columnaImagen iframe{
	margin: 10px 0;	
}
.btnDescargas{
	display: block;
	height: 20px;
	line-height: 20px;
	background: url(imagenes/icoDescargar.png) left center no-repeat;
	padding: 0 0 0 25px;	
}
.textoPropiedad ul{
	margin: 0 0 0 20px;	
}
.textoPropiedad ul li{
	margin: 5px 0;	
}
.columnaImagen h5{
	font-size: 15px;
	color: #414141;
	margin: 32px 12px 10px 0;
}
/*********** FORM REGISTRO *********/
#formRegistro, #formPerfil, #datosCasaCentral{
	width: 400px;
	float: left;
}
.columnaFormulario{
	width: 220px;
	float: right;	
}
.vinietas{
	margin: 0 0 0 20px;	
}
.vinietas li{
	margin: 10px 0;	
}
#formContacto input, 
#formRegistro input, 
#formPerfil input,
#datosCasaCentral input,
#datosSucursal input,
#ingresoPropiedad input,
#formContacto textarea,
#formPerfil p,
#formRegistro textarea, 
#formPerfil textarea, 
#ingresoPropiedad textarea {
	width: 90%;
	padding: 0 5px;
	border: 1px solid #FCD8BA;
	height: 30px;
	line-height: 30px;
	margin:  5px 0;
}
#formPerfil p,
#datosCasaCentral p{
	border-color: #DDD;	
}
form#formContacto textarea,
form#formPerfil textarea,
form#formRegistro textarea{
	line-height: 15px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	resize: none;	
	
}
#formContacto{
	width: 80%;
	margin: 0 auto;	
}
input#btnEnviarConsulta,
input#btnEnviarFrom,
input#btnEnviar,
input#btnGuardar,
input#btnAgregar{
	background: #F68121;
	color: #FFF;
	cursor: pointer;
	/*width: 228px;*/
}
/*input#btnGuardar, input#btnEnviar{
	width: 90%;
	height: 30px;
	line-height: 30px;
}*/
#gracias,.gracias{
	background: #EEE;
	text-align: center;
	width: 90%;
	padding: 10px 2%;
	border: 1px solid #CCC;
	display: none;
}
/*********** PANEL INMOBILIARIA **********/
.filtroListado{
	height: 30px;
	padding: 5px;
	margin: 0 0 5px 0;
}
.filtroListado2{
	height: 20px;
	padding: 5px 0;
}
#busquedaPanel{
	float: left;
	width: 50%;	
}
#btnIngresarPropiedad{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 5px;
	margin: -5px -5px 0 0;
	border-left: 5px solid #FFF;
	background: #004B8D;
	color: #FFF;
}
#btnIngresarPropiedad img{
	vertical-align: middle;
	margin-left: 10px;	
}
#btnIngresarPropiedad:hover{
	background: #FFF;
	color: #004B8D;
	text-decoration: none; 
}
.vinietasTick{
	margin: 0 0 0 10px;	
}
.vinietasTick li{
	width: 80%;	
}
.ico{
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background-position: center top;
	background-repeat: no-repeat;
}
.ico:hover{
	background-position: center bottom;
}
.deshabilitar{background-image: url(imagenes/icoHabilitado.png);margin: 14px 0;}
.habilitar{background-image: url(imagenes/icoDeshabilitado.png); margin: 14px 0;}
.destacar{background-image: url(imagenes/icoDestacar.png);}
.editar{background-image: url(imagenes/icoEditar.png);}
.eliminar{background-image: url(imagenes/icoEliminar.png);}
.modImagenes{background-image: url(imagenes/icoImagenes.png);}
.modUbicacion{background-image: url(imagenes/icoMapPointer.png);}
.listadoPropiedades{
	margin: 10px 0;	
}
.listadoPropiedades td{
	/* text-align: center; */
	padding: 7px 5px;
	/* line-height: 45px; */
	vertical-align:middle;
}

tr:nth-child(odd){
	/*tr.par{*/
	background: #EEE;	
}

td.infoTabla{
	width: 100%;
	text-align: left;
	height: 45px;
}
.informacionExtra,
.codigoID{
	font-size: 11px;	
}
td.infoTabla img{
	float: left;
	margin: 0 10px 0 0;
}
td.infoTabla .titulo a{
	font-size: 13px;
	font-weight: normal;
	color: #004B8D;
	width: 80%;
	overflow: hidden;
	height: 18px;
	display: block;
}
td.infoTabla .titulo a:hover{
	text-decoration: underline;	
}
th{
	height: 25px;
	line-height: 25px;
	color: #FFF;
	background: #555;
	font-weight: normal;
}
th a:hover{
	color: #FFF;	
}
th.ordenado a{
	color: #FFF;
}
.tip{
	border-bottom: 1px dotted #AAA;
	padding: 8px 0;
	text-align: center;
	font-size: 15px;
	font-style: italic;
}
#datosCasaCentral{
	width: 240px;	
}
#btnEnviar, #btnAgregar{
	width: 100%;	
}
.columnaSucursales{
	width: 240px;
	display: block;
	float: right;
}
#datosSucursal{
	display: none;	
}
.btnNaranja, .btnGris{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	color: #FFF;
	margin: 20px 10px 20px 0;
}
.btnNaranja{
	background: #004B8D;
	border: 1px solid #A55818;	
}
.btnNaranja:hover{
	background: #A55818;
	text-decoration: none;
}
.btnGris{
	background: #77787B;
	border: 1px solid #5E5F60;	
}
.btnGris:hover{
	background: #5E5F60;
	text-decoration: none;	
}
.boxAcciones{
	cursor: pointer;
	height: 32px;
	margin: 6px 0;
	width: 100%;
	background: url(imagenes/icoAcciones.png) center top no-repeat;
	display: block;
	position: relative;		
}
.boxAcciones:hover{
	background-position: center bottom;
	background-color: #222;
}
	.icosAcciones{
		display: none;
		background: none repeat scroll 0 0 #DDDDDD;
		height: 16px;
		left: 50px;
		padding: 8px 5px;
		position: absolute;
		top: 0;
		width: 100px;
	}
#sc_filtroPropiedades{
	height: 20px;
	line-height: 20px;	
	left: 5px;
	top: -8px;	
}
#sc_filtroPropiedades .sc_label{
	background-position: right 5px;
}
#estadoPropiedad{
	margin: -40px 0 0;	
}
#ingresoPropiedad .mapIcons input#btnEnviarFrom{
	width: 375px;
}	
/*********** INGRESO DE PROPIEDAD ***********/
#ingresoPropiedad  input,
#ingresoPropiedad textarea{
	width: 465px;
	float: right;
}
#ingresoPropiedad textarea{
	height: 180px;	
}
.inputConAyuda{
	display: block;
	/*float: left;*/
	clear: both;
	position: relative;	
}
.ayuda{
	background: url(imagenes/flechaAyuda.png) left 10px no-repeat;
	color: #FFF;
	display: block;
	position: absolute;
	z-index: 500;
	width: 200px;
	padding: 0 0 0 5px;
	left: 660px;
	top: 5px;
	display: none;
}
.ayuda p{
	background: #004B8D;
	padding: 10px;
	line-height: 15px;
}
#ingresoPropiedad{
	width: 100%;	
}
#comodidades{
	width: 100%;	
}
#comodidades .op{
	width: 25%;
}
select#monedaAlquilerTemp, select#monedaAlquiler{
	display: block;
    border: 1px solid #FCD8BA;	
	width: 50px;
	line-height: 30px;
	height: 30px;
	float: left;
	margin: 5px 10px 5px 0;
}
select#pointType{display:block;}
input#inputPrecioAlquilerTemporal, input#inputPrecioAlquiler{
	width: 288px;
	float: left;
}
.formIngresoPropiedad h3,
.formIngresoPropiedad hr{
	clear: both;
	width: 100%;
	margin: 5px 0;
}
.renglonForm{
	display: block;
	width: 100%;
	clear: both;
	margin: 5px 0;
	line-height: 32px;	
}
#ingresoPropiedad .renglonForm input{
	width: 270px;
	margin: 0;
}
#ingresoPropiedad input#btnEnviarFrom,
#ingresoPropiedad input#btnVistaPrevia{
	float: none;
}
.formIngresoPropiedad .box{
	padding: 1%;
    width: 98%;
}
.formIngresoPropiedad select#monedaAlquiler{
	float: right;
	height: 32px;
	line-height: 32px;
	margin: 0 10px 0 0;	
}
#ingresoPropiedad input#precioAlquiler{
	width: 210px; 
}
#ingresoPropiedad .sc_wrapper{
	padding: 5px 0;
	width: 100%;	
}
#ingresoPropiedad #sc_IDcomodidades .sc_optGroup {
	margin: 0;	
}
#ingresoPropiedad #sc_IDseguridad .sc_wrapper{
	background: #EFEFEF;
	width: 220px;	
	padding: 5px;
}
#ingresoPropiedad #sc_IDcomodidades .sc_label,
#ingresoPropiedad #sc_IDseguridad .sc_label{
	display: none;	
}
#ingresoPropiedad .grisClaro input{
    background: none repeat scroll 0 0 #999999;
    border: none;
    color: #FFFFFF;
	cursor: pointer;
    float: right;
    margin: 5px 10px 0 0;
    width: 250px;	
}
#ingresoPropiedad .grisClaro input:hover{
	background: #666;	
}
/*********** PROYECTO ***********/
.proyecto #slider{
	margin-bottom: 20px;	
}
.proyecto h2.titulo{
	font-weight: normal;
	font-size: 23px;
	margin-bottom: 10px;	
}
.proyecto h4{
	margin: 15px 0;	
}
.proyecto .precioAmpliada{
	text-align: right;
}
/*********** DIRECTORIO ********/
.inmobiliariaDestacada{
	width: 100%;
	border: 2px solid #808285;
	padding: 5px;
	display: block;
	width: 300px;
	float: left;
	margin: 10px 0 10px 19px;
	text-align: center;
}
.inmobiliariaDestacada a{
    display: block;
    margin: 5px 0;
    text-align: left;
    width: 100%;
}
.boxCompleto .inmobiliariaDestacada:first-child{
	margin: 10px 0 10px 0;	
}
.inmobiliariaDestacada img{
	margin: 10px auto;
}
.inmobiliariaDestacada .datos{
	width: 100%;
	text-align: left;
	display: block;
	overflow: hidden;
	height: 85px;
}
.inmobiliariaDestacada h3{
	font-weight: bold;
	text-align: left;
}
.enListado .datos{
	width: 465px;	
}
.listadoInmobiliarias a{
	display: block;
	position: relative;
	width: 141px;
	height: 58px;
	float: left;
	margin: 0 19px 23px 0;
	border: 1px solid #FFF;
}
.listadoInmobiliarias a:hover{
	border-color: #004B8D;
}
.listadoInmobiliarias a .tooltip{
	display: none;
	background: url(imagenes/flechaAyuda.png) left 10px no-repeat;
	color: #FFF;
	position: absolute;
	z-index: 500;
	width: 200px;
	padding: 0 0 0 5px;
	left: 115px;
	top: 55px;
	font-size:0.8em;
}
.listadoInmobiliarias a .tooltip span.cuerpoTooltip{
	display: block;
	background: #004B8D;
	padding: 10px;
}
/**** BUSQUEDA INMOBILIARIAS *****/
#inputBusqueda {
 /* background: url("imagenes/icoBusqueda.png") no-repeat scroll 255px 0px #FFFFFF;*/
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 20px;
  padding: 0 20px 0 5px;
  width: 250px;
}
.directorio .cabeceraListado{
	margin: 0 0 20px 0;	
}
.cabeceraListado .sc{
	margin: 3px 0;
}
.cabeceraListado .sc_wrapper{
	box-shadow: 1px 2px 5px #999;
	left: 0px;
}
.cabeceraListado .box50r span.left{
	height: 20px;
	line-height: 20px;
	margin: 5px 0 5px 105px;		
}
/**** RESULTADO BUSQUEDA INM ****/
.columnaListado{
	width: 670px;
	display: block;
	float: left;
	margin: 20px 20px 0 0;	
}
.columnaDestacados{
	width: 269px;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	display: block;
	float: left;
	border-left: 1px solid #EEE;
}
.columnaDestacados h4{
	padding: 0 0 10px 0;
	font-size: 17px;
	border-bottom: 1px solid #CDCDCD;	
}
.resultadoInmobiliarias .inmobiliaria{
    border-bottom: 1px solid #EEEEEE;
    margin: 0 0 15px;
    padding: 5px 0;
    width: 100%;	
}
.resultadoInmobiliarias .inmobiliaria img{
	float: left;
	margin: 8px 0 0;	
}
.resultadoInmobiliarias .inmobiliaria .datos{
	float: left;
	width: 520px;
	margin: 0 0 0 20px;
}
.columnaDestacados .inmobiliaria{
	width: 	269px;
}
.columnaDestacados .inmobiliaria .datos{
	width: 	150px;
}
/******* GUIA INMOBILIARIAS ******/
.letras{
	font-weight: bold;
	font-size: 16px;
	display: block;
	width: 100%;
	margin: 10px 0;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	border-bottom: 1px solid #EEE;
	background: url(imagenes/flechaAbajo.png) right center no-repeat;
}
.letras:hover{
	background-color: #EEE;	
}
.abierto{
	background: url(imagenes/flechaArriba.png) right center no-repeat;	
}
.inmobiliarias{
	display: none;	
}
/*********** REVISTA ************/
.boxRevista{
	width: 120px;
	padding: 0 10px;
	float: left;
	margin: 0 0 10px 70px;
}
.boxCompleto .boxRevista:first-child{
	margin: 0 0 10px 0;	
}
.boxRevista img{
	margin: 0 0 10px 0;	
}
.btnVerOnline{
	display: block;
	height: 20px;
	line-height: 20px;
	background: url(imagenes/icoVerOnline.png) left center no-repeat;
	padding: 0 0 0 25px;	
}
/*********** TOOLS BOX **********/
#toolsBox{
	display: none;
	background: #cdcdcd;
	color: #6d6e76;
	padding: 10px;
	width: 960px;
	left: 50%;	
	margin: 0 0 0 -490px;
	position: fixed;
	bottom: 0;
	height: 20px;
	line-height: 20px;
	z-index: 9999;
}
.favoritos{
	display: block;
	height: 95px;
	left: 5px;
	margin-top: -10px;
	padding: 10px;
	position: relative;
	top: 0;
}
.favoritos:hover{
	background: #333;
	text-decoration: none;	
}
.favoritos img{
	float: left;
	margin: 0 10px 0 0;	
}
.favoritos .favs{
	text-align: center;
	line-height: 14px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background:	#004B8D;
	color: #FFF;
	margin: 0 5px 6px 5px;
	font-size: 10px;
	position: relative;
	top: -10px;
	left: 0;
	border-radius: 7px;
}
.favoritos .tooltip{
	position: absolute;
	background: #004B8D;
	color: #FFF;
	padding: 5px 10px;
	top: -130px;
	width: 200px;
	display: none;
	border: 1px solid #FFF;
	border-bottom: none;
	left: 0;	
}
#btnTop{
	position: absolute;
	margin: 0 0 0 -10px;
	/* background: url(imagenes/togglemapup.png) center top no-repeat; */
	display: block;
	width: 50px;
	height: 50px;
	top: -33px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
#btnTop img{
	width: 50px;
}
#btnTop:hover{
	background-position: center bottom;
}
.sociales{
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: -35px;	
}
.sociales a img{
	vertical-align: -6px;	
}
.sociales a{
	margin: 0 0 0 3px;
}
.sociales a:hover{
	background-position: left bottom;	
}
.shareFB{
	background-image: url(imagenes/icoFacebook.png);	
}
.shareTW{
	background-image: url(imagenes/icoTwitter.png);	
}
/* mini thumbs */
.miniThumbnails .cont {
	float: left;
	box-shadow: 1px 1px 10px #AAAAAA;
	display: block;
	height: 42px;
	margin-bottom: 6px;
	margin-right: 4px;
	position: relative;
	width: 50px;
}
.miniThumbnail {
	background-color: #000;
	height: 42px;
	overflow: hidden;
	position: relative;
	width: 50px;
}
.miniThumbnails div.pieDeImagen {
	box-shadow: 1px 1px 10px #000000;
	left: 7px;
	position: absolute;
	top: 8px;
	z-index: 200;
	display:none;
	background-color:#fff;
	width:150px;
	padding:3px;
}
.miniThumbnails div.pieDeImagen a:hover { background-color:#333; }
.miniThumbnails div.pieDeImagen a {
	float:left;
	width:16px;
}
.miniThumbnails div.pieDeImagen input {
	float:left;
	width:125px;
}
.miniThumbnail .ampliar { }
.miniThumbnail .ampliar img {
	border:none;
	width:50px;
}
.miniThumbnail .BTs a { float:left; }
.miniThumbnail .BTs a:hover { background-color:#fff; }
.miniThumbnail .BTs {
	/*position:absolute;*/
	top:0;
	left:0;
	width:50px;
}
.articulosArchivosList a {
	float:left;
	padding-bottom:3px;
	margin-bottom: 3px;
}
.articulosArchivosList a:hover { background-color:#333; }
.articulosArchivosList a.articulosArchivo { background-color:#fff; }
.articulosArchivosList a.articulosArchivo {
	overflow: hidden;
	width: 180px;
}
#pickImgsFileList div, #pickArchsFileList div {
	border-bottom: 1px dotted #AAAAAA;
	margin-bottom: 3px;
	overflow: hidden;
	padding-bottom: 3px;
	text-align: left;
	width: 100%;
}
.articulosArchivosList input {
	width:175px;
	font-size:10px;
	display:none;
}
.articulosArchivosList div {
	border-bottom:1px dotted #AAAAAA;
	padding-bottom:8px;
}
ul.form{
	list-style: none;	
}
.novedad .sliderAmpliada{
	padding: 10px 0;
}
/************* FAQS ****************/
.pregunta{
	border: 1px solid #EEE;
	margin: 10px 0;
}
.pregunta h4{
	height: 25px;
	cursor: pointer;
	line-height: 25px;
	padding: 0 5px;
	background: #EEE;
	margin: 0; 
}
.pregunta h4:hover{
	color: #F68121;	
}
.respuesta{
	margin: 10px auto;
	width: 95%;
	display: none;
}
/************* SELECCION PLAN *******/
.box30{
	display: block;
	width: 310px;
	padding: 10px 5px;
	float: left;
	margin: 10px 0 10px 10px;
	background: #FFF;
}
.box30 .vinietasTick li{
	margin: 5px 0;	
}
.box30 h3{
	margin: 10px 0 20px 10px;
	color: #F68121;	
}
.box30:first-child{
	margin: 10px 0;	
}
.precioPlan{
	text-align: center;
}
.precioPlan span{
	font-size: 25px;
	text-shadow: 0 0 5px #FFF;
	margin: 0 5px;
}
.bandaMesGratis{
	position: relative;
	margin: 0 0 0 -13px;	
}
/************ ESTILOS ALE **********/
#pasosRegistro{ 
             width:980px; 
			 height:500px; 
			 margin:50px 0 0 0; 
		     background:url(imagenes/paso1.jpg) no-repeat;
			 }
#pasosRegistro2{
	width:980px; 
	height:437px; 
	margin:50px 0 0 0; 
	background:url(imagenes/cambioPlan.jpg) no-repeat;
}		 
#planes{ width:980px; 
         height:350px;
		 list-style:none;
		 }			 
#planes li{width:250px; 
            height:300px; 
			float:left; 
			background-color:#F7F7F7; 
			border:1px solid #CCC; 
			margin:100px 0 0 55px; 
            border-radius:8px;
			cursor:pointer;
			 }
#planes li:hover{
	background: #F68121;		 
}
.titPlanes1, .titPlanes2, .titPlanes3{
	                  width:250px; 
                      height:26px; 
			          margin:15px 0 0 0;
					  display:block; 
			          background:url(imagenes/tit1Planes.png) no-repeat; 
			          background-position:bottom left; 
			          
			         }
.titPlanes2{background:url(imagenes/tit2Planes.png) no-repeat;
            background-position:bottom left;}
					
.titPlanes3{background:url(imagenes/tit3Planes.png) no-repeat;
            background-position:bottom left;  }

.btnSelecc1, .btnSelecc2, .btnSelecc3 {
	        width:135px; 
            height:32px; 
			display:block; 
			background:url(imagenes/btnSelecc.png) no-repeat; 
			background-position:top; 
			margin:25px 0 0 54px; 
			cursor:pointer; 
			}
.btnSelecc3{
	margin: 13px 0 0 54px;	
}
.btnSelecc1:hover, .btnSelecc2:hover, .btnSelecc3:hover{ background-position:bottom;}			
	
.continuar{ width:180px; 
            height:40px; 
		    cursor:pointer; 
			display:block; 
			margin:15px 0 0 400px;
			border-radius:4px;
			border:1px solid #CCC; 
			background:url(imagenes/bgBtn-continuar.jpg) no-repeat;  
			}
.continuar{ border-bottom:#666;}

#contFlecha{ width:23px; 
             height:23px; 
			 background:url(imagenes/contFlecha.png) no-repeat right; 
			 margin:8px 0 0 130px; 
			 position:relative;
			}		   
									 
.planes1, .planes2, .planes3{
	margin: 20px auto 10px auto;
	width: 80%;
}
.planes1 strong, .planes2 strong, .planes3 strong{
	font-size: 17px;	
}
#planes li:hover p{
	color: #FFF;	
}
#planes li:hover .titPlanes1,
#planes li:hover .titPlanes2,
#planes li:hover .titPlanes3{
	background-position: top;	
}
.continuar:hover #contFlecha{
	background-position: left;	
}
/************* chuku ***************/
/*pax*/


#slider_segundo_holder{
	width: 100%;
	padding:50px 0;
	background: #D3D3D5;
}
#slider_segundo{
	width: 965px;
	height: 395px;
	margin: 0 auto;
	border: 15px solid rgb(110, 111, 113);
}
#slider_segundo .imagen_slider_segundo{
	width: 100%;
	height: 365px;
}
#slider_segundo .imagen_slider_segundo:nth-of-type(1){
	
}

#slider { 
	overflow:hidden; 
	width:100%; 
	height:392px;
}
#slider .slick-track .slick-slide img{
	width: 100%;
}
#slider_alt{ 
	overflow:hidden; 
	width: 961px;
	margin: 0 auto;
	height: 495px;
}

p.logoInmobiliaria { width:283px;background-color:#fff;display:block;text-align:center;padding:0;}
div.nombreInmobiliaria { text-transform: capitalize;}
/*por el momento, hasta solucionar el tema del cierre del combo y que label mostrar en los combos múltiples*/
div#_cmt_zonaBarrio,div#_cmt_departamentos,div#_cmt_tipoPropiedad { position:relative;}
div.propiedadGaleria span.titulo a {  font-weight:normal;overflow:hidden;height:21px;display:block;}
.sliderAmpliada .cbox{
	display: none;	
}
#sucursales1{display:none;}
#searchtags,#h1prop {
	font-size: 20px;
	float: left;
	width: 400px;
	text-overflow: ellipsis;
	position: relative;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: white;
	text-transform: capitalize;
	height: 66px;
	line-height: 66px;
	white-space: nowrap;
	overflow: hidden;
}
#h1prop{
	width: auto !important;
}
#searchtags span {
	display: block;
	float: left;
	font-size: x-small;
	margin-top: 10px;
	text-align: left;
	width: 100%;	
}
#form_contactarInmobiliaria_gracias,#inputCi,#inputRut { display:none; }
.renglonForm .sc {
		float:right;
		width:276px;
	    border: 1px solid #FCD8BA;
	    height: 30px;
		line-height: 30px;
}
.renglonForm .sc .sc_label{height:35px!important;}
.renglonForm .sc .sc_wrapper {
	border: 1px solid #FCD8BA;
	left:3px;
	top:5px;
}
.limitcc{font-size:8px;}
#ingresoPropiedad .limitcc{margin-left:3px}
.datos_local,.datos_casa,.datos_apto,.datos_terreno{display:none}
#ingresoPropiedad input[type=radio], #ingresoPropiedad input[type=checkbox]{
    float: right;
    width: auto;
}
._fieldset{margin-top:20px;}
.listadoPropiedades th a {padding-left:5px;padding-right:5px;}
.filtroListado2 .sc{
		width:276px;
	    border: 1px solid #FCD8BA;
	    height: 30px;
		line-height: 30px;	
	
}
.filtroListado2 .sc .sc_wrapper {
	border: 1px solid #FCD8BA;
	left:3px;
	top:5px;
}
.filtroListado2 .sc_label{height:35px!important;}
td{ padding:5px; vertical-align:top;}
cite {
    display: none;
    margin-left: 11px;
    padding: 4px;
    width: 94%;
}

.listadoConsultas tr.ver{ background-color:#FDE4D0!important; }
.modPropiedades{width:750px;padding:25px}
div.BTs a.destacado1 { background-color:#fff; }

input[type=button], 
input[type=submit] { cursor:pointer;}

#pickArchsUploadButton,#pickImgsUploadButton{display:none;}
.modificarMaps{width: 745px;}
.modImagenesCBox #ingresoPropiedad input{ width: 270px; }
#sc_tipoConsulta{padding: 5px 2px; margin: 5px 0 0 0;}
.mensaje{display:none;}
.destacadaTH {
	display: block;
	height: 45px;
	position: relative;
	width: 60px;
}
.destacadaTH img {
	position:absolute;
	width:60px;
	height:45px;
	display:block;
}
.destacadaTH .cocarda {
	background: url("imagenes/icoDestacar.png") no-repeat scroll left bottom transparent;
	display: block;
	height: 15px;
	position: absolute;
	width: 15px;
	}
.ayuda p {
	height:auto!important;
}
div#sc_ordenListado{
    width:250px;
	float:right;
	margin-right:5px;
}
.marginVertical{margin-bottom:30px;}



.ggi_informacion{display:block;margin:5px;}
.ggi_informacion .ggi_img{ height:52px;width:71px;margin-bottom:5px;margin-right:5px;float:left;box-shadow:0px 0px 3px #000;}
.ggi_informacion .ggi_text{}
.ggi_informacion .ggi_text .ggi_titulo{
	font-size: 14px;
    font-weight: bold;
	text-transform:capitalize;
}
.ggi_informacion .ggi_text .ggi_extra{}
#map_canvas { border:2px solid #E0E0E0 }
.extra .ico{
	margin: 6px 0 0 15px;	
}
.paginacion{
	display: none;
	width: 100%;
	text-align: center;
	height: 25px;
	margin: 10px 0;	
}
.paginacion a{
	display: inline-block;
	border: 1px solid #1a69af;
	height: 23px;
	width: 23px;
	text-align: center;
	margin: 0 2px;
	line-height: 23px;
}
.paginacion a:hover{
	background: #004B8D;
	color: #FFF;
	text-decoration: none;
}
.paginacion span{
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #333;
	background: #DDD;
	margin: 0 2px;
	display: inline-block;	
}
.boxAcciones .ico{float: left; margin-right: 3px;}
#criterioBusqueda .op,
#criterioBusqueda .op:first-child{
	background: url("imagenes/cruz.png") no-repeat scroll left top #AAAAAA;
	color: #EEEEEE;
	height: 23px;
	line-height: 23px;
	margin: 2px 0;
}
#criterioBusqueda .op:hover{
	color: #333;
	background: url("imagenes/cruz.png") no-repeat scroll left top #FFF;
}


#cerrarMapa{
  display: block;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	color: #757575;
	height: 100%;
	width: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: -25px;
}
#cerrarMapa img{
	border-radius: 50px;
	width: 50px;
}
#cerrarMapa:hover{

}

.filtrosBusqueda h4{
	margin: 10px 0;
	color:#757575;
}
#contadorImagenes{
	display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    bottom: 3px;
    font-size: 14px;
    color: #666;
}
.nivo-controlNav{display:none!important}
#boxReentry, #boxContrasena{
	width: 80%;
	margin: auto;	
}
#boxReentry p, #boxContrasena p{
	margin: 10px 0;	
}
#boxReentry h2{
	color: #004B8D;
	margin: 50px 0 50px;
}
#boxContrasena h2{
	color: #004B8D;
	margin: 50px 0 100px;
}
#boxReentry .right, #boxContrasena .right{
	margin: 0 0 20px 20px;
}
#reentryForm, #recuperarContrasena{
	margin: 50px 0 0 0;	
}
#reentryForm input, #recuperarContrasena input{
	border: 1px solid #DDD;
	height: 20px;
	line-height: 20px;
	width: 250px;
	color: #333;
	margin: 0 20px 0 10px;
}
#reentryForm .btnResetear,#recuperarContrasena .btnResetear{
	background: #333;
	color: #FFF;
	height: 20px;
	padding: 0 0 2px 0;
	border: none;
	line-height: 20px;
	width: 150px;
	text-align: center;	
}
#_reentryForm{margin-bottom:50px;}
div#sysmsg{
	width:300px;padding:10px;display:none;
}
#fail,#gracias2{
	display:none;	
}


.renglonForm #sc_IDzonas .sc_wrapper{width: 760px;}
.renglonForm #sc_IDzonas .sc_wrapper .sc_li, .renglonForm #sc_IDzonas .sc_wrapper .sc_li a{height: 18px; line-height: 18px;}
.columnaConsultas{background: #004B8D; color: #FFF;}
.columnaConsultas a{color: #FFF;}

/**/
div.boxRevista h4 {
    display: block;
    height: 44px;
    overflow: hidden;
    width: 120px;
	margin: 9px 0;
}
div.boxRevista img {width:120px;height:150px;}
div.columnaImagen h4 { font-size:1.1em;}
div.formListadoAmpliada {
	display:block;
	height:auto;
	margin:10px 0;
	width:291px;
}
div.formListadoAmpliada .op{
	margin: 0;
	height: 14px;
	line-height: 14px;
	background: none;
	color: #004687;
	padding: 0 14px;	
	float:none;
}
div.formListadoAmpliada .op:hover{
	text-decoration: underline;
}
div.renglonForm #inputTitulo ~ .limitcc{float:right;display:block;clear:both;}
.infoTabla .titulo{float: left; width: 75%;}
.infoTabla .informacionExtra{line-height: 14px;}
div.inmobiliarias a span.tooltip span.cuerpoTooltip span span.nombreInmobiliaria { font-size:15px !important;}
#tyc{display: block;float: left;margin: 1px 7px;}
.iframe{width: 90%; margin: 20px 5%;}
input#tyc{float: left; margin: 0 20px 0 0; width: 15px; height: 15px;}
.topBottom{margin: 10px 0;}

/* cambio de plan */
#pasosRegistro2 {
	width: 980px;
	height: 437px;
	margin: 50px 0 0 0;
	background: url(imagenes/cambioPlan.jpg) no-repeat;
}
#planes2 {
	width: 980px;
	height: 350px;
	list-style: none;
}
#planes2 li {
	width: 250px;
	height: 300px;
	float: left;
	background-color: #F7F7F7;
	border: 1px solid #CCC;
	margin: 37px 0 0 55px;
	border-radius: 8px;
}

#planes2 .titPlanes1, #planes2 .titPlanes2, #planes2 .titPlanes3 {
	width: 250px;
	height: 26px;
	margin: 15px 0 0 0;
	display: block;
	background: url(imagenes/tit1Planes.png) no-repeat;
	background-position: bottom left;
}
#planes2 .titPlanes2 {
	background: url(imagenes/tit2Planes.png) no-repeat;
	background-position: bottom left;
}
#planes2 .titPlanes3 {
	background: url(imagenes/tit3Planes.png) no-repeat;
	background-position: bottom left;
}
#planes2 .planes1, #planes2 .planes2, #planes2 .planes3 {
	margin: 20px auto 10px auto;
	width: 80%;
}
#planes2 .planes1 strong, #planes2 .planes2 strong, #planes2 .planes3 strong {
	font-size: 17px;
}

/*.propiedadTabla .titulo a, 
.novedad .titulo a,*/
.propiedadAmpliada .titulo:first-letter, 
.propiedadGaleria span.titulo a:first-letter, 
.titulo:first-letter{
    text-transform:uppercase;
}

.quienesSomos{width:600px;float:left;}
#imgQuienes{float:right;}
a.imagen { text-align:center;}
div.faqs h2{margin-bottom:10px;}
div.faqs h3{margin:28px 0 5px 0;}
.box30upa{
	display: block;
	width: 305px;
	padding: 10px 5px;
	float: left;
	margin: 0 3px 5px 0;
	background: #FFF;
	height:105px;
}
.box30upa h3{
	color: #F68121;	
	height:15px;
	overflow:hidden;
	display:block;
	
}


a.boton_comun_v {
    line-height:24px;
    color:#fff;
    font-size:15px;
    background:#999999;
    display:block;
    float:right;
    cursor:pointer;
    padding-left:10px;
    padding-right:10px;
}
a:hover.boton_comun_v {
    text-decoration:none;
}
a.boton_verde_v {
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    font-size:15px;
    display:inline-block;
    float:right;
    cursor:pointer;
	width: 81px;
	line-height: 40px;
	height: 40px;
    background: #ff8416;
    font-family: 'Open Sans';
    border: 1px solid #FFF;
}
a:hover.boton_verde_v {
    text-decoration:none;
}
a.boton_verde_h {
    text-transform:uppercase;
    color:#fff;
    font-size:15px;
    height:25px;
    padding:0 11px 0 11px;
    margin-left:6px;
    margin-top:28px;
    line-height:24px;
    background: url(imagenes/btn-cabezal.png) repeat-x;
    display:block;
    float:right;
    cursor:pointer;
}
a:hover.boton_verde_h {
    text-decoration:none;
}

.footer_sucursal {
    display:block;
    float:left;
    height:58px;
    margin:9px 6px 0 29px;
}
.footer_sucursal .sucursal_name {
    font-weight:bold;
    color:#fff;
    display:block;
    font-size:12px;
    text-decoration:underline;
    margin-bottom:10px;
}
.footer_sucursal .sucursal_data {
    color:#fff;
    display:block;
    font-size:12px;
}
#header_top {
    width:646px;
    float:right;
}
#columnaPrincipal {
    width: 630px;
    float: left;
    
}
.props h3 {
    font-weight:normal;
    color:#fff;
    font-size:14px;
    display:block;
    border-bottom:3px solid;
    margin-bottom:35px;
}
.props h3 span{
    display:block;
    padding-left:7px;
    padding-right:30px;
    color: #ff8416;
	font-size: 30px;
	border-bottom: 1px solid #143181;
	padding-bottom: 9px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
}
.listadoCompacto .titulo {
    font-size:15px;
}
#boxContacto {
    background-color: #e1e1e1;
    padding-top: 8px;
    padding: 10px 20px 10px 20px;
    position: absolute;
	width: 25%;
	top: 0;
	right: 0;
	color: #FFF;
}
input, textarea {
    border: 1px #666 solid;
    font-family: 'Open Sans', sans-serif;
}
#pageEmpresa h2 {
    font-weight: normal;
    font-size: 15px;
    color: #004687;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 10px;
    background: url(imagenes/accordion-down.png) no-repeat 2px 2px;
    height: 18px;
    padding-left: 25px;
    cursor: pointer;
}
#pageEmpresa h2.activado {
    background: url(imagenes/accordion-up.png) no-repeat 2px 2px;
}
#pageEmpresa dd {
    color:#4d4d4d;
    font-size:14px;
}
#pageEmpresa .col {
    float:left;
}
#pageContacto {
    margin-left:77px;
    width:493px;
}
#pageContacto h1 {
    font-size: 24px;
    font-weight:normal;
    color:#004687;
    margin:0;
}
#pageContacto h2 {
    font-weight: normal;
    font-size: 15px;
    color: #004687;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    background: url(imagenes/contacto-accordion-down.png) no-repeat 0px 0px;
    height: 23px;
    padding-left: 27px;
    padding-top: 2px;
    cursor: pointer;
    
}
#pageContacto h2.activado {
    background: url(imagenes/contacto-accordion-up.png) no-repeat 0px 0px;
}
#pageContacto dd {
    width:493px;
    height:190px;
    background-color:#e4e8f3;
    margin-bottom: 23px;
}
#pageContacto .col1 {
    height:100%;
    float:left;
    width:215px;
    border-right:1px solid #fff;
}
#pageContacto .col1 img {
    height:100%;
    width:215px;
}
#pageContacto .col2 {
    height:100%;
    float:left;
    padding-top:24px;
    padding-left:20px;
    font-size:14px;
}
#pageContacto .col2 span {
    display:block;
    margin-bottom:10px;
    min-height:19px;
    background:no-repeat 0px 0px;
    padding-left:25px;
}
#pageContacto .col2 .tel {
    background-image:url(imagenes/c-tel.png);
}
#pageContacto .col2 .email {
    background-image:url(imagenes/c-email.png);
    font-weight:bold;
}
#pageContacto .col2 .hora {
    background-image:url(imagenes/c-hora.png);
}
#pageContacto .col2 .dir {
    background-image:url(imagenes/c-dir.png);
}
#pageNoticias {
    background:black;
}
#pageNoticias #col1 {
    float: left;
    width: 505px;
}
#pageNoticias #col2 {
    float: right;
    width: 393px;
}
#pageNoticias #col1 h2 {
    font-size: 14px;
    color: #004687;
    text-transform: uppercase;
    padding-bottom: 35px;
    margin-bottom: 6px;
    background: url(imagenes/n-f1.png) no-repeat 0px 15px;
    height: 35px;
    padding-left: 58px;
    cursor: pointer;
    border-top: 1px dotted #CCC;
    line-height: 19px;
    overflow: hidden;
}
#pageNoticias #col1 h2 span {
    font-size: 12px;
    color: #CCC;
    display: block;
    line-height: 0px;
    margin-top: 11px;
    text-align: right;
    margin-bottom: 9px;
}
#pageNoticias #col1 h2.activado {
    background: url(imagenes/n-f2.png) no-repeat 0px 25px;
}
#pageNoticias #col1 dd {
    color:#4d4d4d;
    font-size:14px;
    margin-bottom: 45px;
    padding-left: 13px;
}
#pageNoticias #col1 dd h2 {
    background:none;
    cursor:default;
    color:#4D4D4D;
    display:block;
    font-weight:bold;
    border:none;
}
#pageNoticias #col1 dd h2 span {
    color: #4D4D4D;
    display: block;
    line-height: 0px;
    margin-top: 11px;
    text-align: left;
    margin-bottom: 9px;
    border:none;
    line-height:15px;
}
#pageNoticias #col2 #box1 {
    width:385px;
    background:#d7d7d7;
}
#pageNoticias #col2 #box2 {
    width:385px;
    margin-top:30px;
}
#pageNoticias #col2 #box1 h2 {
    display:block;
    background: url(imagenes/n1.jpg) repeat-x;
    height:38px;
    width:100%;
    color:#fff;
    font-size:15px;
    font-weight:500;
    text-align:center;
    line-height:38px;
    text-transform:uppercase;
    border-bottom:5px solid #fff;
}

#pageNoticias #col2 #box1 p {
    display:block;
    width: 361px;
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
    font-size:15px;
}
#pageNoticias #col2 #box1_social {
    display:block;
    width:100%;
    padding-top:15px;
    text-align:center;
    height:68px;
    padding-left:70px;
}
#pageNoticias #col2 #box1_social a {
    height: 50px;
    width: 39px;
    border-right: 1px #6D6E71 dotted;
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;    
}
#pageNoticias #col2 #box1_social a:last-child {
    border:none;
    padding-right:0px;
    
}
.propiedadGaleria .imagen .precioInterno{
	background: #004B8D;
	color: #FFF;
	font-size: 13px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 250;
	padding: 5px 10px;
	display: none;
}
#compartir a {
    margin-right:5px;
}
#compartir a:hover {
    text-decoration:none;
}
.box h5 {
    text-align: left;
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: normal;
}
.box .subh5 {
    text-align: left;
    float: left;
    margin-bottom: 10px;
}
#contactarInmobiliariaBox {
    float: left;
    width: 283px;
    height: 235px;
    background: #D3D4D1;
    padding: 14px 22px 3px 22px;
}
.propiedadAmpliada .itemList {
    display:block;
    margin-bottom:5px;
    background:url('imagenes/radioTransparente.png') 0px -1px no-repeat;
    padding-left:20px;
}
#propiedadAmpliada span2 {
    font-size: 15px;
    margin-right: 7px;
}
#coco {
	display: none;
    width: 50px;
    height: 30px;
    position: fixed;
    bottom: 3px;
    background: url('imagenes/coco.png') no-repeat;
    left: -34px;
    z-index: 1;
    text-indent:-99999px;
}
#palabra{
	display: none;
	width: 15px;
	height: 57px;
	position: fixed;
	background-image: url('imagenes/imp.png');
	left: 5px;
	bottom: 50px;
}
.inherit {
	color: inherit;
	margin: inherit;
	padding: inherit;
	font-size: inherit;
	font-weight: inherit;
}
#header h1 a span {
	text-indent: -9999px;
	display: block;
}
#adherido {
	float: right;
	height: 14px;
	line-height: 25px;
	margin-top: -35px;
	margin-right: 180px;
	width: 170px;
}
#adherido a {
	text-indent: -9999px;
	margin-left: 5px;
	display: inline-table;
	width: 58px;
	height: 21px;
	background-image: url('imagenes/infocasas.png');
}
#adherido a:hover {
	background-position: 0px 22px;
}

#portadah1{
	right: 30px;
	position: absolute;
	font-size: 12px;
	top: 17px;
	font-weight: normal
}

.centerVerticalToParent{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}


#slider:hover .nivo-prevNav, #slider:hover .nivo-nextNav{
	display: block !important;
}

.agrupFooter {
	width: 54%;
	display: block;
	float: left;
	margin-left: 99px;
}

.cartelFoot {
	width: 190px;
	float: right; 
	margin-right: 26px;
	margin-top: 21px;
}
.cartelFoot img {
	width: 100%;
}
@media print {    
	#header { display: none;}
    #toolsBox, #toolsBox * {
        display: none !important;
    }
    #compartir, #compartir * {
        display: none !important;
    }
    #columnaIzquierda, #columnaIzquierda * {
        display: none !important;
    }
    #columnaPrincipal {
        width: 100%;
    }
    #contactoimagenes{
    	display: none;
    }
    #imagenHC{
    	display: block !important;
    }
        /* INFOCASAS */
    	body{
	  -webkit-print-color-adjust:exact;
	}


	.h1h{
		display: none;
	}

	.in{
		display: none;
	}	
	.containContacto, .sliderHolder .arrows, .propiedades-similares, #perfilHolder, .loading{
		display: none;
	}
	

	#hardcodeimg{
		/*
		display: block;
		*/
		display: block !important;
		z-index: 99999999999 !important;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.ficha-tecnica {
		margin-top: 350px;
		margin-bottom: 0px;
		width: 100%;
		display: block;
		clear: both;
	}

	#g_maps{
		border: none;
	}

	#toolsBox{
		display: none;
	}

	#propAmpliada{
		padding-top: 0;
	}
	.imgSlide{
		display: none;
	}
	#header{
		display: none;
	}


	.telefonos-print{
		display: block;
	}
	.telefonos-print-none{
		display: none;
	}


	.telefonos-print h2{
	    font-weight: bold;
	    font-size: 16px;
	    color: #4D4D4D;
	    border-bottom: 1px solid #B3B3B3;
	}

	.telefonos-print p{
	    font-size: 10px;
	}

	.clientes-print{
		display: block;
	}

	.clientes-print h2{
	    font-weight: bold;
	    font-size: 16px;
	    color: #4D4D4D;
	    border-bottom: 1px solid #B3B3B3;
	}

	/*
	body,html,#contenedor, html body #contenedor div, html body #contenedor p, html body #contenedor span,
	html body #contenedor h2,html body #contenedor h3,html body #contenedor h1, html body #contenedor i{
		color: #000;
	}
	*/
	.infoDots{
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: left;
		display: block;
		float: right;
		position: relative;
		top: 0;
		right: 0;
		width: 53%;
		/*page-break-after: always;*/
	}	
	.infoDots .dot {
		width: 60px;
		height: 60px;
		display: inline-block;
		margin-right: 6.782%;
		margin-bottom: 30px;
		border-radius: 50px;
		text-align: center;
		position: relative;
		color: #666;
		background: #ffffff;
		border-color: #cccccc;
	}
	.dot i.centerVerticalToParent {
		margin-left: 2px;
		color: #dd7450;

	}
	div.ficha-tecnica{
	margin-top: 30px;
	}

	div.ficha-tecnica div.lista {
	  float: left;
	  width: 22%;
	  margin-bottom: 5px;
	  padding-right: 5px;
	  overflow: hidden;
	  padding-right: 8px;
	}

	div.ficha-tecnica div.lista p,div.ficha-tecnica div.lista .dato {
	  display: block;
	  font-family: Helvetica, sans-serif;
	  font-size: 10px;
	  color: #666666;
	}

	.home {
		border: 1px solid black;
		border-radius: 150px;
	}
	.bed {
		border: 1px solid black;
		border-radius: 150px;
	}
	.shower {
		border: 1px solid black;
		border-radius: 150px;
	}
	.m2 {
		border: 1px solid black;
		border-radius: 150px;
	}
	.tree {
		border: 1px solid black;
		border-radius: 150px;
	}
	/*
	.imageBig:after{
		content: url('http://www.infocasas.com.uy/sitio/repo/img/54787c8a80df9Image00002.jpg');
		width: 809px;
	}
	*/
	.sliderHolder div.slider-precios {
		/*border:1px solid #FC830B;*/
		height: 20px;
		z-index: 6;
		padding: 5px 3px 4px 3px !important;
		position: absolute;
		right: 0%;
		top:0%;
		vertical-align: bottom;
		padding: 0;
	}
	.sliderHolder div.slider-precios p.venta{
		font-size: 14px;
		margin: 0 5px 0 0;
		padding: 0;
		display: inline-block;
		font-weight: normal;
	}
	.sliderHolder div.slider-precios p.precio-final{
		font-size: 19px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	.sliderHolder div.slider-precios .white-line {
		position: relative;
		top: -17px;
	}
	.sliderHolder:before{
		/*
		padding: 0;
		*/
	}

	.sliderHolder{
		/*
		height: auto;
		*/
		width: 43% !important;
		height: auto;
		border: none;
		background-color: transparent;
	}
	.sliderHolder:before {
		padding-top:0;

	}
	#contactoHolder{
		border-width: 0;
	}

	.referencia-slider{
		top:0%;
		left: 0;
		z-index: 9;			
	}
	.heart-grey-ball{
		display: none;
	}

	#amenities{
		page-break-inside:avoid; 
	}
	#descripcion{
		page-break-inside:avoid; 
	}
	#g_maps{
		page-break-inside:avoid; 
	}
	div#amenities{
		margin-top: 0px;
	}

	#amenities p{
		font-size: 10px;
	}
	#descripcion p {
		font-size: 10px;
	}

	#descripcion {
		margin-top: 0;
		margin-bottom: 0;
	}

	.home i.centerVerticalToParent {
		margin-left: 3px !important;
	}
	.shower i.centerVerticalToParent {
		margin-left: -4px !important;
	}
	.m2 i.centerVerticalToParent {
		margin-left: -4px !important;
	}
	#promoAppButton {
		display: none;
	}
	.propiedadAmpliada .div.columnaImagen h4, .propiedadAmpliada h4.titleGral{
		margin-top: 0!important;
		padding-top: 0!important;
	}
	#mapa_ampliada{
		border: none;
		page-break-inside:avoid; 
	}
}

.imgAsBg{
	width: 298px;
	height: 223px;
	-webkit-background-size: cover;
	 background-size: cover;
	 background-position: 0 0;
}
.dn{
	display: none;
}

#menuheader{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    float: left;
    margin: 0;
    box-sizing: border-box;
    right: inherit;
    margin: auto;
    width: 100%;
    padding-left: 175px;
    padding-right: 170px;
    text-align: center;
}
#menuheader > div {
	display: table;
	margin: 0 auto;
	/*min-width: 570px;*/
}
.one-line{
	display: inline-block;
}

#enlace_infocasas{
	float: right;
	display: block;
	width: 141px;
	height: 26px;
	background-image: url('imagenes/infocasas.png');
	background-position: center bottom;
	cursor: default;
	margin-right: 44px;
	margin-top: 28px;
	z-index: 99999999;
	position: relative;
}
#enlace_infocasas:hover{
	background-position: center bottom;
	/*background-position: center top;*/
}

.hide{
	display: none;
}
#footer #links{
	left: 44px;
	max-width: 80%;
}
#footer #links a{
	float: left;
}
#footer #links .mensajes {
    font-size: 15px;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
}
#footer #links .mensajes span {
	display: inline-block;
	vertical-align: middle;
}
#footer #links .mensajes .icono {
	font-size: 20px;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #FFF;
    border-radius: 100%;
    width: 42px;
    height: 42px;
}
#footer #links .mensajes .icono img {
    position: relative;
    top: 12px;
    left: 6px;
}
#footer #links a.mail {
    font-size: 15px;
    color: #FFF;
    margin-top: 7px;
    /*margin-left: 25px;*/
    float: none;
    vertical-align: middle;
}
#footer #links a.mail{
	position: relative;
	font-size: 15px;
    color: #FFF;
    margin-top: 7px;
    /*margin-left: 20px;
    padding-left: 20px;*/
}
/*#footer #links a.mail:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 25px;
	background: #FFF;
	left: 0;
	top: -2px;
}*/

.sociales-pie{
	float:left;
	padding-right: 40px;
	margin-top: -7px;
}

.sociales-pie img{
	margin:0 10px;	
}

#footer #links a:nth-of-type(n+2){
	margin-left: 15px;
}
#footer #links a img{
	height: 35px;
}
#footer #links a:nth-of-type(4){
	font-size: 16px;
	text-decoration: none;
	color: white;

}

#sc_busquedaTemporadas{
	width: 150px;

	margin-left: 5px;
	display: none;
}

#sc_busquedaTemporadas .sc_label{
	background: white;
}


.autocomplete-selected{
	background: #808080;
	color: white !important;
}

.menu-responsive{
	display: none;
	position: absolute;
	top: 125px;
	width: 100%;	
	z-index: 99999999999;
	background: white;
}
ul.menu-responsive li{
	list-style: none;
	text-align: center;
	background: white;
	padding: 10px 0;
	border-bottom: 1px solid #ff8416;
}
ul.menu-responsive li:first-child{
	border-top: 1px solid #ff8416;
}
ul.menu-responsive li:hover{
	background: #ff8416;
	color: #FFF;
}
ul.menu-responsive li:hover a{
	color: #FFF;
}
ul.menu-responsive li a{
	cursor: pointer;
	font-size: 22px;
}
.button{
	width: 45px;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 50px;
	right: 30px;
}
.button .line{
	height: 5px;
	background: #ff8416;
	margin-top: 5px;
}

.button .line:first-child{
	margin-top: 0;

}
.link_ocultos{
	display: none;
}

@media screen and (min-width: 1920px) {
	#nav li{
	    padding-left: 40px;
	    padding-right: 40px;
	}
}

@media screen and (min-width: 1366px) {
	#nav li{
	    padding-left: 25px;
	    padding-right: 25px;
	}
}

@media screen and (max-width: 1280px) {
	#nav li{
	    padding-left: 15px;
	    padding-right: 15px;
	}
}

@media screen and (max-width: 1200px) {
	#nav li{
	    padding-left: 11px;
	    padding-right: 11px;
	}
}


@media screen and (max-width: 1120px) {
	.contactoTel {
		display: none;
	}
	#menuheader {
		padding-right: 0;
	}
	#nav li{
	    padding-left: 25px;
	    padding-right: 25px;
	}
}
@media screen and (max-width: 700px) {
	#footer #links{
		left: 20px !important;
	}
}
@media screen and (max-width: 1050px) {
	.button{
		display: block;
	}
	#menuheader{
		display: none!important;
	}
	#padrepropiedad, #padreoperacion{
		width: 100%;
	}
	body #formularioBusqueda .sc, html #formularioBusqueda .sc{
		width: 100% !important;
		margin-left: 0px;
		margin-top: 10px !important;
	}
	#fakeInputBg{
		margin-left: 0 !important;
		margin-top: 10px !important;
		width: 100% !important;
	}
	#box_search .buscar{
		margin-left: 0 !important;
		width: 100% !important;
		margin-top: 10px !important;
	}
	#padrepropiedad{
		margin-left: 0px !important;
	}
	#formularioBusqueda{
		width: 90% !important;
	}
	form#formBusqueda{
		width: calc(100% - 24px) !important;
	}
	.fondo_orange{
		display: block !important;
	}
	#cercania_option{
		margin-left: 0 !important;
	}
	#buscarref{
		right: 10px !important;
	}
	.left:not(.infoExtra), .right{
		margin: 0 auto !important;
		float: none;
	}
	.inner_quienessomos{
		position: static;
		top: 0%;
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	.inner_contacto{
		width: 100% !important;
	}
	.inner_contacto input{
		display: block !important;
		margin-top: 8px !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
	#formEnviarConsulta{
		right: 0 !important;
	}
	.columnaDatos .infoExtra div{
	    width: calc(50% - 13px);
	}
	.buscadorHolder {
		bottom: -100px;
	}
	.inner_contacto input {
		margin: 0;
	}
	#formularioportadaHolder {
		margin-bottom: 20px;
	}
	#contacto .holder {
		padding-left: 0!important;
	}
	/*#bannerup { display: none!important;}*/
}
@media screen and (max-width: 640px) {
	.columnaDatos .infoExtra div{
		margin-left: 0;
	    width: 100%;
	}
}
body .slick-initialized .slick-slide, html .slick-initialized .slick-slide{
	position: relative;
}
body .slick-initialized .slick-slide .img, html .slick-initialized .slick-slide .img{
	position: relative;
	margin-bottom: 5px;
}
.slick-initialized .slick-slide .img:before, .slick-initialized .slick-slide .img:before{
	padding-top: 80%;
	display: block;
    content: "";
    width: 100%;

}
body .slick-initialized .slick-slide img, html .slick-initialized .slick-slide img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
}
/* Hover flechitas slider */
.flechas-slick-slider {
	opacity: 0.85;
	transition: opacity 0.35s ease;
}
.flechas-slick-slider:hover {
	opacity: 0.6;
}
.sc_label a.selected {
    color: #000!important;
}
body .sc_wrapper .sc_ul .sc_li {
	transition: all 0.35s ease;
}
body .sc_wrapper .sc_ul .sc_li:hover a, body .sc_wrapper .sc_ul .sc_li:hover i {
	color: white !important;
}
body .sc_wrapper .sc_ul .sc_li:hover {
	background-color: #808080!important;
	color: white !important;
}
.leyenda {
    color: #FFF;
    width: auto!important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 14px;
}

/* Loader blanket */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.25rem solid rgba(0, 0, 0, 0.2);
    border-top-color: #000;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}


#totop {
    display: block;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    color: #757575;
    height: 100%;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
	cursor:pointer;
}


#bannerup, #parallaxHolder, #claraboya {
    
    width: 100% !important;
    height: auto !important;
}


