.wrapper {
	width: 1024px;
	height: auto;
	left: 10%;
	right: 10%;
	margin: 0 auto;		
	position: absolute;			
}

.botonBateria {
	position: absolute;
	width: 70;
	height: 40;
	bottom: 128;
	right: 517;
}

.botonMaster {
	position: absolute;
	width: 70;
	height: 61;
	bottom: 97;
	right: 358;
}

.lineaBateriaTrasera1 {
	position: absolute;
	width: 7;
	height: 326;
	bottom: 56;
	right: 492;
	background-color: #ff0000;
}

.lineaBateriaTrasera2 {
	position: absolute;
	width: 218;
	height: 7;
	bottom: 375;
	left: 525;
	background-color: #ff0000;
}

.lineaMasterRadioR1 {
	position: absolute;
	width: 7;
	height: 318;
	bottom: 36;
	right: 445;
	background-color: #ff0000;
}

.lineaMasterRadioR2 {
	position: absolute;
	width: 172;
	height: 7;
	bottom: 349;
	left: 572;
	background-color: #ff0000;
}

.lineaFoco1 {
	position: absolute;
	width: 143;
	height: 7;
	bottom: 299;
	left: 762;
	background-color: #ff0000;
	-ms-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	transform: rotate(69deg);
}

.lineaFoco2 {
	position: absolute;
	width: 566;
	height: 7;
	bottom: 236;
	right: 168;
	background-color: #ff0000;	
}

.lineaFoco3 {
	position: absolute;
	width: 7;
	height: 104;
	bottom: 236;
	right: 728;
	background-color: #ff0000;	
}

.lineaFoco4 {
	position: absolute;
	width: 204;
	height: 7;
	bottom: 335;
	right: 728;
	background-color: #ff0000;	
}

.focoTierra {
	position: absolute;
	width: 100;
	height: 7;
	bottom: 359;
	left: 92;
	background-color: #0000ff;	
}

.botonFocoTierra {
	position: absolute;
	width: 20;
	height: 20;
	bottom: 354;
	left: 194;
}


.type1 {
	border-radius: 50%;
	width: 40;
	height: 40;
	background: yellow;
	border: 1px solid red;
	position: absolute;
	bottom: 332;
	left: 47;
	opacity: .90;
}