#zona {
	border: 0px solid #FFFF00;
	z-index: 2;
	height: 170px;
	width: 233px;
	top: 33px;
	right: 20px;
	overflow: hidden;
	position: absolute;
}
#close {
	visibility: hidden;
	z-index: 3;
	height: 15px;
	width: 16px;
	cursor: hand;
	top: 0px;
	right: -1px;
	overflow: hidden;
	position: absolute;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0033;
	border: 1px solid #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
}
#move {
	border: 3px solid #CCCCCC;
	background-color: #CCCCCC;
	visibility: hidden;
	z-index: 2;
	height: 150px;
	width: 180px;
	cursor: hand;
	top: 0px;
	right: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
}
