
@media only screen and (max-width:1024px) {
    /* styles for browsers larger than 1024px; */
}

@media only screen and (min-width:1024px) {
    /* styles for browsers larger than 1024px; */
}

body, html {
    padding: 0px;
    margin: 0px;
    /*width:1360px;
margin: 25px auto;*/
    position: relative;
    font-family: sans-serif, sathu, sathu;
}

#head_ {
    width: 100%;
    position: relative;
    margin: 0 auto;
    min-width: 991px;
    height: 72px;
}

#head_left {
    float: left;
    width: 260px;
    padding-left: 1%;
}

#head_right {
    float: right;
    margin-top: 10px;
    padding-right: 1%;
}

#opcoes {
    color: rgb(153,155,166);
    font-size: 14px;
    float: right;
    padding-right: 9px;
}

    #opcoes div {
        float: left;
        margin: auto 3px;
    }

#lang {
    color: #00A4E4;
}

#opcoes #img_conta {
margin-left: 5px;
margin-top: -7px;
}

#menu {
    margin-top: 27px;
}

div #menu a {
    margin: 12px;
color: #1BA5E0;
    /*color: rgb(153,155,166);*/
}

.selected {
    color: rgb(65,185,230) !important;
}

a:link {
    text-decoration: none;
}
/* unvisited link */
a:visited {
    text-decoration: none;
}
/* visited link */
a:hover {
    text-decoration: underline;
}
/* mouse over link */
a:active {
    text-decoration: underline;
}
/* selected link */
