root , html {
    display: block;
}

Body {
    margin: 0px 0px 0px 0px;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;
    width: 100%;
    background: url('../../images/site/fundo.png') no-repeat top;
}


/* ESTRUTURA PADRÃO DO SITE */


#cobreTudo {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0c0e41;
    display: none;
    /*    filter: opacity(alpha =             0); */
    /* para o IE */
    -moz-opacity: 0; /* para o FireFox */
    opacity: 0;
    /* para o outros Navegadores */
    z-index: 53;

}

#amplFotoDiv {
    margin-top: 100px;
    width: 100%;
    text-align: center;
    display: none;
    position: absolute;
    z-index: 54;
    color: white;
    font-weight:bold;
    padding: 0px 0px 0px 0px;
}

#amplFoto {}

#amplFoto img {
    border: 15px solid white;
}



a {
    text-decoration: none;
    color: #284299;
}

a:hover {
    text-decoration: underline;
    color: #f3751f;
}

img {
    border: none;
}

.metade {
    width: 49.5%;
}

.left , .esquerda {
    float: left;
}

.right , .direita {
    float: right;
}

.clear { clear: both; }

.azul { color: #284299; }

.amarelo { color: #f8d405; }

.cinza { color: #999C99; }

.verde , .comentarios label{
    color: #006600;
}

.branco { color: #fff; }

.preto { color: #000; }

.bold {
    font-weight: bold;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

hr {
    height: 1px;
    border: none;
    border-bottom: silver dashed 1px;
}


.obs {
    font-size: 10px;
    color: #7a7878;
}

label {
    display: block;
    font-weight: bold;
}

h1 {
    color: #ED751F;
    font-size: 15px;
    font-weight:bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 0px;
    background-image: url("../images/site/h1_bg.png");
    background-repeat: no-repeat;
    background-position: 20px 50px;

}

h1 span {
    background-image: url("../../images/site/p_bg.png");
}


h2 {
    color: #ED751F;
    font-size: 15px;
    font-weight:bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 0px;
}

h2 {
    font-size: 14px;
    display: block;
    margin: 0px 0px 3px 0px;
}

/* ELEMENTOS DO LAYOUT DO SITE */


#pai {

}

#topo {
    position: relative;
    width: 990px;
}

#conteudo {
    text-align: left;
    width: 915px;
}

#baixo {
    width: 915px;
    text-align: left;

}


p {
    background-image: url("../../images/site/p_bg.png");
    background-position: left top;
    padding: 10px 10px 10px 10px;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    background-repeat: no-repeat;
    display: block;
}

div.tit-bg {
    background-image: url("../../images/site/p_bg.png");
    background-position: left top;
    padding: 10px 10px 10px 10px;
    padding-top: 15px;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    background-repeat: no-repeat;

}


.divisor-horizontal {
    background-image: url("../../images/site/divisor_horizontal.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 13px;
    width: 100%;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}

#baixo {
    width: 940px;
    background-image: url("../../images/site/baixo_bg.png");
    height: 100px;
    background-position: left top;
    background-repeat: no-repeat;

    font-size: 9px;
    color: #333333;
    margin-top: 5px;
}

#baixo a {
    font-size: 11px;
}

#baixo-links {
    width: 35%;
    float: left;
    padding: 10px 0px 10px 10px;
}

#baixo-dentro {
    width: 880px;
    text-align: left;
}

#baixo-logos {
    width: 550px;
    float: right;
}


.data {
    color: #6b6e68;
    display: block;
    font-size: 10px;
    margin-bottom: 3px;
}

.noticia-mini-foto , .noticia-mini-foto-media , .foto-baixo , .colecao-mini-foto {
    background-image: url('../../images/site/foto_bg.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 18px;
}

.foto-baixo {
    height: 18px;
    padding: 0px 0px 0px 0px;
}

.noticia-mini-foto-media {
    background-image: url('../../images/site/foto_bg_medio.png');
}

.noticia-mini , .noticia-mini-media {
    width: 200px; background-position: center; height: 120px;
}

.colecao-mini {
    width: 200px; background-position: center; height: 200px;
}

.noticia-mini-media  {
    width: 380px;
    height: 180px;
}

.fotos-lista {
    float: left;
    width: 350px;

}

.lista-spacer {
    clear: both;
    height: 5px;
}

.laranja {
    color: #f3751f;
}

.destaque {
    background-color: #B5B6A5;
    padding: 5px 5px 5px 5px;
    color: #000;
    width: 80%;
    border: 1px solid #f0f0f0;
    font-size: 11px;
}


.menu-lado-container {
    float: right;
    width: 225px;
    margin-left: 20px;
}

.menu-lado {
    background-color: #284299;
    width: 222px;
}

.menu-lado-cima {
    background-image: url("../../images/site/menu_lado_cima.png");
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-item {
    background-image: url("../../images/site/menu_lado_item.png");
    height: 51px;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-item a {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-left: 10px;
    display: block;
}

.menu-item a:hover {
    text-decoration: none;
    color: #000;
}

.menu-lado-baixo {
    background-image: url("../../images/site/menu_lado_baixo.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 28px;
}


.default-conteudo-container {
    width: 670px;
    float: left;
    display: block;
    text-align: justify;
}

#representantes-mapa {
    float: left;
    width: 480px;
}

span.info {
    width: 12px;
    height: 12px;
    background-image: url("../../images/site/info.png");
    background-repeat: no-repeat;
    display: inline-block;
    cursor: help;
    overflow: hidden;

}

.sucesso , .erro {
    background-color: #018E24;
    color: white;
    padding: 7px;
    text-align: center;
}

.erro {
    background-color: #C82020;
    margin: 10px;

}


#topo-menu {
    background-color: #284299;
    width: 920px;
    height: 44px;
    margin-bottom: 5px;
}

#topo-menu ul {
    margin: 0px;
    padding: 0px;

    float: left;
}

#topo-menu .interno {
}

ul.dropdown li {
    background: url('../../images/site/menu-divisor.png') right no-repeat;
}


#topo-buscar {
    width: 197px;
    height: 26px;
    float: right;
    margin-top: 9px;
    margin-right: 8px;
}

#busca-input {
    width: 187px;
    height: 26px;
    float: left;
    background: url("../../images/site/buscar-bg-completo.png") no-repeat center;
}

#busca-input input {
    background-color: transparent;
    padding: 2px;
    border: none;
    color: #284299;

}

.topo-banner-item {
    width: 920px;
    height: 220px;
    overflow: hidden;
}


#topo-banners-imgs {
    margin: 5px 0px 8px 0px;
    height: 220px;
    width: 920px;

}

#banners-container {
    position: relative;
}




ul#topo-pager {
    top: 195px;
    position: absolute;
    z-index: 10;
    left: 860px;
    width: 100px;
    margin: 0px;
    padding: 0px;
}

ul#topo-pager,ul#topo-pager li {
    padding: 0px;
    margin: auto;
}

ul#topo-pager a {
    background-color: #284299;
    border: 1px solid #2D49AC;
    padding: 2px 5px;
    margin-left: 3px;
    color: #fff;
    font-weight: bold;
}

ul#topo-pager a.activeSlide {
    color: #2D49AC;
    border: 1px solid #F99B33;
    border-right: 1px solid #A95B05;
    border-bottom: 1px solid #A95B05;
    background-color: #F99B33;
}

ul#topo-pager a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #ed1a23;
}

div#topo-banners {
    position: relative;
}

#baixo-logos-table {
    width: 480px;
}

#baixo-logos-table td {
    text-align: center;
}

#colecoes-btn-estampado {
    background-image: url('../../images/site/btn-estampados.png');
    background-position: left;
    background-repeat: no-repeat;
    width: 526px; height: 135px;
    display: block;
}


#colecoes-btn-estampado .interno {
    padding-left: 333px;
    padding-top: 30px;
    display: block;
    width: 175px;
    color: #585858;
    font-size: 12px;
    text-align: left;
    line-height: 13px;
}

#colecoes-btn-estampado .interno .colecao-link {
    color: #0066FF;
    font-weight: bold;
    text-align: right;
    font-size: 15px;
    margin-top: 12px;
    display: block;
}


#colecoes-btn-liso {
    background-image: url('../../images/site/btn-artigo-liso.png');
    background-position: left;
    background-repeat: no-repeat;
    width: 523px; height: 112px;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
}

#colecoes-btn-liso .interno {
    padding-left: 15px;
    padding-top: 20px;
    display: block;
    width: 175px;
    color: #585858;
    font-size: 12px;
    text-align: left;
    line-height: 13px;
}

#colecoes-btn-liso .interno .colecao-link {
    color: #0066FF;
    font-weight: bold;
    text-align: right;
    font-size: 15px;
    margin-top: 12px;
    display: block;
}

.outras-item {
    width: 46%;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
}

#topo-menu-auxiliar {
    position: absolute;
    top: 90px;
    left: 720px;
    z-index: 50;
    text-align: right;
}

#topo-menu-auxiliar a {
    color: #284299;
    display: inline-block;
    margin: 0px 3px;
}
