#space {
position: relative;
height: 30px;
}

#allnews {
position: relative;
width: 630px;
background: url('images/gray_bg.jpg') no-repeat;
float: right;
}

#noticia {
position: relative;
margin-top: 20px;
width: 480px;
background: url('images/leftgray_bg.jpg') no-repeat 20px 0;
float: left;
}

#fix {
position: relative;
width: 1px;
height: 340px;
float: left;
}

#old_news {
position: relative;
margin-top: 20px;
width: 250px;
background: url('images/rightgray_bg3.jpg') no-repeat;
float: right;
}

#pad {
padding: 60px 20px 20px 40px;
}

.title {
font-size: 12px;
color: #bfb12c;
}

.data {
font-size: 10px;
font-weight: bold;
color: #bfb12c;
}

.old_news a{
font-size: 12px;
font-weight: bold;
}
