#zag{
	width: 100%;
	height: 70px;
	float:left;
	position: relative;
	z-index:3;
	}

#fixzag{
	width: 100%;
	height: 70px;
	float:left;
	position: fixed;
	}
#fixzag_none{
	width:800px;
	padding:25px 50px 0px 50px;
	height: 45px;
	float: none;
	margin:0 auto;
	position: relative;
	border:0;	
	border-bottom:solid 1px #f3f1ed;
	top:0;	
	font-size: 1.3em;
	line-height:30px;
	color: #000;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color:#FFF;
	}
	


@media screen and (max-width: 900px){

#fixzag_none{
	width:86%;
	padding:25px 7% 0px 7%;
	border-bottom:solid 3px #f2f2f2;
	font-size: 1.25em;	
	}

}