﻿.bg-img {
    height: 775px;
}
#home {
    height: 750px;
}

.md-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-header {
    margin-bottom: 15px;
}
.home-content {
    height: 45px;
}
.home-content h1{
    font-size:40px;
}
.descripcion{
    font-size:19px;
    color: #666666;
}

#wrapper {
    max-width: 1050px;
    margin: 60px auto 60px auto;
    background-color: #DDD
}

#outer {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.itemwrapper {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}