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.select {
	position: absolute;
	width: 172px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
		_width: 162px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 17px;
	padding: .4em 0em 0em .4em;
	color: #636363;
	font: 1.4 em /1.3 em;
	//background: url(../img/interface/select.jpg) no-repeat;
	overflow: hidden;
}

/* para SOPORTE ASISTENCIA TÉCNICA */
/*select.soporte {*/
span.soporte {
	background: url(../img/soporte/select2.jpg) no-repeat;
	position: absolute;
	width: 215px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 17px;
	padding:0.4em 0.3em 0 0.6em;
	color: #636363;
	font-size: .9em;
	overflow: hidden;
}

.Cajacheckbox {
	margin: 0;
	border: 0;
	color: #1D91C0;
}