﻿#home {
    height: 65px;
}
.bg-img {
    height: 65px;
}

@media screen and (max-width: 600px) {
    .bg-img {
        height: 50px;
    }
}

.md-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-header {
    margin-bottom: 15px;
}

.home-content {
    height: 45px;
}

.home-content h1 {
    font-size: 40px;
}

.descripcion {
    font-size: 19px;
    color: #666666;
}

.imgrow {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.imgcolumn1 {
    flex: 60%;
    padding: 0 4px;
}

.imgcolumn2 {
    flex: 40%;
    padding: 0 4px;
}


#wrapper {
    max-width: 1050px;
    margin: 0px auto 0px auto;
    background-color: #DDD
}

#outer {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 5px;
}
#outer img {
    height: 350px;
    width: 100%;
}

.itemwrapper1 {
    display: table-cell;
    vertical-align: top;
    width: 55%;
}

.itemwrapper2 {
    display: table-cell;
    vertical-align: top;
    width: 45%;
}

.itemwrapper2 img {
    padding-left: 5px;
}

img {
    max-width: 100%;
    height: auto;
}

p{
    color:#555555;
}