	#accionloader{
		display: none;
	}

	#fountainG{
		position:relative;
		width:198px;
		height:24px;
		margin:auto;
	}

	.fountainG{
		position:absolute;
		top:0;
		background-color:rgb(0,0,0);
		width:24px;
		height:24px;
		animation-name:bounce_fountainG;
			-o-animation-name:bounce_fountainG;
			-ms-animation-name:bounce_fountainG;
			-webkit-animation-name:bounce_fountainG;
			-moz-animation-name:bounce_fountainG;
		animation-duration:3.25s;
			-o-animation-duration:3.25s;
			-ms-animation-duration:3.25s;
			-webkit-animation-duration:3.25s;
			-moz-animation-duration:3.25s;
		animation-iteration-count:infinite;
			-o-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			-webkit-animation-iteration-count:infinite;
			-moz-animation-iteration-count:infinite;
		animation-direction:normal;
			-o-animation-direction:normal;
			-ms-animation-direction:normal;
			-webkit-animation-direction:normal;
			-moz-animation-direction:normal;
		transform:scale(.3);
			-o-transform:scale(.3);
			-ms-transform:scale(.3);
			-webkit-transform:scale(.3);
			-moz-transform:scale(.3);
		border-radius:16px;
			-o-border-radius:16px;
			-ms-border-radius:16px;
			-webkit-border-radius:16px;
			-moz-border-radius:16px;
	}

	#fountainG_1{
		left:0;
		animation-delay:1.3s;
			-o-animation-delay:1.3s;
			-ms-animation-delay:1.3s;
			-webkit-animation-delay:1.3s;
			-moz-animation-delay:1.3s;
	}

	#fountainG_2{
		left:25px;
		animation-delay:1.63s;
			-o-animation-delay:1.63s;
			-ms-animation-delay:1.63s;
			-webkit-animation-delay:1.63s;
			-moz-animation-delay:1.63s;
	}

	#fountainG_3{
		left:49px;
		animation-delay:1.95s;
			-o-animation-delay:1.95s;
			-ms-animation-delay:1.95s;
			-webkit-animation-delay:1.95s;
			-moz-animation-delay:1.95s;
	}

	#fountainG_4{
		left:74px;
		animation-delay:2.28s;
			-o-animation-delay:2.28s;
			-ms-animation-delay:2.28s;
			-webkit-animation-delay:2.28s;
			-moz-animation-delay:2.28s;
	}

	#fountainG_5{
		left:99px;
		animation-delay:2.6s;
			-o-animation-delay:2.6s;
			-ms-animation-delay:2.6s;
			-webkit-animation-delay:2.6s;
			-moz-animation-delay:2.6s;
	}

	#fountainG_6{
		left:124px;
		animation-delay:2.93s;
			-o-animation-delay:2.93s;
			-ms-animation-delay:2.93s;
			-webkit-animation-delay:2.93s;
			-moz-animation-delay:2.93s;
	}

	#fountainG_7{
		left:148px;
		animation-delay:3.25s;
			-o-animation-delay:3.25s;
			-ms-animation-delay:3.25s;
			-webkit-animation-delay:3.25s;
			-moz-animation-delay:3.25s;
	}

	#fountainG_8{
		left:173px;
		animation-delay:3.58s;
			-o-animation-delay:3.58s;
			-ms-animation-delay:3.58s;
			-webkit-animation-delay:3.58s;
			-moz-animation-delay:3.58s;
	}



	@keyframes bounce_fountainG{
		0%{
		transform:scale(1);
			background-color:rgb(0,0,0);
		}

		100%{
		transform:scale(.3);
			background-color:rgb(255,255,255);
		}
	}

	@-o-keyframes bounce_fountainG{
		0%{
		-o-transform:scale(1);
			background-color:rgb(0,0,0);
		}

		100%{
		-o-transform:scale(.3);
			background-color:rgb(255,255,255);
		}
	}

	@-ms-keyframes bounce_fountainG{
		0%{
		-ms-transform:scale(1);
			background-color:rgb(0,0,0);
		}

		100%{
		-ms-transform:scale(.3);
			background-color:rgb(255,255,255);
		}
	}

	@-webkit-keyframes bounce_fountainG{
		0%{
		-webkit-transform:scale(1);
			background-color:rgb(0,0,0);
		}

		100%{
		-webkit-transform:scale(.3);
			background-color:rgb(255,255,255);
		}
	}

	@-moz-keyframes bounce_fountainG{
		0%{
		-moz-transform:scale(1);
			background-color:rgb(0,0,0);
		}

		100%{
		-moz-transform:scale(.3);
			background-color:rgb(255,255,255);
		}
	}