.retos-topPanel{
    padding: 5px 2px;
    background: #ececec;
}
.retos-topPanel .topPanel{
    width: 100%;
    display: table;
}
.retos-topPanel .topLeftPanel, .retos-topPanel .topRightPanel{
    display: table-cell;
    text-align: left;
}

.retos-topPanel .topRightPanel{
    text-align: right;
}
.retos-topPanel .topLeftPanel > ul, .retos-topPanel .topRightPanel > ul{
    vertical-align: middle;
    list-style: none;
    margin: 0px 0px 0px 0px;    
    padding: 0px;
    display: inline-block;
}
.retos-topPanel .topRightPanel > ul{
    margin: 0px 0px 0px 10px;
}
.retos-topPanel .topLeftPanel > ul > li, .retos-topPanel .topRightPanel > ul > li{
    display: inline-block;
}
.retos-topPanel .topLeftPanel > ul > li, .retos-topPanel .topRightPanel > ul > li{
    display: inline-block;
    margin-left: 5px;
}
.retos-topPanel .topLeftPanel > ul > li:first-child, .retos-topPanel .topRightPanel > ul > li:first-child{
    margin-left: 0;
}

.retos-topPanel ul.menuSocial a{
    font-size: 1.5em;
    color: #898989;
    padding: 2px;
    margin-right: 2px;
    transition: color 0.2s linear;
}
.retos-topPanel ul.menuSocial a:hover{
    color: #555;    
}

.retos-topPanel ul.menuSocial a[href*="facebook."]{
    color: #3b5998;
}
.retos-topPanel ul.menuSocial a[href*="facebook."]:hover{
    color: #29487d;
}

.retos-topPanel ul.menuSocial a[href*="linkedin."]{
    color: #0077b5;
}
.retos-topPanel ul.menuSocial a[href*="linkedin."]:hover{
    color: #000;
}

.retos-topPanel ul.menuSocial a[href*="youtube."]{
    color: #e62117;
}
.retos-topPanel ul.menuSocial a[href*="youtube."]:hover{
    color: #000;
}

.retos-topPanel ul.menuSocial a[href*="twitter."]{
    color: #08a0e9;
}
.retos-topPanel ul.menuSocial a[href*="twitter."]:hover{
    color: #0084b4;
}

.retos-topPanel ul.menuGuest a{
    padding-left: 10px;
}
.retos-topPanel ul.menuGuest a:hover{
    text-decoration: none;
}

.retos-topPanel .search-form{
    vertical-align: middle;
    max-width: 200px;
    margin: 0px 0px 0px 15px;    
    padding: 0px;
    display: inline-block;
}
.retos-topPanel .search-form form{
    margin: 0px;
    padding: 0px;    
}
.retos-topPanel .search-form .form-control{
    height: 2em;
    box-shadow: none;
}
.retos-topPanel .search-form .btn{
    color: #49ad3c;
    background: #fff;
    border: #ccc solid 1px;
    border-left: none;
    padding: 1px 10px;
    height: 2em;
    transition: all 0.2s linear;
}
.retos-topPanel .search-form .btn:hover{
    color: #2c6f24;    
}

.retos-topPanel ul.menuLang > li.active img{
    opacity: .4;
}

@media(max-width: 768px){
    .retos-topPanel .topPanel{
        display: block;
    }
    .retos-topPanel .topLeftPanel, .retos-topPanel .topRightPanel{
        display: block;
        text-align: center;
    } 
}

