Hmm.. I changed the lefts and rights in this code, but now I see the content, and underneath that I see the menu.
#noticias {
float: left;
margin: 0;
padding: 0 0 20px 20px;
width: 550px;
}
#sidebar {
float: right;
font-size: 11px;
line-height: 1.5em;
margin: 0;
padding: 0 10px;
width: 170px;
}
What else should I change?