#msgLogin{
    width: 228px;
    height: auto;
    margin: 0 0 15px 0;
    padding: 5px 5px 5px 5px;
    background-color: #F9EDBE;
    border: 1px #F0C36D solid;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.listProdLogin{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 7px 0;
    padding: 0 0 0 0;
    list-style: none;
}

.listProdLogin li{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    font-size: 12px;
}

#loginInformativo{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    border-bottom: 1px #CCCCCC dashed;
}

#loginInformativo h2{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 8px 0;
    color: #0B3555;
    font-size: 20px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#loginInformativo span{
    float: left;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 12px;
    margin: 0 0 22px 0;
}

/** Formulario de acesso */
.frm{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px #CCCCCC dashed;
}

.frm h2{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 8px 0;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.frm .div{
    float: left;
    width: 100%;
    height: auto;
    margin:  0 0 5px 0;
}

.frm .div .input{
    float: left;
    width: 232px;
    height: auto;
    padding: 4px 4px 4px 4px;
    color: #999999;
    border: 1px #999999 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btnSubmit{
    float: right;
    width: 36px;
    height: 22px;
    background-image: url('../images/btnSubmit.png');
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

/** Lista pagina inicial */
#lista{
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

#lista li{
    float: left;
    width: 291px;
    height: 153px;
    margin: 0 5px 10px 0;
    padding: 13px 13px 13px 13px;
    border: 1px #CCCCCC solid;
}

#lista li img{
    float: left;
    margin: 0 0 5px 0;
    max-width: 290px;
}

#lista li h2{
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #0C3859;
    font-weight: bold;
    margin: 0 0 5px 0;
}

#lista li span{
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #666666;
    margin: 0 0 5px 0;
}

#lista li:hover{
    background-image: url('../images/bgBox.png');
    background-repeat: repeat-x;
    border: 1px #106381 solid;
    color: #63B8D7 !important;
}


/** Entre em contato */
#fale_conosco{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 52px 0;
}

#form_contato{
    float: left;
    width: 300px;
    height: auto;
}

#form_contato .div{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

#form_contato .campo{
    margin: 3px 0 0 0;
    padding: 4px 4px 4px 4px;
    color: #999999;
    border: 1px #999999 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#onde{
    float: right;
    width: 250px;
    height: auto;
}

#onde .barraTitulo{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 14px 0;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

#mapa{
    float: left;
    width: 100%;
    height: auto;
}

/** Titulo paginas */
.titulo_site{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    font-size: 18px;
    color: #0C3859;
    font-weight: bold;
}


/** Vídeos */

.boxVideo {
    width: 228px;
    min-height: 170px;
    height: auto !important;
    height: 170px;
    margin-top: 10px;
    margin-right: 75px;
    background: url("../images/bg_box_videos.png");
    border-bottom: 1px solid #DADADA;
    float: left;
    /*position: relative;*/
    text-align: left;
}

.boxVideo p{
    margin: 10px 0 0 0;
}

.boxVideo p a{
    
}

.bg_box_video {
    background:url("../images/back_video.png");
    width:208px;
    height:126px;
    margin-left:10px;
    margin-top:-130px;
    /*position:relative;*/
    display:block;
}

.box_vid {
    display:block;
    width:208px;
    height:126px;
}

/** Detalhe Produto e Serviço */
#detalheServico{
    float: left;
    width: 100%;
    height: auto;
}

#detalheServico .foto{
    float: left;
    padding: 0 6px 6px 0;
}

#detalheServico .tituloServico{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #0C3859;
    font-weight: bold;
}

/** Noticia */
.saibaMais{
    margin: 0 0 10px 0;
}

/** Painel usuario */
#restrito{
    float: left;
    width: 100%;
    height: auto;
}

.tituloPainel{
    float: left;
    width: 632px;
    height: auto;
    margin: 0 0 15px 0;
    padding: 7px 7px 7px 7px;
    background-color: #0B3453;
    border-bottom: 3px #066A8D solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
}

#saldacao{
    float: left;
    width: 242px;
    height: auto;
    padding: 4px 7px 4px 7px;
    background-color: #0B3453;
    border-bottom: 3px #066A8D solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#saldacao h2{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 12px 0;
    color: #FFFFFF;
    font-size: 12px;
}

#saldacao h2 span{
    padding: 0 0 0 19px;
    background: url('../images/user.png') no-repeat;
}

#saldacao #tipo{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 8px 0;
    font-weight: bold;
    color: #FFFFFF;
}

#saldacao a{
    float: right;
    height: auto;
    padding: 0 0 0 18px;
    color: #FFFFFF;
    font-weight: bold;
    background: url('../images/exit.png') no-repeat;
}

#menuPainel{
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}

#menuPainel ul{
    float: left;
    width: 100%;
    height: auto;
}

#menuPainel ul li{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px #999999 dotted;
}

#menuPainel ul li:last-child{
    border-bottom: 0;
}

#menuPainel ul li a{
    display: block;
    padding: 8px 11px 8px 11px;
    color: #333333;
}

#menuPainel ul li a:hover{
    background-color: #F7F7F7;
}

.instrucoes{
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}

#tabelaPainel{
    float: left;
    width: 100%;
    height: auto;

}

#tabelaPainel td{
    padding: 4px 7px 4px 7px;
}

.legendaTabela{
    background-color: #0B3453;
    border-bottom: 2px #066A8D solid;
    color: #FFFFFF;
    font-weight: bold;
}

/** Depoimentos */
#depoimentos{
    float: left;
    width: 100%;
    height: auto;
}

#cabecalhoDepo{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 2px 0;
    border-bottom: 1px solid #BDB7B0;
    color: #0C3859;
    font-family: tahoma !important;
    font-weight: bold;
}

#cabecalhoDepo .tit{
    float: left;
    height: auto;
    font-size: 14px;
    color: #0C3859;
}

#cabecalhoDepo a{
    float: right;
    font-size: 14px;
    color: #0C3859;
}

.principalDepo{
    width: 100%;
    height: auto;
    margin: 10px 0 25px 0;
}

.principalDepo h2{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    color: #0C3859;
    font-size: 18px;
    font-weight: bold;
}

.principalDepo .desc{
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #333333;
    font-family: tahoma !important;
}

.listaDepo{
    float: left;
    width: 100%;
    height: auto;
}

.listaDepo h2{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    color: #0C3859;
    font-size: 18px;
}

.listaDepo .list{
    float: left;
    width: 100%;
    height: auto;
}

.listaDepo .list li{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #BDB7B0;
    font-size: 12px
}

.listaDepo .list li:last-child{
    border-bottom: 0;
}


#box_form_depo{
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    color: #0C3859;
}

#box_form_depo label{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 8px 0;
}

#box_form_depo input[type="text"]{
    width: 331px;
    height: auto;
    padding: 4px 4px 4px 4px;
}

/** Agenda painel usuario */
.agenda{
    float: left;
    width: 100%;
    height: auto;
    margin: 5px 0 10px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px #CCCCCC solid;
}

.agenda .tit{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 8px 0;
    color: #0C3859;
    font-size: 19px;
    font-weight: bold;
}

.agenda .conteu{
    float: left;
    width: 100%;
    height: auto;
}

/** Noticias */
#dataNotic{
    float: left;
    color: #333333;
    font-style: italic;
}

#saibaMais{
    float: left;
    width: 630px;
    height: auto;
    margin: 8px 0 10px 0;
    padding: 5px 5px 5px 5px;
    background-color: #EBEBEB;
}

/** Links */
#listaLinks{
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 15px 0;
}

#listaLinks li{
    float: left;
    width: 100%;
    height: auto;
    margin: 5px 0 10px 0;
}

#listaLinks a{
    text-decoration: none;
    color: #333333;
}

/* GALERIA */
.box_galeria {
    padding-bottom:1px;
    margin-bottom:30px;
    background:url(../images/linha.png) bottom center no-repeat;
}

.borda_img_mini {
    width:100px;
    height:90px;
    display:block;
    background:url('../images/borda_img_mini.gif') no-repeat;
}

.btns_box_galeria {
    width:49px;
    margin:10px auto;
}

.btns_box_galeria .btn_left {
    width:25px;
    height:20px;
    display:block;
    float:left;
    background:url('../images/btn_left_box_banner_centro.gif') no-repeat;
}

.btns_box_galeria .btn_right {
    width:24px;
    height:20px;
    display:block;
    float:left;
    background:url('../images/btn_right_box_banner_centro.gif') no-repeat;
}

#box_galeria{
    float: left;
    width: 645px;
    overflow: hidden;
    border: 1px #f00 solid;
}

#clientes{
    background: url(../images/sem_imagem.png);
    float: left;
    width: 100px;
    height: 100px;
    margin-right: -5px;
    margin-bottom: 15px;
    margin-left: 20px;
    text-align: center;
}

#clientes span{
}

#picture{
    float: left;
    height: 120px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 117px;
}