thanks for the idea, i have the style.css in this way
#sidebar-primary {
overflow: hidden;
float: left;
width: 300px;
margin-left: 15px;
}
.blog #sidebar-primary{margin-top:-440px;}
and now is working great in the front page and in the article page.
cheers!