/* Padronizar para IE e FF*/
* {
margin:0;
padding:0;
}

html 
{ 
  height: 100%;  
}

body{background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat-x;
	font-family:"Century Gothic", Verdana, Arial;
	height: 100%;  
	}


/*a
{
	color:#000000;
	font-family:"Century Gothic", Verdana, Arial;
	text-decoration:none;
}	
*/
a:hover
{
	color:#000000;
	font-family:"Century Gothic", Verdana, Arial;
	text-decoration:underline;
}	
	

.topo {
	background-color: #000000;
	top: 0px;
	height: 95px;
	right: 0px;
	width: 100%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position:absolute;
	z-index: 2;
}


.logo {
	background-image: url(../imagens/logo.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 110px;
	margin-top: -21px;
}



.divQuadroNegro {
	background-image: url(../imagens/fundo_preto3.png);
}


/*#divQuadroNegro
{
	position:absolute;
	top: 170px;
	left:40px;
	z-index: 3;
	float:none;
	clear:both;
	min-width:50%;
	width:0%;
}

#divQuadroCentro
{
	background-image: url(../imagens/fundo_preto2.png);
	background-repeat:repeat-x;
	width:90%;
	height:563px;
	float:left;
}
*/



.rodape {
	background-image: url(../imagens/rodape.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 50%;
	position:absolute;
	bottom:0;
}


/*menu - inicio*/

#menu_principal {
	height:18px;
	line-height:35px;
	padding:0;
	font-family:"Century Gothic", Arial;
	text-align:left;
	}
	
#menu_principal ul {
	list-style-type:none;
	}
#menu_principal li {
	float:left;
	}
#menu_principal li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	text-decoration:none;
	}
#menu_principal li a:hover {
	background:#999999;
	}

/*mrnu - fim */

.menu_rodape {
	font-family:"Century Gothic", Arial;
	text-align:center;
	color: #000000;
	font-size: 9px;
	display:table;
}






/*#menu_rodape ul {
	list-style-type:none;
}
#menu_rodape li {
	float:left;
}
#menu_rodape li a {
	padding:0 15px;
	display:block;
	color:#000000;
	margin-right:2px;
	text-decoration:none;
}
#menu_rodape li a:visited {
color: #fff;
}
#menu_rodape li a:hover { 
/*background:#FFFF00;
color:#000000
}
#menu_rodape li a:active { 
background:#000000;
}

