#container {
	border-radius:10px;
	background:#bbc885;
	height:100%;
	position:relative;
}

#observ {
	width:500px;
	height:60px;
	font-size:1.3em;
	position:absolute;
	top:155px;
	left:40px;
	border:dashed 2px #a3a3a3;
}

#resul {
	width:500px;
	height:60px;
	font-size:1.3em;
	position:absolute;
	top:270px;
	left:40px;
	border:dashed 2px #a3a3a3;
}

#discon {
	width:480px;
	height:60px;
	font-size:1.3em;
	position:absolute;
	top:560px;
	left:40px;
	border:dashed 2px #a3a3a3;
}

#botonera {
	left:42.3%;
}

#botonera div {
	display: inline-block;
}

.btn_impr {
	background:url('../img/03_05_03.png') center center;
	background-size:98%;
	background-repeat:no-repeat;
	width:70px;
	height:75px;
	position: absolute;
}

.btn_impr:hover {
	cursor:pointer;
}

.btn_impr:active {
	background:url('../img/03_05_03_p.png') center bottom;
	background-size:98%;
	background-repeat:no-repeat;
}