.overlay_alphacube  {
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	min-height:100% !important;
	min-width:100% !important;
	
}

.alphacube_nw {
	background: transparent url(../img/alphacube/left-top.gif) no-repeat 0 0;			
	width:10px;
	height:25px;
}

.alphacube_n {
  background: transparent url(../img/alphacube/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.alphacube_ne {
  background: transparent url(../img/alphacube/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url(../img/alphacube/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url(../img/alphacube/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url(../img/alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(../img/alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(../img/alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(../img/alphacube/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../img/alphacube/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(../img/alphacube/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#666666;
}

.alphacube_content {
	color: #666666;
  	font: 12px;
	background:#fff7e1 url(../img/varios/popup.jpg) bottom right no-repeat;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #000;	
	background: #D7EBFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
 	font: 12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
	/*line-height:1px;*/
	float:left;
	width:400px;
	height:300px;
	overflow:hidden;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #ffffff url('../img/lightbox/progress.gif') no-repeat center center
}

.alphacube_wired_frame {
	background: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}
/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table td , th, tr { 
  padding: 0; 
}

.top_table_window{ 
	border-collapse: collapse; 
	border-spacing: 0; 
	width: 100%;
	margin: 0px;
	padding:0px;
}
.mid_table_window{ 
	border-collapse: collapse; 
	border-spacing: 0; 
	width: 100%;
	margin: 0px;
	padding:0px;
}

.bot_table_window{ 
	border-collapse: collapse; 
	border-spacing: 0; 
	width: 100%;
	margin: 0px;
	padding:0px;
}

.ok_button {
	background:url(../img/alphacube/00_btn_cerrar.jpg);
	width:57px;
	height:20px;
	border:none;
	cursor:pointer;
}

/*--------------------------------------------------------------------------*/
.table_pop { 
	width:750px;
	margin:0 auto;
	color:#4b697a;
	font-size:11px;
}

.head_pop {
	font-size:20px;
	padding:10px;
	text-align:left;
	letter-spacing:0;
	color:#83B9C8;
	border-bottom: solid 1px #4b697a;
}

.info_pop {
	text-align:justify;
}

.continfo_pop {
	width:750px;
	height:420px;
	overflow:auto;
	padding-right:10px;
	margin:10px 0;
}