@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: 1em;
}

.reloj {
	font-family:Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	width: 100%;
	padding: 10px;
	font-size: 2em;
	text-align: center;
	background: rgba(0,0,0,.5);
	color: #FFF;
	border-radius: 5px;
}

.reloj .caja_segundos {
	display: inline-block;
	font-size: 1rem;
}

/*.reloj .segundos,
.reloj .ampm {
	font-size: 1rem;
	display: block;
}*/