
.cbp-af-header {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.0);
	z-index: 1000;
	height: 230px;
	overflow: hidden;
	-webkit-transition: height 0.3s, background .3s;
	-moz-transition: height 0.3s background .3s;
	transition: height 0.3s background .3s;

}

.cbp-af-header .cbp-af-inner {
	width: 100%;
	margin: 0 auto;
	
}



 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header 
.cbp-af-header h1,
.cbp-af-header nav a {
	line-height: 135px;
}
.logo1{
	position:relative;
	width:100%;
	display:block;
	z-index:2;
}
.cbp-af-header h1 {
	color: #FFF;
	font-size: 4em;
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}*/

.cbp-af-header nav {
	
	position: absolute;
	width:100%;
	top:0px;
	z-index:1;
}

.cbp-af-header nav a {
	
}

.cbp-af-header nav a:hover {
	color: #F60;
}
/*
.espacio-menu{
	position:relative;
	float:left;
	width:120px;
	height:75px;
	display:block;
	margin: 0 -13px 0 15px !important;
	padding: 20px 0 0 0; 
	box-sizing: border-box;
}
*/
/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 90px;
	background: rgba(0,0,0,0.6);
}

.cbp-af-header.cbp-af-header-shrink h1{
	width: 50px;
	height:61px;
	margin-top: -2px;
}
.cbp-af-header.cbp-af-header-shrink nav{
	line-height: 90px;
	top:5px;
}
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 90px;
}
.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 2em;
}

/* Example Media Queries */


@media screen and (max-width: 800px) {
	.cbp-af-header nav a {
		font-size: 0.9em;
	}
	.cbp-af-header nav {
	width:420px;
	top:30px;
	}
	.cbp-af-header .cbp-af-inner {
	width: 100%;
	max-width: 420px;
	padding: 0;
	}
	.cbp-af-header nav a {
		font-size: 0.9em;
	}
	.cbp-af-header nav {
	width:420px;
	top:50px;
	}
	.cbp-af-header .cbp-af-inner {
	width: 100%;
	max-width: 420px;
	padding: 0;
	}
	.espacio-menu{
	display:none;
	}
	.cbp-af-header.cbp-af-header-shrink h1{
	width: 40px;
	height:49px;
	margin-top: -20px;
	}
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 135px;
	}
}
@media screen and (max-width: 480px) {
	
	.cbp-af-header nav {
	width:248px;
	}
	.cbp-af-header .cbp-af-inner {
	max-width: 248px;
	}
	.cbp-af-header nav a {
		font-size: 0.6em;
		margin: 0 4px;
	}
}
@media screen and (max-width: 320px) {
	.cbp-af-header nav {
	width:214px;
	}
	.cbp-af-header .cbp-af-inner {
	max-width: 214px;
	}
	.cbp-af-header nav a {
		font-size: 0.5em;
		margin: 0 5px;
	}
}