/*
 Reset !
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: white; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate;	border-spacing: 0; }
caption, th, td { text-align: left;	font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/*
 Backgrounds
*/
body {
    font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
    line-height: 1.2;
    }
    
*, body *, html, html *, *:link, *:hover, *:visited {
    color: white;
    }
#direita input.text, #direita textarea.text {
    color: #000;
}



/*
 Posicionamento
 */
.dentro #tudo {
    width: 950px;
    background: url('/assets/Backgrounds/bgpadrao.jpg') fixed no-repeat center center;
    margin:0 auto;
    padding:50px 0 50px 0;
    }

.clear{
    clear:both;    
    }
.dentro #esquerda {
    float:left;
    margin-left:0px;
    width: 182px;
    background: url('../imagens/fundo_marrom90.png');
    }
    #menu {
        margin-top:3px;
        padding:25px;
        }
        #menu li {
            border-top:1px #fff dotted;
            padding:12px 0 16px 0;
            }
            #menu li.ultima {
            border-top:1px #fff dotted;
            border-bottom:1px #fff dotted;
            }
            #menu li a{
            text-decoration: none;
            }
    #contatos {
        padding:25px;        
        }

#direita{
    float:right;
    margin-right:0px;
    width:290px;
    background: url('../imagens/fundo_marrom90.png');
    }
    #indice{
        
        }
    #indice .img_indice{
        float: left;
        width:145px;
        height: 218px;
        }
        
    #conteudo{
        padding:25px;
        text-align: justify;
        overflow: visible;
        }

    #conteudo img{
        padding-bottom:5px;
        }
    #conteudo > #ImageGallery img {
        padding:0 12px 10px 0;
        }

/*
 * Fonte
 */
b, strong { font-weight:bold }

#conteudo p, #esquerda p{
    margin-bottom: 10px !important;
    }

div.sublinha {
    border-bottom:1px #fff dotted;
    padding-bottom:5px;
    margin-bottom:10px;
    }


