.contenedor_general_msyqli_errores {
    position: relative;
    overflow: hidden;
    width: 95%;
    margin: 15px auto;
}
.contenedor_msyqli_errores {
    position: relative;
    width: 100%;
    padding: 15px;
    margin: 15px 0;
    background-color: #fff9cc;
    border: #fced9b solid 2px;
    float:right;
    font-family: monospace;
}
.contenedor_msyqli_errores p{
    margin:0;
}

.contenedor_msyqli_errores .mensaje {
    background-color: white;
    padding: 11px;
    border: #fced9b solid 1px;
    font-size: 14px;
    color: #cd0f0f;
    margin-bottom: 10px;
}

.contenedor_msyqli_errores .nivel {
    font-size: 14px;
    font-weight: bold;
}

.contenedor_msyqli_errores .query {
    background-color: white;
    padding: 15px;
    border: #fced9b solid 1px;
    color: #686868;
    margin-top: 10px;
}
.contenedor_msyqli_errores .nivel span {
    background-color: white;
    padding: 8px;
    border: #fced9b solid 1px;
}
.contenedor_msyqli_errores .nivel span .clase {
    color: #2dab22;
    font-weight: normal;
}
.contenedor_msyqli_errores .nivel span .funcion {
    color: #3c90cb;
    font-weight: normal;
}