.ver {
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	background: #2782ad;
	float: right;
	border-radius: 5px;
	margin-left: 5px !important;
}

.ver:hover {
	background: #000000;
	color: #ffffff;
}


.btn_ {
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	background: #2782ad;
	float: right;
	border-radius: 5px;
	margin-left: 5px !important;
}

.btn_:hover {
	background: #000000;
	color: #ffffff;
}

.btn__ {
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	background: #2782ad;
	border-radius: 5px;
	margin-left: 5px !important;
	font-size: 13px;
}

.btn__:hover {
	background: #000000;
	color: #ffffff;
}


.descargar_ {
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	background: #2782ad;
	float: right;
	border-radius: 5px;
	margin: -40px 15px 10px 0px !important;
	text-decoration: none;
}

.descargar_:hover {
	background: #000000;
	color: #ffffff;
}


.errores {
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	background: #ff0000;
	float: right;
	border-radius: 50%;
}

.errores:hover {
	background: #000000;
	color: #ffffff;
}

.descargar {
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	background: #2782ad;
	float: left;
	text-decoration: none;
	border-radius: 5px;
	margin: 0px 0px 20px 0px;
}

.descargar:hover {
	background: #000000;
	color: #ffffff;
}

.wp-list-table {
	float: left;
	width: 99% !important;
}

#datos th {
	background: #1d2327;
	color: #ffffff;
	padding: 12px 7px 9px 7px !important;
	font-size: 13px !important;
}

#searchTerm {
	font-size: 14px;
	width: 300px;
}

#datos td {
	border-bottom: 1px solid #cccccc;
	padding: 12px 7px 9px 7px !important;
	font-size: 13px !important;
}

#datos tr:nth-child(even) {
	background: #d0d0d1 !important;
}

.d-none {
	display: none;
}