/* CSS Document */
#calendario tr th{
	width:28px;
	height:20px;
	border-right:#a4bed1 1px dashed;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:10px;
	font-weight:700;
	color:#fff;
	text-align:center;
}

.calendar{
    width:224px;
	height:20px;
	background-color:#2d93e0
}

#calendario tr td{
	width:28px;
	height:20px;
	border-right:#a4bed1 1px dashed;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
	font-weight:700;
	color:#ff9900;
	text-align:center;
}

#calendario tr td a{
    text-decoration:none;  
	width:28px;
	height:20px;
	background-image:url(../imagenes/circulocalendario.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
	font-weight:700;
	color:#fff;
	text-align:center;
}

.now {
  font-weight:bold;
  color:#000000;
}

caption {
    width:224px;
	height:22px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:17px;
	color:#9eadcb;
	text-align:center;
	background-color:#2d93e0
}

#Month{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

#Year{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

#topcalendario{
	background-image:url(../imagenes/topcalendario.png);
	background-repeat:no-repeat;
	background-position:0% 100%;
	width:224px;
	height:12px;
	line-height:12px;
}

#bottoncalendario{
	background-image:url(../imagenes/bottoncalendario.png);
	width:224px;
	height:12px;
	line-height:12px;
	background-position:0% 0%;
	background-repeat:no-repeat
}

