﻿/******************Notificaciones******************/
#divNotificacion { position: fixed; bottom: 0px; }
.notificacion { position: absolute; z-index: 1002; font-size: 12px; font-style: italic; background-position: 2px 4px; }
.notificacionControles { float: right; padding: 8px 3px 0 0; }
.notificacionContenido { display: block; }
.notificacionError { color: white; background: #d80055; }
.notificacionAdvertencia { color: black; background: #fedc00; }
.notificacionInformacion { color: white; background: #001686; }
.notificacionRealizado { color: white; background: #66bf54; }
.notificacionRealizado hr, .notificacionAdvertencia hr, .notificacionError hr, .notificacionInformacion hr { border-top: none; color: #DDD; }
.notificacionError, .notificacionAdvertencia, .notificacionInformacion, .notificacionRealizado { padding: 5px 5px 5px 20px; }
.notificacionCerrar, .notificacionAnclar { font-size: 14px; padding: 2px 7px; font-weight: bold; cursor: pointer; color: white; position: relative; top: -3px; }
.notificacionCerrar:hover, .notificacionAnclar:hover { color: #DDD; }
.notificacionAnclar { display: none; background: url('../../img/iconos/pin.png'); background-repeat: no-repeat; background-position: center center; width: 20px; height: 20px; }

