body {
   	margin:0 0 5px 0;
	padding:0;
	background-color:#f3f0e4;
	font: 14px/1.5em  Verdana, Arial, Serif;
	font-size:12px;	
}
#topo{
	width:auto;
	height:61px;
	padding:3px 0 0 0;
	background-color:#e8e2cc;
	border-top:1px solid #666;
	border-bottom:25px solid #333;
	color:#000;
	text-align:left;
}
#conteudoEsq {
	position:absolute;
	width:200px;
	top:60px;
	left:5px;
	color:#000;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:3px double #666;
}
#colEsq {
	background:#f3f0e4;
}
#sepEsqcolCentral {
	margin-left:210px;
	padding-left:2px;
	background:#666;
}
#colCentral {    
	background:#fff;
	color:#000;
	padding:2px 10px 10px 10px;
	text-align:justify;
	border-right:1px solid #666;
}

#top{
	background:#fff;
	color:#000;
	text-align:right;
	padding-right:20px;
	padding-bottom:10px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

a.nada:link {color: #000;text-decoration: none;}     /* unvisited link */
a.nada:visited {color: #000; text-decoration: none;}  /* visited link */
a.nada:hover {	background:#fff; color: #000; text-decoration: none;}   /* mouse over link */
a.nada:active {color: #000; text-decoration: none;}   /* selected link */
