

input.file
{
	opacity: 0;
	-moz-opacity: 0;
	height: 50px;
	margin: 2px 0 0 42px;
	width: 100px;
	z-index: 200;
}

#myFrame { display: none; }

H2.numFiles
{
	background: #333;
	border: 1px solid #666666;
	border-bottom: 2px solid #FFFF00;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	height: 20px;
	line-height: 50px;
	text-align: center;
	width: 100%;
}

.uploaded { margin: 0 auto; }

.select
{
	background: url(../imagenes/multifile/select_file2.png) no-repeat;
	width: 165px;
	height: 55px;
	margin: 5px auto 0;
}

.select:hover { background-position: bottom left; }
.select.waiting { background: #FFF url(../imagenes/multifile/spinner.gif) center center no-repeat; }
.select.waiting:hover { background-position: center center; }

.delete
{
	background: url(../imagenes/multifile/delete.png) no-repeat;
	height: 24px;
	left: 155px;
	position: absolute;
	top: 15px;
	width: 24px;
}

UL#ul_files
{
	background: #C0C0C0;
	border: 1px solid #666666;
	clear: both;
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 2px 0;
	text-align: center;
	width: 200px;
	position: relative;
	min-height: 100px;
	font-size: 0.825em;
}

* html UL#ul_files
{
	height: 100px;
	text-align: left;
	/* min-height for lte IE6 */
}

UL#ul_files:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

UL#ul_files LI
{
	border-right: 0px dotted #333333;
	float: left;
	height: 110px;
	margin: 10px 0;
	width: 170px;
}

.delete:hover, input.file:hover { cursor: pointer; }

UL#response
{
	clear: both;
	font-size:0.9em;
	margin:1em 7em 0;
	width:60%;
}

UL#response LI
{
	padding-bottom: .5em;
	border-bottom: 1px dotted #666;
	margin: 1em 0 0 3em;
}

UL#response LI SPAN { color: #FF0000; }

UL#response P
{
	text-decoration: underline;
	text-indent: 3em;
	margin-top: 1em;
	color: #000;
}

UL#response LI.ext SPAN, UL#response P SPAN
{
	text-transform: uppercase;
	color: #FF0000;
}
