/* Buscadores */

#minifichas_buscador{
	width: 100%;
}

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

#minifichas_buscador_mas{
	width: 100%;
	float: left;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding: 5px 0px;
}

.minifichas_etiqueta {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
}

.minifichas_label {
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    display: block;
    float: left;
	height: 65px;
	margin-bottom: 10px;
}

.minifichas_label_checkbox{
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    display: block;
    float: left;
	min-height: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.minifichas_label_checkbox option {
	text-align: center;
}

.minifichas_select{
	border: 1px solid #ccc;
    height: 40px;
    padding: 5px;
    font-size: 16px;       
    width: 99%;
}

.minifichas_select_doble{
	border: 1px solid #ccc;
    height: 40px;
    padding: 5px;
    font-size: 16px;       
    width: 45%;    
}

#buscar_mas {
	overflow: hidden;
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	display: block;
	float: right;
	height: 60px;
	right: 0px;
	bottom: 0px;
	position: relative;
}

#minifichas_boton {
	height: 40px;
	bottom: 20px;
	position: absolute;
	display: block;
	margin-left: 1%;
	margin-right: 1%;
	background: #7c7b7b;
	text-align: center;
	line-height: 2.3;
	width: 100%;
}

#minifichas_boton b {
	color: white;
}

#buscar_mas_opciones {
	bottom: 0px;
	display: block;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	width: 100%;
	position: absolute;
	font-size: 14px;
}

#SuperficieFinca .minifichas_label, #MaximoSinAscensor .minifichas_label {
	width: 100% !important;
	margin-top: 10px;
}

#contenedorBuscadorMapa {
	width: 100%;
}

#cabeceraBuscadorMapa {
	width: 100%;
}

#tituloBuscadorMapa {
	width: 20%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 24px;
	color: #ae1e16;
	float: left;
}

#botonBuscadorMapa {
	width: 80%;
	float: right;
	text-align: center;
}

#botonBuscadorMapa i {
	color: white;
	margin-right: 10px;
}

#buscadorMapa .minifichas_label {
	width:98%;
}

#buscadorMapa .minifichas_label_checkbox {
	width:98%;
}

#buscadorMapa #buscar_mas{
	width:98%;
}

#buscadorMapa #minifichas_filtro {
	margin: 0px !important;
}

#enlaceAListado, #enlaceAMapa  {
	display: block;
	margin-left: 1%;
	margin-right: 1%;
	background: #7c7b7b;
	text-align: center;
	line-height: 40px;
	color: white;
	float: right;
	width: 150px;
	font-weight: 600;
}

/* Fin buscador */

#minifichas_filtro{
    float:left;
    width:100%;
	margin-top: 30px;
    margin-bottom: 30px;
}

#minifichas_titulo_ordenar{
    float:left;
    width:100%;
    margin-bottom: 30px;
}

#minifichas_titulo{
    color:#ae1e16;
    text-transform: uppercase;
    float:left;
    width: 35%;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
}

#minifichas_enlace_mapa {
	float: left;
	width: 20%;
}

#minifichas_enlace_mapa i {
	color: white;
	margin-right: 10px;
}

#minifichas_numinmuebles{
    font-size: 12px;
    color:#666666;
    display:inline;
}

#minifichas_ordenar{
    float:right;
    width: 40%;
    text-align: right;
    margin-right: 2%;
	margin-left: 5px;
    height: 40px;
    line-height: 40px;
	/* padding-right: 5px; */
}

#minifichas_ordenar option, .minifichas_select option{
	padding: 0px 5px;
}

.primera{
     margin-left: 0%;
}

.minifichas_ordenar_label {
    border: 1px solid #ccc;
    overflow: hidden; 
    height: 40px;    
    width: 240px;
    /* position: relative; */
    display: block;
    float:right;
    
}

#minifichas_ordenar_select{       
    height: 40px;
    padding: 5px;
    border: 0;
    font-size: 16px;       
    width: 100%;
    text-align: left;
}


#minifichas {
    float:left;
    width:100%;
	display: flex;
	flex-wrap: wrap;
}

.minificha{
	position: relative;
    float:left;
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 40px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(214,211,214,1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(214,211,214,1);
    box-shadow: 4px 4px 5px 0px rgba(214,211,214,1);
	border: 1px solid #ddd;
	background-color: #7c7b7b;
	box-sizing: border-box;
}

.minificha_foto{
    width: 100%;
    float:left;
    height: 200px;
    background: red;
	border-bottom: 1px solid #efefef;
}

#contenido > #minifichas > .minificha{
	position: inherit;
}

.minificha_zona_precio{
	width: 100%;
	background-color: #ae1e16;
	/* position: absolute; */
	/* opacity: 0.75; */
}

.minificha_precio{
	color: white;
	width: 100%;
	text-align: right;
	font-size: 14px;
	z-index: 1000;
	font-weight: 900;
	line-height: 35px;
}

.minificha_precio span {
	display: inline-block;
	color: white;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.minificha_precio i{
	color: white !important;
}

.minificha_zona{
	width: 100%;
	float: left;
	background-color: white;
	display: table;
}

.minificha_zona_contenedor{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding: 5px;
}

.minificha_zona i{
	color: black;
	padding-right: 1px;
}

.minificha_titulo{
	display: table;
	width: 100%;
	height: 60px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	float: left;
	background-color: #7c7b7b;
	border-top: 1px solid #efefef;
}

.minificha_titulo_contenedor{
	display: table-cell;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	padding: 0 5px;
}

.minificha_titulo a, .minificha_titulo sup{
	color: #fff;
	text-decoration: none;
}

.minificha_caracteristicas{
	width: 100%;
	float: left;
	background-color: white;
	text-align: center;
    line-height: 36px;
    min-height: 41px !important;
	border-top: 1px solid #efefef;
	display: table;
}

.minificha_caracteristica{
    width: 30%;
    margin-left: 2%;
    height: 35px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
}

.minificha_referencia{
    width: 100%;
	float: left;
	background-color: white;
	text-align: center;
	border-top: 1px solid #efefef;
	line-height: 34px;
}

/*******************************************************************/
/*******************************************************************/
/*******		     MINI BUSCADOR		 				  **********/
/*******************************************************************/
/*******************************************************************/
#fotos #minifichas_filtro{
	margin-top:14px;	
	margin-bottom:14px;	
}

#fotos #minifichas_filtro .minifichas_label {
    border: 1px solid #ccc;
    overflow: hidden; 
    height: 40px;    
    width: 31%;
    /* position: relative; */
    display: block;
    float:left;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: 1%;
}

#fotos #minifichas_filtro .minifichas_label .minifichas_select {
    height: 40px;
    padding: 5px;
    border: 0;
    font-size: 16px;       
    width: 100%;
	background: #ae1e16;
    color: #fff;
}

#fotos #minifichas_filtro .minifichas_label .minifichas_select option {
	background: #ae1e16;
    color: #fff;
}

#fotos #minifichas_filtro #minifichas_boton {
    height: 40px;    
    width: 31%;
    position: relative;
    display: block;
    float:left;
    margin-top: 40px;
    margin-left: 1%;
    margin-right: 1%;
	background: #7c7b7b;
	text-align: center;
	line-height: 40px;
}

#fotos #minifichas_filtro #minifichas_boton b{
	color: white;
}

/*******************************************************************/
/*******************************************************************/
/*******		PAGINACION			  **********/
/*******************************************************************/
/*******************************************************************/
#minifichas_paginacion{
    width: 100%;
    float:left;
    text-align: center;
	margin-bottom: 10px;
}

.minifichas_pagina{
    margin-left: 20px;
    display: inline-block;
    color: #74777c;
}

.minifichas_pagina a{
    color: #74777c;
    text-decoration: none;
}

.minifichas_pagina_actual{
    margin-left: 20px;
	border: 1px solid #047235;
	background-color: #7c7b7b;
	color: white;
	padding: 2px;
	width: 20px;
	height: 20px;
	display: inline-block;
}

@media all and (max-width: 500px) {
	.minifichas_label_checkbox{
		width: 48%;
	}

	.minifichas_label_checkbox input{
		float: right;
		margin-top: 5px;
		margin-right: 5px;
	}
	
	#minifichas_titulo{
		width: 100% !important;
		text-align: center;
    }
	
	#minifichas_enlace_mapa {
		width: 100% !important;
	}
	
	#enlaceAMapa {
		float: none !important;
	}
	
	#map {
		height: 320px;
	}
	
    .minifichas_label {
		width: 98% !important;
    }
	
	#fotos #minifichas_filtro #minifichas_boton {
		width: 98%;
	}
}

@media all and (max-width: 990px) {
	.minificha{
	width: 98%;
    }
    
    .miniBuscadorLabel {
	height: 30px;
	width: 47%;
    }
    
    .miniBuscadorSelect{       
	height: 30px;
	padding: 5px;
	border: 0;
	font-size: 16px;       
	width: 100%;
    }
    
    #miniBuscadorBoton{
	height: 30px;    
	width: 98%;
	text-align: center;
    }
    
    #minifichas_titulo_ordenar{
	float:left;
	width:100%;
	margin-bottom: 20px;
    }
    
    #minifichas_titulo{
	color:#ae1e16;
	text-transform: uppercase;
	float:left;
	width: 65%;
	line-height: 40px;
	font-size: 24px;
	height: auto;
    }
	
	#minifichas_enlace_mapa {
		float: right;
		width: 32%;
		margin-bottom: 10px;
		text-align: right;
	}
	
	#enlaceAMapa {
		margin: 0 auto !important;
	}
    
    #minifichas_numinmuebles{
	font-size: 12px;
	color:#666666;
	display:inline;
    }
    
    #minifichas_ordenar{
	float:left;
	width: 100%;
	text-align: right;
	line-height: 40px;
	height: auto;
	margin-left: 0px;
    }
    
    .primera{
	 margin-left: 1%;
    }
    
    .minifichas_ordenar_label {
	border: 1px solid #ccc;
	overflow: hidden; 
	height: 40px;    
	width: 200px;
	/* position: relative; */
	display: block;
	float:right;
    }
        
    #minifichas_ordenar_select{       
	height: 40px;
	padding: 5px;
	border: 0;
	font-size: 16px;       
	width: 100%;
	text-align: left;
    }
    
    #buscar_mas{
		width: 100%;
		margin-top: 10px;
    }
        
    .minifichas_select{
		border: 1px solid #ccc;    
		height: 40px;
		padding: 5px;
		font-size: 16px;       
		width: 99%;
    }
    
    .minifichas_label {
		/* overflow: hidden; */
		width: 46%;
		position: relative;
		margin-bottom: 3px;
    }
	
	#buscadorMapa .minifichas_label {
		width: 46%;
		margin-bottom: 3px;
	}
	
	#buscadorMapa, #map {
		width: 92% !important;
		margin: 0 auto;
		float: none !important;
	}
}

@media screen and (min-width:501px) and (max-width:990px) {
	.minificha {
		width: 48% !important;
	}
}
