.qq-uploader {
	position: relative;
	width: auto;
}

.qq-upload-button {
	display: block; /* or inline-block */
	width: auto;
	text-align: center;
	color: #fff;
	/*font-family: "Tahoma";*/
	font-size: 13px;
	/*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
}

.qq-upload-button-focus {
	outline: 1px dotted rgba(0, 0, 0, 0.5);
}

.qq-upload-button:hover {
}

.qq-upload-drop-area {
	border: 2px dashed #0087F7; 
	height:5em; 
	margin-bottom:1em;
	background: #FFF;
	z-index: 2;
	min-height: 70px;
	width: 100%;
	position: absolute;
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 70px;
	z-index: 2;
	background: #FF9797;
	text-align: center;*/
}

.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 16px;
}

.qq-upload-drop-area-active {
	background: #FF7171;
}

.qq-upload-list {
	margin: 0px 15px;
	padding: 0;
	/*position: absolute;
	left: -30px;*/
	top: 1px;
	text-align: center;
}

.qq-upload-list li {
	margin: 0;
	padding: 20px 0 0 0px;
	line-height: 15px;
	font-size: 9px;
	float: left;
}

.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-failed-text
	{
	margin-right: 7px;
	display: block;
	font-size: 0.7em;
}

.qq-upload-file {
	display: none;
}

.qq-upload-spinner {
	display: inline-block;
	background: url("../imagenes/loading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.qq-upload-size,.qq-upload-cancel {
	font-size: 0px;
}

.qq-upload-failed-text {
	display: none;
}

.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}

.nombre_archivo{
	font-size: 0.7em; 
	text-align: center; 
	font-weight: bold;
}