/*
CALENDAR
***********/

.cal_month{
	border:1px solid #ecebe9;
	/*background-color:#d5d5d5;*/
}

thead td{
	text-align:center;
}

.cal_title{
	border:1px solid #dddbd8;
	border-top:none;
	border-bottom:none;
	background-color:#ecebe9;
	text-align:center;
	color:#9fbf19;
	font-family:'Tahoma';
	font-size:11px;
	height:20px;
	font-weight:bold;
}

.cal_data{
	text-align:center;
	font-family:'Tahoma';
	font-size:11px;
	height:25px;
	color:#FFFFFF;
	border:1px solid #dddbd8;
	background-image: url('/images/cal_nodispo.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.cal_dispo{
	text-align:center;
	font-family:'Tahoma';
	font-size:11px;
	height:25px;
	color:#FFFFFF;
	border:1px solid #dddbd8;
	background-image: url('/images/cal_dispo.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.cal_bape{
	text-align:center;
	font-family:'Tahoma';
	font-size:11px;
	height:25px;
	color:#7a6c69;
	border:1px solid #dddbd8;
	background-image: url('/images/cal_bape.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.nodisponible_pm{
	text-align:center;
	font-family:'Tahoma';
	font-size:11px;
	height:25px;
	color:#FFFFFF;
	border:1px solid #dddbd8;
	background-image: url('/images/cal_disponodispo.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.nodisponible_am{
	text-align:center;
	font-family:'Tahoma';
	font-size:11px;
	height:25px;
	color:#FFFFFF;
	border:1px solid #dddbd8;
	background-image: url('/images/cal_nodispodispo.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.nobajo_pm{
	text-align:center;
	font-family:'Tahoma';
	font-size:11px;
	height:25px;
	color:#FFFFFF;
	border:1px solid #dddbd8;
	background-image: url('/images/cal_dispobajo.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.nobajo_pa{
	text-align:center;
	font-family:'Tahoma';
	font-size:11px;
	height:25px;
	color:#FFFFFF;
	border:1px solid #dddbd8;
	background-image: url('/images/cal_nodispobajo.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.nobajo_am{
	text-align:center;
	font-family:'Tahoma';
	font-size:11px;
	height:25px;
	color:#FFFFFF;
	border:1px solid #dddbd8;
	background-image: url('/images/cal_bajodispo.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.nobajo_aa{
	text-align:center;
	font-family:'Tahoma';
	font-size:11px;
	height:25px;
	color:#FFFFFF;
	border:1px solid #dddbd8;
	background-image: url('/images/cal_bajonodispo.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.cal_empty{
	text-align:center;
	border:1px solid #ecebe9;
	
}

.titulo_mes{
font-family:'Trebuchet MS';
font-size:18px;
color:#686967;
font-weight:bold;
}
