.ofertas-2 {
    width: 980px;
    height: 300px;
    background: #7f8486;
    margin: 10px;
    float: left;
    z-index: 610;
    padding: 10px;
    z-index: 600;
}

.ofertas-2-foto-grande {
    width: 680px;
    height: 300px;
    float: left;
    background: #333333;
    overflow: hidden;
}

.ofertas-2-texto {
    background: #000;
    opacity: 0.7;
    width: 520px;
    height: 45px;
    z-index: 615;
    position: relative;
    top: 0px;
    left: 0px;
    color: #fff;
    padding: 30px;
    margin-top: -160px;
    margin-left: 50px;
    cursor: pointer;
}

.ofertas-2-div1 {
    width: 295px;
    height: 97px;
    background: #686464;
    border: 2px solid #ccc;
    float: right;
    margin-bottom: -2px;
}

.ofertas-2-div1-foto {
    width: 100px;
    height: 65px;
    background: #000;
    border: 1px solid #ccc;
    float: left;
    margin: 15px;
    cursor: pointer;
}

.ofertas-2-div1-detalhe {
    width: 160px;
    height: 65px;
    color: #fff;
    float: left;
    margin-top: 15px;
}


#ofertas-2-div2 {
    background: #ced3d4;
}

#ofertas-2-div2 .ofertas-2-div1-detalhe{
    color: #000;
}