#demo-fallback{
	border: none;
}

#status{
	margin: 10px 0;
}

.hide
{
	display: none;
}

#demo-status
{
	/*background-color:		#F9F7ED;
	padding:				10px 15px;
	width:					420px;*/
}

#demo-status .progress
{
	background:				white url(../img/cargador_ajax/progress-bar/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}

#demo-status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
	vertical-align:40%;
}

#demo-list
{
	list-style:				none;
	width:					677px;
	margin:					15px 0 5px 0;
}

/*
#demo-list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(../img/cargador_ajax/file.png) no-repeat 4px 4px;
}
*/
#demo-list li.file.file-uploading
{
	/*
	background-image:		url(../img/cargador_ajax/uploading.png);
	background-color:		#D9DDE9;
	*/
}
#demo-list li.file.file-success
{
	/*
	background-image:		url(../img/cargador_ajax/success.png);
	*/
}
#demo-list li.file.file-failed
{
	/*
	background-image:		url(../img/cargador_ajax/failed.png);
	*/
}
#demo-list li.file .file-info, #extranet li.file .file-info
{
	display:				block;
	margin-left:			44px;
	line-height:			20px;
	clear:					both;
}
#demo-list li.file .file-name, #extranet li.file .file-name
{
	clear:					left;
	float:					left;
	width:					464px;
	height:13px;
	line-height:12px;
	width:464px;
/*
	font-size:				1.2em;
	margin-left:			44px;
	display:				block;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
*/
}
#demo-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}

#demo-list li.file .file-remove, #extranet li.file .file-remove
{
	height:13px;
	line-height:12px;

	clear:					right;
	float:					right;
	/*line-height:			18px;*/
	/*margin-left:			6px;*/
	text-align:				center;
	background: #000 url(../img/logout.png) left center repeat-y;
}
#demo-list li.file.file-success .file-remove, #demo-list li.file.file-success .file-name,
#demo-list li.file.file-failed .file-remove, #demo-list li.file.file-failed .file-name
{
	display:				none;
}

#demo-list li.file a.file-remove:hover, #extranet li.file a.file-remove:hover
{
	clear:					right;
	float:					right;
	/*line-height:			18px;*/
	/*margin-left:			6px;*/
	text-align:				center;
	background: #ec018c url(../img/logout_b.png) left center repeat-y;
}

#demo-list li.file a, #extranet li.file a
{
	width: auto;
	padding: 1px 15px 2px 50px;
}

.current-text{
	/*margin: 5px 0;*/
	text-align:right;
	width:215px;
}
