/* CSS Document */

.calendar_wrapper{
	display:inline-block;
	width:724px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.mes_calendario{
	float:left;
	width:143px;
	margin-top:40px;
	text-align:center;
	
}
.mes_margin{
	margin-left:45px;
}
.cab_mes{
	background:url(/images/cabecera_mes.jpg);
	height:29px;
	font-size:17px;
	
	color:#483e15;
}
.td_dia_semana{
	height:10px;
	font-size:10px;
	color:#483e15;
	line-height:10px;
	
}
.dia_normal{

	/*background:#bdca3b;*/
	
	font-size: 12px;
    height: 18px;
    padding: 0 2px;
    width: 20px;
	-moz-user-select:none;
	-webkit-user-select :none;
	border:1px solid #CCC;
	
}
.cpointer{
	cursor:pointer;
}