﻿#loading.show {
    display: block;
    position: fixed;
    z-index: 1100;
    background-image: url('../img/loading.gif');
    background-color: #000;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

#tbEventos_filter {
    float: right;
}

#tbBitacora_filter {
    float: right;
}

#tbEventos {
    margin-top: 25px !important;
}

.red {
    margin-bottom: 50px !important;
}