h3 {
	font-size: 2em;
	padding:5px;
	margin:5px;
	color:#2c3e4e;
}

.drag {
	width:122px;
	height:40px;
	border-radius:10px;
	position:absolute;
	color:#FFF;
	font-weight: bold;
	line-height: 40px;
	bottom:20px;
}

.templado {
	background:#7ca96a;
	text-shadow: 0 0 3px #006532, 0 0 3px #006532, 0 0 3px #006532, 0 0 3px #006532;
}

.fria {
	background:#4f88bc;
	text-shadow: 0 0 3px #2c3e4e, 0 0 3px #2c3e4e, 0 0 3px #2c3e4e, 0 0 3px #2c3e4e;
}

.calida {
	background: #c7bb5e;
	text-shadow: 0 0 3px #a97713, 0 0 3px #a97713, 0 0 3px #a97713, 0 0 3px #a97713;
}

#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:20px;
}

textarea {
	width:500px;
	height:400px;
	display: inline-block;
	border-radius: 10px;
	border:solid 1px #174556;
	margin-left: 300px;
}

.btn{
	
}

.btn:hover{
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}