.alerta-img{
    width: 20px;
    float: left;
    margin-right: 2%;
}


.alert-correcto {
    color: #f6f7f6;
    background-color: #508c38;
    border-color: #d6e9c6;
    position: absolute;
    left: 0;
    right: 0;
    top: 25% ;
    z-index: 9 ;
    width: 40% ;
    margin: 0 auto;
}

.alert-error {
    color: #f6f7f6;
    background-color: #dd1313;
    border-color: #d6e9c6;
    position: absolute;
    left: 0;
    right: 0;
    top: 25% ;
    z-index: 9 ;
    width: 40% ;
    margin: 0 auto;
}

.alert-error-log {
    color: #f6f7f6;
    background-color: #dd1313;
    border-color: #d6e9c6;
    position: absolute;
    left: 0;
    right: 0;
    top: 50% ;
    z-index: 9 ;
    width: 30% ;
    margin: 0 auto;
}

.alert-advertencia {
    color: #f6f7f6;
    background-color: #558a3f;
    border-color: #d6e9c6;
    position: absolute;
    left: 0;
    right: 0;
    top: 25% ;
    z-index: 9 ;
    width: 40% ;
    margin: 0 auto;
}

.alert-danger
{
    color: #f6f7f6 !important;
    background-color: #e90e0e !important;
    border-color: #e9c6c6 !important;
    position: absolute !important;
    left: 28% !important;
    top: 40% !important;
    z-index: 9 !important;
}

.table th, .table td {
    padding: 5px 0px 5px 20px !important;
}