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

#mapa {
position: relative;
width: 480px;
height: 340px;
padding-left: 40px;
background: url('images/leftgray_bg.jpg') no-repeat 20px 0;
float: left;
}

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

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

#pad {
padding: 16px;
}

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