
.DataTD div.tiene-calendario-vigente {
	height: 18px;
	min-width: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/estado_ok-16.png);
	font-size: xx-small;
	float: left;
	margin: 0;
	padding: 0;
}

.DataTD div.no-tiene-calendario-vigente {
	height: 16px;
	min-width: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/estado_problema-16.png);
	font-size: xx-small;
	float: left;
	margin: 0;
	padding: 0;
}
