

	/* ====================================================================
	GENERAL STYLING
	-------------------------------------------------------------------- */
	/* border:nones are for NN4 */

	html, body, form { margin: 0; padding: 0; }
	body { font-family: Georgia; background-color: #fff; }
	ul, ol, li, h1, h2, h3, h4, h5, p { margin: 0 0 0.2em 0; padding: 0;list-style: none; }
	li { margin-left: 0em;color:#fff; }
	a img { border: 0; }
	a:link { text-decoration: none; color: #fff;outline:0; }
	a:visited { text-decoration: none; color: #fff;outline:0; }
	a:hover { text-decoration: none;color: #fff;outline:0; }
	a:active { text-decoration: none;color: #fff;outline:0; }
	h1 { font-size: 130%; }
	h2 { font-size: 120%; }
	h3 { font-size: 110%; }
	h4 { font-size: 100%; }
	h5 { font-size: 100%; }

	body,html{

	}
	div { margin: 0px; padding: 0px; }
	p {padding: 0px; margin: 0px;font-size:85%;color:#fff;margin-top:12px	;line-height:20px;}
	
	
	.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
	/*/*/ .clear { display: none; } /* */
	/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
	.top-wrap
		{
	

		width:100%;
	
		}

	.box-wrap
		{


		/*border: 1px solid #000000;*/
		width:970px;
		margin:auto;
		}
	.box-header
		{
		color: #000000;
		/*background: #996699;*/
		margin: 0px;
		
		padding: 12px;
		border: none;
		}
	h1 { margin: 0px; }
	h2
		{
		font-size: 1em;
		color: #ffffff;
		/*background-color: #000000;*/
		margin: 0px 0px 0.5em 0px;
		padding: 0.25em;
		} 
	.box-footer
		{
	/*	background: #999966;*/
		padding: 0.5em;
		
		border: none
		}
	/* ====================================================================
	COLUMNS LAYOUT
	-------------------------------------------------------------------- */
	.columns-float
		{
		float: left;
		width: 100%;/*si es 800x600=>77, 1024x768 o major 80*/
		}	
	/* */
	.column-one-content, .column-two-content, .column-three-content
		{
		padding: 6px;
		border: none;
		color: #000000;
		}
	.column-one-content { /*background: #ff6666;*/ }
	.column-two-content { /*background: #66ff66;*/ }
	.column-three-content { /*background: #6666ff;*/ }
	/* VERTICAL PADDING ABOVE COLUMNS */
	.box-header
		{ margin-bottom: 0px; }
	.column_padding_after
		{
		height:0px;
		font-size: 1px;
		line-height: 0px;
		clear: both;
		}
	/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
	NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
	/*/*/
	.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
		{ p\osition: relative; }
	/* */








	#sidebar, #related-sidebar { position: relative; }
	#sidebar a:visited, #related-sidebar a:visited { color: #00f; }
	.sidebar-inner { /*background-color: #eee; */font-size: 80%; /*border: 1px solid #ccc; border-width: 1px 0; */padding: 1em; /*11*/ }
	#sidebar ul, #related-sidebar ul { list-style-type: none; margin: 0; }
	#sidebar li, #related-sidebar li { margin: 0; }
.column-one .sidebar-inner{
	height:1%;
}

	.cloud .bundle h3 { text-align: left; font-size: 110%; margin: 0 0 0 -4px; padding-right: 0.2em; display: inline; }
	.cloud .bundles li li, .cloud .bundles ul { display: inline; }
	.cloud .bundles li.options li, .cloud .bundles li li.options { display: block; }
	.cloud li.bundle { text-align: justify; padding: 0 0 4px 10px; /*7*/ }
	.tag_count {font-size: 80%; color: #666;}
	.bundles .one { color: #77f; }
	.bundles .ten{ font-size: 130%; }
	.bundles .twenty { font-size: 160%; }


