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

.header{
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: auto;
	text-align: center;
	top: 0;
	box-sizing: border-box;
	position: fixed;
	z-index:9999999999999;
	background-color:#de0000;
	padding:10px 0% 10px 0%;
}
.header.fixed{
	position: fixed;
	top: 0;
	left: 0;
}
.header a{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
.Bono_regalo{
	display:none;
	width:70px;
	height:140px;
	float:left;
	z-index:999999;
	position:absolute;
	background-color:#de0000;
	position:fixed;
	left:0;
	top:50%;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-color:#FFFFFF;
	border-right-style:dotted;
	border-right-width:thin;
	border-top-style:dotted;
	border-top-width:thin;
}