@charset "utf-8";
/* CSS Document */

/*	##############
	#
	#	Clear Fix 
	#	Concertando o problema dos janelas em floats
	#
	############## */

.clearfix:after 			{	content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }	
.clearfix 					{	display: inline-block;} 
html[xmlns] .clearfix 		{	display: block;}
* html .clearfix 			{  	height: 1%; }/*Apenas Para IEs */

.clear						{	clear:both; }	


