@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: 'Droid Sans', sans-serif;
}

#reloj {
	height: 80%;
	width: 80%;
	left: 10%;
	top: 10%;
	position: absolute;
}

#tex {
	font-size: 0.8em;
}
