/* HAY QUE PULIR */

/* FONDO */
	#TB_overlay {
		position: absolute;
		z-index: 100;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%
		}
	.TB_overlayBG {
		background-color: #000000;
		opacity: 0.8;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE -7 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
		}
	* html #TB_overlay { /* ie6 hack */
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
		}
		
/* LOADING GIF */
	#TB_load{
		position: absolute;
		display: none;
		height: 13px;
		width: 208px;
		z-index: 200;
		top: 50%;
		left: 50%;
		margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
		}
	* html #TB_load { /* ie6 hack */
		position: absolute;
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
		}
		
/* CAJA PRINCIPAL */
	#TB_window {
		position: fixed;
		display: none;
		top: 50%;
		left: 50%;
		z-index: 150;
		background-color: transparent;
		padding: 0;
		color: #fff
		}
	* html #TB_window { /* ie6 hack */
		position: absolute;
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
		}
	img#TB_Image {
		display: block;
		padding-bottom: 5px
		}
		#TB_closeWindowButton {
			width: 28px;
			height: 28px;
			background: url('../../img/thickbox/x.png') no-repeat center;
			top: -14px;
			right: -14px;
			position: absolute;
			}
			#TB_caption{
				float: left;
				} 
			#TB_iframeContent{
				clear: both;
				border: none
				/*margin-bottom: -1px;
				margin-top: 1px;
				margin-bottom: 1px;*/
				}
			#TB_ajaxContent{
				clear: both;
				overflow: auto
				}

	div#TB_prev {
		position: fixed;
		top: 40%;
		left: 3%;
		font-size: 72px;
		line-height: 0.85em;
		text-transform: uppercase;
		text-decoration: none
		}
	div#TB_next {
		position: fixed;
		top: 40%;
		right: 3%;
		font-size: 72px;
		line-height: 0.85em;
		text-transform: uppercase;
		text-decoration: none
		}

/* ? */
	#TB_HideSelect {
		z-index: 99;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		border: none;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		height: 100%;
		width: 100%
		}
	* html #TB_HideSelect { /* ie6 hack */
	     position: absolute;
	     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
		}