@charset "utf-8";
/* CSS Document */

header{
	width:824px;
	height:74px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
}

.head{
	width:100%;
	height:95px;
	background:#403A37;
	top:0;
	position:fixed;
	z-index:100;
	-webkit-box-shadow: 0 5px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px 5px rgba(0,0,0,0.3);
}

.logo{
	width:200px;
	height:74px;
	float:left;
	background:url(img/logo2.png);
}
.franja{
	width:100%;
	height:26px;
	margin-top:74px;
	background:#756A65;
	position:fixed;
	z-index:100;
}
.franja1{
	width:100%;
	height:26px;
	margin-top:-29px;
	background:#756A65;
	position:fixed;
	z-index:100;
}

