input, select, textarea {
	padding: 5px;
	border:1px solid #DFDFDF;
	background: #FFF;
	margin-right: 5px;
}
fieldset { border: 0; }
label {	font-weight: 900; color: #C4C4C4; }
.muyCorto { width: 6%; }
.corto { width: 50%; }
.largo { width: 90%; }
.checkbox, .radio { vertical-align: middle; padding: 0; margin-right: 10px; }
.required { color: red; }
legend { font-size: 14px; font-style: italic; padding-bottom: 10px; color: #666; }
form p { padding: 15px 0; }
input.borrar { border:none; background: none;}
input#enviar {
	float:left;
	display:inline-block;
	height:44px;
	line-height:44px;
	padding:0 10px 0 10px;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f2f2',GradientType=0 ); /* IE6-9 */

	
	color:#999;
	font-weight:bold;
	font-size:13px;
	text-shadow:0 1px 0 #fff;
	position:relative;
	border:1px solid #DFDFDF;
	margin:0 10px 10px 0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
input#enviar:hover { border-color:#cacaca; background:#F8F8F8; cursor:pointer; color:#6CC; }

/* CAMPO DE BUSQUEDA */
input.buscar { 
	color:#999;
	padding: 5px; 
	padding-left: 25px;
	margin-right: 5px;
	border:1px solid #DFDFDF; 
	background: #FFF; 
	background-image:url('../pix/ico/lupa.png'); 
	background-repeat: no-repeat; 
	background-position: left center; 
}
input.buscar:hover { 
	color:#999;
	border-color:#cacaca; 
	background:#F8F8F8;
	background-image:url('../pix/ico/lupa.png'); 
	background-repeat: no-repeat; 
	background-position: left center; 
}

/* CAMPO DE CALENDARIO */
input.fecha { 
	float: left;
	color:#999;
	padding: 5px; 
	padding-left: 25px;
	margin-right: 5px;
	border:1px solid #DFDFDF; 
	background: #FFF; 
	background-image:url('../pix/ico/cal.png'); 
	background-repeat: no-repeat; 
	background-position: 5px center; 
}

/* CAMPO DE RELOJ */
input.hora { 
	float: left;
	color:#999;
	padding: 5px; 
	padding-left: 25px;
	margin-right: 5px;
	border:1px solid #DFDFDF; 
	background: #FFF; 
	background-image:url('../pix/ico/reloj.png'); 
	background-repeat: no-repeat; 
	background-position: 5px center; 
}