#drop_file_zone {
    background-color: #EEE;
    border: #999 2px dashed;
    width: 100%;
    height: 115px;
    padding: 14px;
    font-size: 16px;
}
#drag_upload_file {
    width:100%;
    margin:0 auto;
}
#drag_upload_file p {
    text-align: center;
}
#drag_upload_file #selectfile {
    display: none;
}

.button {
	background-color: #6699FF;
	border: none;
	color: #ffffff;
	padding: 10px 22px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}

.btnBorrar {
	text-align: center;
}

.formatotabla {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 13px;
	line-height: 24px;
	margin: 5px auto;
	text-align: left;
	width: 100%;
}

th {
	background: linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
    font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

th:first-child {
	text-align: center;
}

td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
}

tr:nth-child(odd) td {
	background: #f1f1f1;
}

.delbutton {
	display:block;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 1px solid red;
	background-color: red;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	cursor: pointer;
}