#btn_orange, #btn_bordo, #btn_grey, #btn_dark, #btn_grey50 {
	display: block;
	color: #FFFFFF;
	width: 150px;
	height: 40px;
	font-size: 1.4em;
	text-align: center;
	background: transparent;
	position: absolute;
	bottom: 20px;
	left: 44px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	padding: 10px;
}

#btn_orange:hover {
	background: #FFFFFF;
	color: #FF4F12;
}
#btn_bordo:hover {
	background: #FFFFFF;
	color: #BC104B;
}
#btn_grey:hover {
	background: #FFFFFF;
	color: #7B939B;
}
#btn_dark:hover {
	background: #FFFFFF;
	color: #313A49;
}

.btn_base, .btn_base1, .btn_base2, .btn_orange {
	display: block;
	color: #FFFFFF;
	background: none;
	width: 150px;
	height: 40px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	left: 233px;
	bottom: 30px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	padding: 10px;
}
.btn_base1 {
	position: relative;
	width: 200px;
	top: 130px;
	left: 200px;
}
.btn_base2 {
	position: relative;
	width: 200px;
	top: 200px;
	left: 300px;
}
.btn_base:hover,.btn_base1:hover, .btn_base2:hover {
	background: #FFFFFF;
	color: #313A49;
}
.btn_orange{
	color: #FF4F12;
	border: 1px solid #FF4F12;
}
.btn_orange:hover {
	background: #FFFFFF;
	color: #FF4F12;
}
