
.titulo {
	display:block;
	padding-top:20px;
	font-size: 2em;
	color:#FFF;
	display:block;
	text-align: center;
	padding:10px;
	margin-bottom:20px;
	background: rgba(0,0,0,0.3);
	border-radius: 10px;
}

#inputs {
	position:relative;
	display: inline-block;
}

#inputs textarea {
	margin:20px;
	padding:10px;
	font-size: 2em;
	color:#FFF;
	display: block;
	width:400px;
	height:300px;
	border-radius: 10px;
	border:dashed 5px #FFF;
	background: #fdc500;
}

#drops {
	float:right;
	margin-right:134px;
	margin-top:142px;
	padding:40px;
	border-radius: 10px;
	background: rgba(0,0,0,0.3);
	border: dashed 3px white;
	text-align: center;
	font-size: 1.8em;
}

#drags {
	float:right;
	width:350px;
	margin-right:50px;
	margin-top:235px;
}

.drop {
	margin:20px 0;
	width:165px;
	height:47px;
	background:rgba(255,255,255,0.3);
	border-radius: 10px;
	border:dashed 3px white;
}

.drag {
	display: inline-block;
	width:165px;
	height:47px;
	background: #fdc500;
	color:#000;
	border:solid 4px white !important;
	border-radius: 10px !important;
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
	line-height: 45px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.drag:hover {
	cursor: pointer;
}