#btn1 {
	background:url('../img/04_01_01.png') no-repeat;
	background-size:cover;
	width:518px;
	height:132px;
	position:absolute;
	top:211px;
	left:425px;
}

#btn1:active {
	background:url('../img/04_01_01p.png') no-repeat;
	background-size:cover;
}

#btn2 {
	background:url('../img/04_01_02.png') no-repeat;
	background-size:cover;
	width:519px;
	height:132px;
	position:absolute;
	top:379px;
	left:424px;
}

#btn2:active {
	background:url('../img/04_01_02p.png') no-repeat;
	background-size:cover;
}

#btn3 {
	background:url('../img/04_01_03.png') no-repeat;
	background-size:cover;
	width:518px;
	height:132px;
	position:absolute;
	top:547px;
	left:426px;
}

#btn3:active {
	background:url('../img/04_01_03p.png') no-repeat;
	background-size:cover;
}

#btn1:hover,#btn2:hover,#btn3:hover {
	cursor: pointer;
}

/* =============================================== */

#botonera2 {
	margin:auto;
	width:70px;
	position:absolute;
	bottom:25px;
	left:45.5%;
}

#botonera2 div {
	margin:0 -2px;
	width:70px;
	height:60px;
	background: #eb7f26;
	position: relative;
	color:#FFF;
	font-size:3em;
	text-align:center;
	line-height:60px;
	border-radius:10px 10px 0 0;
	border-right:solid 2px #89380f;
	border-left:solid 2px #89380f;
}

#botonera2:before {
	background-color:#89380f;
    content:"";
    position:absolute;
    width: 99.7%;
    height:20px;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:4px;
    left:-2px;
    bottom:-4px;
}

#botonera2 div:active {
	background: #89380f;
	transform:scaleY(0.8);
}

#botonera2 div:hover {
	background: #EE9348;
}

/* =============================================== */