/* z-index es un parche para plupload + dialog jqueryui */
div.fileuploader-boton
{
	z-index: 999999;
	border-radius:2px;
	padding:6px 10px;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	cursor:pointer;
	width:100px;

	background: #5e5d5e; /* Old browsers */
	background: -moz-linear-gradient(top,  #5e5d5e 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5d5e), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5e5d5e 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5e5d5e 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5e5d5e 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5e5d5e 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5d5e', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
}
div.fileuploader-boton:hover {
	opacity:0.9;
}

.plupload {
	z-index: 999998;
}