        #panel-wcag {
            position: fixed;
            bottom: 85px;
            right: -252px;
            z-index: 99999;
            transition: right 0.5s ease-out 0s;
            font-size: 0.9em
        }

        #panel-wcag:hover {
            right: 0;
        }

        #panel-wcag #content {
            width: 230px;
            height: 160px;
            padding: 10px;
            border-top: 2px solid #8b0606;
            border-right: none;
            border-bottom: 2px solid #8b0606;
            border-left: 2px solid #8b0606;
            z-index: 20;
            background: #FFFFFF;
            position: relative;
            border-radius: 5px 0 0 5px;
        }

        #panel-wcag #title {
            width: 160px;
            border: 2px solid #8b0606;
            background: #8b0606;
            color: #FFFFFF;
            font-weight: bold;
            border-radius: 10px;
            padding: 5px 5px 25px 5px;
            text-align: center;
            position: relative;
            top: 120px;
            left: -90px;
            transform: rotate(-90deg);
            z-index: 1;
        }

        #autor {
            font-size: 0.7em;
            text-align: right
        }

        #panel-wcag a {
            color: #666;
            text-decoration: none
        }

        #panel-wcag ul li {
            list-style-type: none;
            margin: 0;
            padding: 0
        }

        /*        #container {
            font-size: 1.5em;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            height: 100%
        }

        #container div {
            width: 50%;
            padding: 20px;
            border: 2px solid #666;
            border-radius: 5px;
            margin: 5px
        }

        #container a {
            text-decoration: none;
            color: #000
        }

        #container h3 {
            background-color: cornflowerblue;
            border-radius: 5px;
            padding: 5px
        }

        img {
            width: 100%;
            -webkit-filter: grayscale(100%);

        }*/
