img.cerrar {
	position: absolute;
	top: -50px;
	right: -30px;
}
/* css para ocultar botonera*/
#botonera:before {
	background-color: transparent!important;
}
#botonera div {
	border-bottom: 6px solid #112D48;
}
/* /. */
 
 

  img.copi {
    width: 61px;
    bottom: 31px;
    position: absolute;
    left: 40px;
    cursor: pointer;
}
.menu {
    position: absolute;
    top: 130px;
    left: 280px;
    text-align: center;
    font-size: 32px;
    color: white;
    visibility: visible;
    border: none;
}

.menu div {
    padding: 12px 34px;
    background-color: rgb(255, 127, 21);
    border-radius: 15px;
    margin: 11px;
    cursor: pointer;
    transition: all 200ms ease-out;
}
.menu div:hover {
	transform:scale(1.2); 
	background-color: rgb(255, 175, 109);
}

.menu2 {
    position: absolute;
    top: 230px;
    left: 208px;
    color: white;
    font-size: 32px;
    text-align: center;
}

.menu2 div {
    display: inline-block;
    padding: 13px 87px;
    background-color: rgb(235, 143, 43);
    border-radius: 15px;
    cursor: pointer;
   	animation: crece 1s ease infinite alternate;
}
@keyframes crece{
	from {
		transform:scale(1);
	}
	to{
		transform:scale(1.17);
	}	 
}

.menu2 div:first-child {
	margin-right:120px
}
.menu2 div:hover { 
	background-color: rgb(255, 175, 109);
}

.iniciar {
    position: absolute;
    bottom: 140px;
    left: 580px;
    padding: 10px 40px;
    color: white;
    background-color: rgb(243, 153, 51);
    font-size: 35px;
    border-radius: 14px;
    transition: all 200ms ease-out;
    cursor: pointer;
}


.iniciar:hover {
	transform:scale(1.2);  
}
.tab1{
	height: 504px;	
	width: 923px;
	position: absolute;
	top: 160px;
	left: 390px;
}

.menufinal {
    width: 364px;
    position: absolute;
    top: 160px;
    height: 530px;
    font-size: 40px;
    z-index:100;
}

.menufinal div {
    padding: 11px 46px;
    width: 260px;
    margin-top: 42px;
    margin-left: 9px;
    background-color: rgb(255, 157, 46);
    text-align: center;
    color: white;
    transition: all 200ms ease-out;
}
.menufinal div:hover {
	transform:scale(1.2);  
} 

img.sca {
    position: absolute;
    bottom: 33px;
    left: 110px;
    width: 62px;
    transition: all 300ms ease;
    cursor: pointer;
}

img.sca:hover {
    transform: scale(1.2);
}