*{
	position:relative;
	
}
body{
	font-family: Verdana;
	font-size:12px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: none;

}
a:active {
	text-decoration: none;

}
td{
	border:0;
}
tr{
	border:0;	
}
div#main{
	width:100%;
	height:100%;
}
div#header{
	width:795px;	
	height:175px;
	z-index:2;
}
div#cabecalho{
	background-image:url(../images/bg_cabecalho.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:175px;
	z-index:1;
}
div#logo{
	width:292px;
	height:175px;
	float:left;background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	z-index:3;
}
div#menu{
	float:right;
	width:468px;
	height:175px;
	padding-top:75px;
	z-index:4;
}
div#conteudo{
	width:100%;
	z-index:6;
}
div#barra{
	background-image:url(../images/azul_infinito.jpg);
	background-repeat:repeat-x;
	height:192px;
	width:100%;	
	z-index:5;	
}

div#centro{
	top:-190px;
	width:795px;
	height:190px;
	background-image:url(../images/barra.jpg);
	background-repeat:no-repeat;
	z-index:6;

}
div#centrobg{
	background-image:url(../images/bg_fundo.jpg);	
	background-repeat:repeat-x;
	margin-top:-190px;
	width:100%;
	height:400px;
	z-index:50;

}
div#content{
	width:760px;
	height:400px;
	min-height:400px;
	height:auto;
	z-index:50;
}
div#rodape{
	position:relative;
	z-index:20;
	clear:both;

}

td.espacomenu{
	width:25px;
}

.superTitulo{
	font-size:28px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.subTitulo{
	font-size:18px;	
	color:#FFFFFF;
	text-decoration:none;
}
div#espacoInternoRodape{
	width:760px;
	height:50px;
	border:1px solid red;

}

.superTituloBlack{
	font-size:20px;	
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#overDiv{
	z-index:200;
}
#caca{
clear:both;
width:760px; 
position:relative;
z-index:200;
margin-top:20px;
margin-bottom:0px;
}