﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu #menu-button {
    margin: 0px 7px 0 7px;

    display: block;
    border-style: none;
    border-color: white;
    /*border-width: 2px;*/
    padding: 0;
    list-style: none;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    left: 0px;
    height: 30px;
    font-weight: 400;
    /*background: #1C5299;*/
    vertical-align: text-bottom;
    /*width: 127px;*/

    width: auto;
}


    #cssmenu ul li a {
        white-space: nowrap;
        vertical-align: central;
        z-index: 3;
    }

    #cssmenu ul li > a:after {
        color: #B99B67;
        content: ' ▾';
    }

    #cssmenu ul li > a:only-child:after {
        content: '';
    }


    #cssmenu ul ul,
    #cssmenu ul li ul li {
        /*margin: 1px 0 1px 0;*/
        display: block;
        border-style: none;
        border-color: white;
        border-width: 2px;
        padding: 0;
        list-style: none;
        line-height: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        left: 0px;
        height: 30px;
        font-weight: 400;
        vertical-align: text-bottom;
        width: auto;
        z-index: 3;
        text-align: left;
    }

        #cssmenu ul li ul li a {
            white-space: nowrap;
            text-align: left;
        }

        #cssmenu ul li ul li > a:after {
            color: #1C5299;
            /*content: ' ►';*/
            content: '\a0 \a0 \a0 \25B6';
        }


        #cssmenu ul li ul li > a:only-child:after {
            content: '';
        }


        #cssmenu ul ul ul,
        #cssmenu ul li ul li ul li {
            /*margin: 1px 2px 1px 1px;*/
            display: block;
            border-style: none;
            border-color: white;
            border-width: 2px;
            padding: 0;
            list-style: none;
            line-height: 1;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: #fff;
            height: 30px;
            font-weight: 400;
            vertical-align: text-bottom;
            width: auto;
            text-align: left;
        }

#cssmenuul li ul li ul li a {
    white-space: nowrap;
    text-align: left;
}



.level1 ul li a {
    white-space: nowrap;
    text-align: left;
    vertical-align: central;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    align-content: center;
    text-align: center;
    z-index: 3;
    font-weight: 400;
}

#_MenuBase > ul > li {
    /*float: left;*/
    top: 0px;
    left: 0px;
    /*height: 21px;*/
    color: #FFF;
    /*border-right: 1px solid #fff;*/
}



/*#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}


#cssmenu > ul > li {
    float: left;
    width: auto;
    top: 0px;
    left: 1px;
    z-index: 9;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
    z-index: 9;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
        z-index: 9;
    }

#cssmenu.align-center ul ul {
    text-align: left;
    z-index: 9;
}

#cssmenu.align-right > ul > li {
    float: right;
    z-index: 9;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 8px;
    font-size: xx-small;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-right: 2px solid #fff;
    top: -6px;
    left: 1px;
    z-index: 3;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #009ae1;
    z-index: 10;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
    z-index: 10;
}

    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 21px;
        right: 10px;
        width: 4px;
        height: 4px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}


#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    border-left: 3px solid #fff;
    border-right: 1px solid #fff;
}

#cssmenu ul li:hover > ul > li {
    height: 32px;
}

#cssmenu ul ul li a {
    font-size: x-small;
    background: #B99B67;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #ffffff;
    }

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}
*/

#global {
    width: 100%;
    margin: 0 0 auto 0;
}

.mainMenu {
    width: 100%;
    margin: 0;
    height: 122px;
}

.base_menu {
    width: 100%;
    text-align: center;
    /*position: fixed;*/
    z-index: 9999;
}
.base_banner {
    width: 100%;
    text-align: center;
    /*position: fixed;*/
    z-index: 9999;
}

.fixed-header {
    position: fixed;
    top: 190px;
    left: 0;
    width: 100%;
    /*background: #1C5299;*/
    /*background:#247ca4;*/
    /*background: rgba(28, 82, 153, 0.8);*/
}

.fixed-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*background: #B99B67;*/
    /*background: rgba(36, 124, 168, 0.7);*/
    /*background: rgba(28, 82, 153, 0.7);*/
}
.fixed-banner {
    position: fixed;
    top: 22px;
    left: 0;
    width: 100%;

}


._image_down {
    padding: 0px;
    width: 100%;
    height: 50px;
    margin-top: 0px;
    z-index: -9999;
}

._image_down_base {
    padding: 0px;
    width: 100%;
    height: 15px;
    margin-top: 0px;
    /*z-index: 10;*/
}

.auto-style1 {
    width: 10%;
}

.auto-style2 {
    width: 10%;
}

.auto-style_top {
    width: 1152px;
    margin: 0px auto;
    z-index: -9999;
}

.auto-style_menu_top {
    width: 1152px;
    margin: 0px 0 auto 2px;
    text-align: right;
    z-index: 99999;
        background:#1C5299;
        z-index:9999;
}

.bannerrotation{
    width: 1152px;
    margin: 0px 0 auto 2px;
    text-align: right;
    z-index: 10;
    /*background-color: #F5F5ED;*/
   
}



.border_lados {
    width: 100%;
    /*border-bottom: 2px solid #948A54;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;*/
    z-index: -1;
    background:#F9FAF5;


}

.style_top_down {
    width: 1152px;
    /*border-bottom: 2px solid #B99B67;*/
      background:#F9FAF5;
}

.auto-style3 {
    width: 1152px;
    margin: 0px auto;
    background: #F9FAF5;
    
}


.containner_right {
    width: 19%;
    vertical-align: top;
    margin: 20px 0 auto;
    float: right;
    border: 1px dotted #1C5299;
}
.containner_right_Publica {
    width: 19%;
    vertical-align: top;
    margin: 2px 0 auto;
    float: right;
    border: 1px dotted #1C5299;
}

.stacticontBase {
    width: auto;
    text-align: center;
    clear: both;
}

.menuB {
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Arial Rounded MT', sans-serif;
    font-size:12px;
    position: relative;
    padding: 0px;
    align-content: stretch;
    font-style: normal;
    font-size: small;
    font-weight: 500;
    z-index: 20;
    color: #FFF;
    margin-left: 0;
    margin-right: 0px;
    /*width: 20px;*/
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    z-index:99999;
}

    .menuB ul {
        width: auto;
        color: #FFF;
        text-decoration-color: #fff;
        /*text-transform: uppercase;*/
        
        /*float:right;
    text-align:right;*/
    }

    .menuB li {
        position: absolute;
        border-width: 1px;
        color: white;
        /*z-index: 99999;*/
        padding-left: 2px;
        /*margin: 0.5px;*/
    }

    .menuB ul li {
        text-align: center;
        color: #FFF;
        /*height: 20px;*/
        /*background: #B99B67;*/
        background: #1C5299;
        z-index:9999;
        margin-top: 0;
    }

        /*#cssmenu > ul > li {
    float: left;
    top: 0px;
    left: 0px;
    height: 21px;
    color: #FFF;
    border-right: 1px solid #fff;
          
}*/

        .menuB ul li:hover {
            /*background: #1C5299 !important;*/
            background: #B99B67 !important;
        }



.menuB a {
    padding:10px;
    font-size: xx-small;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    top: 0px;
    left: 0px;
    height: 4px;
    clear: both;
}

/*.menuB ul li:hover {
    color: #FFF;
    text-decoration-color: none;
    -webkit-box-shadow: 0px 2px 5px rgba(36, 124, 168, 0.8);
    -moz-box-shadow: 0px 2px 5px rgba(36, 124, 168, 0.8);
    box-shadow: 0px 2px 5px rgba(36, 124, 168, 0.8);

}*/

.menuB ul li:visited {
    background: #1C5299;
    color: #B8860B;
}

.menuB a.static.selected {
    background: #1C5299;
    color: #FFF !important;
    height: 17px;
}




.level1 ul li {
    list-style: none;
    /*margin: 2px;*/
    padding: 0;
    text-align: center;
    /*background: #1C5299;*/
    vertical-align: central;
    min-width: 120px;
    /*width:190px;*/
    /*width: auto;*/
    white-space: nowrap;
    margin: 0 auto;
    height: auto;
    border-right: 1px solid #fff;
    z-index:9999;
}

.level2 ul li {
    list-style: none;
    margin: 2px;
    padding-left: 4px;
    padding-bottom: 3px;
    text-align: center;
    width: auto;
    white-space: nowrap;
    margin: 2px 2px 0 0;
    height: auto;
}

.level3 ul li {
    list-style: none;
    padding-left: 5px;
    padding-bottom: 2px;
    width: auto;
    text-align: left;
    color: #000000;
    white-space: nowrap;
    height: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*width: 97px;*/
}





@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
        background: #1C5299;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul,
        #cssmenu.align-right ul ul {
            text-align: left;
        }

        #cssmenu ul li,
        #cssmenu ul ul li,
        #cssmenu ul li:hover > ul > li {
            width: 100%;
            height: auto;
            border-top: 1px solid rgba(120, 120, 120, 0.15);
            background: #1C5299;
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
                background: #1C5299;
            }

        #cssmenu > ul > li,
        #cssmenu.align-center > ul > li,
        #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

        #cssmenu ul ul li a {
            padding: 20px 20px 20px 30px;
            font-size: 12px;
            color: #000000;
            background: #1C5299;
        }

            #cssmenu ul ul li:hover > a,
            #cssmenu ul ul li a:hover {
                color: #000000;
            }

        #cssmenu ul ul ul li a {
            padding-left: 40px;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul {
            /*position: relative;*/
            left: 0;
            right: auto;
            width: 100%;
            margin: 0;
        }

            #cssmenu > ul > li.has-sub > a::after,
            #cssmenu ul ul li.has-sub > a::after {
                display: none;
            }

    #menu-line {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
    }

        #cssmenu #menu-button::after {
            content: '';
            position: absolute;
            top: 20px;
            right: 20px;
            display: block;
            width: 15px;
            height: 2px;
            background: #000000;
        }

        #cssmenu #menu-button::before {
            content: '';
            position: absolute;
            top: 25px;
            right: 20px;
            display: block;
            width: 15px;
            height: 3px;
            border-top: 2px solid #000000;
            border-bottom: 2px solid #000000;
        }

    #cssmenu .submenu-button {
        position: absolute;
        /*z-index: 10;*/
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }

        #cssmenu .submenu-button::after {
            content: '';
            position: absolute;
            top: 21px;
            left: 26px;
            display: block;
            width: 1px;
            height: 11px;
            background: #000000;
            /*z-index: 99;*/
        }

        #cssmenu .submenu-button::before {
            content: '';
            position: absolute;
            left: 21px;
            top: 26px;
            display: block;
            width: 11px;
            height: 1px;
            background: #000000;
            /*z-index: 99;*/
        }

        #cssmenu .submenu-button.submenu-opened:after {
            display: none;
        }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

.menuB a {
    padding:5px;
    top: -10px;

}
}