/* @charset "UTF-8"; */ 
/*CSS Document*/
/* 
    Document   : style
    Created on : 25/03/2013, 13:29:57
    Author     : Werlon
    Description: Folha de estilo para dgsprojetos.com.br
        Fullscreen largura acima de 960px

   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*Import CSS Reset*/
/* @import url("reset.css"); */

root { 
    display: block;
}



html{
    /*background: #999; /* para browsers sem suporte a CSS 3 */

    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353570', endColorstr='#cccccc'); /* IE */
    /*background: -webkit-gradient(linear, left top, right top, from(#cccccc), to(#353570)); /* webkit browsers */
    /*background: -moz-linear-gradient(right,  #353570,  #cccccc); /* Firefox 3.6+ */

    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(left,  #cccccc 0%, #353570 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cccccc), color-stop(100%,#353570)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #cccccc 0%,#353570 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #cccccc 0%,#353570 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #cccccc 0%,#353570 100%); /* IE10+ */
    background: linear-gradient(to right,  #cccccc 0%,#353570 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#353570',GradientType=1 ); /* IE6-9 */
}


body{
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

header{
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

#topo{
    width: 100%;
    height: auto;
    background: #ccdc50;
}
#logo{
    margin: 10px;
    width: 205px;
    height: 130px;
    float: left;
}
#texto-topo{
    margin: 10px;
    width: 270px;
    height: 130px;
    text-align: center;
    float: left;
}
#texto-topo div{
    margin: 0;
    width: 270px;
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

#imagem-topo{
    margin: 10px;
    max-width: 400px;
    width: 100%;
    height: 130px;
    float: right;
/*    background: blueviolet;*/
}

#menu{
    width: 100%;
    height: 80px;
    float: left;
    background: #9a9a9a;
}
#texto-institucional{
    padding: 10px;
    width: 60%;
    height: 20px;
    float: left;
    
    
    
}
#link-admin{
    padding: 10px;
    width: 20%;
    height: 20px;
    float: right;
    text-align: right;
}

#link-admin #link1{ float: left;}
#link-admin #link2{ float: right;}  

nav{
    margin: 0 auto;
    width: 90%;
    height: 35px;
/*    background: blue;*/
    text-align: center;
    padding-top: 2px;
}

nav a{
    margin: 2px 0;
    border: 1px solid #353570;
    width: 90px;
    height:25px;
    display: inline-block;
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 0;
    background: url('../img/linha-bt-fundo.png') repeat-x;
    font-family: sans-serif;    
}

nav a:hover, nav a:active{
    color: #353570;
    background: url('../img/linha-bt-fundo-hover.png') repeat-x;
}

#banner{
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    height: 180px;
    float: left;
    background: #9a9a9a;
    
}
#banner-quadro{
    max-width: 940px;
    margin: 10px auto;
    overflow: hidden;
    width: 100%;
    height: 160px;
    background: #cceedb;
    
}

#banner-quadro img{
    width: 940px;
    height: 160px;
    
}

#container{
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    float: left;
/*    background: #ddcddb;*/
}

#conteudo{
    margin: 10px 0 0 0;
    max-width:770px;
    min-width: 150px;
    min-height: 360px;
    width: 100%;
    height: 100%;
    float: left;
    background: #9a9a9a;
/*    background: url('../img/fundo-cinza-trans.png');*/
}

#texto-conteudo{
    
    margin: 10px 10px 10px 10px;
    max-width: 750px;
    width: 100%;
    height: 100%;
    float: left;
/*    background: #ffeedb;*/
    text-align: justify;
}

#parceiros{
    max-width:170px;
    min-height: 360px;
    margin: 10px 0 10px 10px;
    width: 100%;
    height: 100%;
    float: right;
    background: #9a9a9a;
    
}

#parceiros span{
    margin: 10px;
    width: 150px;
    height: 30px;
    float: left;
    font: bold;
    text-align: center;
    
}

#logos{
    margin: 10px auto;
    width: 150px;
    float: left;
    font: bold;
    text-align: center;
    
}

#logos div{
    margin: 5px 10px;
    width: 150px;
    height: 90px;
    float: left;
    background: #ffffff;
}

footer{
    max-width: 940px;
    height: 20px;
    margin: 0 auto;
    padding: 10px;
    background: #cccccc;
    width: 100%;
}
#copy{
    
    float: left;
    
}
#mail{
    
    float: right;
    
}

.clear{
    clear: both;
}



/*para pagina contato*/
/*área do formulario*/
#form-contato{
    float: left;
    width: 370px;
    min-height: 450px;
}
#form-contato form{
    margin: 10px;
    width: 350px;
    min-height: 400px;
    border: 1px solid #353570;
}
label{
    margin: 10px;
    font-weight: bold;
}
.campo-input{
    margin: 10px;
    max-width: 320px;
    min-width: 315px;
    height: 20px;
    border: 1px solid #353570;
    background: #fdfdbe;
}


.campo-select{
    margin: 10px;
    max-width: 320px;
    min-width: 315px;
    height: 100px;
    border: 1px solid #353570;
    background: #fdfdbe;
}

.bt-enviar-site{
    margin: auto 10px;
    width: 320px;
    height: 20px;
    border: 1px solid #353570;
    background: #cccccc;

}

/*área do mapa*/
#mapa-local{
    float: right;
    width: 350px;
    min-height: 300px;
    
}
#como-chegar, #formas-contato, #texto-formulario{
    width: 100%;
    margin: 10px;
    font-weight: bold;
}

#mapa-end{
    width: 350px;
    height: 300px;
    border: 1px solid #353570;
}

#mapa-end iframe{
    width: 350px;
    height: 300px;
}

#local-end{
    float: right;
    width: 100%; 
}

/*para pagina clientes*/

#container-clientes{
    
}
#conteudo-clientes{
    
}

#logos-clientes{
    margin: auto 0;
    width: 100%;
    min-height: 450px;
    float: left;
    font: bold;
    text-align: center;
}
#logos-clientes div{
    margin: 5px 45px;
    width: 150px;
    height: 120px;
    float: left;
}
#logos-clientes div img{
    margin: 0;
    width: 150px;
    height: 90px;
    float: left;
    background: #ffffff;
}
#logos-clientes div span{
    margin: 0;
    width: 150px;
    height: 30px;
    float: left;
    font-size: 10px;
}
#texto-conteudo-clientes{
    width: 100%;
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
#linha{
    margin: 0 auto;
    width: 90%;
    height: 1px;
    border: 3px inset #353570;
}

/*para noticias*/
.resumo-noticia{
    float: right;
    margin-top: 10px;
    width: 700px;
    min-height: 50px;
    border: 2px dashed #353570;
    background: #cccccc;
}
.tit-noticia{
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.dat-noticia{
    float: left;
    font-weight: bold;
    color: #228811;
    margin-left: 20px;
    width: 100%;
}
.resumo{
    float: left;
    margin-left: 20px;
    width: 630px;
}
.ler-noticia{
    position: relative;
    float: right;
    width: 50px;
    color: #228811;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}


/*para paginacao*/
.paginante{
    float: right;
    width: 700px;
    margin: auto 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.paginante-clientes{
    float: right;
    width: 100%;
    margin: auto 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#pagination{
    text-align: center;
    height: 20px;
    list-style-type: none;
    display: inline-block;
}
#pagination li{
    margin: 10px 5px 5px;
    font-size: 10px;
    width: 20px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
#pagination .current{
    font-weight: bold;
    font-size: 10px;
    color: blue;
}

.prev{
    float: left;
    background: url('../img/icones/seta_azul_esquerda.png') no-repeat;
}
.next{
    float: right;
    background: url('../img/icones/seta_azul_direita.png') no-repeat;
}

/*usado no sistema*/
#container-login{
    min-height: 450px;
    padding-top: 10px;
    width: 100%;
}

.campo-input-login{
    margin: 10px;
    max-width: 320px;
    min-width: 315px;
    height: 20px;
    border: 1px solid #353570;
    background: #fdfdbe;
}

.bt-enviar-site-login{
    margin: auto 10px;
    width: 320px;
    height: 20px;
    border: 1px solid #353570;
    background: #cccccc;

}

#div-form-login{
    max-width: 380px;
    margin: auto auto;
    min-height: 270px;
    background-color: #9a9a9a;
}

#form-login{
    margin: 10px auto;
    max-width: 340px;
    min-height: 150px;
    border: 1px #353570 solid;
}
/*#div-form-login p{
    font-weight: bold;
    margin-left: 20px;
}

#div-form-login span{
    margin-left: 20px;
}*/

/* páginas internas do sistema */
#container-admenu{
    float: left;
    margin: 0;
    min-width: 140px;
    width: 15%;
    min-height: 450px;
    background-color: #eeeeee;
}
#container-admenu ul{
    width: 70%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#container-admenu ul li{
    border: 1px #353570 solid;
    margin: 0 5px;
/*    padding-top: 10px;*/
    width: 130px;
    height: 30px;
    display: block;
    text-align: center;
    vertical-align: middle;
}
#container-admenu ul li a{
    text-decoration: none;
    color: #353570;
    width: 130px;
    height: 30px;
    padding-top: 10px;
    display: block;
}
#container-admenu ul li a:hover{
    color: #ffffff;
    font-weight: bold;
    height: 20px;
    background-color: #ccc;
}

#tit-admenu{
    font-weight: bold;
    margin: 10px auto;
    width: 100%;
    text-align: center;
}
#container-adcentro{
    float: right;
    margin: 0;
    min-width: 630px;
    width: 81%;
    min-height: 450px;
    background-color: #eeeeee;
}
#container-adcentro h2{
    float: left;
    width: 50%;
}
.botoes-listar{
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 10px;
    display: block;
}
.botoes-listar a{
    text-decoration: none;
    background-color: #ccc;
    color: #353570;
    border: 1px #353570 solid;
    padding: 5px;
}

.botoes-listar a:hover{
    background-color: #999;
}

#top-tab, .tab-linha{
    margin: 0 auto;
    padding: 0;
    max-width: 90%;
    min-height: 30px;
    background: #ccc;
}
#tab-listar{
    width: 95%;
}

.realfileinput{
    position: relative;
    float: right;
    top: -35px;
    right: 10px;
    opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity:0);
}
.falsofileinput{
    min-width: 700px;
    max-width: 800px;
    margin: 10px;
    background: url("../img/icones/seta_azul_direita_procurar.png") no-repeat 99% 51% #FDFDBE;
    cursor: default;
}
.campo-input2{
    margin: 10px;
    max-width: 800px;
    min-width: 700px;
    height: 20px;
    border: 1px solid #353570;
    background: #fdfdbe;
}

.campo-input-mini{
    margin: 10px;
    max-width: 150px;
    min-width: 100px;
    height: 20px;
    border: 1px solid #353570;
    background: #fdfdbe;
}

#formCadastro{
    float: left;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.campo-textarea{
    margin: 10px;
    max-width: 800px;
    min-width: 700px;
    height: 100px;
    border: 1px solid #353570;
    background: #fdfdbe;
}

.bt-enviar{
    margin: auto 100px auto 10px;
    width: 320px;
    height: 20px;
    border: 1px solid #353570;
    background: #cccccc;
    float: right;
}

.bt-enviar:hover{
    margin: auto 100px auto 10px;
    width: 320px;
    height: 20px;
    border: 1px solid #353570;
    background: #999999;
    float: right;
}

/* para sistema registros */
            .cel1-reg{
                margin-left: 5px;
                border: 1px #353570 solid;
                float: left;
                width: 35%;
                height: 20px;
                text-align: center;
            }
            .cel1-reg img {

                width: 100px;
                height: 20px;
                background-color: #fff;
            }
            .cel2-reg{
                border: 1px #353570 solid;
                float: left;
                width: 38%;
                height: 20px;
            }
            .cel3-reg{
                border: 1px #353570 solid;
                float: left;
                width: 24%;
                height: 20px;
            }

/* para sistema banner */
            .cel1-bann{
                margin-left: 5px;
                border: 1px #353570 solid;
                float: left;
                width: 15%;
                height: 50px;
                text-align: center;
            }
            .cel1-bann img {

                width: 100px;
                height: 40px;
                background-color: #fff;
            }
            .cel2-bann{
                border: 1px #353570 solid;
                float: left;
                width: 57%;
                height: 50px;
            }
            .cel3-bann{
                border: 1px #353570 solid;
                float: left;
                width: 25%;
                height: 50px;
            }
            
/* para sistema clientes */            
            .cel1-cli{
                margin-left: 5px;
                border: 1px #353570 solid;
                float: left;
                width: 15%;
                height: 50px;
                text-align: center;
            }
            .cel1-cli img {

                width: 100px;
                height: 40px;
                background-color: #fff;
            }
            .cel2-cli{
                border: 1px #353570 solid;
                float: left;
                width: 57%;
                height: 50px;
            }
            .cel3-cli{
                border: 1px #353570 solid;
                float: left;
                width: 25%;
                height: 50px;
            }
            
/* para sistema documentos clientes */
            .cel1-doc{
                margin-left: 5px;
                border: 1px #353570 solid;
                float: left;
                width: 39%;
                height: 20px;
                text-align: center;
            }
            .cel1-doc img {

                width: 100px;
                height: 20px;
                background-color: #fff;
            }
            .cel2-doc{
                border: 1px #353570 solid;
                float: left;
                width: 39%;
                height: 20px;
            }
            .cel3-doc{
                border: 1px #353570 solid;
                float: left;
                width: 19%;
                height: 20px;
            }
            
/* para sistema documentos */
            .cel1-doc2{
                margin-left: 5px;
                border: 1px #353570 solid;
                float: left;
                width: 39%;
                height: 20px;
                text-align: center;
            }
            .cel1-doc2 img {

                width: 100px;
                height: 20px;
                background-color: #fff;
            }
            .cel2-doc2{
                border: 1px #353570 solid;
                float: left;
                width: 39%;
                height: 20px;
            }
            .cel3-doc2{
                border: 1px #353570 solid;
                float: left;
                width: 19%;
                height: 20px;
            }
            
/* para sistema logins */
            .cel1-logn{
                margin-left: 5px;
                border: 1px #353570 solid;
                float: left;
                width: 57%;
                height: 20px;
                text-align: center;
            }
            .cel1-logn img {

                width: 100px;
                height: 40px;
                background-color: #fff;
            }
            .cel2-logn{
                border: 1px #353570 solid;
                float: left;
                width: 25%;
                height: 20px;
                text-align: center;
            }
            .cel3-logn{
                border: 1px #353570 solid;
                float: left;
                width: 15%;
                height: 20px;
                text-align: center;
            }
            
/* para sistema noticias */            
            .cel1-noti{
                margin-left: 5px;
                border: 1px #353570 solid;
                float: left;
                width: 57%;
                height: 20px;
                text-align: center;
            }
            .cel1-noti img {

                width: 100px;
                height: 40px;
                background-color: #fff;
            }
            .cel2-noti{
                border: 1px #353570 solid;
                float: left;
                width: 15%;
                height: 20px;
            }
            .cel3-noti{
                border: 1px #353570 solid;
                float: left;
                width: 25%;
                height: 20px;
            }
            
/* para sistema projetos*/
            .cel1-proj{
                margin-left: 5px;
                border: 1px #353570 solid;
                float: left;
                width: 57%;
                height: 20px;
                text-align: center;
            }
            .cel1-proj img {

                width: 100px;
                height: 40px;
                background-color: #fff;
                text-align: center;
            }
            .cel2-proj{
                border: 1px #353570 solid;
                float: left;
                width: 15%;
                height: 20px;
                text-align: center;
            }
            .cel3-proj{
                border: 1px #353570 solid;
                float: left;
                width: 25%;
                height: 20px;
                text-align: center;
            }
            
/* para sistema servicos */
            .cel1-serv{
                margin-left: 5px;
                border: 1px #353570 solid;
                float: left;
                width: 57%;
                height: 20px;
                text-align: center;
            }
            .cel1-serv img {

                width: 100px;
                height: 40px;
                background-color: #fff;
                text-align: center;
            }
            .cel2-serv{
                border: 1px #353570 solid;
                float: left;
                width: 15%;
                height: 20px;
                text-align: center;
            }
            .cel3-serv{
                border: 1px #353570 solid;
                float: left;
                width: 25%;
                height: 20px;
                text-align: center;
            }
/* botão enviar / sair documentos clientes */
.bt-cliente{
    margin: 10px;
    width: 100px;
    height: 20px;
    border: 1px solid #353570;
    background: #cccccc;
    float: left;
}

.bt-cliente:hover{
    margin: 10px;
    width: 100px;
    height: 20px;
    border: 1px solid #353570;
    background: #999999;
    float: left;
}            