.light_box {
	width: 100%;
	height: 0px;
	background-color: #000;
	position: absolute;
	left: 0px;
	filter: alpha(opacity =     0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 100;
}

.video_frame {
	width: 850px;
	background-color: transparent;
	height: 640px;
	border: hidden;
	overflow: hidden;
}

.video_titulo {
	width: 0px;
	height: 0px;
}

.video_container {
	background: none;
	width: 850px;
	height: 640px;
	position: absolute;
	z-index: 120;
}

.video_btn_cerrar {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: absolute;
	background-image: url(../imagenes/btn_cerrar.png);
	left: 835px;
	top: 20px;
	z-index: 200;
}

/* LIGHTBOX */
.body_video {
	margin: 0 0 0 0;
}

#video {
	width: 770px;
	height: 350px;
	position: absolute;
}

#video_share {
	width: 300px;
	height: 270px;
	position: absolute;
}
