
/*---------slider index---------------------*/
/* This file skins sliders */
#barra {
	/*background:#8F97A4;*/
}
#precios {
	width: 545px;
	height: 30px;
	display:block;
	overflow:hidden;
	margin-left:5px;
}
.load {
	background:#eee url(../images/loading.gif) no-repeat center;
	width:100%;
	height:100%;
}
.ui-slider { 
	width: 520px; 
	height: 30px; 
	position: relative; 
	background-repeat: no-repeat;
	background-position: center; 
}
.ui-slider-handle { 
	position: absolute; 
	z-index: 1; 
	height: 30px; 
	width: 12px; 
	top: 0px; 
	left: 0px; 
}
.ui-slider-handle-active { 
	border: 1px dotted black;  
}
.ui-slider-disabled .ui-slider-handle { 
	opacity: 0.5; 
	filter: alpha(opacity=50); 
}
.ui-slider-range { 
	position: absolute; 
	background: #999; 
	opacity: 0.3; 
	filter: alpha(opacity=30); 
	width: 100%; 
	height: 100%; 
}

/* Default slider backgrounds */
.ui-slider, .ui-slider-1 { 
background: url(../slider/bg-propiedades.gif) no-repeat; 
}
.ui-slider-2 { 
background-image: url(../slider/bg-propiedades.gif);
 }

a.link {
	color:#fff;
	font-size:10px;
	margin-top:3px;
}
.precio{
	float:left;
	background-color:#C6081E;
	margin-top:1px;
}
#rango {
	background-color:#d5d5bd;
	height:20px;
	/*width:100%;*/
	margin-left:3.5px;
	clear:both;
}
#rango p {
	float:left;
}
#rango label {
	width:auto;
	font-size:10px;
	margin-top:2px;
	margin-left:10px;
}
#rango input.radio {
	line-height:1;
	margin:0px 0px -3px 1px;
}

.flecha-izq {
	background: url(../slider/slider_izq.gif) no-repeat 0px top; 
}
.flecha-der {
	background: url(../slider/slider_der.gif) no-repeat 0px top; 
}
.numero {
	width:185px;
	position:relative;
	top:-15px;
	left:350px;
	clear:both;
	float:left;
	font-size:10px;
}
html #slider_min  , html #slider_max  {
	width:79px;
	float:left;
	margin:none;
	padding:none;
	text-align:left;
}