@charset "utf-8";

#Shadow_left_qs {
	background-image:url(../images/shadow_left.jpg);
	background-repeat:repeat-y;
	width:5px;
	height:853px;
	float:left;
} /* Sombra izquierda*/

#Shadow_right_qs {
	background-image:url(../images/shadow_right.jpg);
	background-repeat:repeat-y;
	width:5px;
	height:853px;
	float:right;
} /* Sombra derecha */

/* INTERNET EXPLORER 7 */

*:first-child+html #Shadow_left_qs {
	background-image:url(../images/shadow_left.jpg);
	background-repeat:repeat-y;
	width:5px;
	height:850px;
	float:left;
} /* Sombra izquierda*/

*:first-child+html #Shadow_right_qs {
	background-image:url(../images/shadow_right.jpg);
	background-repeat:repeat-y;
	width:5px;
	height:850px;
	float:right;
} /* Sombra derecha */

/* INTERNET EXPLORER 7 */

