/*------------------------------------------------------------------
[CSS Commons]

Version:	1.1
Assigned to:	Agência Poço
-------------------------------------------------------------------*/
.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%;
}

.floatLeft {
	float: left;
}
.float_right {
	float: right;
}