#formPreg{
	width: 100%;
}
.browse{
	display: none!important;
}
.plano .horas, .plano .minutos{
	display: none;
}
.reloj, .horas, .minutos{
	width: 10em;
	height: 10em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.reloj{
	background-image: url(/actividades/hora/img/reloj.png);
}
.horas{
	background-image: url(/actividades/hora/img/h.png);
}
.minutos{
	background-image: url(/actividades/hora/img/m.png);
}

.horas, .minutos{
	position: absolute;
}
.contReloj{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	margin: 1em;
}
#imprimir{
	display: flex;
	flex-wrap: wrap;
}
.digital{
	font-size: 1.3em;
	margin-top: 1em;
	min-width: 5em;
	border: 3px double black;
	font-weight: bold;
	display: flex;
	justify-content: center;
}
#imprimir #instruccion{
	width: 100%;
}
@media print{

}