@charset "utf-8";

/*CSS del Reloj*/
.wrap{
	width: 100%;
	max-width: 320px;
	margin: auto;
}

.widget{
	width: 100%;
	margin: auto; 
	/* margin: 2em; Margen de 32px es decir cada 1em = 16px */
}

.widget p{
	display: inline-block;
	line-height: 0.5em;
}

.reloj {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	padding: 10px;
	font-size: 2em;
	text-align: center;
	background:#5499C7 ;
	color: #FFF;
	border-radius: 5px;
	transition: 5s;
	box-shadow: 0px 0px 0px rgb(66, 226, 178), 0px 0px 25px rgb(66, 226, 178);
}

.reloj .caja_segundos {
	display: inline-block;
	font-size: 1rem;
	
}
/* .reloj.amp{
	color: #46A2FD;
} */

/* .reloj .segundos,
.reloj .ampm {
	font-size: 1rem;
	display: block;
} */