.hide{display: none;}
.barradeprogreso
{
	/* background-color:		#F9F7ED;  */
	padding:				10px 15px;
	width:					300px;
}
 
.barradeprogreso .progress
{
	background:				white url(progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}

.barradeprogreso .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}
 
/* #lista
{
	list-style:				none;
	width:					229px;
	margin:					0;
}
*/
ul li.file
{
	border-bottom:			1px solid #eee;
	background:				url(themes/default/images/spinner-placeholder.gif) no-repeat 4px 4px;
}
ul li.file.file-uploading
{
	background-image:		url(themes/default/images/spinner.gif);
	/* background-color:		#D9DDE9; */
}
ul li.file.file-success
{
	background-image:		url(success.png);
}
ul li.file.file-failed
{
	background-image:		url(failed.png);
}
 
ul li.file .file-name
{
	font-size:				1.2em;
	margin-left:			44px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
ul li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}
ul li.file .file-info
{
	display:				block;
	margin-left:			44px;
	font-size:				0.9em;
	line-height:			20px;
/*	clear */
}
ul li.file .file-remove
{
	clear:					right;
	float:					right;
	line-height:			18px;
	margin-right:			6px;
}