#BoxLlantasSearch_hook{
	display: block;
}
/*
#buscador_llantas{
	
}
#buscador_llantas_container{
	background: #343434;
}
#titulo_llantas{
	padding: 15px 15px 5px;
}
#titulo_llantas h1{
	color: #ffffff;
}
#llantassearch-selector{
	
}

.boxSelectllantassearch{
	display: inline-block;
}
.boxSelectllantassearch select{
	width: 150px;
	margin-right: 10px;
}
.boxSelectllantassearch.firstSelect select{
	width: 200px;
	margin-right: 20px;
}
*/

/* Maquetado caja buscador */
#LlantasSearchCategory #buscador_llantas_container{
	background: rgba(0, 0, 0, 0.7);
	
}
#LlantasSearchCategory .BoxFirstSelect{
	background: #21a5e3;
	min-height: 127px;
}
#LlantasSearchCategory .BoxSelects{
	/*background: #343434;*/
	min-height: 127px;
}
#LlantasSearchCategory #titulo_llantas{
	padding: 15px 0px 10px;
	text-align: left;
}
#LlantasSearchCategory #titulo_llantas p{
	color: #ffffff;
	font-size: 18px;
	margin:0;
}
#LlantasSearchCategory .boxSelectllantassearch select{
	width: 90%;	
}
#LlantasSearchCategory .boxSelectllantassearch.firstSelect select{
	width: 100%;	
}
#LlantasSearchCategory #textoSelectores{
	padding: 15px 7px 10px;
	text-align: left;
}
#LlantasSearchCategory #textoSelectores p{
	color: #ffffff;
	font-size: 18px;
	margin:0;
}
#LlantasSearchCategory #BoxGeneralSelectsLlanta{
	position:relative
}
#LlantasSearchCategory .boxSelectllantassearch{
	display: inline-block;
	width:25%;
	text-align: center;
}
#LlantasSearchCategory .boxSelectllantassearch.firstSelect{
	width:100%;
}
#LlantasSearchCategory #imagenSelector{
	bottom: 0;
	position: absolute;
	width: 150px;
	right: 10px;
}
#LlantasSearchCategory #botton_llantassearch{
	padding: 10px 7px 10px;
	text-align: right;
	position: relative;
	width: 100%;
}
#LlantasSearchCategory #botton_llantassearch input{
	background: #343434;
	border: 2px solid #ffffff;
	color: #21a5e3;
	padding: 5px;
	cursor: pointer;
}
@media (max-width: 992px){
	#LlantasSearchCategory .BoxFirstSelect{
		background: #21a5e3;
		min-height: 90px;		
	}
	#LlantasSearchCategory .BoxSelects{
		background: #343434;		
		min-height: 200px;
	}
	#LlantasSearchCategory .boxSelectllantassearch {
		width: 100%;
		margin: 0 0 5px;
	}
	#LlantasSearchCategory .boxSelectllantassearch select {
		width: 100%;
	}
	#LlantasSearchCategory #imagenSelector{
		display:none;
	}
	#LlantasSearchCategory #botton_llantassearch{
		width: 100%;
		padding: 10px 0px 10px;
	}
}
/* Cambios caja buscador en página principal */
#LlantasSearchCategory.Principal{
	margin-bottom: 20px;
	margin-top: 20px;
}
#LlantasSearchCategory.Principal .BoxFirstSelect{
	min-height: 95px;
	background: none;
}
#LlantasSearchCategory.Principal .BoxSelects{
	min-height: 235px;
}
#LlantasSearchCategory.Principal .boxSelectllantassearch{
	width: 100%;
	margin-bottom: 7px;
}
#LlantasSearchCategory.Principal .boxSelectllantassearch select{
	width: 100%;
}
#LlantasSearchCategory.Principal #BoxGeneralSelectsLlanta{
	padding-right: 25%;
}
#LlantasSearchCategory.Principal #botton_llantassearch{
	padding-right: 25%;
}
#LlantasSearchCategory.Principal #imagenSelector{
	width:auto;
}
@media (max-width: 992px){
	#LlantasSearchCategory.Principal #BoxGeneralSelectsLlanta{
		padding-right: 0;
	}
	#LlantasSearchCategory.Principal #botton_llantassearch{
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	#LlantasSearchCategory.Principal{
		margin-top: 0px;
	}
}