﻿ .sticky{
	 position: fixed;
	 z-index: 199;
 }
 
 .header	{
	 position: relative;
	 top: 0;
	 left: 0;
	 right: 0;
	 widows: 100%;
	 z-index: -1;
 }

 .headerFixed{
	 top:0;
	 position: absolute;
	 width:100%;
	 z-index:999;
 }
 
 .escondeHeaderFixed{
	 display: none;
 }
 
 @media only screen and (min-width: 979px) {
	.headerFixed{
		position: fixed;
	}
}

 @media only screen and (max-width: 979px) {
	div#header2 > .container-fluid > .row-fluid > .content-layout{
		display: none !important;
	}
}