﻿/******************Notificaciones******************/
#divNotificacion { position: fixed; z-index: 1002; bottom: 20px; left: 0px; -webkit-transition: width 250ms; -moz-transition: width 250ms; -o-transition: width 250ms; -ms-transition: width 250ms; transition: width 250ms; }
.notificacionControles { float: right; padding: 8px 3px 0 0; }
.notificacionContenido { display: block; }
.notificacionError { color: white; background: #D9031D; }
.notificacionAdvertencia { color: black; background: #EAC321; }
.notificacionInformacion { color: white; background: #105678; }
.notificacionRealizado { color: white; background: #379819; }
.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: 13px; padding: 3px 8px; font-weight: bold; cursor: pointer; color: white; position: relative; top: -3px; }
.notificacionCerrar:hover { border-radius: 50%; background-color: #DDD; }
.notificacionAnclar { display: none; background: url('../../img/iconos/pin.png'); background-repeat: no-repeat; background-position: center center; width: 20px; height: 20px; }
.notificacionCerrar { margin-left: 3px; }