
.rounded,.rounded table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	text-align:center;
	padding: 0px;
	border-spacing: 0px;
	width:179px;

}

.dias {
	background-color:#00ccff;
	color:#f1f1f1;
	border-left:1px solid #00ccff;
}


.rounded_clear {font-size: 1px; height: 1px}
.rounded_bl {
	background-color:#474541;
	border:1px #61605d solid;
}

.header {
	text-align:center;
	width:100%;
}
.rounded th {
	height: 20px;
}
.rounded thead {
	height: 26px;
	font-size: 1em;
	width: 100%;
	color:#00ccff;
	font-weight:bold;
}

.mes {
	color:#00ccff;
	font-weight:bold;
}

.rounded tbody {
}
.rounded td {
	text-align: center;
	padding: 2px;
	width: 14.28%;
}
.rounded .withLink {
	border: 1px solid #61605d;
}

.rounded .withoutLink {
	color:#CCC;	
	border: 1px solid #61605d;
}
.rounded .today {
	color:#f1f1f1;
	background-color: #00ccff;
}
.rounded a:link {
	color: #333333;
}

.rounded a:hover {
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}
