@charset "utf-8";
/* CSS Document */

div.content_inner {
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 2.3% 0;
	max-width:1126px;
	text-align: center;
 }

div.top {
	width:100%;
	height: 12%;
	margin: 0 0 1% 0;
	background-color: #292929;
 }

div.top_top img {
	float: left;
    width: auto;
    height: auto;
	padding-top: 0.3%;
	margin-left: 7%;
 }
 
div.top_top {
	display: inline-block;
     width: 100%;
	 height: auto;
     min-height: 37px;
     margin: 30 auto;
 }
  
div.news {
	vertical-align: top;
	text-align: center;
	display: inline-block;
    width: 31%;
	min-width: 300px;
    height: auto;
	min-height: 450px;
	margin: 1.5% 1%;
	padding-top: 2%;
	padding-bottom: 1.5%;
    background-color: #292929; 
	border-radius: 4px;    
 }
 
div.news img {
     width: 100%;
	 height: auto;
	 overflow: hidden;
	 display: inline-block;
   } 

div.news h1 {
	height: 30px;
	margin: 5% 5%;
	z-index: 1;
	font-weight: 100;
	color: #999;
	font-size: 16px;
	text-transform:uppercase;
 }
 
div.news p {
	width: 90%;
	margin: 5% 5%;
	height: auto;
	min-height: 140px;
	color: #fff;
	font-size: 14px;
	text-align: justify;
	text-transform:none;
 }

div.button {
	vertical-align: bottom;
	width: 100%;
	margin: 8% 0% auto;
 }
 
div.button a {
	padding: 2% 10% 2% 10%;
	font-weight: 200;
	font-size: 16px;
	background-color: #FF6400;
	border-radius: 2px;
	color: #fff;  
	font-size: 16px;
	text-transform: none;
	font-family: Arial;
 }