.pointer{
	cursor: pointer;
}
.borde{
	border: solid 1px #cac8c8;
}
div.ui-datepicker{
	font-size: 12px !important;
}
.shadow{
	box-shadow: 0 3px 4px -1px rgba(0,0,0,.45);
}
.thead-light{
	background-color: #f8f9fa;
	color: #212529;
	text-align: center;
}
.noflex{
	display: revert !important;
	border: none !important;
}
.thead th{
	color: #FFF !important;
}
.gris{
	background-color: #b5b5b5;
}
.lgris{
	background-color: #e6e6e6;
}
.tnegro th{
	color: #000 !important;
}
.paginador{
	position: relative;
	width: 100%;
	text-align: center;
	margin: 25px 0;
}
.pagi{
	position: relative;
	display: inline-block;
	height: 25px;
	width: 25px;
	border-radius: 7px;
	background-color: #38b7d6;
	color: #FFF;
	line-height: 25px;
	text-decoration: none;
	margin: 0 5px;
}
.pagi:hover{
	background-color: gray;
}
.pointer2{
	cursor: pointer;
}
.pointer2:hover{
	background-color: lightgray;
}