#propertyMap {
    margin-bottom: 20px;
}

.box {
    background: url(../images/home/bgbox.gif) no-repeat;
    float: left;
    height: 253px;
    padding: 0 1px 1px 0;  
    width: 290px;
}

.box h2 {
    border-bottom: 1px solid #CCC;
    color: #036;
    font: normal 16px "Gill Sans Mt", "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    padding: 10px;
    text-transform: uppercase;
}

.box#noticias {
}

    .box#noticias ul {}
    
    .box#noticias ul li {
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #CCC;
        list-style: none;
        padding: 9px;
    }
    
    .box#noticias ul li a {
        color: #787370;
        font-weight: bold;
    }
    
        .box#noticias ul li a:hover {
            color: #555;
        }
    
        .box#noticias ul li a span {
            color: #BBB;
            display: block;
        }
        
.box .highlight {
    background: url(../images/home/bghighlightbox.gif) no-repeat;
    padding: 12px 10px 10px 10px;
}

    .box .highlight h3 {
        margin-bottom: 5px;
    }
    
    .box .highlight h3 a {
        color: #666;
        font-size: 14px;
    }
    
    .box .highlight p {
        color: #444;
        font-size: 12px;
        margin-bottom: 7px;
    }
    
    .box .highlight a.saibamais {
        background: url(../images/home/buttonsaibamais.gif) no-repeat;
        display: block;
        height: 16px;
        outline: none;
        text-indent: -9999px;
        width: 69px;
    }
    
        .box .highlight a.saibamais:hover {
            background-position: center;
        }
        
        .box .highlight a.saibamais:active {
            background-position: bottom;
        }