#caixas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../imgs/cxbg.png);
	width: 744px;
	background-repeat: repeat-x;
	height: 200px;
	padding-top: 4px;
	float: left;
}
.cx1 {
	float: left;
	background-image: url(../imgs/cx.png);
	width: 210px;
	padding-right: 18px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	padding-top: 20px;
}
