.titulo {
	padding-top:20px;
	font-size: 2em;
	color:#5F5F5F;
	display:block;
	text-align: center;
}

.inputplanetas {
	position:absolute;
	height:45px;
	width:170px;
	color:#000;
	font-size: 1.3em;
	text-align: center;
	background: rgba(255,255,255,0);
	border:none;
}

.btn {
	left:30px;
	color:#FFF;
	font-size: 1.5em;
	background:#fdc500;
	border-radius: 10px;
	padding:10px;
	border:solid 4px white;
}

.btn3{
	width:210px;
	height:48px;
	background: url(../img/S_G04_U01_L01_03_02-respuesta.png) no-repeat;
}

.btn4{
	width:210px;
	height:48px;
	background: url(../img/S_G04_U01_L01_03_02-respuesta2.png) no-repeat;
}
.btncont:hover {
	transform:scale(1.1,1.1);
}

.theSolar{width:1200;height:537px;padding-top:20px;border-radius:10px;text-align:center}
.pos{height:225px;margin-left:300px;margin-bottom: 20px;}

.contenedor{
	margin-top: 200px;
	margin-left: 800px;
}

.pos1 {
	width:80px;
	height:80px;
}

.drag {cursor: pointer}
.sp{margin:10px 15px;}

#zonadrop {
	float:left;
	margin-top:20px;
	margin-left: 16px;
}

#zonadrop div {
	display: inline-block;
	margin:0 96px 0 0;
	width: 380px;
}

#drags {
	width:350px;
	float:right;
	background:rgba(255,255,255,0.2);
	border-radius:10px;
	cursor: pointer;
	margin-top: -50px;
}


.drops {
	display:inline-block;
	width:320px;
	height:327px;
	background: none;
	border: dashed 4px #fdc500;
	border-radius: 10px;
}

.titulocomposicion {
	display: inline-block;
	padding:10px;
	background: #fdc500;
	border:solid 4px white;
	font-size: 2em;
	color:#FFF;
	border-radius: 10px;
}

/*-------------------------------------------*/

.inputdiam {
	background: none;
	border-radius: 10px;
	border:dashed 3px white;
	color:white;
	font-size: 1.5em;
	padding:5px 2px;
	text-align: center;
	width:149px;
	height: 29px;
	margin:3px 0;
}

.nombre {
	color:#FFF;
	font-size: 1.5em;
	padding:0 10px;
	text-shadow:0 0 3px black;
}

.movimiento {
	background: none;
	border-radius: 10px;
	border:dashed 3px white;
	color:white;
	font-size: 1.5em;
	padding:5px 10px;
	text-align: center;
	width:330px;
	height:122px;
	margin:10px 0;
}

textarea{ resize:none;}