	#record {
		width: 800px;
		position: relative;
	}

	#bgrec {
		background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/TMM/T03/A03/img/bg_rec.png);
		height: 88px;
		background-position: top;
		background-repeat: no-repeat;
		width: 800px;
	}

	[class^=elem] {
		width: 142px;
		height: 296px;
		position: relative;
		padding: 10px 5px;
		border: 1px dashed gray;
		background-position: 5px 5px;
		background-repeat: no-repeat;
		border-radius: 10px;
		cursor: grab;
		top: 25px;
	}

	.elem0 {
		background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/TMM/T03/A03/img/reg1.png);
	}

	.elem1 {
		background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/TMM/T03/A03/img/reg2.png);
	}

	.elem2 {
		background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/TMM/T03/A03/img/reg3.png);
	}

	.elem3 {
		background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/TMM/T03/A03/img/reg4.png);
	}

	[class^=posA] {
		display: inline-block;
		height: 300px;
		width: 142px;
		margin: 0px 20px;
		position: relative;
	}

	.seccion1 {
		margin: 0px auto;
		height: 365px;
		width: 750px;
	}

	.hand .hanso {
		background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/TMM/T03/A03/img/hand.png);
		background-repeat: no-repeat;
	}

	.flecha:hover .hanso {
		background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/TMM/T03/A03/img/hand2.png);
		background-repeat: no-repeat;
	}

	.flecha:hover .redarrow {
		background-image: none;
	}

	.hanso {
		z-index: 20;
		position: absolute;
		height: 25px;
		width: 25px;
		left: 64px;
		top: 17px;
	}

	[class^=elem]:hover {
		background-color: #f9f5e4;
	}

	[class^=elem]:active {
		opacity: 0.7;
		background-color: #fff3bb;
	}

	.flecha .redarrow {
		background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/TMM/T03/A03/img/flecha.png);
		width: 25px;
		height: 35px;
		position: absolute;
		top: -20px;
		left: 61px
	}