/* Objetos Flutuantes */

.left {
	float:left;	
}

.right {
	float:right;	
}

.clearBoth {
	clear:both;	
}