@charset "utf-8";
body{
    	/*color: #fff;*/
    	font-size: 16px;
	}
.wrap{
	width: 94%;
	margin: 0 auto;
	padding-top: 185px;
	position: absolute;
	z-index: 1;
}
.widget{
	width: 30%;
	float: right;
	padding-right: 44px;
}
.widget p{
	display:inline-block;
	line-height:1em;	
}
.fecha{font-family: 'Oswald', sans-serif;text-align:center;font-size:1.5em;margin-bottom:0.3125em;/*margin-bottom: 5px;*/background: rgba(0,0,0,.5);padding: 20px;width:100%;}
.reloj{
	font-family: 'Oswald', sans-serif;
	width:100%;
	padding:20px;
	font-size:4em;
	text-align:center;
	background: rgba(0,0,0,.5); 	
}
.reloj .caja-segundos{
	display:inline-block;	
}
.reloj .segundos,
.reloj .ampm{
	font-size: 2rem;
	display:block;	
}