/*
Acessar imagens na pasta images:
background-image: url('../images/nome_imagem.png');
*/

root { 
    display: block;
}
html{
    padding: 0px;
    margin: 0px;
}
body{
    padding: 0px;
    margin: 0px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;    
    padding: 0px;
    margin: 0px;
    background-color: #C0BEBD;
    text-align:center; /* hack para o IE */  
}

.container{
    margin: 0 auto;
    width: 980px;
	position: relative;
	text-align: left;
}

.cabecalho_home{
    background-image: url('../images/bkg001.png');
    background-repeat: repeat-x;
    min-width: 980px;

}
.cabecalho_paginas{
    background-image: url('../images/bkg002.png');
    background-repeat: repeat-x;
    min-width: 980px;

}

.menu{
    color: #FFFFFF;
    text-align: center;
    padding-top: 27px;
}

.menu a{
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 13.5px;
    font-weight: normal;
}
.menu a:hover{
    text-decoration: underline !important;    
}






.banner{
    position: relative;
    width: 713px;
}

.slides_container {
    width: 713px;
    height: 346px;
}
.slides_container div {
    width: 713px;
    height: 346px;
    display:block;
}
.slides_container img {
    width: 713px;
    height: 346px;
}

.pagination{
    float: right;
    position: absolute;
    top: 290px;
    left: 510px;
    z-index:1000;
    list-style: none;   
    width: 200px;

}
.pagination li{
    float: left;
    background: url('../images/bt-slider-laranja.png') no-repeat center center;
    width: 30px;
    height: 30px;
}
.pagination li a{
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    float: left;    
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.current{
    background: url('../images/bt-slider-branco.png') no-repeat center center !important;
    width: 30px;
    height: 30px;
}


.rodape{
    position: absolute; 
    top: 775px;
    z-index: 1;
    width: 100%;
    min-width: 980px;
}

.faixa{
    height: 20px;
    background-color: #FF5800;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: normal;

}

.arredondado{
    border-radius:7px;
    -ms-border-radius:7px;
    -o-border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    background-color: #FFFFFF;
    border: none;
    height: 30px;
    width: 500px;
}

.campo{
    height: 30px;
    width: 220px;
    background-color: #FFFFFF;
}

.itemgaleria{
    float: left;
    width: 300px;
    height: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.link_paginacao{
    
    color: #000000;
    font-family: 'Montserrat';
}