root { 
    display: block;
}
body{
    width:100%;
    height:100%;
}
img{
    float:left;
    border:0px;
}
/* BACKGROUNDS */
#fundo01{
    background: url(../img/fundo01.jpg) no-repeat center #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment:fixed;
    -webkit-background-attachment:fixed;
}
#fundo02{
    background: url(../img/fundo02.jpg) no-repeat center #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment:fixed;
    -webkit-background-attachment:fixed;
}
#fundo03{
    background: url(../img/fundo03.jpg) no-repeat center #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment:fixed;
    -webkit-background-attachment:fixed;
}
#fundo04{
    background: url(../img/fundo04.jpg) no-repeat center #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment:fixed;
    -webkit-background-attachment:fixed;
}

/* FIM BACKGROUNDS */
/*
#bg { position:fixed; top:-50%; left:-50%; width:200%; height:200%; z-index: -1;}
#bg img { position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; min-width:50%; min-height:50%; }
*/
/* Estruturas Principais */
#container{
    min-height: 880px;
}
#caixa_conteudo{
    min-height: 520px;
    padding:20px 0;
    color:#fff;
}
#caixa_conteudo h1,h2,h3,h4,h5,h6{
    color:#fff;
}
#topo{
    height:230px;
    
}
#rodape{
    width:100%;
    height:80px;
    padding-top:15px;
    background-color: #000;
    opacity:0.4;
    position:relative;
    bottom:-1px;
    border-top:1px solid #ffe300;
    color: #fff;
}
/* Classes Gerais */
.amarelo{
    color: #ffe300;
}
/* Fundo transparente para as DIVs */
.transp{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #000;
    opacity:0.6;
    color: #fff;
    padding: 5px;
    float:left; 
}
/* Fim Fundo Divs */
/* Fim Classes Gerais */
/* Conteudo Topo */
#moto{
    margin:80px 0 0 -200px;
    color: #000;
}
#menu{
    margin:92px 0 0 -25px;
}
#menu li{
    margin-left:15px;
}
#menu li a{
    background-color: #000;
    color:#fff;
}
#menu li a:hover{
    color: #ffe300;
}
#menu .active a{
    background-color: #ffe300;
    color: #000;
}
#menu .active a:hover{
    background-color: #ffe300;
    color: #000;
}
/* Fim Conteudo Topo */
/* Index */
#apresentacao{
    width:880px;
    margin:70px 10px;
    padding:10px;
}
.span4 a{
    color: #fff;
}
.span4 a:hover{
    color: #ffe300;
    text-decoration: none;
}
.span4 img{
    margin-top:15px;
}
.marginL{
    margin-left:10px;
}
/* Fim Index */
/* Serviços e Produtos */
#produtos{
    width:900px;
    min-height:720px;
    padding:50px 15px 20px 15px;
}
#produtos a{
    color: #fff;
}
#produtos a:hover{
    color: #ffe300;
}
.item_desc{
    min-height: 500px;
    width:860px;
    background-color: #fff;
    border: 1px solid #ffe300;
    color:#000;
}
.desc_cabecalho{
    width:680px;
    min-height: 50px;
    margin:0 90px 10px 90px;
    background-color: #005580;
    opacity: 0.7;
}
.desc_cabecalho h3{
    color:#000;
    font-weight: bold;
}
.desc_corpo{
    min-height: 435px;
    width:840px;
    margin:10px;
    background-color: #002a80;
}
.accordion-group{
    width:900px;
    border:none;
}
.accordion-inner{
    border-top: 1px solid #ffe300;
}
/* Fim Serviços e Produtos */
/* Clientes */
.caixa_cliente{
    width:200px;
    height:100px;
    margin:10px 0 10px 95px;
    float:left;
}
#cabecalho_clientes{
    width:900px;
    margin:50px 20px;
    border-bottom: 1px solid #ffe300;
}
#cabecalho_clientes h4{
    margin-bottom: 20px;
}
/* Fim Clientes */
/* Localização */
#localizacao_info{
    height:360px;
    width:230px;
    float:left;
    padding:5px;
    margin:0 0 0 3px;
}
#localizacao_mapa{
    padding:5px;
}
#localizacao_mapa iframe{
    width:680px;
    height:360px;
    border: 1px solid #ffe300;
}
#localizacao_mapa a{
    color: #ffe300;
}
/* Fim Localização */
/* Contato */
/* contato_form e contato_dado no mesmo span, pois houve problemas de compatibilidade no IE e Firefox */
#contato_form{
    width:420px;
    min-height:580px;
    padding:10px; 
    float:left;
}
#contato_form legend{
    color: #fff;
}
#contato_form input, textarea{
    width:400px;
    border: 1px solid #ffe300;
    background-color: #000;
    color: #fff;
}
#contato_form legend{
    border-bottom: 1px solid #ffe300;
}
#contato_form #btsub{
    width:80px;
    margin:0 160px;
    background-color: #ffe300;
    color: #000;
}

#contato_dados{
    width:280px;
    height:588px;
    padding-top:10px;
    margin-left:100px;
    float:left;
}
#contato_dados img{
    margin:5px 100px;
}
#alerta{
    color: #000;
    background-color: #ffe300;
    border: 1px solid #ffe300;
    text-align: center;
}

#alerta, #mensagem_alert, #nome_alert, #email_alert, #msg_alert{
    display: none;
}
/* Fim Contato */
