@charset "utf-8";
/* CSS Document */
.ir-arriba {
	display:none;
	padding:20px;
	background:#031e72;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:30px;
	border-radius:50%;
	box-shadow:1px 1px 1px 1px #FFF;
	z-index:99;
}
