ul.development-log li { padding-left: 0; clear: both; border-top: 1px dashed #CCC; background-image: none; }

ul.development-log li .fourth .content strong { font-size: 12px;}
ul.development-log li .fourth .content span.date { font-size: 11px; }




			body #front_feature {
				height: 250px;
				margin-top: 0px;
				margin-bottom: 0px;
				
			}
			
			
				body #front_feature .feature_block {
					width: 1000px;
					height: 250px;
					background-color: #191919;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
				}
				
										
					body #front_feature .feature_block .the_pad { padding: 40px 80px 40px 40px; }
					
					#front_feature .feature_block .content,
					#front_feature .feature_block .content p.large { color: #cccccc; }
					#front_feature .feature_block .content h1 { font-size: 36px; }
					
					#front_feature .feature_block .content ul { padding-left: 20px;list-style-type: square; }
				
			
			body .centerbox {
				/* flexbox, por favor */
				display: -webkit-box;
				-webkit-box-orient: horizontal;
				-webkit-box-pack: center;
				-webkit-box-align: center;
			 
				display: -moz-box;
				-moz-box-orient: horizontal;
				-moz-box-pack: center;
				-moz-box-align: center;
			  
				display: box;
				box-orient: horizontal;
				box-pack: center;
				box-align: center;
				
				height: 250px;
			}
			
			body .centerbox > div {
				-webkit-box-flex: 1;
				-moz-box-flex: 1;
				box-flex: 1;
			}