.title_buscador{
	color: #a7c316;
	font-size:18px;
	margin: 40px 0px 22px 3px;
	height:25px;
	padding-left: 13px;
	background: url(../images/resultadoBusqueda/manchaBusqueda.gif) no-repeat;
}
.label_buscador{
	color: #a7c316;
	font-size:12px;
	font-weight: bold;
	margin-bottom:4px;
	margin-top:10px;
}

.buscador{
	width:240px;
}

.div_form_buscador{
	margin: 0px 12px 0px 12px;
}

.line_block_select{
	height:30px;

}

.select_right_buscador{
	float:right;
	padding-top:1px;
}

.select_left_buscador{
	float:left;
	margin-right:3px;
}

.enviarInputBuscadorResultado{
	background:url(../images/resultadoBusqueda/buscarmejorprecio.jpg) no-repeat #000000;
	/*border:#4e4e4e solid 1px;*/
	border: 0px;
	color:#FFF;
	padding:0px;
	width:102px;
	height:46px;
	font-weight:bold;
	margin-left:10px;
	cursor: pointer;
}

.enviarInputBuscador{
	background:url(../images/jqtransform/degradadoBotones.jpg) repeat-x #000000;
	border:#4e4e4e solid 1px;
	color:#FFF;
	padding:0;
	width:60px;
	height:26px;
	margin:0px 0 5px 0;
	font-weight:bold;
	float:right;
	cursor: pointer;
}

.enviarInput{
	background:url(../images/jqtransform/degradadoBotones.jpg) repeat-x #000000;
	border:#4e4e4e solid 1px;
	color:#FFF;
	padding:0;
	width:60px;
	height:26px;
	margin:0px 0 5px 0;
	font-weight:bold;
	cursor: pointer; 
}

.boton_buscador{
	margin: 10px 10px 0px 10px;
	height:80px;
}

.boton_buscador_left{
	float: left;
	width: 100px;
	background: url(../images/resultadoBusqueda/mejor.gif) no-repeat;
	height: 80px;
}

.boton_buscador_right{
	float: right;
}

a.dp-choose-date {
	float: left;
	width: 30px;
	height: 27px;
	padding: 0;
	margin:0 px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/comun/calendar.gif) no-repeat;
	position: relative;
	z-index: 15; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}