html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
body > .container {
    padding: 60px 15px 0;
}
.height100{
    height: 100%;
}
.likeTable {
    display: table;
    table-layout: fixed;
    height: 100%;
}
.likeCell {
    display:table-cell;
    vertical-align:middle;
}
.float-center{
     position: absolute;
     top: 50%;
     left:50%;
     transform: translate(-50%,-50%);
}
.table-vertical-middle tbody td{
    vertical-align: middle !important;
}
.table .num{
    width: 1%;
    text-align: center;
}
.alert-fixed{
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.tabla-subTitle{
    font-size: 17px;
    color: #007196;
    width: auto;
}