.alphacube .nw {
	height:25px;
	padding-left:10px;
	padding-top: 15px;
}

.alphacube .ne {
	height:25px;
	padding-right:10px;
}

.alphacube .n {
  	color: black;
	font:bold 16px/25px Tahoma, Arial, sans-serif;
	height:25px;
	margin:0;
	padding:0;
	text-align:center;       
	overflow: hidden;
}

.alphacube .content {
	background-color:#FDFDFD;
	color:#000;
	font:normal 12px/1em Tahoma, Arial, sans-serif;
	overflow:auto;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius: 5px;
}


.alphacube .sw {
	font-size:2px;
	height:12px;
	padding-left:6px;
}

.alphacube .se {
	font-size:2px;
	height:12px;
	padding-right:6px;
}

.alphacube .s {
	font-size:11px;
	height:12px;  
	overflow:hidden;
} 

.alphacube .se_resize_handle {
	background:transparent url(alphacube/sizer.gif) no-repeat scroll right 0;
	font-size:2px;
	height:12px;
	padding-right:12px;
}

.alphacube .se_sizer { 
  width:12px;
  height:12px;
}          

.alphacube .buttons {
  position: absolute;
  top:17px;
  right:10px;
  height: 20px;  

  
   
  
}                

.alphacube .buttons a.close {
  background:transparent url(/SYS/public/img.php?i=EduAlu/Educacion/buttons.gif) no-repeat 0 0;
	display:block;
	height:18px;
	float:left;
	width:23px;
	font-size:1px;
	padding-top:2px; 
}

.alphacube .buttons a:hover.close {
   background:transparent url(/SYS/public/img.php?i=EduAlu/Educacion/buttons.gif) no-repeat 0 -18px;  
  
}

.alphacube .buttons a.maximize {
	background:transparent url(/SYS/public/img.php?i=EduAlu/Educacion/buttons.gif) no-repeat 0 -36px;
	display:block;
	height:18px;
	float:left;
	width:23px;
	font-size:1px;
	padding-top:1px; 
}
.alphacube .buttons a:hover.maximize {
	background:transparent url(alphacube/buttons.gif) no-repeat 0 -54px;
}

.alphacube .buttons a.minimize {
	background:transparent url(alphacube/buttons.gif) no-repeat 0 -72px;
	display:block;
	height:18px;
	float:left;
	width:23px;
 	font-size:1px;
	padding-top:0px;     
}                            

.alphacube .buttons a:hover.minimize {
	background:transparent url(alphacube/buttons.gif) no-repeat 0 -90px;
}      

.alphacube .buttons a.minimize.disabled, .alphacube .buttons.over a.minimize.disabled  {
	background:transparent url(alphacube/buttons.gif) no-repeat 0 -108px !important; 
}


.alphacube_overlay {
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_wired {
	background:#FFF;
	border:1px #000 dashed;
	filter:alpha(opacity=60);
	opacity:0.6;	
	position:absolute;
	-moz-opacity:0.6;
}
