	/* ====================================================================
	GENERAL STYLING
	-------------------------------------------------------------------- */
	/* border:nones are for NN4 */
	html, body, form { margin: 0; padding: 0; }
	body { font-family: Arial,Helvetica, sans-serif; background-color: #fff;margin: 0; padding: 0;outline:none }
	ul, li, h1, h2, h3, h4, h5,h6,h7, p { margin: 0 0 0em 0; padding: 0; }
	li { margin-left: 0em; }
	a img { border: 0;outline: none; }
	a:link { text-decoration: none; color:#002f97;outline: none;}
	a:visited { text-decoration: none;/*filter:alpha(opacity=100); -moz-opacity:1;opacity: 1;*/color:#002f97;outline: none; }
	a:hover { text-decoration: underline;/*filter:alpha(opacity=75); -moz-opacity:0.75;opacity: 0.75; */color:#002f97;outline: none;}
	/*\*/
	html>body*a:hover {text-decoration: none; }/*safary only hack*/
	/**/
	a:active { text-decoration: underline; -moz-opacity:0.75; color:#002f97;outline: none;}
	h1 { font-size: 130%; }
	h2 { font-size: 120%; }
	h3 { font-size: 110%; }
	h4 { font-size: 100%; }
	h5 { font-size: 100%; }
		body,html{
		min-height:100.1%;
		}
		div { margin: 0px; padding: 0px; }
		p {padding: 0px; margin: 0.2em;}
		.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 */
		.box-wrap
			{
			width:780px;
			/*margin:auto;*/
			border: 0px solid #000000;
			}
		.box-header
			{
			/*background: #ffffff;*/
			margin: 0px;
			padding: 0em;
			border: none;
			}
		h1 { margin: 0px; }
		h2
			{
			font-size: 1em;
			margin: 0px;
			padding: 0.25em;
			} 
		.box-footer
			{
			/*background: #ffffff;*/
			padding: 0.5em;
			clear: both;
			border: none
			}
		/* ====================================================================
		COLUMNS LAYOUT
		-------------------------------------------------------------------- */
		.columns-float
			{
			float: left;
			width: 100%;/*si es 800x600=>77, 1024x768 o major 80*/
			}
		.column-one
			{
	 		width: 20%;
			float:left;
			}
		/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
		/*/*/
		.column-two { margin-left: 0; float:right; width: 80%;	}
		.column-three {margin-left: 78%;}/*si es 800x600=>77, 1024x768 o major 80*/
		/* */
		.column-one-content, .column-two-content, .column-three-content
			{
			padding: 4px;
			border: none;

			/*	min-height:470px;*/
			}
		.column-one-content { /*background: #ffffff;*/padding-left:30px;}
		.column-two-content { /*background: #ffffff;*//*background:#f4f4f4 url(img_common/vert_border.png) right top repeat-y;*/ }	
		.column-three-content { /*background: #ffffff;*//*background:#f4f4f4 url(img_common/vert_border.png) left top repeat-y; */}
		/* 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 {  }
		.sidebar-inner { background-color: transparent; font-size: 80%; /*border: 1px solid #fff;*/ margin:0;padding:0; /*11*/ }
		.sidebar-inner ul { list-style-type: none; margin: 0em; }
		#sidebar ul, #related-sidebar ul { list-style-type: none; margin: 0; }
		#sidebar li, #related-sidebar li { margin: 0; }
		.column-one .sidebar-inner{
		height:1%;
		}
		.linear_1{
			padding-top:0px;
			border-top:0px solid #ffffff;
		}
		.linear_2 {
			width:215px;
			padding-top:8px;
			border-top:0px solid #ffffff;
		}
		.cloud .bundle h3 { text-align: left; font-size: 110%; margin: 0 0 0 0px; padding:0;padding-right: 0em; /*display: inline;*/ }
		.cloud .bundles li li, .cloud .bundles ul { /*display: inline;*/color:gray; }
		.cloud .bundles li.options li, .cloud .bundles li li.options { display: block; }
		.cloud li.bundle { text-align: left; padding: 0 0 4px 10px; /*7*/ }
		.tag_count {font-size: 80%; }
		.bundles .one {  }
		.bundles .ten{ font-size: 120%; }
		.bundles .twenty { font-size: 135%; }
		.linear_3{
			width:700px;
			padding-top:0;
			margin:0;
			padding:0;
			background:white url(img_common/fons_page_top.gif) left top repeat-x;
		}
		.linear_3_llarg{
			width:700px;
			padding-top:0;
			margin-top:0;
			margin-left:2px;
			background:white url(img_common/fons_page_top_llarg.gif) left top repeat-x;
		}
	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */