﻿/*++++++++++++++ Barra de notificaciones++++++++++++++++++*/
.floatingBar{
width: 81%;
margin: 0px auto  -58px auto;
/*height: 20px;*/
text-align: center;
position: relative;
opacity: 0.9;
z-index: 1000;
padding: 10px 10% 16px 9%;
top: -16px;
}

