@charset "utf-8";

* {margin:0;padding:0}

html, body{height:100%; width:100%;}

body, table, td, th, input, select, textarea{
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}

body { 
	background-color: #c9e8b0;
	background-image: url(imagenes/WLTFondo_Background.png);
	background-repeat:  repeat-x;

	text-align:center;
	min-height:740px;
}
#WindowPage{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#WebPage {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height:740px;
}	
#Container {
	width: 986px;
	background-repeat:no-repeat;
	height:740px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#Container_Top{ background:url(imagenes/WLTCuadro_Top.png); background-repeat:no-repeat; width:986px; height:47px;}
#Container_Left{ background:url(imagenes/WLTCuadro_Left.png); background-repeat:no-repeat; width:47px; height:646px; float:left;}
#Container_Right{ background:url(imagenes/WLTCuadro_Right.png); background-repeat:no-repeat; width:47px; height:646px; float:right;}
#Container_Center{ background:url(imagenes/WLTCuadro_Central_WaterMark.png); background-repeat:no-repeat; width:892px; height:646px; float:left;}
#Container_Bottom{ background:url(imagenes/WLTCuadro_Bottom.png); background-repeat:no-repeat; width:986px; height:47px; float:left;}

/*
<!--[if lt IE 8]>
	#WindowPage{display:block}
	#WebPage{top:50%;display:block}
	#Container{top:-50%;position:relative}
<![endif]-->

<!--[if IE 7]>
	#WindowPage{
		position:relative;
		overflow:hidden;
	}
<![endif]-->*/