body
{
	margin-bottom: 100px;
}

*
{
	/*font-family: 'Catamaran', sans-serif;*/
	font-family: 'Droid Sans', sans-serif;
}

#global
{
	max-width: 40em;
	margin: 0 auto;
}

h1, h2, h3, h4
{
	margin-bottom: 0.0em;
	line-height: 1.0em;
	color: #8A8A8A;
	font-weight: bold;
}

h1	{	font-size: 2.8em;	}
h2	{	font-size: 2.4em;	}
h3	{	font-size: 1.8em;	}
h4	{	font-size: 1.6em;	}

p,li
{	
	font-size: 1.0em;
	line-height: 1.2em;
	color: #464646;
}

p
{	
	margin: 0.2em 0 0.5em 0;	
}

a
{
	text-decoration: none;
}

.quo
{
	font-style: italic;
	color: #9A9A9A;
}

.codigo
{
	margin: 1em 0 1em 0;
	padding:0.5em;
	font-family: monospace;
	white-space: pre;
	border:1px dotted #888;
	background-color: #f5f5f5;
}


img, object, .video, iframe 
{
    max-width: 100%;
}