.ficha-producto {
    width:784px;
    overflow-y:auto;
    margin:auto;
}

  /*******************/
 /* FICHA IZQUIERDA */
/*******************/
.ficha-producto .ficha-izquierda {
    width:391px;
    float:left;
}

.ficha-producto .ficha-main-image {
    display:block;
    width:389px;
    height:389px;
    display:block;
    margin-bottom;
}

.ficha-producto .ficha-thumbnails {
    border-collapse:collapse;
    border-spacing:0;
    display:block;
    width:100%;
}

.ficha-producto .ficha-thumbnails TD {
    border:solid silver 1px;
    padding:0;
}

.ficha-producto .ficha-thumbnails TD.ficha-noborder {
    border:solid silver 0px;
}



.ficha-producto .ficha-thumb-image {
    display:block;
}




  /*****************/
 /* FICHA DERECHA */
/*****************/
.ficha-producto .ficha-derecha  {
    width:323px;
    float:right;
}

.ficha-producto .ficha-nombre {
    color:black;
}

.ficha-producto .ficha-precio {
    color:gray;
}

.ficha-producto .ficha-texto {
    color:gray;
}

.ficha-producto .ficha-carro {
    background:gray;
    color:white;
}

.ficha-producto .ficha-compartir {
    color:gray;
}

.ficha-producto .ficha-video {
    
}
