#txtBuscar {
	width: 95.5%;
	padding: 20px 2%;
	font-size: 20px;
}
#btnBuscar {
	display:none;
}
#frmBuscar {
	margin-bottom:0;
}

.clear{
	clear: both;
}
#homeFiltroBusqueda {

	background: #61AE08;

	background-image: linear-gradient(bottom, rgb(95,173,6) 0%, rgb(147,201,84) 100%);
	background-image: -o-linear-gradient(bottom, rgb(95,173,6) 0%, rgb(147,201,84) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(95,173,6) 0%, rgb(147,201,84) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(95,173,6) 0%, rgb(147,201,84) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(95,173,6) 0%, rgb(147,201,84) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(95,173,6)),
		color-stop(1, rgb(147,201,84))
	);
		

	padding: 2%;
	min-height: 20px;
	text-shadow: 0 1px 0 black;
	box-shadow: none;
	margin-bottom: 20px;
	float:left;
	width:96%;
}
#homeFiltroBusqueda h1 {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 10px;
}
#homeFiltrosContenedorBotones {
	clear: left;
	display: block;
}
.homeFiltrosOpciones {
	list-style: none;
	margin:0;
	padding:0; 
	display: block;
}
.homeFiltrosOpciones li {
	float: left;
	display: list-item;
}
.homeFiltrosOpciones li.width50 {
	width: 50%;
}
.homeFiltrosOpciones li.width25 {
	width: 25%;
}
.homeFiltrosOpciones li a, .homeFiltrosOpciones li label {
	display: block;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	margin:5px;
	text-decoration: none;
	background-color: #335E04;
	font-size: 16px !important;
	cursor: pointer;
}
.homeFiltrosOpciones li a,
.homeFiltrosOpciones li label,
.homeFiltrosOpciones li label input {
	cursor: pointer;
}
.homeFiltrosOpciones li a:hover,
.homeFiltrosOpciones li label:hover,
.homeFiltrosOpciones li label:hover select,
.homeFiltrosOpciones li label select:hover {
	background-color: #427805;
}
.homeFiltrosOpciones li.homeFiltrosMostrar a,
.homeFiltrosOpciones li.homeFiltrosMostrar label,
#liFiltrosHomeContinuar a {
	background-color: #F97810;
}
#liFiltrosHomeContinuar {
	width: 50%;
}
.homeFiltrosOpciones li label select {
	background-color: #335E04;
	border: none;
	color:#FFF;
	font-size: 16px !important;
	text-align: center !important;
}

#divContenedorFiltros {
	float:left;
	margin:0 15px 15px 15px;
	width:auto;
}
#sectionFiltros {
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	float:left;
	width:100%;
	background-color:#DDD;
	margin-bottom:20px;
}
#sectionLocales {
	float:left;
	width:100%;
}

#bannerCanchaRecomendada {
	float:left;
	width:100%;
	background-color:#EEE;
	height:180px;
	margin-bottom:20px;
	background-size:cover;
	background-position:center;
	text-decoration:none;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}
#divTituloCanchaRecomendada {
	float:left;
	padding:10px 2%;
	width:96%;
	height:20px;
	background-color:#000;
	color:#FFF;
	font-size:16px;
	
	opacity:0.65;
	filter:alpha(opacity=65);
	
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}
#divNombreCanchaRecomendada {
	float:left;
	padding:10px 2%;
	width:96%;
	height:20px;
	background-color:#000;
	color:#FFF;
	margin-top:100px;
	font-size:16px;
	
	opacity:0.65;
	filter:alpha(opacity=65);

	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}
#sectionFiltros h2 {
	cursor:pointer;
}
.iFlechaFiltros {
	width:15px;
}

.spanFiltro {
	float:left;
	margin:0 5px 5px 0;
	background-color:#BBB;
	padding:2px 5px;
	border-top-right-radius:2px;
	border-top-left-radius:2px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
	display:none;
}
.spanFiltro2 {
	float:left;
	margin:0 5px 5px 0;
	background-color:#BBB;
	padding:2px 5px;
	border-top-right-radius:2px;
	border-top-left-radius:2px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
}
.spanFiltro input,.spanFiltro2 input{
	margin-right:5px;
}
.spanFiltro label,.spanFiltro2 label {
	color:#FFF;
}
.spanFiltro label, .spanFiltro input, .spanFiltro2 label, .spanFiltro2 input {
	float:left;
	margin-bottom:0;
}
#divSpanFiltroUbicacion {
	float:left;
	width:100%;
}
.spanFiltroUbicacion {
	margin:0 5px 5px 0;
}
.spanFiltroUbicacion select {
	margin-bottom:0;
	width:auto;
}
.spanFiltroUbicacion label {
	margin:5px 5px 0 0;
}
#divImagen3Pasos img {
	cursor:pointer;
}
@media screen and (max-width:980px) {
	#divImagen3Pasos {
		display:none;
	}
}
