﻿body {
}
.img-total {
    margin:0 auto;
    width:80%;
    height:280px;
}
    .img-total .img {
        width:30%;
        float:left;
        margin-right:2%;
        height:270px;

    }
        .img-total .img img {
            height:100%;
            width:100%;
        }
