﻿body li {
    color: black;
    font-family: open sans;
}

#lateral .box {
    list-style-type: none;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

#lateral h3 {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6em;
    font-style: normal;
    padding-bottom: 0.2em;
    margin: 2em 0 2em 0.81em;
    border-bottom: 4px solid rgb(155,155,155);
}

#menu-lateral {
    font-style: italic;
    font-style: inherit;
    position: relative;
    font-size: 1.0em;
    /*margin:1em 0 1em 0;*/
    padding: 0;
    width: 20%;
    top: 0px;
    float: left;
    background: white;
}

    #menu-lateral ul {
        margin-left: 0px;
        list-style: none;
        margin: 0px;
    }

    #menu-lateral li a, #menu-lateral li a:link {
        font-size: 15px;
        color: black;
        text-decoration: none;
        padding: 0.8em 0 0.8em 1em;
        display: block;
        -moz-transition: all 1.2s ease;
        -webkit-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease;
        list-style-type: none;
        width: 100%;
        border-left: 1px dotted rgb(155,155,155);
        border-bottom: 1px dotted rgb(155,155,155);
        border-top: 0;
        font-weight: bold;
    }

        #menu-lateral li a:hover {
            width: 100%;
            padding: -0.8em 0 -0.8em 1em;
            color: rgb(255,255,255);
            background-color: #e21111;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

#grupos {
    width: 80%;
    background: white;
    font-style: italic;
    font-style: inherit;
    position: relative;
    font-size: 1.0em;
    /*margin:1em 0 1em 1em;*/
    top: 0px;
    float: right;
}

.seta {
    width: 13px;
    height: 13px;
    padding: 0 60% 0 10%;
}


.divGrupoProd1 img {
    width: 100%;
    height: 150px;
}

.divGrupoProd2 img {
    width: 100%;
    height: 100px;
}

.divGrupoProd1 {
    float: left;
    width: 200px;
    margin: 17px 17px 17px 17px;
    /*padding: 0px 0px 0px 40px;*/
    font-size: 15px;
    color: #e21111;
    font-weight: bold;
    text-align: center;
}

    .divGrupoProd1:hover {
        color: rgb(255,255,255);
        background-color: #e21111;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.divGrupoProd2 {
    float: right;
    width: 30%;
    margin: 00px 10px 10px 10px;
    padding: -10px 0px 0px 0px;
    font-size: 15px;
    color: #e21111;
    font-weight: bold;
    text-align: center;
}
