/* FIREFOX: */

.jqmOverlay
{
	position:fixed;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(esta_imagen_no_existe_a_proposito_para_que_me_bloquee_los_elementos_del_fondo);
	/* background-color:#fefefe; */
}

.jqmWindow
{
	position:fixed;
	top:10%;
	left:50%;
	display:none;
	width:360px;
	margin-left:-170px;
	padding:12px;
	background-color:#ffffff;
	border:1px solid black;
	color:#333;
	z-index:15;
}

.jqmWindowDetalle
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	margin:0px;
	padding:0px;
	background-image:url(esta_imagen_no_existe_a_proposito_para_que_me_bloquee_los_elementos_del_fondo);
	/* background-color:#FF0000; */
	color:#333;
	text-align:center;
	z-index:40;
}

/* IE: */
* html .jqmOverlay
{
	position:absolute;
	top:expression((document.documentElement.scrollTop || document.body.scrollTop)+'px');
	/* background-color:#999933; */
	background-image:url(esta_imagen_no_existe_a_proposito_para_que_me_bloquee_los_elementos_del_fondo);
	/* background-color:#FBFBFB; */
}

* html .jqmWindow
{
	position:absolute;
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmWindowDetalle
{
	/*
	position:absolute;
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(0 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	*/
	/* FUNCIONA:
	position:absolute;
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(0 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	*/
	/*
	ORIGINAL:
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(4 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	*/
}



/* pago: */

.pago
{
	/*
	top:10%;
	left:35%;
	width:650px;
	font-size:11px;
	*/
}
