/*///////////////////////////////
//LITBox Revisado
///////////////////////////////*/
.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	background-color:rgba(255, 255, 255, 0.5);
}
.LB_window {
	position: absolute;
	background: #fff;
	color:#000000;
	display:none;
	border-radius:6px;
	border: 4px solid #59f;
	font-family:arial,Nimbus Sans L;
}
.LB_button{
	cursor:pointer;
	padding:3px;
	background:#fa0;
	border:1px solid #fa0;
	border-radius: 8px;
	font-family:arial,Nimbus Sans L;
	font-size:15px;
	text-shadow:#000000 1px 1px;
	color:#fff;
	font-weight: 700;
}
.LB_closeAjaxWindow{
	padding:0px 0px 4px 0;
	background-color:#59f;
	height:20px
}
.LB_closeAjaxWindow_caption {
	float:left;
/*	color:#359;*/
	color:#fff;
	text-shadow: 2px 2px #000000;
	font-family:arial,Nimbus Sans L;
	font-size:15px;
	font-weight:bold;
	text-align:left;
}
.LB_closeAjaxWindow_close {
	float:left;
	text-align:right;
}
.LB_closeAjaxWindow img{
	height: 21px;
	width: 21px;
	background: url("../imgs/close.png") 0 -21px;
}
.LB_closeAjaxWindow img:hover{
	height: 21px;
	width: 21px;
	background: url("../imgs/close.png") 0 0;
}
.LB_closeAjaxWindow a{
	cursor: pointer;
}
.LB_content{
	overflow:auto;
	border: 0px;
}
.LB_resize{
   background-position: bottom right;
   background-repeat: no-repeat;
   height: 13px;
   width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
}
