/* CSS Document */
select {
	margin-top: 10px;
	_margin-top: 0px; /* solo para IE6, modificar solo si se cambia la imagen del desplegable */
}

span.checkbox {
	width: 19px;
   	height: 25px;
   	padding: 0 5px 0 0;
   	background: url(checkbox.gif) no-repeat;
   	display: block;
   	clear: left;
   	float: left;
}
span.radio {
	width: 19px;
  	height: 25px;
  	padding: 0 5px 0 0;
  	background: url(radio.gif) no-repeat;
  	display: block;
	clear: left;
	float: left;
}

span.selectdia {
	position: absolute;
	width: 93px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	_height: 5px; /* solo para IE6, modificar solo si se cambia la imagen del desplegable */
	_width: 20px;
	padding: 5px 17px 0 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(../img/btn_seleccion.png) no-repeat;
	overflow: hidden;
}

span.selectmes {
	position: absolute;
	width: 156px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	_height: 5px; /* solo para IE6, modificar solo si se cambia la imagen del desplegable */
	_width: 30px;
	padding: 5px 17px 0 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(../img/btn_seleccion_mes.png) no-repeat;
	overflow: hidden;
}

span.selectpiebuscador {
	position: absolute;
	width: 123px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	_height: 5px; /* solo para IE6, modificar solo si se cambia la imagen del desplegable */
	padding: 5px 24px 0 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(../img/btn_seleccion_usr.png) no-repeat;
	overflow: hidden;
}

span.selectservicio {
	position: absolute;
	width: 153px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	_height: 5px; /* solo para IE6, modificar solo si se cambia la imagen del desplegable */
	padding: 5px 24px 0 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(../img/list_153x26.jpg) no-repeat;
	overflow: hidden;
}

span.selectcomunidad_p {
	position: absolute;
	width: 231px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	_height: 5px; /* solo para IE6, modificar solo si se cambia la imagen del desplegable */
	padding: 5px 24px 0 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(../img/list_231x26.png) no-repeat;
	overflow: hidden;
}

span.selectprovincias_p {
	position: absolute;
	width: 231px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	_height: 5px; /* solo para IE6, modificar solo si se cambia la imagen del desplegable */
	padding: 5px 24px 0 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(../img/list_231x26.png) no-repeat;
	overflow: hidden;
}
span.selectconfiguracion {
	position: absolute;
	width: 334px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	_height: 5px; /* solo para IE6, modificar solo si se cambia la imagen del desplegable */
	padding: 5px 24px 0 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(../img/list_menu_334x26.png) no-repeat;
	overflow: hidden;
}