/* Classes */
.clearBoth {
	clear:both;	
}
.left {
	float:left;	
}
.right {
	float:right;	
}

.tituloTexto {
	margin-left:9px;	
}
