/* Mensaje aviso cookies */ #cookiebar { display: none; position: fixed; left: 0; right: 0; bottom: 0; padding-bottom: 20px; width: 100%; text-align: center; min-height: 110px; background-color: rgba(0, 0, 0, .5); color: #fff; z-index: 99999 } #cookiebar .inner { width: 100%; position: absolute; padding-left: 5px; font-family: Verdana; font-size: 12px; top: 22% } #cookiebar .inner a.ok { padding: 4px; color: #00ff2e; text-decoration: none } #cookiebar .inner a.info { padding-left: 5px; text-decoration: none; color: #faff00 }