/* 
    Document   : style
    Created on : 13/09/2012, 09:55:20
    Author     : wanderson.goncalves
    Description:
        stylesheet do sistema.
*/

body{
    background: url("../img/bg.jpg") ;
}

h1{
     font-size: 18px;
}

h2{
     font-size: 16px;
     padding-bottom: 0px;
     margin-bottom: 0px;
}

#conteudo{
    background-color: #fff;
    min-height: 600px;
    -moz-box-shadow:    0px 0px 10px 2px #aaa;
    -webkit-box-shadow: 0px 0px 10px 2px #aaa;
    box-shadow:         0px 0px 10px 2px #aaa;
    padding-bottom: 10px;
}

#carregando{
    background: url("../img/body.png") ;
    position: fixed; 
    text-align: center; 
    background-color: #fff; 
    width: 100%; 
    height: 100%;
    padding-top: 250px;
    z-index: 9999;
}

#carregando img{
    -moz-box-shadow:    0px 0px 10px 2px #888;
    -webkit-box-shadow: 0px 0px 10px 2px #888;
    box-shadow:         0px 0px 10px 2px #888;
}

#topo{
    background: #fff;
    padding: 10px 0;
}
#logo{
    height: 60px;
}
.overTR{
    background-color: #ffecec !important;
    color: #000;
}

.text-center{
    text-align: center !important;
}
.text-justify{
    text-align: justify;
}
.visivel{
    display: block;
}
.invisivel{
    display: none;
}
.javaScriptDisabled{
    background-color: #fff;
    font-size: 18px;
    padding: 10px;
}




