/* HTML5 tags */
header, section, footer, aside, nav, article, figure
{
    display: block;
}

h1
{
    font-size: 12px;
    color: #693;
}


body
{
    width: 100%;
    background: #f6efe7 url("../images/bg_amarelo1.png") center top repeat-x;
    margin: 0;
    padding: 0;
    font-family: "verdana";
    font-size: 10px;
    color: #333;
    clear: both;
}


#wrapper
{
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

header
{
}

#galeria
{
    border-right: 5px solid #d4cec7;
    border-left: 5px solid #d4cec7;
    background: #fff url("../images/contentBG.gif") top left repeat-x;
    width: 890px;
    height: 300px;
    float: left;
    position: relative;
    border-bottom: 1px solid #c5c5c5;
}

.galeriaimagem
{
    width: 199px;
    height: 122px;
    float: left;
    margin: 18px 0 0 17px;
    background: #c7c7c7;
    border: 1px solid #c7c7c7;
}

#galeria img a
{
    text-decoration: none;
}

aside
{
    border-right: 5px solid #d4cec7;
    background: #fff;
    float: right;
    width: 270px;
    height: 970px;
}

nav
{
}

nav ul li
{
    list-style-type: none;
    display: inline;
}

article
{
    border-left: 5px solid #d4cec7;
    background: #fff url("../images/contentBG.gif") top left repeat-x;
    float: left;
    width: 620px;
    height: 970px;
    position: relative;
}

section
{
    margin: 10px;
}

#cubo
{
    float: left;
    width: 210px;
    height: 170px;
    position: relative;
}

#containerImg
{
    padding: 0px 0px 0px 10px;
    float: left;
    width: 80px;
    height: 170px;
    position: relative;
}

.imagemMini {
    padding: 15px 0px 0px 0px;
    float: left;
    height: 63px;
    position: relative;

}

#botão
{
    float: right;
    width: 91px;
    height: 30px;
    position: relative;
}

#descrição
{
    float: left;
    padding: 0px 5px 0px 20px;
    width: 593px;
    position: relative;
}

#descrição h2
{
    font-size: 16px;
    color: #bababa;
}

footer
{
    clear: both;
    background-image: url("../images/footer_grad.png");
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 900px;
    height: 130px;
    padding: 20px;
    color: #fff;
}

/**OUTRO**/

/**topo**/
#topBox
{
    margin: 0;
    padding: 0 10px 0 0;
    width: 910px;
    height: 96px;
    background: none;
    text-align: right;
}

#btpLogo
{
    margin: 0;
    padding: 0 0 0 6px;
    width: 166px;
    height: 146px;
    position: absolute;
    z-index: 99;
}

/**Search**/
#searchContainer
{
    margin: 0;
    padding: 0;
    width: 920px;
    height: 60px;
    background: url("../images/searchBG1.png") no-repeat;
}

#searchHolder
{
    margin: 0;
    padding: 0;
    width: 250px;
    height: 28px;
    position: relative;
    left: 666px;
    top: 21px;
}


#searchBox
{
    margin: 0;
    padding: 0;
    width: 172px;
    height: 28px;
    background: url("../images/searchInputBG.png") no-repeat;
}


#searchBox input.inputbox
{
    margin: 6px 0 0 6px;
    padding: 0;
    border: none;
    background: none;
    width: 150px;
    height: 16px;
    color: #666;
}



#but_left
{
    padding: 0 0 0 5px;
    margin: 0;
    height: 27px;
    background: url("../images/but_left.png") 0 0 no-repeat;
}


#but_bg
{
    margin: 0;
    padding: 6px 0 0 0;
    height: 21px;
    background: url("../images/but_bg.png") right no-repeat;
    text-align: center;
    font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
}

#but_bg a
{
    margin-left: -3px;
    color: #efefef;
    text-decoration: none;
}

#but_bg a:hover
{
    color: #00ff12;
    text-decoration: none;
}


.go
{
    width: 39px;
    position: absolute;
    left: 180px;
    top: 1px;
}

/**NAV**/
.topNav
{
    border-left: 5px solid #dea00d;
    border-right: 5px solid #dea00d;
    width: 890px;
    height: 39px;
    background: url("../images/menubg.png") top left no-repeat;
}

ul#navlist
{
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    font-weight: bold;
}

ul#navlist li a, ul#navlist li a:visited
{
    margin: 1px 0 0 0;
    padding: 0 19px 0 20px;
    display: block;
    text-decoration: none;
    height: 37px;
    color: #4f4f4f;
    line-height: 37px;
    overflow: hidden;
    border-left: 1px solid #c88e00;
    float: left;
}

ul#navlist
{
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#navlist li
{
    float: left;
    position: relative;
}

ul#navlist li ul
{
    display: none;
}


ul#navlist li a:hover, ul#navlist li#active a:hover
{
    color: #fff;
    background: #dea00d;
}

ul#navlist li:hover ul
{
    display: block;
    position: absolute;
    top: 38px;
    left: -40px;
    list-style-type: none;
}

ul#navlist li:hover ul li a
{
    display: block;
    padding: 0 20px;
    margin: 0;
    border-left: 1px solid #ffbf1d;
    border-right: 1px solid #ffbf1d;
    border-bottom: 1px solid #ffbf1d;
    background: #dea00d;
    width: 120px;
}

ul#navlist li:hover ul li a:hover
{
    color: #fff;
}

#navlist li.main-active a
{
    color: #fff;
    background: #0D5D13;
}

a, a:link, a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

/**BANNER**/
#headerHome
{
    border-left: 5px solid #d4cec7;
    border-right: 5px solid #d4cec7;
    margin: 0;
    padding: 0;
    width: 890px;
    height: 336px;
}


#flashcontent
{
    width: 100%;
    height: 100%;
    background: transparent;
}

aside
{
    background: #fff url("../images/contentBG.gif") top left repeat-x;
}

#sidebar_content
{
    background: url("../images/sidebar-separartor-right.png") no-repeat;
}

aside h2
{
    font-size: 12px;
    background-color: #eec52b;
    margin: 15px;
    padding: 2px 0 2px 15px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-height: 28px;
    width: 180px;
    color: #fff;
    text-transform: uppercase;
}

aside ul li
{
    font-family: "verdana";
    font-size: x-small;
    line-height: 2.6;
}

.contato_end
{
    margin: 0px 0 0 20px;
    font-family: "verdana";
    font-size: x-small;
}

/****OUTRO***/
#custom-info
{
    display: block;
    margin-top: 30px;
}

#custom-info hr
{
    border: 0 #d8d8d8 dotted;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 5px;
}

#custom-info ul li
{
    line-height: 1.8;
    font-size: x-small;
    font-family: 'verdana';
}

#custom-info h6
{
    color: #777777;
    margin: 5px 0 5px 5px;
}

#custom-info h4
{
    color: #777777;
    margin: 0px 0 5px 0px;
}

#custom-list
{
    margin-top: 5px;
}

#listaColuna2
{
    margin-bottom: 10px;
    position: relative;
    display: block;
    float: left;
}

#listaColuna1
{
    float: left;
    margin-bottom: 10px;
    margin-right: 40px;
    position: relative;
    display: block;
}

/***parceiros***/
#parceiros
{
}

#parc_container
{
    display: block;
    float: left;
    clear: both;
    padding-left: 20px;
}

.parc_image
{
    background: url("../images/parceiros.png") no-repeat;
    width: 548px;
    height: 38px;
}

.nivoSlider
{
    position: relative;
    width: 890px; /* Change this to your images width */
    height: 336px; /* Change this to your images height */
    background: url("../nivo/themes/default/loading.gif") no-repeat 50% 50%;
}
.nivoSlider img
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.nivoSlider a
{
    border: 0;
    display: block;
}

p.rodape
{
    margin: 10px 0 0 265px;
}

/**INTERNA**/

.bannerinterna
{
    border-left: 5px solid #d4cec7;
    border-right: 5px solid #d4cec7;
    margin: 0;
    padding: 0;
    width: 890px;
    height: 99px;
    background: url("../images/banner_interna.png") no-repeat;
    border-top: 1px solid #dea00d;
}

p.titulo_banner
{
    font-size: 25px;
    color: #fff;
    padding: 10px 0 0 50px;
}

.divConteudoPagina
{
    border-left: 5px solid #d4cec7;
    border-right: 5px solid #d4cec7;
    background: #fff url("../images/rodape.png") bottom right no-repeat;
    float: right;
    width: 890px;
    min-height: 600px;
    position: relative;
}

h3
{
    font-size: 24px;
}

.divConteudoPagina p
{
    width: 800px;
    text-align: justify;
    font-size: 11px;
    margin-left: 20px;
}

#sidebar_interna
{
    border-left: 5px solid #d4cec7;
    background: #fff url("../images/sidebar-separartor-right.png") right no-repeat;
    float: left;
    width: 270px;
    min-height: 600px;
    position: relative;
}

#sidebar_interna ul
{
    margin-top: 30px;
    list-style-image: url("../images/lista_icone.png");
}

#sidebar_interna li
{
    margin-bottom: 10px;
}


hr
{
    max-width: 60%;
    margin-right: 90px;
    background-color: #f00;
    max-height: 1px;
}


/**Galeria**/

#galeria_fotos
{
    border-right: 5px solid #d4cec7;
    border-left: 5px solid #d4cec7;
    background: #fff url("../images/rodape.png") bottom right no-repeat;
    float: right;
    width: 890px;
    min-height: 600px;
    position: relative;
}

#container_galeria
{
    width: 750px;
    margin: 50px auto;
    min-height: 300px;
}

.galeria
{
    width: 175px;
    height: 175px;
    margin: 0 10px 0px 0px;
    padding-bottom: 10px;
    float: left;
}


.titulo_galeria
{
    color: #4e4e4e;
    font-family: Verdana;
    margin: 25px 0 0px 50px;
    font-size: 18px;
}

.caption
{
    width: 199px;
    height: 35px;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;
    position: relative;
    top: -42px;
}

.caption p
{
    padding: 10px;
}

.parceiros_imagem
{
    width: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 50px;
    border: 1px solid #c8c8c8;
    float: left;
    clear: both;
    background: #52815e;
}

.climatempo
{
    width: 150px;
    height: 170px;
    margin: 0px 0 0 40px;
    border: none;
}

#noticias
{
    padding-top: 10px;
    padding-right: 20px;
    float: right;
}