@charset "utf-8";
/* CSS Document */

header {
	width: 100%;
	top: 0;
	padding: 0em;
}
header div{
	margin: auto;
}
header hr{ /*Separacion horizontal del header*/
	display: block;
	border: 2px solid #ed7225;
	margin-bottom: 5px; 
}
.header-logo-bar{
	text-align: center;
	margin-top: 6px;
}
img.header-logo{
	max-width: 424px;
	width: 90%;
	min-width: 212px;
}
#top-bar{
	background-color: #ed7225;
	font-size: 24px; 
	width: 100%;
	height: 48px;
	position: relative;
	font-family: glacial-indifference;
	margin: auto;
}
.header-container{
	max-width: 1080px;
	height: 100%;
	vertical-align: middle;
}
.header-container a{
	float: left;
	color: white;
	padding: 2px;
	line-height: 35px;
	display: inline-block;
	margin: auto 10px;
}
.fb-topbar{
	float: right;
	display: inline-block;
}
.fb-topbar a{
	color: white;	
	line-height: 35px;
}

