//Estilos del boton que hace scroll top.
#postscript-third {
	.section {
		@include reset-holder;
	}

	.block-policia-link-subir {
		display: none;
		text-align: right;
		position: fixed;
		right: 70px;
		bottom: 10%;

		.content {
			a, a:link {
				@include imgreplace;
				background: url('../images/arrow-gotoup.png') no-repeat;
				font-size: 0;
				width: image-width('arrow-gotoup.png');
				height: image-height('arrow-gotoup.png');
			}			
		}
	}
}