.page-listado {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.page-listado__title,
.page-listado h2 {
	color: #16519d;
	font-weight: normal;
	margin: 1em 0 0.75em;
}

.page-listado__subtitle,
.page-listado h3 {
	color: #16519d;
	font-size: 1.35em;
	font-weight: normal;
	margin: 1.5em 0 0.75em;
}

.page-listado .btn-default,
.page-listado .btn-default:hover,
.page-listado .btn-default:focus,
.page-listado .btn-default:active {
	border-color: #16519d;
	color: #fff;
	background-color: #16519d;
	background-image: none;
	filter: none;
	text-shadow: none;
	box-shadow: none;
}

.page-listado .btn-default:hover,
.page-listado .btn-default:focus {
	border-color: #3176cf;
	background-color: #3176cf;
}

.page-listado table.dataTable thead th {
	background-color: #f5f5f5 !important;
	color: #16519d !important;
	font-weight: bold;
	border-color: #dddddd !important;
}

.page-listado table.dataTable tbody td {
	color: #16519d;
	border-color: #dddddd !important;
	vertical-align: middle !important;
}

.page-listado table.dataTable tbody tr.odd > td {
	background-color: #ffffff !important;
}

.page-listado table.dataTable tbody tr.even > td {
	background-color: #ffffff !important;
}

.page-listado--striped table.dataTable tbody tr.even > td {
	background-color: #ececec !important;
}


.page-listado table.dataTable tbody a {
	color: #16519d;
}

.page-listado table.dataTable tbody a:hover,
.page-listado table.dataTable tbody a:focus {
	color: #3176cf;
}

.page-listado table.dataTable .glyphicon {
	color: #666666;
}

.page-listado table.dataTable .glyphicon-trash {
	color: #666666;
}

.page-listado .dataTables_wrapper .dataTables_length,
.page-listado .dataTables_wrapper .dataTables_filter,
.page-listado .dataTables_wrapper .dataTables_info,
.page-listado .dataTables_wrapper .dataTables_paginate {
	color: #16519d;
}

.page-listado .dataTables_wrapper .dataTables_filter input {
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 4px 8px;
}

.page-listado .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.page-listado .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #16519d !important;
	border-color: #16519d !important;
	color: #fff !important;
}
