	
	/*	------------------------------------------------------------------------------------------
		CSS BASE (propuesta) / diciembre 2007
		------------------------------------------------------------------------------------------
	*/
	
	HTML, BODY, FORM, FIELDSET 
	{
		margin: 0;
		padding: 0;
	}
	
	HTML 
	{
		font-size: 100.01%; /* IE hack */
		height:100%;
	} 
	
	BODY
	{
		height:100%;
		text-align: 	center; 		/* to correct the centering IE bug - reset!!! in child elements*/
		font-size:		0.8125em; 		/* 	normaliza el tamaņo normal de texto */
		line-height: 	1.7em;			/* normaliza el interlineado */
		font-family:	Georgia, 
						serif;			/* default typo */
		color: #000;					/* default text color */
	}
	
	TABLE, SELECT, INPUT, SELECT, TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P { font-size:100%; }/* IE hack */ 	
		
	H1, H2, H3, H4, H5, H6, P, PRE, BLOCKQUOTE, UL, OL, DL, ADDRESS 
	{
		margin: 0;
		padding: 0;
	}	
	
	H1, H2, H3, H4, H5, H6 
	{
		font-size:100%;
	}
	
	UL
	{
		list-style:none outside none;
		margin: 0; 
		padding:0;
	}
	
	LI, DD, BLOCKQUOTE 
	{ 
		margin: 0; 
		padding:0;
	}
	
	A, A IMG, FORM LABEL { cursor: pointer; }
	
	FIELDSET { border: none; }
	
	INPUT, SELECT, TEXTAREA 
	{
		font-size: 100%;
		font-family: inherit;
	}
	
	IMG
	{
		border:none;
	}
	
	.hidden
	{
		display:none;
	}	
	
	/*	------------------------------------------------------------------------------------------ 
		shibari
		------------------------------------------------------------------------------------------
	*/
