.container {
	overflow: hidden;
	width: 65%;
	float: left;
}
.clock {
	margin:0 auto;
	position: relative;
	width: 100%;
}
#fecha {
	float: left;
	margin-right: 5px;
}
#reloj {
	margin:0 auto;
	padding:0px;
	list-style:none;
}
#reloj li {
	display:inline;
	margin: 0;
}
#point, #points {
	position:relative;
	-moz-animation:mymove 1s ease infinite;
	-webkit-animation:mymove 1s ease infinite;
}

 @-webkit-keyframes mymove {
0% {
opacity:1.0;
text-shadow:0 0 20px #00c6ff;
}
50% {
opacity:0;
text-shadow:none;
}
100% {
opacity:1.0;
text-shadow:0 0 20px #00c6ff;
}
}
 @-moz-keyframes mymove {
0% {
opacity:1.0;
text-shadow:0 0 20px #00c6ff;
}
50% {
opacity:0;
text-shadow:none;
}
100% {
opacity:1.0;
text-shadow:0 0 20px #00c6ff;
}
}