	/* BASIC */
		*       	{ margin: 0; padding: 0; outline: none; }
		body    	{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #000; font-size: 11px; background: url('/css/bg_maripili.gif') repeat-x #fff; }
		img			{ border: none; }
		li			{ list-style: none; }
		a           { text-decoration: none; color: #000; }
		a:hover     { text-decoration: underline; }
		table		{ border-spacing: 0; border-collapse: collapse; border: none; }
		td, th		{ vertical-align: top; text-align: left; }
		input.error 		{ color: #f00; border: 1px solid #f00; padding: 3px !important; }
		textarea.error 		{ color: #f00; border: 1px solid #f00; padding: 3px !important; }
		label.error 		{ color: #f00; }
		.disabled	{ color: #666; }
		.title		{ text-transform: uppercase; }
		.media		{ cursor: pointer; }
		
		/* CAPSULE */
			#capsule	{ width: 900px; margin: 50px auto; }
			
		/* CAPSULE */
			#main	{ width: 1010px; margin: 0 auto; }
		
		/* MAIN MASK */
			#main_mask		{ background-color: #fff; background-repeat: no-repeat; }

		/* PERSONA */
			#persona			{ margin-top: 70px; overflow: hidden; }
			
		/* PERSONA IMG */
			#persona_img		{ margin-left: 18px; width: 350px; text-align: center; }
			#persona_img img	{ margin-bottom: 18px; margin-right: 18px; }

		/* PERSONA TEXT */
			#persona_text			{ margin-left: 60px; width: 228px; height: 384px; overflow: hidden; }
			#persona_text p			{ margin-bottom: 18px; }
			
		/* MARIPILIS */
			#maripilis			{ margin-top: 70px; overflow: hidden; }
			#maripilis li		{ float: left; display: block; width: 125px; margin-bottom: 6px; }
			#maripilis a		{ text-decoration: none; color: #000; }
			#maripilis a:hover	{ text-decoration: underline; }
			#maripilis a.sel	{ text-decoration: underline; }
		
		/* MARIPILI IMG */
			#maripili_img		{ margin-left: 60px; width: 384px; height: 384px; }

		/* MARIPILI TEXT */
			#maripili_text			{ margin-left: 18px; margin-right: 10px; }
			#maripili_text h1		{ font-size: 18px; }
			#maripili_text h2		{ font-size: 11px; margin-bottom: 20px; }
			
		/* CLIENTS */
			#clients		{ }
			#clients .sel	{ font-weight: bold; text-decoration: none; }
			#clients .separate		{ margin-bottom: 4px; }
			#clients h1		{ font-size: 11px; font-weight: normal; margin-top: 21px; margin-bottom: 18px; }
		
		/* CLIENTS TOP */
			#clients_top			{ margin-top: 70px; overflow: hidden; }
			#clients_top li			{ float: left; display: block; margin: 0 10px; margin-bottom: 3px; }
			#clients_top a			{ text-decoration: none; color: #000; }
			#clients_top a:hover	{ text-decoration: underline; }
			#clients_top a.sel		{ text-decoration: underline; }
			
			
		/* GRAFICA */
			#grafica		{ margin-left: 60px; width: 570px; height: 450px; overflow: hidden; }
			#grafica img	{ margin-bottom: 18px; margin-right: 18px; }
		
		/* CONTACTE */
			#contacte			{ width: 350px; padding-top: 60px; margin: 0 auto; color: #fff; }
			#contacte_menu p	{ margin-bottom: 6px; }
		
		/* CONTACTE MASK */
			#contacte_mask	{ widht: 660px; height: 383px; background: url('mask.png') no-repeat #000; }
		
		/* CONTACTE MENU */
			#contacte_menu	{ margin-top: 70px; }
		
		/* FORM CONTACTE */
			#form_contacte			{}
			#form_contacte td		{ padding: 6px 0; }
			#form_contacte input	{ width: 180px; padding: 2px; }
			#form_contacte textarea	{ width: 180px; height: 50px; font-family: verdana; font-size: 11px; padding: 2px; }