body {
    background: #d7d7d2;
}

#topmenu {
    display: flex;
    justify-content: space-between;
    float: none;
    padding-right: 0;
    padding-top: 165px;
}

/*#topmenu form {*/
/*    top: 168px;*/
/*    right: 2px;*/
/*}*/

#search-form {
    position: absolute;
    right: 2px;
}

.main-menu #search-form {
    top: 2px;
}

#topbar #search-form {
    bottom: 35px;
}

#topimg a,
.rtw a {
    text-decoration: none;
    color: #000;
    font-weight: normal;
    width: 75px;
    display: inline-block;
}

.rtw a {
    width: auto;
    margin-left: 5px;
}

.rtw a.font-bold {
    font-weight: bold;
}

.rtw a.border-right {
    border-right: 1px solid #ededed;
}

#tmenu {
    width: 100%;
    display: block;
    background: #F4F4F4;
    height: 32px;
}

#tmenu li a:hover,
#tmenu li ul li a:hover,
#tmenu li a.mn1y,
#tmenu li a.mn2y,
#tmenu li a.mn3y,
#tmenu li a.mn4y,
#tmenu li a.mn5y,
#tmenu li a.mn6y,
#tmenu li a.mn7y,
#tmenu li a.mn8y {
    color:#fff;
    background-color: #a85349;
}

#newsletter {
    display: none;
}

#col2 {
    text-align: left;
}

#footer {
    background: #a85349;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 5px 0;
}

#footer p {
    color: #fff;
}

#footer p.social-networks {
    display: flex;
    gap: 6px;
    flex-flow: row nowrap;
    justify-items: center;
    padding-left: 0;
    padding-right: 20px;
}

#footer p.social-networks img,
#footer p.social-networks a {
    height: 29px;
    /*margin-left: 5px;*/
}

#content #st-1 .st-btn > img {
    height: 20px;
    width: 20px;
    top: 6px;
}

#content #st-1 .st-btn {
    padding: 0 8px;
}

.clear {
    clear: both;
}

.hideItem {
    display: none!important;
}

#topbar {
    position: relative;
}

.link-to-home {
    height: 70%;
    position: absolute;
    width: 100%;
}

.bg-15-ca-year {
    background-image: url('../img/15.ca.years.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 70%;
}

.bg-15-es-year {
    background-image: url('../img/15.es.years.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 70%;
}

.bg-15-en-year {
    background-image: url('../img/15.en.years.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 70%;
}