.notificacionpush{display: table; background-color: #FFFFFF;  top: 150px;
border-radius: 5px;}
.notificacionpush>div{display: table-cell; vertical-align: top; }
.notificacionpush .txt{padding: 10px 20px;}
.notificacionpush .centrar-imagen, .notificacionpush .icodiv{width: 50px; height: 50px; }
.notificacionpush .icodiv{border-radius: 50%; margin-top: 10px; overflow: hidden; margin: 10px 10px 10px 0px;}
.notificacionpush .img>img{height: 16px; float: right; margin: 5px; cursor: pointer;}
.notificacionpush .msj{margin-top: 10px; color: #999999;}
.notificacionpush .img{width: 70px;}
.notificacionpush.flotante{position: fixed; right: -300px; width: 300px; z-index: 1010; }

.notificacionesGuardadas{max-width: 400px; width: 100%; position: fixed; right: -400px; z-index: 50; background: #FFF; }
.notificacionesGuardadas.activo{right: 0px;}
.notificacionesGuardadas .notificacionpush .img>img{margin-top: 15px;}
.notificacionesGuardadas>div{width: 100%; border-bottom: solid 1px #ededed;}
.notificacionesGuardadas .notificacionpush{border-radius: 0px;}