
#dock {
    width: 715px;
    height: 127px;
    position: absolute;
    top: 547px;
    left: 30px;
    border: 0px none;
}
#dock_flecha_izq, #dock_flecha_der {
    height: 100%;
    width: 50px;
    float: left;
    z-index: 41;
}
#dock_flecha_izq2 div, #dock_flecha_der2 div {
    width: 34px;
    height: 38px;
    top:  44px;
    cursor: pointer;
}
#dock_flecha_izq2 div {
    background-image: url('dock_flecha_izq.png');
    background-repeat:no-repeat;
    left: -5px;
}

#dock_flecha_izq2 div:hover {
    background-image: url('dock_flecha_izq_over.png');
    background-repeat:no-repeat;
}

#dock_flecha_der2 div {
    background-image: url('dock_flecha_der.png');
    background-repeat:no-repeat;
    left: 22px;
 }
 #dock_flecha_der2 div:hover {
    background-image: url('dock_flecha_der_over.png');
    background-repeat:no-repeat;    
 }

    #dock_flecha_izq {        
        left: 25px;
    }
    #dock_flecha_izq2 {
        background-image: url('dock_izq.png');
        width:100%;
        height: 100%;
        position: static;
    }

    #dock_contenido{
        width: 615px;
        height: 97px;
        background-image: url('dock_fondo.png');
        background-repeat: no-repeat;
        float:left;
        z-index: 40;
        overflow:hidden;
        position: static;
        padding-top: 30px;
    }

        #sobre_doc{
            width: 615px;
            height: 65px;
            position: absolute;            
            overflow: hidden;
        }

    #dock_oferta_titulo{
        border: 0px none;
        width:200px;
        overflow: hidden;        
        position: absolute;
        text-transform:uppercase;
        text-align:center;
        color: white;
        font-size: 11px;
        top: 5px;
        left: 247px;
    }
    
    #dock_ofertas {
         height: 65px;
         padding: 0px 0px 0px 0px;
         margin:  0px 0px 0px 10px;
         width: 1845px;
         top: 0px;
         position:relative;
         left: 0px;         
    }

     #dock_ofertas .dock_oferta {
         width: 123px;
         height: 62px;
         overflow: hidden;
         display: inline;
         text-decoration: none;
     }
          #dock_ofertas .dock_oferta div {
             width: 100px;
             height: 62px;
             overflow: hidden;
             float: left;
             cursor: pointer;
             text-align: center;
             opacity: 0.5;
         }

         #dock_ofertas .dock_oferta div:hover {
            opacity: 1;
         }


    #dock_flecha_der {    
        right:25px;
    }
    #dock_flecha_der2 {
        background-image: url('dock_der.png');
        position: static;
        width: 100%;
        height: 100%;
    }



