@import"reset.css";
@import"fonts.css";

/************************ MAIN ************************/
html, body {
}

#main {
	width:100%;
	height:auto;
}


/************************ HEAD ************************/

#head_wrap {
	width:100%;
	height:144px;
	position:relative;	
}


#head_main {
	width:970px;
	height:inherit;
	margin:0 auto;	
	position:relative;		
}


.head_logo {
	width:264px;
	height:144px;
	float:left;
	position:relative;
}

/************************ TITU ************************/
#titu_wrap {
	width:100%;
	height:60px;
	position:relative;
}

#titu_main {
	width:970px;
	height:inherit;
	margin:0 auto;
	position:relative;		
}

#titu_main h1 {
	width:970px;
	height:35px;
    font-family:'Futuramd';
	font-size:30px;	
	color:#fff;	
	text-align:left;
	text-transform:uppercase;
	padding-left:6px;
	margin-top:30px;	
	position:relative;	
}

/************************ SLID ************************/
#slid_wrap {
	width:100%;
	height:148px;
	position:relative;
}

#slid_main{
	width:970px;
	height:inherit;
	margin:0 auto;
	padding-left:15px;		
	position:relative;		
}

#slid_main img {
	opacity:1;
    transition:all 0.5s ease 0s;	
}


#slid_main img:hover{
	opacity:0.6;
    transition:all 0.5s ease 0s;	
}

/************************ CONT ************************/
#cont_wrap {
	width:100%;
	height:auto;
	margin-top:20px;	
	position:relative;
	overflow:hidden;	
}

#cont_main {
	width:970px;
	height:inherit;
	margin:0 auto;
	position:relative;	
}

.cont_data {
	width:940px;
	height:auto;
    font-family:'Futuramd';
	font-size:16px;
	line-height:24px;
	color:#fff;
	text-align:justify;	
	border-bottom:1px dotted #fff;
	margin-left:6px;	
	padding-bottom:20px;		
	position:relative;	
}


/************************ FOOT ************************/

#foot_wrap {
	width:100%;
	height:80px;
	margin-top:30px;
	position:relative;
}

#foot_main {
	width:970px;
	height:inherit;
	margin:0 auto;	
	position:relative;	
}

.foot_link a {
	width:135px;
	height:20px;
    font-family:'Futuramd';
	font-size:16px;
	color:#fff;
	padding-top:1px;
	padding-left:25px;
	margin-left:6px;			
	background:url('../img/vent_icon_clos.png') no-repeat;
	text-decoration:none;
	position:relative;
	display:block;
}

