
@import 'lib/reset.css';
@import 'lib/forms.css';
@import 'lib/typography.css';


/* -------------------------------------------------------------------------------------------------------------------------- */
/*                                                                                                                            */
/* Clearing floats without extra markup                                                                                       */
/* Based on How To Clear Floats Without Structural Markup by PiE [http://www.positioniseverything.net/easyclearing.html]      */
/*                                                                                                                            */
/* -------------------------------------------------------------------------------------------------------------------------- */

	.clear { display: inline-block; }   
	.clear:after, .container:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
	* html .clear { height: 1%; }
	.clear { display: block; }
	


/* -------------------------------------------------------------------------------------------------------------------------- */
/*                                                                                                                            */
/* OUTROS ELEMENTOS                                                                                                           */
/*                                                                                                                            */
/* -------------------------------------------------------------------------------------------------------------------------- */
	
	hr { background:#ddd; color:#ddd; clear:both; float:none; width:100%; height:1px; margin:0 0 12px; border:none; }
	hr.space { background: #FFFFFF; color: #FFFFFF; }
	h5.voltar { margin: 20px 0px 0px 0px; }
	


/* -------------------------------------------------------------------------------------------------------------------------- */
/*                                                                                                                            */
/* ESTRUTURA PRINCIPAL                                                                                                        */
/*                                                                                                                            */
/* -------------------------------------------------------------------------------------------------------------------------- */
	
	body { background:#FFFFFF; }
	html, body { height: 100%; }
	
	

