﻿#divbtnOK 
{
    width: 50px; 
    text-align: right; 
    float: right;
    display: block;
    
}

#btnOk
{
    margin-left: 0px !important;
    margin-top: 0px !important;
    
}


div#a_pesquisa
{
    width: 100%;
}


div#a_pesquisa_home
{
    width: 100%;
}





/** ARMINDO - 20170803 - PARA FICAR SEMPRE O MENU VISIVEL COMO RESPONSIVE **/
/*
.menu {
    position:relative;
    display:inline-block;
    float: left;
}
 
.menu ul.active {
    display:none;
}
 
.menu ul {
    width:100%;
    position:absolute;
    top:120%;
    left:0px;
                    
    box-shadow:0px 1px 1px rgba(0,0,0,0.15);
                    
    background:#303030;
}
 
.menu ul:after {
    width:0px;
    height:0px;
    position:absolute;
    top:0%;
                    
    content:'';
    transform:translate(0%, -100%);
                    
}
 
.menu li {
                    
    float:none;
    display:block;
}
 
.menu a {
    display:block;
}
 
.toggle-nav {
    padding:20px;
    float:left;
    display:inline-block;
    box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    border-radius:3px;
    background:#303030;
    text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    color:#777;
    font-size:20px;
    transition:color linear 0.15s;
}
 
.toggle-nav:hover, .toggle-nav.active {
    text-decoration:none;
    color:#66a992;
}
                
 */               
                
    /*               
.sb-toggle-left {
    padding:15px;
    float:left;
    display:inline-block;
    border-radius:10px; 
    background:#303030;
    background:#e6ebf7;
    color:#272425;
    font-size:20px;
    transition:color linear 0.15s;
}
 
.sb-toggle-left:hover, .sb-toggle-left.active {
    text-decoration:none;
    color:#272425;
}
         */
                
/*                
.header_logo 
{
    display: inline;
    float: left;
    text-align: left;
    width: auto;
    margin-left: 50px;
}
                
.header_logo a img
{
    width: 100px;
    height: auto;
    margin-top: 7px;
}
*/
/*
#logoRight 
{
    float: right;
    margin: 0px !important;
    margin-top: 21px;
}
*/
                
/*                
#menuWrapper
{
    display: inline;
    float: left;
    text-align: left;
    width: auto;
    position: absolute;
    left: 10px;
}
*/
                
#header 
{
    min-height: 70px !important;
    /* height: 70px !important; */
}

/** ARMINDO - 20170803 - PARA FICAR SEMPRE O MENU VISIVEL COMO RESPONSIVE **/





#menu_b1_colecoes_museologicas, #menu_b2_colecoes_arqueologicas, #menu_b3_colecoes_etnologicas, #menu_b4_historia_natural, #menu_b5_patrimonio_imaterial, #menu_b6_patrimonio_imovel
{
    width: 100%;    
    max-width: 100%;
    padding: 10px;
    box-shadow: 0 0 0 10px white inset;
    box-sizing: border-box;
}


#menu_b1_colecoes_museologicas {
    background-color: #3399cc;
}

#menu_b2_colecoes_arqueologicas {
    background-color: #b31e43;
}

#menu_b3_colecoes_etnologicas {
    background-color: #48ac44;
}

#menu_b4_historia_natural {
    background-color: #fb7c00;
}

#menu_b5_patrimonio_imaterial {
    background-color: #a0c423;
}

#menu_b6_patrimonio_imovel {
    background-color: #cc6699;
}



#menu_b1_colecoes_museologicas a img, #menu_b1_colecoes_museologicas img {
    float: right;
}

#menu_b2_colecoes_arqueologicas a img, #menu_b2_colecoes_arqueologicas img {
    float: right;
}

#menu_b3_colecoes_etnologicas a img, #menu_b3_colecoes_etnologicas img {
    float: right;
}

#menu_b4_historia_natural a img, #menu_b4_historia_natural img {
    float: right;
}

#menu_b5_patrimonio_imaterial a img, #menu_b5_patrimonio_imaterial img {
    float: right;
}

#menu_b6_patrimonio_imovel a img, #menu_b6_patrimonio_imovel img {
    float: right;
}

