html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window a:link {color: #DDD;}
#TB_window a:visited {color: #DDD;}
#TB_window a:hover {color: #FFF;}
#TB_window a:active {color: #DDD;}
#TB_window a:focus{color: #DDD;}


#TB_overlay {
	position: fixed;
	z-index:10;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;

}




.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {

	position: fixed;
	z-index: 12;
	color:#999;
	display:none;
	border:1px solid #333;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindowButton{
	margin:3px 4px 0 0;
	display:block;
}

#TB_closeWindow{
	height:25px;
	float:right;
}

#TB_closeAjaxWindow{
	padding:0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	}

#TB_title{

	background:url('../imgs/subinput.jpg') #000 center center repeat-x;
	height:25px;
	font-size:8pt;
	margin:0;
	color:#FFF;
}

#TB_ajaxContent{

	color:#CCC;
	background:#111;
	clear:both;
	padding:0;
	overflow:auto;
	text-align:left;
	margin:0;
}
#TB_ajaxContent h2{

	font-size:1.1em;
	color:#FF0000;
	margin:10px 0;

}


#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:111;
	background:#FFF;
}



.TB_izq{
	width:240px;
	border-right:1px solid #DDD;
	height:320px;
	float:left;
}
.TB_der{
	width:486px;
	border-left:1px solid #FFF;
	height:320px;
	float:left;
	overflow:auto;
}

#TB_ajaxContent form{

	margin:10px;
}


