.cus-mano {
	cursor: pointer;
}
.cus-center{
	text-align: center;
}
/* Backgrounds de estados */
.cus-bg-success { background-color: rgb(92, 184, 92) !important; }
.cus-bg-danger { background-color: #ebccd1 !important; }
.cus-bg-warning { background-color: rgb(240, 173, 78) !important; }
/*.cus-bg-danger { background-color: rgb(217, 83, 79) !important; }*/

td.details-control {
    background: url('../datatable/images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../datatable/images/details_close.png') no-repeat center center;
}

/*Thumbnails de listados*/
.anu-thumb{
	max-width: 200px;
	max-height: 200px;
}
.anu-mini-logo{
	max-width: 40px;
	max-height: 40px;
}