/* preloader ajax*/
#preloader.active{
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: black;
    opacity: 0.4;
    z-index: 2000;
}

#loader.active{
    width: 100px;
    height: 100px;
    position: absolute;
    left:50%; top:50%;
    background: url(ruedas.svg) no-repeat center 0;
    margin:-50px 0 0 -50px;
}

/*Estilos para las modales*/

/*Cabecera*/
.modal-header, .modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4{
    background-color: #4ebfbb;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-footer .btn-default{
    background-color: #db4912;
    border-color: #c34110;
}

/*ALinear td a la derecha datatable*/
.td_derecha{
    text-align: right;
}
