h3 {
	font-size: 2em;
	padding:5px;
	margin:5px;
	color:#2c3e4e;
}

.drag {
	width:150px;
	height:50px;
	border-radius:10px;
	position:absolute;
	color:#FFF;
	font-weight: bold;
	line-height: 46px;
	bottom:20px;
	(-prefix-)user-select:none;
	font-size: 20pt;
	cursor: pointer;
	box-shadow: inset 0 -2px 2px rgba(0,0,0,0.3)
}

.templado {
	background:#7ca96a;
	text-shadow: 0 0 3px #000;
}

.fria {
	background:#4f88bc;
	text-shadow: 0 0 3px #000;
	(-prefix-)user-select:none;
}

.calida {
	background: #c7bb5e;
	text-shadow: 0 0 3px #000;
}

#cont {
	display: inline-block;
	position: absolute;
	width:500px;
	top:320px;
	left:200px;
}

.titulo {
	font-size:2em;
	background:#174556;
	padding:10px;
	border-radius: 10px;
	color:#FFF;
}

.ggb_subtitulo{
	font-size:18.2px;
}

textarea {
	width:500px;
	height:400px;
	display: inline-block;
	border-radius: 10px;
	border:dashed 2px #174556;
	margin-left: 300px;
}