/* #####################
  ----   Orden   ---
 ##################### */

html>/**/body #orden {
	font-weight: bold;
	width: 370px;
	height: 300px;
	clear: right;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

* html #orden {
	font-weight: bold;
	width: 370px;
	height: 300px;
	text-align: center;
	margin-bottom: 30px;
}

*+html #orden {
	font-weight: bold;
	width: 370px;
	height: 300px;
	text-align: center;
	margin-bottom: 30px;
}

#orden img {
	border: 0px;
	padding: 5px;
}