#listingTitle {
	color: #BBBBBB;
	font-size: 14px;
	margin: 0 0 15px;
}

#contenedor-facetas {
	width: 188px;
	float: left;
	margin: 0;
	padding: 0;
}

#facetas {
	width: 188px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

#contenedor-listado {
	width: 760px;
	margin-left: 15px;
	float: left;
}

#listado,#contenedor-mapa {
	float: left;
}

.loading {
	position: absolute;
	width: 99%;
	background: #fff url(../images/listados/ajax-loader.gif) no-repeat
		center center;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.7;
}

#contenedor-mapa {
	position: relative;
	width: 278px;
	margin-left: 15px;
	display: inline;
	border: 1px solid #CCC;
	_margin-left: 14px;
	line-height: 1em;
}

#contenedor-mapa .loading {
	width: 95%;
	height: 500px;
	left: 7px;
}

#contenedor-mapa.ancho {
	width: 758px;
	margin-left: 0px;
}

#contenedor-mapa.ancho .loading {
	width: 750px;
	height: 650px;
}

#listado {
	width: 465px;
	position: relative;
}

#listado.ancho {
	width: 760px;
}

/* IE6 FIX */
#contenedor-facetas,#contenedor-listado,#listado,#contenedor-mapa,.ordenar,#listado destacado img,#listado .aviso .items,#listado .aviso .anunciante,#listado .aviso .der
	{
	_display: inline;
}

/* --------------------------------------------------------------------------------------------- FACETAS */
#contenedor-facetas {
	font-size: 11px;
	line-height: 1.6em;
}

#contenedor-facetas .title {
	text-transform: uppercase;
	padding: 10px 10px 0;
}

#facetas-aplicadas {
	background: #006699;
}

#facetas-aplicadas .title {
	color: #FFF;
}

#facetas-aplicadas li {
	width: 180px;
	background:
		url(../images/listados/facetas-aplicadas-rborder-bkg-top.jpg) top
		center no-repeat #fff;
	margin: 5px;
	display: block;
}

#facetas-aplicadas li span {
	background:
		url(../images/listados/facetas-aplicadas-rborder-bkg-btm.jpg)
		no-repeat bottom #fff;
	height: 8px;
	display: block;
	position: relative;
	width: 180px;
}

#facetas-aplicadas li a {
	display: block;
	margin: 0 10px;
	padding-top: 5px;
	padding-right: 10px;
	background: url(../images/cruz.gif) no-repeat 145px 7px #fff;
}

#facetas-aplicadas>a {
	color: #FFF;
	display: block;
	padding: 0 10px 5px;
	text-align: right;
}

#facetas ul {
	margin-top: 10px;
}

#facetas li {
	padding-left: 10px;
}

#facetas li.first {
	height: 23px;
	background: url(../images/listados/facetas_bkg.jpg) no-repeat top;
	padding-top: 2px;
}

#facetas li.first a {
	color: #333;
	display: block;
}

#facetas li.first.off {
	background-position: 0px -50px;
	visibility: visible;
}

#facetas ul li.first.off:hover {
	background-position: 0px -100px;
	color: #FFFFFF;
	text-decoration: none;
}

#facetas li.second {
	padding: 0;
}

#facetas li.second ul {
	margin: 0px;
}

#facetas label {
	cursor: pointer;
	color: #069;
	float: left;
}

#facetas li.precio label {
	width: 40px;
	margin-top: 2px;
}

#facetas li.precio input {
	width: 125px;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px;
}

#facetas li.moneda {
	padding-left: 50px;
}

#facetas li.moneda label {
	margin-right: 10px;
}

#facetas li.moneda input {
	float: left;
	margin: 3px 2px 0 0;
}

#facetas li button {
	float: right;
}

/* --------------------------------------------------------------------------------------------- LISTADO */
#resultado {
	color: #333;
}

#listado .cantidad,#listado .ordenar {
	font-size: 11px;
	margin-bottom: 5px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif
}

#listado .cantidad {
	float: left;
}

#listado .ordenar {
	float: right;
}

#listado .cantidad select,#listado .ordenar select {
	border: 1px solid #666666;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif
}

#listado .ordenar select {
	margin-left: 4px
}

#listado button {
	margin-top: -10px;
}

/* --------------------------------------------------------------------------------------------- AVISO */
#listado .aviso {
	cursor: pointer;
	overflow: visible;
}

#listado .aviso.destacado {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #FFF #FFF;
	padding: 10px;
	background-color: #D3D7E2;
	background: url(../images/listados/linear_bkg_D3D7E2_FFFFFF.jpg)
		repeat-x;
	background: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #D3D7E2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D3D7E2),
		to(#FFFFFF) );
}

#listado .aviso.simple {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #FFF #FFF;
	padding: 10px;
	background: #FFF;
}

#listado .aviso.destacado.on,#listado .aviso.simple.on {
	border: 1px solid #069;
}

#listado .aviso h2 { /*width:445px;*/
	
}

#listado.ancho .aviso h2 {
	width: 450px;
	float: left;
}

#listado .aviso h2 a {
	line-height: 1.2em;
	font-weight: normal;
	color: #333;
	letter-spacing: -1px;
	font-size: 16px;
}

.aviso h3 {
	width: 240px;
	float: left;
}

.ancho .aviso h3 {
	width: 746px;
}

.aviso .concepto {
	width: 240px;
	float: left;
	margin: 0 0 5px 0;
	font-size: 12px;
	letter-spacing: -1px;
}

.ancho .aviso .concepto {
	width: auto;
	clear: both;
	float: none;
	line-height: 15px;
}

.aviso span.precio {
	width: 200px;
	float: right;
	font-weight: bold;
	color: #333;
	letter-spacing: -1px;
	text-align: right;
}

.precio span {
	font-size: 11px;
	font-weight: normal;
}

.aviso .image {
	width: 148px;
	height: 108px;
	float: left;
	background: #FFF;
	margin-right: 8px;
	position: relative;
	text-align: center;
	border: 1px solid #CCC;
	clear: both;
}

.aviso .image img {
	max-width: 148px;
	max-height: 108px;
}

.aviso.simple .image {
	width: 118px;
	height: 88px;
}

.ancho .aviso.simple .image {
	margin-right: 35px;
}

.aviso.simple .image img {
	max-width: 118px;
	max-height: 88px;
	_width: 118px;
}

.image-slider-container {
	height: 110px;
	overflow: hidden;
	position: relative;
}

.image-slider {
	width: 1950px;
	position: absolute;
	top: 0;
	left: 0;
}

.image-slider li {
	float: left;
	width: 148px;
}

.image-slider-nav .next,.image-slider-nav .prev {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/library/next-prev-arrow-small.png) 0 0
		no-repeat;
	position: absolute;
	top: 56px;
	z-index: 2;
}

.image-slider-nav .prev {
	left: -10px;
	display: none;
}

.image-slider-nav .next {
	right: -10px;
	background-position: -30px 0;
}

.aviso .image .fotos {
	padding: 2px 5px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #069;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.aviso h3.subtitulo {
	width: 280px;
	height: 30px;
	float: left;
	font-size: 11px;
	line-height: 1.2em;
	margin-bottom: 15px;
	font-weight: normal;
}

.ancho .aviso h3.subtitulo {
	width: 270px;
	padding-right: 10px;
}

.aviso .simple h3.subtitulo {
	width: 315px;
	margin-bottom: 0;
}

.aviso .items {
	width: 160px;
	float: left;
	color: #F60;
	list-style: none;
	list-style-position: outside;
	margin-right: 5px;
	font-size: 11px;
	line-height: 15px;
}

.aviso .anunciante {
	width: 120px;
	height: 50px;
	float: right;
	text-align: right;
	font-size: 11px;
	overflow:hidden;
	line-height:14px;
}

.aviso .anunciante img {
	border: 1px solid #CCC;
}

.aviso .acciones {
	width: 445px;
	clear: both;
	padding-top: 5px;
}

.ancho .aviso .acciones {
	width: 580px;
	float: left;
	clear: none;
}

.aviso .acciones a {
	visibility: hidden;
}

.aviso.on .acciones a {
	visibility: visible;
}

.aviso.on .acciones .off {
	visibility: hidden;
}

.aviso .acciones .contactar {
	visibility: visible;
	float: right;
	height: 20px;
	margin-right: 10px;
	padding: 3px 0 0 10px;
	background: url("../images/micuenta/btnsprite.png") no-repeat scroll 0
		-870px transparent;
	font-size: 11px;
	letter-spacing: normal;
}

.aviso .acciones .contactar span {
	background: url("../images/micuenta/btnsprite.png") no-repeat scroll
		-360px -930px transparent;
	width: 10px;
	right: -10px;
}

.ancho .aviso .simple .acciones {
	margin-top: 20px;
}

.aviso .acciones a {
	margin-right: 10px;
	padding: 0 0 0 20px;
	_height: 15px;
	line-height: 16px;
	display: block;
	float: left;
	font-size: 10px;
}

.aviso .acciones .detalle {
	margin-right: 0;
	float: right;
}

.aviso .acciones .vista,.aviso .acciones .vista-active {
	background: url(../images/listados/16x16-view-more-arrow.png) 0 0
		no-repeat;
}

.aviso .acciones .vista-active {
	background-position: 0 -16px;
}

.aviso .acciones .mapa {
	background: url(../images/icons/16x16_world.png) 0 0 no-repeat;
}

.aviso .acciones .compartir {
	background: url(../images/icons/16x16_facebook.png) 0 0 no-repeat;
}

.aviso .acciones .video {
	background: url(../images/icons/16x16_video.png) 0 0 no-repeat;
}

 .aviso .acciones .video {
         height:16px!important;
 }

#listado .preview {
	width: 445px;
	float: left;
	margin-top: 10px;
	font: 11px/1.8em Arial, Helvetica, sans-serif;
	color: #666;
}

#listado .premium .preview {
	color: #333;
}

#listado.ancho .preview {
	padding-left: 160px;
}

#listado .preview.off {
	display: none;
}

.preview ul {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	margin-bottom: 0;
}

.preview ul li {
	border-top: 1px solid #ccc;
	_height: 15px
}

.preview ul li {
	border-top: expression(this.previousSibling ==   null ?   'none' :   (
		this.parentNode.id ==   'preview ul') ?   '1px solid #ccc' :   '-' )
}

.preview ul li:first-child {
	border-top: none;
}

.preview span {
	color: #FF6600;
	font-weight: bold;
}

/* --------------------------------------------------------------------------------------------- AVISO EMPRENDIMIENTO*/
#listado .titulo-emprendimiento {
	width: 100%;
	height: 48px;
	padding: 7px 0 0;
	float: left;
	display: block;
	background: url(../images/listados/bkg_tituloEmprendimiento_center.png)
		repeat-x;
	letter-spacing: -1px;
	position: relative;
	*width: 440px; /* IE7 fix */
}

#listado.ancho .titulo-emprendimiento {
	*width: 740px;
} /* IE7 fix */
#listado .titulo-emprendimiento span {
	width: 25px;
	height: 55px;
	position: absolute;
	top: 0;
	left: -25px;
	background: url(../images/listados/bkg_tituloEmprendimiento_left.png)
		no-repeat left center;
}

#listado .titulo-emprendimiento h2 {
	width: auto;
	float: left;
	font-size: 24px;
	line-height: 1.3em;
	margin: 0;
	font-weight: bold;
	color: #069;
}

#listado .titulo-emprendimiento img {
	float: right;
	margin: 5px 10px 0;
	display: inline;
}

#listado .direccion-precio a {
	width: auto;
	margin-bottom: 5px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #333;
}

#listado .direccion-precio span.precio {
	width: 445px;
}

#listado table.unidades {
	clear: both;
	margin: 5px auto 10px;
	color: #333;
	width: 445px;
}

#listado .unidades col.tipo {
	width: 100px;
}

#listado .unidades col.operacion {
	width: 75px;
}

#listado .unidades col.ambientes {
	width: 50px;
}

#listado .unidades col.metros {
	width: 60px;
}

#listado .unidades col.precio {
	width: 160px;
}

#listado .secondary-actions {
	overflow: hidden;
	clear: both;
}

/* ---------------------------------ANCHO */
#listado.ancho .direccion-precio {
	margin-bottom: 15px;
	clear: both;
	overflow: hidden;
}

#listado.ancho .direccion-precio a {
	width: 400px;
	float: left;
}

#listado.ancho span.precio {
	width: 250px;
	font-size: 16px
}

#listado.ancho table.unidades {
	clear: none;
	width: 580px;
	float /*\**/: left\9; /* IE8 HACK */
}

#listado.ancho .unidades col.tipo {
	width: 130px;
}

#listado.ancho .unidades col.operacion {
	width: 100px;
}

#listado.ancho .unidades col.ambientes {
	width: 70px;
}

#listado.ancho .unidades col.metros {
	width: 100px;
}

#listado.ancho .unidades col.precio {
	width: 180px;
}

.aviso .visitas {
	clear: both;
	float: left;
	*width: 100px;
}

.ver-mas-unidades {
	float: right;
}

.visitas,.ver-mas-unidades {
	visibility: hidden;
	font-size: 11px;
}

.on .visitas,.on .ver-mas-unidades {
	visibility: visible;
}

/* ----------------------------------- TABLA DE UNIDADES GRAL*/
.unidades td {
	line-height: 20px;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
}

.unidades td.precio,.unidades td.metros {
	text-align: right;
}

/* ----------------------------------- UNIDADES PREVIEW MAPA*/
#mapa-click_contents table.unidades {
	width: 300px;
	color: #666;
	font: 9px Arial, Helvetica, sans-serif;
	margin: 10px 0 10px;
}

#mapa-click_contents .unidades col.tipo {
	width: 70px;
}

#mapa-click_contents .unidades col.operacion {
	width: 40px;
}

#mapa-click_contents .unidades col.ambientes {
	width: 40px;
}

#mapa-click_contents .unidades col.precio {
	width: 150px;
}

/* ---------------------------------PAGINACION */
#paginacion {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	text-align: center;
	clear: both;
}

#paginacion ul {
	width: 460px;
	margin: 10px auto;
	height: 30px;
}

#paginacion ul li {
	font: 12px Arial, Helvetica, sans-serif;
	list-style: none;
	margin-right: 2px;
	display: inline;
}

#paginacion ul li a {
	border: 1px solid #ccc;
	margin-right: 2px;
	padding: 3px;
	display: inline-block;
}

#paginacion ul li a:hover {
	background: #006699;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------MAPA */
#contenedor-mapa .ampliar {
	font-size: 11px;
	text-decoration: underline;
	background: url(../images/micuenta/lupa.gif) no-repeat;
	padding-left: 23px;
	height: 20px;
	display: block;
	margin: 10px;
	/*_margin:5px;*/
	float: left;
	padding-top: 4px;
}

#listado .ampliar {
	font-size: 11px;
	background: url(../images/micuenta/lupa.gif) no-repeat;
	padding-left: 23px;
	display: block;
	padding-top: 4px;
	height: 20px;
	float: right;
	margin-left: 15px;
}

#contenedor-mapa .cerrar {
	background: url(../images/cruz.gif) no-repeat top;
	width: 12px;
	height: 13px;
	display: block;
	float: right;
	margin: 10px;
	/*_margin:5px;*/
}

#contenedor-mapa .cerrar:hover {
	background-position: 0px -66px;
}

#mapDiv {
	width: 95%;
	height: 500px;
	background: #CCCCCC;
	margin: 0 auto 10px;
	overflow: hidden;
}

.ancho #mapDiv {
	width: 98%;
	height: 650px;
}

#contenedor-mapa p {
	width: 95%;
	font-size: 11px;
	color: #666;
	margin: 10px auto;
}

/* ----------------------------------- PUBLICIDAD */
#contenedor-facetas .pub-160 {
	width: 161px;
	_width: 160px;
	/*height:600px;*/
	border: 1px solid #D4D0C8;
	float: left;
	margin: 0;
	margin-top: 20px;
	padding: 9px 14px;
	display: inline;
}

#contenedor-facetas .pub-160 p {
	background-color: #FFF;
	color: #D4D0C8;
	padding: 4px;
	width: 55px;
	height: 12px;
	margin-left: 2px;
	margin-top: -22px;
	position: absolute;
	font-size: 10px;
}

/* ----------------------------------- PUBLICIDAD */
#contactToSalesman #iframeVertical {
	width: 210px;
	height: 420px;
}

#contactVerticalContainer {
	width: 250px
}

#contactVerticalContainer .tel-contacto {
	background: url("../images/icons/contacto-tel.png") no-repeat scroll
		center center transparent;
	height: 80px;
	position: absolute;
	right: 0;
	top: 0;
	width: 63px;
}

#shareOverlay .compartir {
	margin-top: 20px;
	overflow: hidden;
}

#shareOverlay .compartir ul {
	float: left;
	margin: 0 15px 0 50px;
	width: 250px;
}

#shareOverlay .compartir ul li {
	margin: 5px;
}

/* ----------------------------------- AYUDA */
#contenedor-facetas .help1 {
	background: url(../images/listados/ayuda_n.png) no-repeat;
	border: none;
	width: 20px;
	height: 22px;
	text-transform: none;
	margin-left: 5px;
	margin-top: -2px;
}

#contenedor-facetas .popup2 {
	padding-right: 8px !important;
}

a.popup2:hover {
	background-color: transparent;
	visibility: visible;
	text-decoration: none !important;
	z-index: 3;
}

.pane5 {
	display: none;
}

a.popup2:hover .pane5 {
	cursor: text;
	width: 150px;
	display: block;
	position: relative;
	background-color: #FFF;
	color: #000;
	text-align: left;
	border: 1px solid #999;
	font-weight: normal;
	line-height: 14px;
	margin: -15px 0 0 20px;
	padding: 10px;
	font-size: 11px;
}

/* CLUSTERS EN MAPA */
.rightMapWin {
	float: right !important;
	width: 150px;
}

.leftMapWin {
	float: left !important;
	width: 150px;
}

#mapa-click {
	position: relative;
	display: block;
	width: 346px;
	height: 281px;
	text-align: left;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

#mapa-click_tl,#mapa-click_t,#mapa-click_tr {
	position: absolute;
	height: 23px;
	top: 0px;
}

#mapa-click_tl {
	width: 23px;
	left: 0px;
	background-image: url(../images/listados/mapa/mapa-click_tl.png);
}

#mapa-click_t {
	width: 300px;
	left: 23px;
	background: url(../images/listados/mapa/mapa-click_t.png) repeat-x top;
}

#mapa-click_tr {
	width: 23px;
	left: 323px;
	background-image: url(../images/listados/mapa/mapa-click_tr.png);
}

#mapa-click_l,#mapa-click_contents,#mapa-click_r {
	position: absolute;
	top: 23px;
}

#mapa-click_l {
	width: 5px;
	height: 220px;
	left: 0px;
	background: url(../images/listados/mapa/mapa-click_l.png) repeat-y left;
}

#mapa-click_contents {
	width: 320px;
	left: 5px;
	height: 223px;
	background: #FFF;
	padding: 0 8px;
	margin-top: -3px;
	overflow: auto;
	font-size: 10px;
	line-height: 1em;
}

#mapa-click_contents img {
	width: 120px;
	height: 90px;
}

#mapa-click_r {
	width: 5px;
	height: 220px;
	right: 0px;
	background: url(../images/listados/mapa/mapa-click_r.png) repeat-y left;
}

#mapa-click_bl,#mapa-click_b,#mapa-click_br {
	position: absolute;
	height: 31px;
	top: 243px;
}

#mapa-click_bl {
	width: 23px;
	left: 0px;
	background-image: url(../images/listados/mapa/mapa-click_bl.png);
}

#mapa-click_b {
	width: 300px;
	left: 23px;
	background: url(../images/listados/mapa/mapa-click_b.png) repeat-x
		bottom;
}

#mapa-click_br {
	width: 23px;
	left: 323px;
	background-image: url(../images/listados/mapa/mapa-click_br.png);
}

#mapa-click_beak {
	position: absolute;
	width: 51px;
	height: 21px;
	top: 265px;
	left: 50%;
	margin-left: -25px;
	background-image: url(../images/listados/mapa/mapa-click_beak.png);
}

#mapa-click_close {
	position: absolute;
	width: 13px;
	height: 13px;
	top: 7px;
	left: 320px;
	background-image: url(../images/listados/mapa/mapa-click_close.png);
	cursor: pointer;
}

/* IE 6 GIF FIX */
#mapa-click_tl {
	_background-image: url(../images/listados/mapa/mapa-click_tl.gif);
}

#mapa-click_t {
	_background: url(../images/listados/mapa/mapa-click_t.gif) repeat-x top;
}

#mapa-click_tr {
	_background-image: url(../images/listados/mapa/mapa-click_tr.gif);
}

#mapa-click_l {
	_background: url(../images/listados/mapa/mapa-click_l.gif) repeat-y left;
}

#mapa-click_r {
	_background: url(../images/listados/mapa/mapa-click_r.gif) repeat-y left;
}

#mapa-click_bl {
	_background-image: url(../images/listados/mapa/mapa-click_bl.gif);
}

#mapa-click_b {
	_background: url(../images/listados/mapa/mapa-click_b.gif) repeat-x
		bottom;
}

#mapa-click_br {
	_background-image: url(../images/listados/mapa/mapa-click_br.gif);
}

#mapa-click_beak {
	_background-image: url(../images/listados/mapa/mapa-click_beak.gif);
}

#mapa-click_close {
	_background-image: url(../images/listados/mapa/mapa-click_close.gif);
}

#mapa-click p.calle {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
}

#mapa-click p.tipo {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 10px;
}

#mapa-click .items-top {
	color: #FF6600;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FF6600;
}

#mapa-click .items-top li {
	color: #FF6600;
}

#mapa-click .items-btm {
	margin-top: 15px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}

#mapa-click .items-btm li {
	color: #666;
}

#mapa-click .vendedor {
	margin-top: 10px;
}

#mapa-click .precio {
	font: 16px;
	margin-top: 10px;
}

#mapa-click .detalle {
	margin-top: 15px;
	display: block;
	background-image: url(../images/listados/mapa/boton.png);
	width: 81px;
	height: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
	line-height: 10px;
}

#mapa-click .title-emprendimiento {
	line-height: 1.5em;
}

.aviso_mapa {
	position: absolute;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	line-height: 10px;
}

.aviso_mapa .img-R {
	background-image: url(../images/listados/mapa/aviso_imgR.gif);
	width: 18px;
	height: 56px; /*position:absolute; right: -18px; top: 0;*/
	float: left
}

.aviso_mapa ul {
	background-image: url(../images/listados/mapa/aviso_bg.gif);
	height: 56px;
	float: left;
	min-width: 100px;
	text-align: left;
	padding-left: 3px
}

.aviso_mapa ul li {
	display: block;
	margin: 0;
	clear: both
}

.a-individual li.calle {
	font-size: 12px;
	margin-top: 7px
}

.a-individual li.tipo {
	font-size: 10px;
	color: #818181;
	margin: 2px 0 3px 0
}

.a-individual li.precio {
	font-size: 12px;
}

.a-individual .img-L {
	background-image: url(../images/listados/mapa/a_individual.gif);
	width: 17px;
	height: 56px;
	float: left
}

.a-grupal .cantidad {
	font-size: 15px;
	color: #818181;
	margin: 10px 0 4px 0
}

.a-grupal a {
	color: #818181;
	text-decoration: none
}

.a-grupal .img-L {
	background-image: url(../images/listados/mapa/a_grupal.gif);
	width: 29px;
	height: 56px;
	float: left
}

#aviso-individual .precio {
	float: left;
}

#aviso-individual,#aviso-grupal {
	width: 100%;
}

/* LISTADO VIEJO */
.contentPop div.popup .close {
	background: url(../images/close_ico.gif) no-repeat;
	float: right;
	height: 24px;
	width: 23px;
}

.popup {
	width: 600px;
	z-index: 3;
	position: absolute;
	top: 165px;
	left: 357px;
	background: url(../images/bk-popup.gif) repeat-x #FFFFFF;
	border: solid 1px #000;
	padding: 5px 7px 5px 10px;
	border-right: groove 2px #333;
	border-bottom: groove 2px #333;
	height: auto;
}

.popup .cont {
	width: 600px;
	margin-left: 2px;
	height: 190px;
	float: left;
	overflow: auto;
}

.popup .col-der {
	width: 280px;
	margin-left: 10px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

* html .popup .col-der {
	width: 265px;
}

.popup .col-der ul {
	border-bottom: none !important
}

.popup h4 {
	font-weight: bold;
	line-height: 23px;
	padding: 0 3px 3px 3px;
	cursor: move;
	text-transform: uppercase;
}

.popup a.close {
	background: url(../images/close_ico.gif);
	height: 22px;
	width: 21px;
	float: right;
	margin: -1px -3px 0 0
}

.popup .sub {
	margin-left: 14px;
}

*+html .popup .sub {
	clear: both;
}

.popup .item {
	margin-bottom: 5px;
	list-style: none;
	clear: both
}

.popup .item  a {
	font-size: 11px;
}

.popup ul {
	height: 190px;
	height: auto;
}

.popup ul li {
	line-height: 14px;
}

*+html .popup ul li {
	clear: both
}

.popup ul li span {
	display: block;
	float: left;
	margin-top: 2px
}

.popup .bot-filtrar {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	float: left;
	border-top: dashed 1px #CCC;
	margin-top: 10px;
}

.popup .bot-filtrar .btn-color {
	background: transparent url(../images/aviso/bk-contactar.jpg) repeat-x;
	font-size: 11px;
	border: 1px solid #CCC;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px;
}

#popCombinados {
	width: 520px;
	height: 313px;
}

* html  #popCombinados {
	padding-bottom: 0
}

#popCombinados .scroll {
	height: 218px;
	overflow: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}

#popCombinados .scroll ul {
	float: left;
	width: 165px;
	margin: 0;
	height: auto;
	overflow: visible;
}

#popCombinados .scroll ul li {
	margin: 0;
	list-style: none;
	line-height: 25px;
}

* html #popCombinados .scroll ul li {
	margin-bottom: 5px;
}

#popCombinados .titulos {
	background-color: #E9E5CC;
	height: 22px;
	margin: 0 -7px 0 -10px
}

#popCombinados .titulos span {
	display: block;
	float: left;
	width: 155px;
	padding: 4px 0 8px 10px;
	font-weight: bold;
	border-left: 2px solid #fff;
}

#popCombinados .foot {
	background-color: #E9E5CC;
	height: 33px;
	text-align: center;
	margin: 0 -7px 0 -10px;
	padding-top: 7px
}

#popCombinados .foot .button {
	display: block;
	cursor: pointer;
	height: 27px !important;
	width: 105px !important;
	margin: 0 auto;
	font-size: 11px;
	padding: 4px 8px;
	background: url(../images/bk-button.jpg);
	color: #666;
	font-weight: bold;
	border: 1px solid #ddd;
}

.empty {
	padding: 30px 0 10px 0;
	text-align: center;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-top: none;
}

.empty p {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 20px;
}

.empty p input.text {
	width: 200px
}

/*Para los popups*/
.transparentDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 50001;
	background-color: #000000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.5;
	height: 100%;
}

div.popup {
	z-index: 50002;
	position: absolute;
}

.contentPop {
	position: relative;
	z-index: 4;
}

.contentPop div.popup {
	padding: 10px 15px 30px 12px;
	width: 372px;
	position: absolute;
	top: 350px;
	left: 175px;
	background: url(../images/bk-popup.gif) repeat-x #FFFFFF;
	border: solid 1px #999;
	height: 260px !important;
	border-right: groove 2px #333;
	border-bottom: groove 2px #333;
}

.contentPop div.popup iframe {
	width: 560px;
	height: 360px;
}

.contentMapa {
	width: 350px;
	height: 270px;
}

.contentPop div.popup.fotobig {
	width: 560px;
	height: 385px !important;
	top: 200px;
	left: 70px;
}

.contentPop div.popup.fotobig .close {
	margin: -20px -10px 20px 0;
}

.contentPop div.popup.fotobig h4 {
	padding: 10px 0;
	margin: -10px 0 -10px 0;
	cursor: move;
}

.transparentiFrame {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 2650px;
	top: 0px;
	left: 0px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.cont-listado .facetas .titulo .tit-1 div {
	float: left;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

.cont-listado .facetas .titulo .tit-1 .help1 {
	background: url(../images/listados/ayuda_n.png) no-repeat;
	border: none;
	width: 20px;
	height: 22px;
	text-transform: none;
	margin-left: 5px;
	margin-top: -2px;
}

.cont-listado .facetas .titulo .tit-1 .popup2 {
	padding-right: 8px !important;
}

a.popup2 {
	position: absolute;
}

a.popup2:hover {
	background-color: transparent;
	visibility: visible;
	text-decoration: none !important;
	z-index: 3;
}

.pane5 {
	display: none;
}

a.popup2:hover .pane5 {
	cursor: text;
	width: 150px;
	display: block;
	position: relative;
	background-color: #FFF;
	color: #000000;
	text-align: left;
	border: 1px solid #999;
	font-weight: normal;
	line-height: 14px;
	margin: -15px 0 0 20px;
	padding: 10px;
	font-size: 11px;
}

/* ------------------------------- LISTADO MAPA */
.cont-aviso .cont-mapa {
	width: 100%;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}

* html .cont-aviso .cont-mapa {
	margin-left: 0;
	width: 330px
}

.cont-aviso .cont-mapa .titulo {
	display: none !important
}

.cont-aviso .cont-mapa .titulo .left {
	width: 5%;
	height: 40px;
	float: left;
	margin-left: -1px
}

.cont-aviso .cont-mapa .titulo .right {
	width: 10%;
	height: 40px;
	float: left
}

.cont-aviso .cont-mapa .titulo .text {
	width: 85%;
	height: 20px;
	float: left;
	font-size: 12px;
	padding: 10px 5px;
	color: #FFF;
	font-weight: bold;
}

.cont-aviso .cont-mapa .mapa-info {
	width: 358px;
	height: 408px;
	float: left;
	border: solid 1px #000;
	border: none;
}

* html .cont-aviso .cont-mapa .mapa-info {
	border: none
}

.cont-aviso .cont-mapa .mapa-info .mapa {
	width: 353px;
	height: 353px;
	float: left;
	padding-left: 5px;
	padding-top: 4px;
}

.cont-aviso .cont-mapa .mapa-info .mapa .mapab {
	width: 345px;
	height: 345px;
	margin-left: 3px;
	margin-top: 4px;
	border: none;
}

.cont-aviso .cont-mapa .mapa-info .mapa2 {
	display: none
}

.cont-aviso .cont-mapa .mapa-info .mapadown {
	display: none;
}

div.popup.mapabig {
	width: 635px;
	height: 415px !important;
}

*+html div.popup.mapabig {
	width: 560px;
	height: 400px !important;
}

*+html div.popup.mapabig {
	width: 638px;
	height: 415px !important;
}

* html div.popup.mapabig {
	width: 635px;
	height: 410px !important;
}

/* OVERLAY MAPA */
.fr-mapa {
	width: 580px;
	height: 300px;
	margin-top: 0;
}

.clusterLabel {
	color: white;
	font-family: Arial;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0;
	text-align: center;
	width: 32px;
	padding-top: 9px;
	background: url(../images/1x1.gif);
	display: block;
}

/* IE 6 SELECT OVERLAY FIX */
#descriptionInfoWindow iframe {
	position: absolute;
	z-index: -1;
	filter: mask();
	border: 0;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 346px;
	height: 281px;
	overflow: hidden;
}

/* STYLE.CSS OLD STYLES */
.blq-seo {
	background-color: #F5F5F5;
	border: 1px solid #D4D0C8;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 17px;
	margin-bottom: 30px;
	margin-top: 10px;
	overflow: hidden;
	padding: 10px;
	width: 927px;
}

.blq-seo .cola {
	float: left;
	width: 140px;
}

.blq-seo .cola li.uno {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	list-style: none outside none;
	margin-bottom: 52px;
}

.blq-seo .cola li.dos {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	list-style: none outside none;
	margin-bottom: 45px;
}

.blq-seo .cola li.tres {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	list-style: none outside none;
}

.blq-seo .colb {
	float: left;
	width: 780px;
}

.blq-seo .colb ul {
	font-size: 12px;
	margin-bottom: 20px;
}

.blq-seo .colb ul li {
	border-right: 1px solid #666666;
	display: inline;
	list-style: none outside none;
	padding-right: 5px;
}

.blq-seo .colb ul li.last {
	border: medium none;
}

.blq-seo .colb ul li a {
	font-size: 12px;
}

/* TODO: Verificar*/

input, select {
    margin-right: 3px;
}

* {
    margin: 0;
    padding: 0;
}
