#contNavMeses {width:110px; position:fixed; top:50%; transform: translateY(-50%); padding:10px; background-color:#0d658b; border-bottom-right-radius:10px; z-index:999999; transition: all .3s;}
#contNavMeses #btnAbrirCerrarContNavMeses {width:30px; position:absolute; top:0; background-color:#0d658b; color:#fff; text-align:center; right:-30px; padding:3px 0; border-bottom-right-radius:4px; border-top-right-radius:4px; cursor:pointer;}
#contNavMeses.cerrado {left:-110px;}
#contNavMeses.abierto {left:0;}
#contNavMeses.abierto #btnAbrirCerrarContNavMeses i.fa-chevron-right:before {content:"\f00d";}
#contNavMeses h2 {margin:0 !important;}
#contNavMeses #navMeses {margin-top:3px;}
#contNavMeses #navMeses button {margin:0 0 3px !important; font-size:12px !important; width:100% !important; padding-top:5px !important;}