@charset "UTF-8";
.numeros {
	fill: #F60;
	font-weight: normal;
	font-size: 0.36em;
	font-family: digital, digital_IE;
}
.reloj_exterior {
	fill: #666;
	stroke: #FFF;
	stroke-width: 3;
}
.horas_ocho {
	fill: #FFF;
}
.horas_cuatro {
	fill: #F60;
}
.zona_texto {
	fill: black;
	stroke: #999999;
	stroke-width:0.5;
}
.horas_minutos {
	fill: none;
	stroke: #FF0;
	stroke-width: 2;
	stroke-linecap: round;
}
.segundero {
	fill: none;
	stroke: #F30;
	stroke-width: 1;
	stroke-linecap: round;
}
.tapa {
	fill: black;
	stroke: none;
}
.exterior_decimas {
	fill: #333333;
	stroke: gray;
	stroke-width: 1;
}
.decimas {
	fill: none;
	stroke: #FF0;
	stroke-width: 0.5;
	stroke-linecap: round;
}
.marca {
	fill: #888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.25em;
	
}