td {
	font-family:"Trebuchet MS";
	/*padding: 3px;*/
}

#calback {
	/*behavior: url(iepngfix.htc);*/
	width: 260px;
	height: 196px;
	
	background-image: url(fondo_cal_gnd.png);
	background-repeat: no-repeat;
	background-position:top,left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	position:absolute;
	left: 144px;
	top: 222px;
}

#calendar {
	height: 196px;
	
}

.cal {



	width: 90%; 
}

.calhead {
	font-family:"Trebuchet MS";
	width: 90%;
	font-weight: bold;
	color: #FFF;
	font-size: 19px;
	position:relative;
/*	padding-top:6px;
	/padding-top:10px;*/
	margin-left:auto;
	margin-right:auto;
	line-height:29px;
/*	top:10% !important;*/
	margin-top:6px;
}

.calhead img {
	border: none;
}

.dayhead {
	font-family:"Trebuchet MS";
	height: 14px;
	line-height:14px;
	background: #EEE;
	font-size:12px;
}

.dayhead td {
	font-family:"Trebuchet MS";
	text-align: center;
	color: #009;
}

.dayrow {
	height: 18px;
}

.dayrow td {
	font-family:"Trebuchet MS";
	width: 30px;
	color: #500;
	font-size: 11px;
	text-align:center;
}

.day {
	float: right;
	padding: 1px;
}

.dayover {
	background: #AAF;
	-moz-opacity: .50;
	filter:alpha(opacity=50);
	opacity: 0.5;
}

.dayout {
	
}

.transparente {
	opacity: .50;
	-moz-opacity: .50;
	filter:alpha(opacity=50);
	opacity: 0.5;
}

