#countdown_dashboard
{
width: 55px;
	height: 140px;
	background: transparent url('../images2/contador.png') 0 0 no-repeat;
	margin-left: 5px;
}
.dash {
	width: 50px;
	height: 60px;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
	position: relative;

	/*border: 2px solid #000;*/
}

.dash .digit {
	font-size: 24px;
	font-weight: bold;
	float: left;
	width: 10px;
	height: 15px;
	text-align: center;
	font-family: Times;
	color: #999;
	padding-left: 11px;
	padding-top: 55px;
	padding-bottom: 0px;
	margin-bottom: 0px;	
	/*position: relative;*/
		
	
}

.dash_title {
	position: absolute;
	/*display: block;*/
	float: left; /*6px;*/
	font-size: 14px;
	color: #999;
	margin-top: 45px;
	margin-left: 5px;
	margin-right: 90px;
}


.faded {
	color: #eee;
}

