input.calendario {
	cursor: pointer;
	background-image: url(../image/calendar.png);
	background-position:right;
	background-repeat:no-repeat;
	
	/*border-style: solid;
	border-color: #000000;
	border-width: 1px;*/
	border-right:none;
}

/* Control de Subir archivos*/
#bodyUpload{
	margin : 0;
	padding-left : 5px;
	padding-top : 5px;
}

div.controlUpload{
	width: 75%;
	/*padding-left: 10px;*/
	padding-bottom: 10px;
}

.uploadButton{
	position:top;
	margin-left:5px;
	text-align:left;
	/*clear: both;
	
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	/*background-color:#fed;*/
	/*border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;*/
}

div.areaListadoArchivosSubidos{
	width:50%;
	padding-left: 5px;
	height: 80px;
	overflow: auto;
	border-style: inset;
	border-width: 1px;
	float:left;
}

form.FILE_forma h3{
	border-bottom: solid 1px #000000;
	margin-top:0;
	margin-bottom:15px;
}

form.FILE_forma label{
	display: block;	
	width: 30%;
	margin-right: 1%;
	text-align:right;
	float: left;
	clear : both;
}

form.FILE_forma input.TxtFile{
	width: 50%;
	padding:4px;
}

form.FILE_forma div.importante{
	margin-top: 40px;
	margin-bottom: 30px;
}

form.FILE_forma p.botones{
	text-align: center;
}