body {
	/*background-color:#d5ebf4;
	margin:0px;*/
}

.topo {
    position: relative;
	width:100%;
}

.rodape {
	background-image:url(../img/bg_rodape.jpg);
	background-repeat:repeat;
	height:95px;
	width:100%;
	position: fixed;    
	bottom: 0px;
	text-align: center;
}
 
.grid {
	float:left; 
	margin-left: 10%; 
	width: 80%;
}
 
.grid_rel {
	float:left; 
	margin-left: 2%; 
	width: 96%;
}

.topo {
    float: left; 
	background-image:url(../img/topo_interno_bg.jpg);
	width:100%;
    height: 38px;
}

.topoesquerda {
    float: left; 
    position: relative;
}

.topocentro {
    float: left; 
    position: absolute;
    top: 0px;
    left: 0px;
    height: 38px;
}

.topodireita {
    float: right; 
	position: absolute;
	right: 0px;
}

.menu_links {
	height: 30px;
	width: 100%;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2a464f;
}

.titulo {
    float: left; 
	width:100%;
    height: 45px;
	z-index: -1;
}

.tituloesquerda {
    position: relative;
    float: left;
    margin-top: 0px;
    margin-left: 10%;
    margin-bottom: 0px;
    height: 45px;
	z-index: -1;
}

.titulodireita {
    position: relative;
    float: right;
    margin-right: 10%;
    margin-bottom: 0px;
    height: 45px;
	z-index: -1;
}

.titulotexto {
	font-family:verdana,tahoma,arial,helvetica,"sans serif";
	font-size:18px;
	color:#973005;
	font-weight:bold;
}

.filtrotopo 
{
    float: left; 
	position: relative;
	background-image:url(../img/filtro1_bg_superior.jpg);
	width:100%;
    height: 48px;
    z-index: -1;
}

.filtrotopoesquerda {
    float: left; 
    position: relative;
    height: 48px;
    margin-left: 0px;
}

.filtrotopocentro {
    float: left;
    height: 48px;
}

.filtrotopodireita {
    float: right; 
	position: relative;
    height: 48px;
    margin-right: 0px;
}

.filtrorodape 
{
    float: left; 
	position: relative;
	background-image:url(../img/filtro2_bg_inferior.jpg);
	width:100%;
    height: 40px;
    z-index: -1;
}

.filtrorodapeesquerda {
    float: left; 
    position: relative;
    height: 40px;
    margin-left: 0px;
}

.filtrorodapecentro {
    height: 40px;
    float: left;
}

.filtrorodapedireita {
    float: right; 
	position: relative;
    height: 40px;
    margin-right: 0px;
}

.filtrocentro{
	/*display: table; 
	table-layout: fixed;*/
    float: left; 
	position: relative;
	background-color: #eaf5f8; /*D5EBF4*/
	width:100%;
}

.filtrocentroesquerda 
{
	display: table-cell;
	background-image:url(../img/filtro1_lateral_esquerdo.jpg);
	background-repeat: repeat;
    width: 68px;
    visibility: hidden;
}

.filtrocentrocentro {
	display: table-cell;
    float: left;
	width:100%;
}

.filtrocentrodireita {
	display: table-cell;
	background-image:url(../img/filtro1_lateral_direito.jpg);
	background-repeat: repeat;
    width: 68px;
    visibility: hidden;
}

