.calendar-table {
	padding: 0em;
	margin: 0em;
	border-left: 1px solid #A2ADBC;
	font: normal normal normal 1em Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
        width:100%;
}

.calendar-table .columPrevious,
.calendar-table tr td.columPrevious a {
	font: normal normal bold 1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #A2ADBC;
	text-align: center;
	text-decoration: none;
}	
.calendar-table .columNext,
.calendar-table tr td.columNext a {
	font: normal normal bold 1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #A2ADBC;
	text-align: center;
	text-decoration: none;
}	


.calendar-table td.columYear {
	font: normal normal bold 1em Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #A2ADBC;
	text-align: center;
	font-size: 1.1em;
        text-transform: capitalize;
}

.calendar-table td {
	font: normal normal normal 0.76em Arial, Helvetica, sans-serif;
	color: #333333;;
	background: #D9E2E1;
	background: #fff;
	font-size: 1em;
}

#calendar-table .today, 
#calendar-table td.today a, 
#calendar-table td.today a:link, 
#calendar-table td.today a:visited {
	color: #ffffff;
	font-weight: bold;
	background: #bc197f;
	text-align: center;
}

.calendar-table td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 26px;
	height: 22px;
	text-align: center;
}


.calendar-table td a:link, 
.calendar-table td a:visited {	
	color: #608194;
	display: block;
}

.calendar-table td a:hover, 
.calendar-table td a:active {
	color: #6aa3ae;
	display: block;
}

.calendar-table th
{	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
        background:#D9E2E1;
	font-size: 0.86em;
        color :#7F8991;
        height: 20px;
padding-top: 3px;
text-align:center;
}

.calendar-table td .linked_today{
	color: #608194;
	font-weight: bold;
}
.calendar-table td .linked_day{
	color: #cc3333;
	font-weight: bold;
}
.calendar-table td.hoy{
background: #99CC2F;
}
.calendar-table .hoy .linked_today_nolink{
color: #ffffff;
font-weight:bold;
}
.calendar-table td .linked_today {
color: #99CC2F;
}