body {
	font:13px Arial,Helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

select, 
input, 
textarea {
	font:99% Arial,Helvetica,clean,sans-serif;
}

pre, 
code {
	font:115% monospace;
	*font-size:100%;
}


h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 1em;	
}

ul li li,
ol li li {
	font-size: 1em;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

/**************************************************************************
		REUTILIZABLES
/*************************************************************************/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	margin: 0;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

.mir {
	letter-spacing: -1000em;
}

/* Hides from IE-mac \*/
html>body .mir {
	letter-spacing: normal;
	text-indent: -999em;
	overflow: hidden;
}
/* End of hack */