﻿//html, body, section, form {
    height: 100%;
}

//section {
    background-repeat: no-repeat;
    background-size: cover;
}

//.BannerSection {
    // background-image: url('../../Imagenes/TropiBanner1.png');
    //;
}

.sidebarWrapper {
    height: 50%;
    margin-top: 1em;
    margin-left: .5em;
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

.sidebarNav {
    padding-bottom: .3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

    .sidebarNav li a {
        color: #FFFFFF;
        display: block;
        text-decoration: none;
        padding: .7em;
        font-weight:bold;
    }

        .sidebarNav li a:hover {
            color: #999999;
            background-color: gray;
            text-decoration: none;
        }

        .sidebarNav li a:active,
        .sidebarNav li a:focus {
            text-decoration: none;
            color: red;
        }

    .sidebarNav .sidebarBrand {
        margin-left: -.5em;
        font-size: large;
        color: white;
    }

        .sidebarNav .sidebarBrand a {
            color: white;
        }

            .sidebarNav .sidebarBrand a:hover {
                color: #fff;
                background: none;
            }

.sidebarNavSecondLevel {
    list-style: none;
    margin-left: -1.5em;
}

.sidebarNav .active {
    background-color: black;
    color: #fff;
}

    .sidebarNav .active a {
        color: white;
    }
