/* CSS Document */
.left {
	float:left;
}
.right {
	float:right;
}
.clearBoth {
	clear:both;
}
/* Caixa Cinza */

.caixa {
	background:#F8F8F8;
	border:1px solid #E2E2E2;
}

.linhaFixa {
	border-bottom:1px dotted #D2D2D2;
	font-size:3px;
	height:3px;
	width:98%;
	margin:0 auto;
}

/*Caixa Fixa Lateral*/

.laterais {
	width:240px;
	padding-bottom:15px;
}
