<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />

		<script type="text/javascript">
			var redirectUrl = 'http://ciudadanos-cs.org';
			var segundos = 5;
			
			function redireccion() {
				document.location.href=redirectUrl;
			}
			setTimeout("redireccion()",segundos*1000);
		</script>
		<style>
			body > .centered { width: 980px; margin: 0 auto; text-align: center; margin-top: 100px; }
			body > .centered p  { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333; }
			body > .centered h3 { margin-bottom: 40px; }
			body > .centered a  { color: #f18625; font-weight: bold; }
			
			body > .centered .loading-wrapper { margin-top: 60px; }
			body > .centered .loading { display: block; width: 30px; height: 30px; background: url('/img/loading_30.gif') no-repeat; left:50%; margin-left: -15px; position: relative; }
		</style>
	</head>
	<body>
		<div class="centered">
			<div>
				<h3 class="error-title"><img src="/img/logo-cs.png" /></h3>
				<p>en breve serás redirigido a <a href='http://ciudadanos-cs.org/'>http://ciudadanos-cs.org</a></p>
			</div>
			<div class="loading-wrapper">
				<div class="loading"></div>
			</div>
		</div>
	</body>
</html>
