

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 25%;
	//background: #27AE61 url("img/home.png") no-repeat center 43%;
	background:#000000  url("img/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

a:hover.back-to-top {
	background-color: #cccccc;
}



a.back-to-home {
	//display: none;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	/*z-index: 999999999999;*/
	left: 10px;
	top: 15%;
	/*background: #27AE61 url("img/home.png") no-repeat center 43%;*/
	background: url("img/home1.png") no-repeat center 33%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

a:hover.back-to-home {
	background: url("img/home2.png") no-repeat center 33%;
}



a.go-to-admin {
	//display: none;
	width: 	40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	/*z-index: 999999999999;*/
	right: 30px;
	bottom: 15%;
	//background: #27AE61 url("img/up-arrow.png") no-repeat center 50%;
	background: blue url("img/up-arrow.png") no-repeat center 33%;
	//-webkit-border-radius: 30px;
	//-moz-border-radius: 30px;
	//border-radius: 30px;
}

a:hover.go-to-admin {
	background-color: #F4D03F;
}


a.go-to-pedidos {
	//display: none;
	width: 	90px;
	height: 20px;
	text-indent: -9999px;
	position: fixed;
	z-index: 9999;
	left: 370px;
	top: 5%;
	//background: #27AE61 url("../../up-arrow.png") no-repeat center 43%;
	background: #000000 url("../../img/pedidos.png") no-repeat center 43%;
	//-webkit-border-radius: 30px;
	//-moz-border-radius: 30px;
	//border-radius: 30px;
}

a:hover.go-to-pedidos {
	background-color: #F4D03F;
}





a.go-to-catalogos {
	//display: none;
	width: 	100px;
	height: 20px;
	text-indent: -9999px;
	position: fixed;
	z-index: 9999;
	left: 370px;
	top: 8%;
	//background: #27AE61 url("../../up-arrow.png") no-repeat center 43%;
	background: #000000 url("../../img/catalogos.png") no-repeat center 43%;
	//-webkit-border-radius: 30px;
	//-moz-border-radius: 30px;
	//border-radius: 30px;
}

a:hover.go-to-catalogos {
	background-color: #F4D03F;
}



