/* INICIANDO:
--------------------------------------------------------------------------------------- */

*{
	margin			:	0;
	padding			:	0;
	list-style		:	none;
	text-decoration	:	none;
}

hr
{
	display			:	none;
}

img
{
	border			:	0;
}

small
{
	font-size		:	0.8em;
}

big
{
	font-size		:	1.1em;
}

p
{
	margin			:	0 0 8px 0;
}

a:link
{
	color			:	#666;
}

a:visited
{
	color			:	#666;
}

a:hover, a:active, a:focus
{
	text-decoration	:	underline;
}

a:active, a:focus
{
	outline			:	none;
}