@charset "utf-8";
/* CSS Document */

.ir-arriba {
	display:none;
	padding:20px;
	background:#024959;
	font-size:20px;
	color:#FFFFFF;
	cursor:pointer;
	position: fixed;
	bottom:80px;
	right:5px;
	z-index: 5000;
}

@media (min-width: 280px) and (max-width: 768px) {
	

.ir-arriba {
	display:none;
	padding:10px;
	background:#024959;
	font-size:20px;
	color:#FFFFFF;
	cursor:pointer;
	position: fixed;
	bottom:80px;
	right:5px;
}

		
}