.wrap {
	width: 100%;
	max-width: 1000px;
}

.widget {
	width: 40%;
	margin: 0em;
}

.widget p {
	display: inline-block;
	line-height: 1em;
}

.fecha {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 5px;
	background: #eee;
	padding: 20px;
	width: 100%;
}

.reloj {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 100%;
	padding: 20px;
	font-size: 50px;
	text-align: center;
	background: #eee;
}

.reloj .caja-segundos {
	display: inline-block;
}

.reloj .segundos ,
.reloj .ampm {
	font-size: 2rem;
	display: block;
}