body {
    margin: 0;
    font-family:sans-serif;
}

#header {
    background-color: #A0C4E8;
    height: 56px;
}

#header h1 {
    margin-top: 8px;
    font-size: 20px;
    display: inline-block;
}

#header h1 span {
    font-size: 15px;
    display: block;
}

#header .menu-1, #header .menu-1 ul li {
    display: inline-block;
}

#header .menu-1 {
    text-align: right;
    width: 100%;
}

#header img, #footer img {
    width: 40px;
    height: 40px;
}

#header .menu-1 img {
    width: 30px;
    height: 30px;
}

#container {
    background-image:url(../img/fondo.jpg);
    position: absolute;
    height: -webkit-calc(100% - 112px);
    width: 100%;
    background-size: cover;
}



.leftCol , .rightCol {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#container .leftCol {
    width: 178px;
}

#container .leftCol .menu-2 ul {
    padding-left: 0;
}

#container .leftCol .menu-2 ul li {
    list-style: none;
    background: #A0C4E8;
    margin-top: 10px;
    height: 40px;
    width: 135px;
    text-align: left;
    padding-left: 15px;
    position: relative;
}

#container .leftCol .menu-2 ul li a {
    text-decoration: none;
    color: black;
    display: block;
    padding-top: 9px;
    vertical-align: middle;
}

#container .rightCol {
    color: white;
}

#container .rightCol img {
    width: 185px;
    border: 1px solid white;
}

#footer {
    position: absolute;
    height: 44px;
    width: 100%;
    bottom: 0;
    text-align: center;
    left: -webkit-calc(50% - 40px);
}

#footer .footerMenu {
    position: relative;
    width: 90px;
}

