#blanket {
   position: absolute;
   z-index: 10001;
   top: 0px;
   left: 0px;
   width: 100%;
}
.white_blanket {
	background-color:#fff;
	opacity: 0.50;
	filter: alpha(opacity = 50);
}
.black_blanket {
	background-color: #000;
	opacity: 0.90;
	filter: alpha(opacity = 90);
}
#lighton {
	position: absolute;
	width: 340px;
	height: 75%;
	max-height: 568px;
	color: #000;
	text-align: left;
	background: url(imgs/switch.gif) bottom center no-repeat;
	z-index: 10002;
}
#lighton_link {
	display: none;
	position: absolute;
	bottom: 78px;
	left: 155px;
	width: 32px;
	height: 78px;
	color: #000;
	z-index: 10004;
}
.light_state_on {
	background: url(imgs/inte.gif) top center no-repeat;
}
.light_state_off {
	background: url(imgs/inte.gif) bottom center no-repeat;
}
#aviso {
	position: absolute;
	bottom: -126px;
	left: -2px;
	width: 340px;
	height: 483px;
	color: #000;
	background: url(imgs/aviso.gif) top center no-repeat;
	border: 2px solid #000;
	z-index: 10003;
}
