.clear{
	clear:both;
}

.item_table{
	margin: 0px auto; /* centrar con firefox */
	text-align:center; /* centra las capas con internet explorer */	
	width:690px;
	border:1px solid black;
	margin-bottom:10px;
}


.item_img{
	float:left;
	margin-bottom: 10px;
	margin-left:35px;
	margin-right:15px;
}