/* mozilla.org MezzoTan DevMo Template Styles
 *
 */

#header hr,
#footer hr,
#nav-access {
	display: none;
}

/* Link Navigation */

	#tNavTop,
	#tNavBottom {
		list-style: none;
		text-align: right;
	}
	#tNavTop > li,
	#tNavBottom > li {
		display: block;
	}
	#tNavTop:before,
	#tNavBottom:after {
	  clear: both;
	}
	
	#tNavTop a[rel="prev"],
	#tNavBottom a[rel="prev"] {
		float: left;
		text-align: left;
	}
		
	#tNavTop a[rel="toc"] {
	  display: block;
	  text-align: center;
	}
	
	#tNavTop a[rel="next"],
	#tNavBottom a[rel="next"] {
		float: right;
	}

/* Footer */

	.tLicense {
		font-size: smaller;
	}

	#mBody {
		clear: both;
		padding: 0 0 1em 0;
	}

	#side {
		float: left;
		width: 200px;
		margin-bottom: 2em;
		margin-top: 0;
	}

	#mainContent {
		margin-left: 200px;
		_margin-left: 190px;
		margin-bottom: 3em;
		float:top;
		_width: 585px;
	}
	.nomenu #mainContent {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.bodyleft {
		float: right !important;
		width: 74% !important;
	}
	#mainContent.right {
		margin-left: 0;
		margin-right: 250px;
		margin-bottom: 2em;
	}
	
	#side.right {
		float: right;
		width: 225px;
		margin-bottom: 2em;
		margin-top: 0;
	}

/* Sidebar */

	#getcd {
		margin: 1em 0 0 45px;
	}

/*accessibility tweaks*/
	.skipLink {
		position: absolute;
		left: -999px;
		width: 990px;
	}
	hr.hide {
		display: none;
	}


#paragrafo_identado {
	float:top;
	font-family:Times, Tahoma, Arial;
	font-size:150%;
	text-indent:50px;
	width:95%;
	font-weight: normal;
}