/*Calendario*/
div.calendario {
	float:left;
	width:175px;
	height:200px;
	color:#0082c8;
	background:#63a5cc;
	border-left:1px solid #dedede;
	border-top:1px solid #dedede;
	padding:0;
	margin:0px 5px 10px 0px;
}
.caption {
	width:100%;
	height:25px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	padding:0;
	background:#4295c5;
	border-bottom:1px solid #dedede;
	/*font-weight:bold;*/
}
.day, .dayNumber, .dayOff {
	float:left;
	display:inline;
	height:24px;
	width:24px;
	text-align:center;
	font-size:12px;
	line-height:24px;
	color:#000;
	background:#fff;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	cursor:pointer;
	font-weight:bold;
}
.dayNumber {
	font-size:12px;
	color:#0082c8;
}
.dayOff {
	font-size:13px;
	color:#fff;
	background:red;
}

img{border:0}
body{margin:0}
.fr{float:right}
.fl{float:left}
