html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
table{
    border-collapse: collapse;
}

a {
    color: #000033;
    text-decoration: none;
}
a:hover {
  color: #800000;
  text-decoration: underline;
}

root { 
    display: block;
}

body{
    background: url(images/fundo.jpg) fixed;
    background-position: top center;
    font-family: calibri;
}
/*Estrutura Geral*/
#estrutura{
    position: relative;
    margin: auto;
    margin-top: 0.5%;
    width: 802px;
    border: 2px solid #790000;
    /*background: url(images/meio.png) repeat-y;*/
    background-color:  #000184;
}
/* Topo / Logo / Header*/
#topo{
    margin-top: 2px;
    height: 169px;
}

/*Menu*/
#menu{
    background-color: #011261;
    border: 1px solid #790000;        
}
#menu table span a{
    color: white;
    font-weight: bolder;
    font-size: 14pt;
    border-collapse: collapse;    
    
}
#menu table span a:hover{
    color: #FFC000;
    text-decoration: underline;
}
/*fundo do conteudo*/
#body{
    
}

/*estilização geral do conteudo*/
#conteudo{
    width: 795px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}
/*
#contfundohome{    
    height: 510px;
    border: 1px solid #C8040A;
    width: 795px;    
    background: top url(images/fundo_conteudo.png) no-repeat;    
}
*/
#conteudohome{
    text-align: justify;
    width: 680px;
    margin: auto;
    margin-top: 34px;
    
}
.contfundo{
    height: auto;
    border: 1px solid #000184;
    width: 795px;
    background: top url(images/fundo-cont-geral.png) no-repeat;
    
}
.img_fundo_top{
    
}
.img_fundo_meio{    
    background:  bottom url(images/fundo-cont-meio.png) repeat-y;
}
.img_fundo_fim{
    margin-top: -16px;
    background: bottom url(images/fundo-cont-fim.png) no-repeat;
    height: 31px;
}
#conteudo p {
    text-align: justify;
    margin-bottom: -5px;
}

/*Rodape*/
#rodape{
    color: white;   
    font-size: 13px;
    background-color: #011261;
    border-top: 1px solid #790000;
}
#rodape a{
    color: white;
    text-decoration: none;
}
#rodape a:hover{
    color: #F9F9F9;
    text-decoration: underline;
}

.thumb {
        float:left;
        margin:0 14px 16px 0;
        padding:0;
}
.thumb a {
        float:left;
        padding:13px;
}
.thumb a:hover {
        background:#b70000;
}
.thumb img {
        width:130px;
        height:130px;
}
