@charset "utf-8";
/* CSS Document */

.ir-arriba {
	display:inline-block;
	/*color: #fff;*/
	position: fixed;
	font-size: 30px;
	bottom: 20px;
	right: 10px;
	display: none;
	cursor: pointer;
	/* background-color: #666; */
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 30px;
	border-radius: 20%;
}

.ir-arriba img{
	width:50px;
	height:auto;
	transition:0.2s;
}

.ir-arriba img:hover{
	transform:scale(1.1);
}