﻿#content-notify {
    position: fixed;
    right: 0px;
    width: 300px;
    bottom: 30px;
    z-index: 9999;
    overflow: hidden;
}

    #content-notify div {
        padding: 14px;
        border-radius: 1px;
        
        left: 320px;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 295px;
    }
    /*Rojo Alo*/
    #content-notify .alert {
        background: #ffbc00;
        border-top: 5px solid #92731c;
        color: white;
        text-shadow: 0 0 0;
    }
    /*Negro Claro*/
    #content-notify .error {
        background: #d64444;
        border-top: 5px solid #832d2d;
        color: #FFFFFF;
        text-shadow: 0 0 0;
    }
    /*Azul Notificacion*/
    #content-notify .notify {
        background: #1bcf46;
        border-top: 5px solid #1aad3e;
        color: #FFFFFF;
        text-shadow: 0 0 0;
    }
