@charset "utf-8";
/* CSS Document */
html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	background:#ddd;
	color:#666;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
#tudo { 
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	background:#fff url(bg-auxiliar.gif) repeat-y right;
	margin:auto;
	text-align:left;
	min-height:100%;
	border:dotted #999;
	border-width:0 1px;
	}
 * html #tudo {height: 100%;}
 
 #centraliza_conteudo{
	width:780px;
	height:100%;
	margin:auto;
}

 #centraliza_conteudoMaior{
	width:801px;
	height:100%;
	margin:auto;
	border-left:5px #000 solid;
	border-bottom:3px #000
}
 
#topo {
	background:#cfc;
	width:780px;
	height:100px;
	border-bottom:0px dotted #999;
	text-align:center;
	padding-top:0px;
	}
#principal {
	width:780px;
	padding-left:0px;
	float:left;
	padding-top:0px;
	text-align:justify;
	}
#principal_chama{
	width:835px;
	padding-left:0px;
	float:left;
	padding-top:0px;
	text-align:justify;
	}	

#auxiliar {
	width:200px;
	float:right;
	padding-top:10px;
	}
#rodape {
	background:#4B4B4D;
	width:100%;
	height:30px;
	position: absolute;
	bottom: 0;  
	border:dotted #999;
	border-width: 0px 0;
	text-align:center;
	}
#rodape p {
	margin:0;
	font-weight:bold;
	color:#fff;
	}
ul {
	width:190px;
	margin:0;
	padding:0;
	list-style:none;
	}
ul li {margin:1px 0; }
ul li a, ul li a:visited {
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#060;
	color:#fff;
	text-decoration:none;
	padding:2px 10px;
	}
ul li a:hover {
	background:#9f9;
	color:#060;
	}
h1, h2, h4 { 	
	font:bold 22px Arial, Helvetica, sans-serif;
	color:#060;
	}
h4 {font-size:16px;}
.clear {clear:both;}
#nav li.um {
	margin-bottom:8px;
	text-align:center;
		}




