#btn1 {
	background:url('../img/04_01_01.png') no-repeat;
	background-size:cover;
	width:518px;
	height:132px;
	position:absolute;
	top:210px;
	left:426px;
}

#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:378px;
	left:425px;
}

#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:546px;
	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;
}

/* =============================================== */

.tabs1{
	width:1000px;
	500px;}
	
.tab-container ul{
	float: right;
	}

.etabs li{
	margin-top: 10px;
	margin-right: 20px;
}

textarea{
	border: dashed 2px #EB7F26;
	resize: none;
	border-radius: 15px;
	height: 30px;	
	font-size:25px;
	padding: 4px;
}

#tab5back{
	background: url('../img/05_01_5reposo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}
#tab5back:hover{
	background: url('../img/05_01_5activo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;
}
#tab5back.active{
	background: url('../img/05_01_5activo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;
}
	
#tab4back{
	background: url('../img/05_01_4reposo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}
#tab4back:hover{
	background: url('../img/05_01_4activo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}
#tab4back.active{
	background: url('../img/05_01_4activo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}

#tab3back{
	background: url('../img/05_01_3reposo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}
#tab3back:hover{
	background: url('../img/05_01_3activo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}
#tab3back.active{
	background: url('../img/05_01_3activo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}
	
#tab2back{
	background: url('../img/05_01_2reposo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}
#tab2back:hover{
	background: url('../img/05_01_2activo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}
#tab2back.active{
	background: url('../img/05_01_2activo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}
	
#tab1back{
	background: url('../img/05_01_1reposo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}
#tab1back:hover{
	background: url('../img/05_01_1activo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}
#tab1back.active{
	background: url('../img/05_01_1activo.png') no-repeat;
	background-size:contain;
	width:68px;
	height:90px;
	border: none;}

a{ text-decoration:none;}
a:hover{ text-decoration:none !important;}