@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Martel+Sans:200,400); /* Cargamos la tipografía */

* {
	font-family: "Martel Sans", Verdana;
	width: 100%;
}

h1, #tex, #tex-mili {
	width: 400px;
	margin: 0 auto;
	text-align: center
}

#reloj {
	width: 400px;
	height: 400px;
	margin: 0 auto;
}

#reloj-dibujo {
	width: 100%;
	height: 100%;
}

#tex {
	font-family: monospace;
	transform: translateY(180px);	
}

#tex-mili {
	font-family: monospace;
	font-size: 10px;
	transform: translate(0px,-155px);	
}

