#flash {
    float: right;
    height: 240px;
    margin-right: 45px;
    width: 575px;
}

.three-column {
    clear: both;
    padding-top: 20px;
}
    .three-column > div {
        background: #f0f;
        float: left;
        height: 233px;
        margin-left: 20px;
        padding: 23px 11px 0;
        width: 298px;
    }
        .three-column > div:first-child {
            margin-left: 0;
        }
        .three-column > div h4 {
            font-size: 13px;
            margin-top: 6px;
        }
        .three-column > div p {
            color: #7a7a7a;
            margin: 4px 0 6px;
        }
    .three-column #shieldeds {
        background: url(../images/layout/background-home-shieldeds.png);
    }
        .three-column #shieldeds h4 {
            color: #007ea1;
        }
    .three-column #parts {
        background: url(../images/layout/background-home-parts.png);
    }
        .three-column #parts h4 {
            color: #9f5415;
        }
    .three-column #implements {
        background: url(../images/layout/background-home-implements.png);
    }
        .three-column #implements h4 {
            color: #778342;
        }
        
.five-column {
    padding-top: 20px;
}
    .five-column > div {
        float: left;
        height: 184px;
        margin-left: 15px;
        padding: 20px 11px 0;
        position: relative;
        width: 160px;
    }
        .five-column > div:first-child {
            margin-left: 0;
            margin-right: 2px;
        }
        .five-column > div h4 {
            color: #007ea1;
            font-size: 11px;
            margin-top: 6px;
        }
        .five-column > div p {
            color: #7a7a7a;
            margin: 4px 0 6px;
        }
        .five-column > div .button {
            bottom: 7px;
            left: 11px;
            position: absolute;
        }
    .five-column #tyreblocker {
        background: url(../images/layout/background-home-tyreblocker.png);
    }
    .five-column #amalcaburio {
        background: url(../images/layout/background-home-amalcaburio.png);
    }
    .five-column #quality {
        background: url(../images/layout/background-home-quality.png);
    }
    .five-column #technology {
        background: url(../images/layout/background-home-technology.png);
    }
    .five-column #debit {
        background: url(../images/layout/background-home-debit.png);
        width: 187px;
    }
        .five-column #debit table {
            width: 190px !important;
        }

#popup {
    -moz-box-shadow: black 0 0 25px;
    border: 1px solid #000;
    height: 387px;
    left: 50%;
    margin-left: -455px;
    margin-top: -193px;
    position: absolute;
    top: 50%;
    width: 913px;
}
    #popup #popup-x {
        background: #999;
        border: 1px solid #000;
        color: #fff;
        display: block;
        font-weight: bold;
        opacity: 0.8;
        padding: 2px 4px;
        position: absolute;
        right: 8px;
        top: 8px;
    }
    #popup:hover #popup-x {
        opacity: 1;
    }
