/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div.tcal {
	/*position: absolute;
	visibility: hidden;
	z-index: 100;*/
	/*border: 0px solid white;*/
	margin-top:0px;
	margin-bottom:20px;
	width: 140px;
	padding: 0px 0 0 0;
}
/* all tables in calendar */
div.tcal table {
	width: 100%;
	border: 3px solid #b2ced9;
	border-collapse: collapse;
	background-color: #b2ced9;
}
/* navigation table */
div.tcal table.ctrl {
	border-bottom: 0;
	background-color:white;
}


/* navigation buttons */
div.tcal table.ctrl td {
	width: 10px;
	height: 9px;
	/*background: url(flechaizq.png) 3px 3px no-repeat;*/
}

div.tcal table.ctrl td#mesanterior {
	background-color: white;
	background: url(./img/flechaizq.png) 0px 50%	no-repeat;
}

div.tcal table.ctrl td#messiguiente {
	background-color: white;
	background: url(./img/flechader.png) -5px 50% no-repeat;
}
/* month year header */
div.tcal table.ctrl th {
	background-color:white; /*#aaa*/
	color: #005c80;
	border: 0;
	text-transform:uppercase;
}
/* week days header */
div.tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 0.8em;
	background-color: #ccc;
	color: black;
}
/* date cells */
div.tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 1px 0;
	font-family: tahoma, verdana, arial;
	font-size: 0.8em;
	width: 22px;
	height: 13px;
	cursor: pointer;
}
div.tcal td a{
	color: black;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div.tcal td.weekend {
	background-color:#e5eef2;
}

div.tcal td.othermonth {
	color: #aaaaaa;
	background-color: #b2ced9;
}
div.tcal td.othermonth a{
	color: #aaaaaa;
	background-color: #b2ced9;
}

div.tcal td.today {
	border: 1px solid #005c80;
}

div.tcal td.selected {
	background-color: #7fadbf;
	color:blue;
}

/* TD Referente al cartel "HOY"*/

div.tcal td#tdenlacehoy{
	background-color: #7fadbf;
	height: 13px;
	border-top: 4px solid #b2ced9;
}

div.tcal td  a#enlacehoy{
	display: block;
	padding: 3px 52px 3px 52px;
	background-color: #7fadbf;
	color: white;
	text-transform:uppercase;
	margin-top: 0px;
	font-weight: bold;
	font-family: tahoma, verdana, arial;
	font-size: 0.7em;
	line-height: 1.2em;
}

/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
