﻿/****************** Notificaciones ******************/
.divPie { clear: both; }
.divNotificaciones { z-index: 994; bottom: 25px; position: fixed; display: inline-block; width: 100%; }
.divNotificacionesLogin { bottom: 40px !important; }
.divIncono { float: left; margin: 1px 5px 4px -20px; display: none; }
.divNotInformacion { color: #FFFFFF; background-color: #105678; }
    .divNotInformacion .divIncono { width: 15px; height: 15px; background: url('/Recursos/img/ico/information.png') no-repeat; }
.divNotError { color: #FFFFFF; background-color: #D9031D; }
    .divNotError .divIncono { width: 15px; height: 15px; background: url('/Recursos/img/ico/errorinfo.png') no-repeat; }
.divNotExcepcion { color: #FFFFFF; background-color: #D9031D; }
    .divNotExcepcion .divIncono { width: 15px; height: 15px; background: url('/Recursos/img/ico/exception.png') no-repeat; }
.divNotAdvertencia { color: #000000; background-color: #EAC321; }
    .divNotAdvertencia .divIncono { width: 15px; height: 15px; background: url('/Recursos/img/ico/alert.png') no-repeat; }
.divNotRealizado { color: #FFFFFF; background-color: #379819; }
    .divNotRealizado .divIncono { width: 15px; height: 15px; background: url('/Recursos/img/ico/echo.png') no-repeat; }
.divMensaje { padding: 5px 45px 5px 8px; border: 0px; }
.divControles { margin: 6px; width: 45px; height: 15px; position: absolute; right: 0px; }
    .divControles .iconoAnclar { cursor: pointer; float: right; background: url('/Recursos/img/ico/pin.svg') no-repeat; width: 15px; height: 15px; margin-left: 5px; }        
    .divControles .iconoCerrar { cursor: pointer; float: right; background-image: url('/Recursos/img/ico/close.svg'); background-repeat: no-repeat; width: 15px; height: 15px; margin-left: 5px; }
        
