﻿/* Notifications */
.Notification { }
.NotificationControles { float: right; padding: 3px 3px 0 0; }
.NotificationContenido { display: block; }
.NotificationError, .NotificationExcepcion { border-color: #D60056; color: #a70304; border-style: solid; border-width: 1px; }
.NotificationError { background: url('../../images/iconError15x15.png') no-repeat #FACADD; }
.NotificationExcepcion { border-color: #aa3535; background: url('../../images/iconException15x15.png') no-repeat #fde0e0; }
    .NotificationError hr, .NotificationExcepcion hr { border-top: 1px solid #a70304; }
.NotificationWarning { border-color: #FF5000; color: #ba6605; background: url('../../images/iconWarning15x15.png') no-repeat #FFF7CC; border-style: solid; border-width: 1px; }
    .NotificationWarning hr { border-top: 1px solid #ff8800; }
.NotificationInformation { border-color: #011689; color: #22485f; background: url('../../images/iconInformation15x15.png') no-repeat #CBD0E6; border-style: solid; border-width: 1px; }
    .NotificationInformation hr { border-top: 1px solid #4b738c; }
.NotificationSucess { border-color: #3FAE2B; color: #4d6100; background: url('../../images/iconDone15x15.png') no-repeat #D8EFD3; border-style: solid; border-width: 1px; }
    .NotificationSucess hr { border-top: 1px solid #819f0e; }
.NotificationError, .NotificationWarning, .NotificationInformation, .NotificationSucess, .NotificationExcepcion { padding: 5px 5px 5px 18px; background-position: 0px 5px; }
.NotificationCerrar, .NotificationAnclar { font-size: 8px; border-style: solid; border-width: 1px; padding: 1px 2px; font-style: normal; cursor: pointer; border-radius: 0.5em; color: #333; border-color: #ccc; background-color: #fff; }
.NotificationError, .NotificationWarning, .NotificationInformation, .NotificationSucess { z-index: 1002; width: 935px; font-size: 11px; font-style: italic; background-position: 2px 4px; position: fixed; _position: absolute; }
.notificationClose, .notificacionAnclar { font-size: 8px; float:right; border-style: solid; border-width: 1px; padding: 1px 2px; font-style: normal; cursor: pointer; border-radius: 0.5em; color: #333; border-color: #ccc; background-color: #fff; }
