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

#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;
}
.clear{
	width: 100%;
	clear: both;
}
.left{
	float: left;
}
p{
	margin: 5px 0;
	width: 100%;
}	
.right{
	float: right;
}
.boxCompleto{
	width: 100%;
	clear: both; 	
}
.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: #0047BA;	
}
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: #999999;	
	background:url('imagenes/p/fondo.png');
}
select{
	display: none;	
}
#contenedor{
	width: 980px;
	padding: 0; /*10px;*/
	margin: 0 auto;
	background:#fff;
	padding-right: 15px;
	padding-left: 15px;
}
#contenido{
	padding: 10px 0px 0 0px;
	margin-bottom: 72px;
	min-height: 454px;
}
hr{
	border: none;
	border-bottom: 1px dotted #999;	
}

.slideInterno img {
    object-fit: cover;
}

/*************** HEADER ******************/
#header{
	margin-bottom:17px;
	width: 100%;
	height: 99px;
}
#header a.logo{
	float: left;	
	margin-top: 0px;
	margin-left: 17px;
}
#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;
}
	/************** NAV *****************/
	#header_top {
		float:right;
	}
	#nav{
		display: block;
		float: right;
		list-style: none;
		margin-top: 57px;
		height: 42px;
		background: #0047BA !important;
		
	}
		#nav li{
			line-height: 42px;
			float: left;
			text-align: center;
			padding-left: 8px;
			padding-right: 8px;
			text-transform:capitalize;
			height: 100%;
		}
		#nav li:first-child{
			border-left:none;
		}
		#nav li a{
			font-size:14px;
			color: #fff;
			display: block;
			text-decoration: none;
			padding-left: 10px;
			padding-right: 10px;
			background: url(imagenes/p/nav-li-bg.png) no-repeat;
		}
		#nav li a span {
		    margin-left: 9px;
		}
		#nav li .activo span {
		    margin-left: 0px;
		}
		#nav li:hover {
			color: #0047BA;
		}
		#nav li.activo:hover {
		    background:none;
		}
		#nav li.desplegado{
			background: #DDD;	
		}
		#nav li a.activo{
			color: #0047BA;
			background: #FFF !important;
		}
		#nav li a.activo:hover{
			text-decoration: none;
		}
		#formBusquedaRapida {
		    float:left;
		    
		}
/*********** COLUMNA IZQUIERDA ************/
#columnaIzquierda{
	width: 244px;
	margin:	0 31px 0 0;
	display: block;
	float: left;
}
.box{
	width: 100%;
	margin-bottom: 10px;
}
.box .insidebox {
	padding:0 10px 10px 10px;
}
.box .bottombox {
	background:#fff;
	height:37px;
	padding-top:5px;
	text-align:center;
}
#columnaIzquierda .box{
	width: 100%;
}
#columnaIzquierda .box h3{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	background:#0047BA;
	height:34px;
	text-align:center;
	line-height: 33px;
	border-bottom: 1px #fff solid;
	color:#fff;
	background:#0047BA;
}
#columnaIzquierda .box .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: #999999;
	background: #d3d4d1;
}
.grisClaro, .grisClaro h3{
	background: #dcdddf;
	color: #6d6e71;
	border-color: #6d6e71;
}
form#contactarInmobiliaria input,
form#contactarInmobiliaria textarea{
	width: 270px;
	height: 25px;
	line-height: 25px;
	margin: 6px 0 0 0;
	padding: 0 5px;
}
form#contactarInmobiliaria .menuTipoConsulta{
	margin: 0;	
	background-image:none;
}
form#contactarInmobiliaria textarea{
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	resize: none;	
}
/********** 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: block;
	width: 291px;
	height: 25px;
	margin: 10px 0;
}
	#formBusqueda .op {
		font-size:16px;
	}
	.op{
		height: 30px;
		line-height: 30px;
		float: left;
		background: url(imagenes/p/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: 90px;
	padding: 0 5px;
	background: #FFF;
	color: #6d6e71;
	float: left;
	margin: 0 10px 0 0;
	height: 25px;
	line-height: 25px;
}
#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{
    border: 0 none;
    display: block;
    float: left;
    line-height: 25px;
    margin: 0;
    padding: 0 20px 0 5px;
    background: url('imagenes/p/buscador-izq.png') no-repeat right;
    width: 28px;
    margin-top: 6px;
    height: 26px;
    margin-right: 20px;
}
#busquedaRapida {
    background: url('imagenes/p/buscador-izq.png') no-repeat left;
    width: 95px;
    margin-top: 6px;
    margin-left: 30px;
    height: 26px;
    padding-left: 19px;
    float: left;
    border: none;
    
}
.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: #0047BA;
}
.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{
	width: 100%;
	display: block;
	float: left;
	margin-top:10px;
}
#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{
	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: 0;	
}
#slideSiguiente{
	background-image: url(imagenes/flechaDerecha.jpg);	
	right: 0;
}/*
#slideAtras:hover, #slideSiguiente:hover{
	background-position: center top;	
}*/
.propiedad{
	width: 290px;
	display: block;
	margin: 0 10px 0 0;
	float: left;
}
.imagen{
	width: 290px;
	height: 220px;
	display: block;
	margin: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}
.imagend{
	width: 290px;
	height: 133px;
	display: block;
	margin: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}
.titulo{
	color:#0047BA;
	font-weight: bold;
	line-height: 18px;
	font-size: 15px;
	display: block;
	width: 100%;
	height: 18px;
	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{
	margin: 0 10px 0 0;	
	vertical-align: middle;
}
.infoCompacta li.precio{
	padding: 0 5px;
	float: right;	
	background: #0047BA;
	color: #FFF;
	font-size: 15px;
	margin: 0;
}
/*************** LAYOUT ÚLTIMOS **************/
.propiedadCompacta{
	width: 196px;
	float: left;
	display: block;
	padding: 5px;
	margin: 0 0 0 6px;
}
.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{
		background: #0047BA !important;
		width: 100%;
		height: 30px;
		display: block;
		font-size: 15px;
		color: #FFF !important;
		text-align:left;
		text-indent: 27px;
		line-height: 31px;
	}
	#footer a{
		color:inherit;
	}
	#footer #refInfocasas:hover,
	#footer #refImpactus:hover {
		background-position:center top;
	}
	#footer #refSeparator {
		display:block;
		float:right;
		height:21px;
		background:#FFF;
		width:1px;
		margin-right: 8px;
		margin-top: 4px;
		margin-left: 12px;
	}
	#footer #refInfocasas {
		float:right;
		text-indent:-9999px;
		display:block;
		width:69px;
		height:13px;
		background-image:url('imagenes/infocasas.png');
		background-position:center bottom;
		margin-top: 8px;
	}
	#footer #refImpactus {
		float:right;
		text-indent:-9999px;
		display:block;
		width:31px;
		height:21px;
		background-image:url('imagenes/impactus.png');
		background-position:center bottom;
		margin-top: 3px;
		margin-right: 15px;
	}
/*********** LISTSADOS BUSQUEDA ***********/
.cabeceraListado{
	width: 100%;
	height: 30px;
	background:#8fbd44;	
}
.resultadosEcontrados{
	float: left;
	line-height: 30px;
	margin: 0 10px 0 5px;
	color:#fff;
}
.resultadosEcontrados span{
	margin: 0 5px;
	font-weight: bold;
	font-size: 17px;
}
.opcionesVisualizacion{
	float: left;
	color: #8fbd44;
}
/*   TABLA  */
#criterioBusqueda .op,
#cantidadDormitorios .op{
	width: 191px;
}
.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 8px 0;
	color:#0047BA;
}
.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;
}
.ordenListado{
    background-position: 260px 4px;
    height: 20px;
    line-height: 20px;
    margin: 3px 0;
}
#_cmt_ordenListado{
	left: 0;
    top: 22px;
}
.propiedadGaleria{
	position: relative;
	width: 200px;
	padding: 5px;
	margin: 5px 0 5px 0px;
	float: left;
	display: block;
	color: #6d6e71;
	font-weight: normal;
}
.propiedadGaleria .imagen{
	width: 200px;
	height: 150px;	
}
.propiedadGaleria .imagen .cantidadImagenes{
	color: #333;
	z-index: 250;
}
.listadoGaleria .boxCompleto .propiedadGaleria{
	margin-top:15px;
	margin-left:15px;
}
.listadoGaleria .boxCompleto .propiedadGaleria:first-child{
	margin-left:0;	
}
.propiedadGaleria .precioExterno{
	background: #0047BA;
	color: white;
	font-size: 16px;
	display: block;
	height: 19px;
	text-align: center;
}
.propiedadGaleria .precioExterno2 {
    width: 50%;
    float: left;
    background: #0047BA !important;
    padding: 3px 0px 3px 0px;
    text-indent: 5px;
    color: #fff !important;
}
.propiedadGaleria .ref2 {
    width: 92px;
    float: right;
    background: #bcbcbc!important;
    padding: 3px 0px 3px 0px;
    padding-right: 8px;
    color: #808080 !important;
    text-align:right;
}
.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.right{
	width: auto;
	display: inline-block;
	padding: 0;
	font-weight:bold;
}
.infoExtra span.impar span.right{
	background: #FFF;	
}
.infoExtra span.impar{
	background-color: #FFF;	
}
.propiedadGaleria:hover{
	background: #AAA;
	text-decoration: none;
	box-shadow: 1px 1px 5px #CCC;
}
.propiedadGaleria:hover .infoExtra{
	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;
}
.btnFav:hover{
	background-color: #0047BA;
}
/*************** 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: #0047BA;
}
.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: #0047BA;
	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 {
	position: relative;
	margin: 0;
}
.propiedadAmpliada .titulo{
	position: relative;
	padding: 0 0 10px 0;
	font-size:19px;
}
.propiedadAmpliada .btnFav{
	display:block;
	left: inherit;
	right:0;
}
.propiedadAmpliada .columnaImagen{
	width: 400px;
	float: left;
	margin: 0px 10px 0 0;
	display: block;
}
.propiedadAmpliada .columnaDatos{
	float: right;
	width: 270px;
	display: block;
}
.precioAmpliada{
	text-align: left;
	font-size: 19px;
	background-color: #D7D7D7;
        padding: 5px 0 5px 16px;
	color:#6D6E71;
}
.precioAmpliada span{
	margin-left:10px;
	font-weight: bold;
	color: #0047BA;	
}
.textoPropiedad p{
	text-align: justify;
	line-height: 16px;
	margin: 0 0 10px 0;
}
.imagenAmpliada{
	display: block;
	width: 400px;
	height: 300px;	
}
.columnaImagen .vinietas,
.vinietasTick{
	list-style:none;
	margin: 0 0 0 20px;
	list-style-position: inside;
	width: 100%;
}
.columnaImagen .vinietas li,
.vinietasTick li{
	line-height: 20px;
	float: left;
	width: 170px;
	margin: 2px 10px 2px 0;	
	background:url('imagenes/p/radioTransparente.png') no-repeat 0 1px;
	padding-left:18px;
}
.pieAmpliada{
	height: 20px;
	line-height: 20px;
	background: #CCC;
	text-align: center;
	display: block;	
	margin: 0 0 10px 0;
}
.columnaImagen .nivo-prevNav,
.columnaImagen .nivo-nextNav{
	width: 20px;
	height: 20px;
	top: 300px;
}
.columnaImagen .nivo-prevNav:hover,
.columnaImagen .nivo-nextNav:hover{
	background-position: left bottom;
}
.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;
}
.columnaDatos .infoExtra div{
	height: 18px;
	line-height: 18px;
	margin: 2px 0;
}
.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: 12px;
	color: #414141;
	margin: 10px 20px;
}
/*********** 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: #0047BA;
	color: #FFF;
}
#btnIngresarPropiedad img{
	vertical-align: middle;
	margin-left: 10px;	
}
#btnIngresarPropiedad:hover{
	background: #FFF;
	color: #0047BA;
	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: #0047BA;
	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: #0047BA;
	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: #0047BA;
	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: #0047BA;
}
.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: #0047BA;
	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: block;
	background: #cdcdcd;
	color: #6d6e76;
	padding: 10px 0px 10px 0px;
	width: 981px;
	left: 50%;	
	margin: 0 0 0 -490px;
	position: fixed;
	bottom: 0;
	height: 50px;
	line-height: 20px;
	z-index: 9999;
}
.favoritos{
	display: block;
	height: 20px;
	left: 5px;
	margin-top: -10px;
	padding: 10px;
	position: relative;
	top: 0;
	margin-left: 10px;
}
.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:	#0047BA;
	color: #FFF;
	margin: 0 5px 6px 5px;
	font-size: 10px;
	position: relative;
	top: -10px;
	left: 0;
	border-radius: 7px;
}
.favoritos .tooltip{
	position: absolute;
	background: #0047BA;
	color: #FFF;
	padding: 5px 10px;
	top: -130px;
	width: 200px;
	display: none;
	border: 1px solid #FFF;
	border-bottom: none;
	left: 0;	
}
#btnTop{
	position: relative;
	left: 50%;
	margin: 0 0 0 -10px;
	background: url(imagenes/btnTop.png) center top no-repeat;
	display: block;
	width: 32px;
	height: 30px;
	top: -16px;
	text-indent: -9999px;
}
#btnTop:hover{
	background-position: center bottom;
}
.sociales{
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: -35px;
    margin-right: 10px;
}
.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 ***************/

#slider { 
	overflow:hidden; 
	width:100%; 
	height:307px;
}
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 { color:#808080; font-size:13px; font-weight:normal;overflow:hidden;height:21px;display:block;}
.sliderAmpliada .cbox{
	display: none;	
}
#sucursales1{display:none;}
#searchtags {
	float:left;
	width:500px;
}
#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;}
.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;}
td{ padding:5px; vertical-align:top;}
cite {
    display: none;
    margin-left: 11px;
    padding: 4px;
    width: 94%;
}

.listadoConsultas tr.ver{ background-color:#FDE4D0; }
.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;
}
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; width: 266px !important; height: 305px;}
.extra .ico{
	margin: 6px 0 0 15px;	
}
.paginacion{
	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: #0047BA;
	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{
    background: none repeat scroll 0 0 #DCDDDF;
    display: block;
    float: right;
    height: 25px;
    line-height: 25px;
    width: auto;
    padding: 0 5px;
    color:#757575;
}
#cerrarMapa:hover{
	background: #8fbd44;
	text-decoration: none;
	color: #FFF;	
}
.filtrosBusqueda h4{
	margin: 10px 0;
	color:#757575;
}
#contadorImagenes{
    display: block;
    margin-top: 3px;
    position: absolute;
    text-align: center;
    width: 400px;
}
.nivo-controlNav{display:none}
#boxReentry, #boxContrasena{
	width: 80%;
	margin: auto;	
}
#boxReentry p, #boxContrasena p{
	margin: 10px 0;	
}
#boxReentry h2{
	color: #0047BA;
	margin: 50px 0 50px;
}
#boxContrasena h2{
	color: #0047BA;
	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;	
}

div.columnaDatos span.infoExtra div:nth-child(odd) {background-color:#eee; }
div.columnaDatos span.infoExtra div:nth-child(odd) span.right {background-color:#eee; }
.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: #0047BA; 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: #0047BA;
	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 ;}
#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.btnBuscar {
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    font-size:15px;
    background:#0047BA !important;
    display:block;
    float:right;
    cursor:pointer;
    width:244px;
    height:35px;
    font-size:16px;
    text-transform:uppercase;
    text-align:center;
    line-height:34px;
}
a.btnBuscar:hover {
    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: #db9945;
    display:block;
    float:right;
    cursor:pointer;
}
a:hover.boton_verde_h {
    text-decoration:none;
}
#header_top {
    width:646px;
    float:right;
}
#columnaPrincipal {
    width: 705px;
    float: left;
}
.props h3 {
    font-weight:normal;
    color:#fff;
    font-size:18px;
    display:block;
    height:25px;
    border-bottom:3px solid;
    margin-bottom:10px;
}
.props h3 .orderTXT{
    float: right;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 7px;
    color:#0047BA;
}
.listadoCompacto .titulo {
    font-size:15px;
}
#boxContacto {
    margin-top:25px;
    background-color: #D3D4D1;
    padding-top: 8px;
    padding-left: 20px;
    height: 160px;
}
input, textarea {
    border: 1px #A3A4A3 solid;
}
#pageEmpresa h2 {
    font-weight: normal;
    font-size: 25px;
    color: #0047BA !important;
    text-transform: capitalize;
    margin-top: 20px;
    height: 18px;
}
#pageEmpresa p {
    font-weight: normal;
    font-size: 14px;
    margin-top: 25px;
    border-left: 3px solid #0047BA !important;
    padding-left: 24px;
}
#pageEmpresa #col1,#pageContacto #col1 {
    float: left;
    width: 45%;
}
#pageEmpresa #col2,#pageContacto #col2 {
    float:right;
    width:45%;
}
#pageEmpresa #col2 img {
    margin-top: 59px;
}
#pageContacto h2 {
    font-weight: normal;
    font-size: 21px;
    color: #0047BA !important;
    text-transform: capitalize;
    margin-top: 20px;
    height: 18px;
    border-bottom: 3px solid #0047BA !important;
    padding: 0px 5px 9px 0px;
    
}
#pageContacto #contactarInmobiliaria input{
    background: url(imagenes/p/input1.png) no-repeat;
    width: 370px;
    height: 35px;
    line-height: 15px;
    border: 0;
    padding: 0;
    text-indent: 13px;
}
#pageContacto #contactarInmobiliaria .input2{
    background: url(imagenes/p/input2.png) no-repeat;
    width: 336px;
    height: 160px;
    border: 0;
    padding: 17px;
    line-height: 13px;
}
#pageContacto #contactarInmobiliaria span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #0047BA !important;	
}
#pageContacto #col1 span {
    color: #0047BA !important;
    font-size: 15px;
    margin-top: 15px;
    display: block;
}
.btnEnviar {
    cursor:pointer;
    width:85px;
    height:35px;
    background:url(imagenes/p/btnEnviar.png) no-repeat;
    display: block;
    float: right;
    margin-right: 90px;
    margin-top: 2px;
    text-transform:uppercase;
    color:#FFF !important;
    padding-top: 8px;
    font-size: 17px;
    text-align: center;
}
#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: #0047BA;
    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: #0047BA;
	color: #FFF;
	font-size: 13px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 250;
	padding: 5px 10px;
}
#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/p/radioTransparente.png') 0px -1px no-repeat;
    padding-left:20px;
}
#propiedadAmpliada span2 {
    font-size: 15px;
    margin-right: 7px;
}
.buscarBr {
    width: 98%;
    display: block;
    border-top: 2px dotted #FFF;
    margin: 12px 0px 12px 4px;
}
.buscarPrecio {
    color:#999999;
    font-size:16px;
    margin-top: 5px;
    float:left;
}
#ventasDestacadas{
    width:455px;
    float:left;
}
#alquileresDestacadas {
    width:455px;
    float:right;
}

#ventasDestacadas .propiedadCompacta, 
#alquileresDestacadas .propiedadCompacta {
    width: 211px;
}
#ventasDestacadas .props h3, 
#alquileresDestacadas .props h3 {
    width: 451px;
}
#ventasDestacadas h3, #alquileresDestacadas h3, #propsDestacadas h3 {
    border-color:#0047BA !important;
    color:#808080 !important;
}
.props h3 .Mas {
    display:block;
    width:16px;
    height:15px;
    background:url(imagenes/p/btnMas.png);
    float: right;
    margin-top: 11px;
}
.props h3 .Mas2 {
    display:block;
    width:16px;
    height:15px;
    background:url(imagenes/p/btnMas2.png);
    float: right;
    margin-top: 11px;
}
.props h3 .Menos {
    display:block;
    width:16px;
    height:14px;
    background:url(imagenes/p/btnMenos.png);
    float: right;
    margin-top: 11px;
}
#ventasDestacadas .class0, #alquileresDestacadas .class0 {
    margin: 0 0 10px 13px;
}
#ventasDestacadas .class1, #alquileresDestacadas .class1 {
    margin: 0 0 10px 0;
}
#columnaPortada .props .listadoCompacto .propiedadCompacta .titulo {
    color: #808080 !important;
    font-size:13px;
    height: 23px;
}
#columnaPortada .props .listadoCompacto .propiedadCompacta .precio {
    width: 50%;
    float: left;
    background: #0047BA !important;
    padding: 3px 0px 3px 0px;
    text-indent: 9px;
    color: #fff !important;
    font-weight: bold;
    margin-top:-3px;
}
#columnaPortada .props .listadoCompacto .propiedadCompacta .ref {
    width: 50%;
    float: right;
    background: #bcbcbc!important;
    padding: 3px 0px 3px 0px;
    text-indent: 23px;
    color: #808080 !important;
    font-weight: bold;
    margin-top:-3px;
}
.propiedadesListado h3 {
    border-color: #0047BA !important;
    color: #808080 !important;
}
.propiedadAmpliada .btnVolver {
    display: block;
    left: inherit;
    right: 0;
    position: absolute;
    z-index: 250;
    top: 0px;
    text-align: right;
    width: 60px;
}
.propiedadAmpliada .separadorCompartir {
    padding-top: 24px;
    margin-right: 5px;
    padding-right: 8px;
    border-right: 1px solid #d0d0d0;
}
.propiedadAmpliada .compartirIco {
    margin-right:4px;
}