/* CSS Document */

/* ------------------------  fluid center ------------------------ */
.fluid_center {
	display: inline-block;
	width: 950px;
	vertical-align: top;
	text-align: center;
	color: #F66000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
}

.hrinlinecentral {
	display: block;
	height: 1px;
	border: 0;
	border-top: 2px solid #FF6600;
	margin-top: 150px;
	padding: 0;
}

#BlockCentralBottom {
	position: absolute;
	width: 900px;
	background-color: rgba(255, 102, 0, 0.04);
	overflow: hidden;
	height: 100vh - 300;
	color: #666666;
	margin-top: -6px;
}

.div-table{
  display: table;         
  width: auto;                       
  border-spacing: 5px;
}

.div-table-row{
  display: table-row;
  width: auto;
  clear: both;
  line-height: 1.2;
}

/* */
#image_module {
	float: left;
	margin-top: -120px;
	margin-left: 56px;
	width: 210px;
	height: 110px;
}

#image_orange {
	float: left;
	margin-top: -10px;
	margin-left: 56px;
	width: 110px;
	height: 140px;
	opacity: 0.3;
	background-color: #FF6600;
}

h4 {
	font-size : 14px;
	color: #FF6600;
}