.question {
	width: 459px;
	height: 154px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.88em;
	color: #006666;
	text-align: center;

	background-image: url('../img/recursos55.png');
	background-position: center;
	background-repeat: no-repeat;

	padding: 17px 8px;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.deploy_button {
	cursor: pointer;
	width: 49px;
	height: 49px;
	position: absolute;
	bottom: 10px;
	right: 206px;
}

.info {
	color: #ffffff;
	font-size: 1.75em;
	width: 433px;
	height: 111px;

	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;

	background-image: url('../img/pixel3_rojo_claro.png');
	background-repeat: repeat;
	padding: 20px 0px;
}