.tWrapper{
	display: table-row;
}
.tCell{
	display: table-cell;
	margin-left: 10px;
	margin-right: 10px;
}
.GUIDCell{
	width: 300px;
	text-align: center;
}
#baseElemento, #baseTerrain{
	display: none;
}

/*
 *	GENERAL
 */
#pnGeneral .progress, #imgThumb{
	display: none;
}

/*
 *	ELEMENTOS + TERRENOS
 */
.elemento, .terrain{
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 10px;
	background: #EEE;
	padding: 10px;
	margin: 10px;
}

.elementName, .terrainName{
	width: 300px;
}

.wpx, .wm, .hpx, .hm{
	width: 50px;
	text-align: center;
}
.elementoImagen img, .terrainImagen img, #imgThumb{
	float: right;
	width: 100px;
	height: 100px;
	padding-right: 20px;
}

.minimize{
	right: 0;
	position: relative;
	width: 15px;
	height: 15px;
	padding-left: 10px;
}

/*
 * 	ACCIONES
 */
span.accion{
	margin-left: 10px;
}

.accion img{
	width: 25px;
	height: 25px;
}

.acciones{
	-webkit-border-radius: 10px;
	background: #CCC;
	padding: 10px;
	margin: 10px;
}

#iframeUP{
	display: none;
}

.imgButton:hover{
	cursor: pointer;
}

.progress{
	padding-left: 10px;
}
