/*****  Pantalla a dos columnas ****/
/*****  Ficha 1 ****/

#producto {
    position: relative;
    float:left;
    display:block;
    width: 100%;    
}
#producto img {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}

p.pvp {
    font-weight: bold;
    color: #DF9942;
    text-align: right;
}

#link_productos a {
    position: absolute;
    width: 106px;
    height: 13px;
    top:158px;
    left: 727px;
    z-index: 10;
    background-image: url(../images/link_productos.gif);
    background-repeat: no-repeat;
}
