.botonerapeq2 {
	margin:auto;
	width:90px;
	position:absolute;
	right:70px;
}

.botonerapeq2 div {
	margin:0 -2px;
	width:45px;
	height:50px;
	background: #FFF;
	position: relative;
	color:#eb7f26;
	font-size:3em;
	text-align:center;
	line-height:40px;
	display: inline-block;
}

.botonerapeq2:before {
	background-color:gray;
    content:"";
    position:absolute;
    width: 99%;
    height:20px;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:4px;
    left:-1px;
    bottom:-4px;
}

.botonerapeq2 div:active {
	background: gray;
	transform:scaleY(0.8);
}

.botonerapeq2 div:first-child {
	border-radius:10px 0 0 0;
	border-right:solid 2px gray;
}

.botonerapeq2 div:last-child {
	border-radius: 0 10px 0 0;
	border-left:solid 2px gray;
}

.botonerapeq2 div:hover {
	background: #d3d3d3;
}