/*=============================================================== SIDE BAR ====*/
.sidebar {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidebar .closebtn, .sidebar .closebtn:hover  {
    position: absolute;
    top: 6px;
    color:#AAA;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.sidebar .closebtn { color:#AAA }
.sidebar .closebtn:hover  { color:#DDD }
/*------------------------------------------------------------------------------- MENU */
.sideMenu, .sideMenu:hover{
    cursor: pointer;
    padding: 7px 7px 7px 32px;
    display: block;
    transition: 0.3s;
}
.sideMenu { font-size: 19px;color: #818181; }
.sideMenu:hover { font-size: 20px;color: #AAA; }

/* OPCIONES */
.opciones { display:none; }

/* OPCION */
.sideOpcion, .sideOpcion:hover {
    padding: 6px 6px 6px 30px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.sideOpcion { color:#4C9900; font-size: 19px }
.sideOpcion:hover { color: #6C0; font-size: 18px }
/* OTROS */
.sideOtro, .sideOtro:hover {
    padding: 7px 7px 7px 32px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.sideOtro { font-size: 19px; color: #066 }
.sideOtro:hover { font-size: 18px; color: #099 }

@media screen and (max-height: 400px) {
    .sideMenu { font-size: 20px; }
    .sideMenu:hover { font-size: 21px; }
    .sideOpcion { font-size: 20px }
    .sideOpcion:hover { font-size: 19px }
}
/*--------------------------------------------------------------------- Accion SideBar */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    }

.openbtn:hover {
    background-color: #444;
    }

#main {
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 800px) {
    .sidebar {
        right: 0;
        padding-top: 15px;
    }
    .sidebar a {font-size: 18px;}
}

        /*=============================================================== CATEGORIAS ====*/
        .categoria {
            padding: 0;
            margin: 0;
            width: 100%;
            height: 26px;
            border: 0px;
            background-color: #f0f0f6;
            text-align: center;
        }
        .categoria p {
            margin: 0px;
        }
        .categoria a{
            font-family: Lato;
            font-size: 15pt;
            font-weight: 300;
            color: #1F6F8B;
            text-decoration: none;
            padding: 0px 20px;
        }
        .categoria a:hover {
            font-weight: 700;
        }
        @media screen and (max-width: 768px) {
            .categoria {
                height: 50px;
            }
            .categoria p {
                padding: 2px;
                line-height: 23px;
            }
            .categoria a{
                font-size: 12pt;
                font-weight: normal;
            }
        }

/*====================================================== OPCIONES */
.opcion {
    font-size: 18px;
}
a.opcion {
    font-size: 18px;
    padding: 10px 0;
}




