/***Tabla en General***/

table.calendario{
	background-color:#FFFFFF;
	width:217px;
	border:solid 1px #5e5e5e;
	cursor:default;
	font-family:Tahoma;
	font-size:11px;
	color:#4e4e4e;
}
table.calendario td tr {
	padding:0;
	text-align:center;
}
table.calendario td.fecha{
	border:dotted 1px #930000;
	margin:1px;
}
a.fechahoy{
	background-image:url(../images/favorite.png);
	background-repeat:no-repeat;
	display:block;
	width:16px;
	height:16px;
	float:left;
}

/***Tabla Encabezado***/

table.encabezado{
	background-color:#930000;
	width:100%;
	border:none;
}
table.encabezado td {
	height:22px;
}
table.encabezado td.flecha{
	width:16px;
	height:16px;
}
select {
	background-color:#FFFFFF;
	border:none;
	color:#5e5e5e;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}
a.back{
	background-image:url(../images/back.png);
	background-repeat:no-repeat;
	display:block;
	width:16px;
	height:16px;
}
a.next{
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	display:block;
	width:16px;
	height:16px;
}

/***Tabla Dias del Calendario***/

table.dias{
	background-color:#FFFFFF;
	border:dotted 1px #5e5e5e;
	margin:1px;
	
}
table.dias td.header {
	/*background-color:#930000;*/
	font-family:Tahoma;
	font-size:9px;
	font-weight:bold;
	color:#930000;
	text-transform:uppercase;
	height:16px;
}
table.dias td:hover.header {
	background-color:#ffffff;
	font-family:Tahoma;
	font-size:9px;
	font-weight:bold;
	color:#930000;
	text-transform:uppercase;
	height:16px;
	/*width:29px;*/
	border:none;
}

table.dias td{
	background-color:#FFFFFF;
	width:33px;
	height:16px;
}
table.dias td:hover{
	background-color:#930000;
	border:dotted 1px #000000;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	width:31px;
	height:14px;
	cursor:pointer;
}
table.dias td.diahoy {
	display:block;
	background-color:#930000;
	border:dotted 1px #930000;
	width:33px;
	height:16px;
	color:#FFFFFF;
	font-weight:bold;
}
table.dias td.mesdesabilitado {
	display:block;
	background-color:#FFFFFF;
	width:33px;
	height:16px;
	color:#9e9e9e;
}
table.dias td:hover.mesdesabilitado {
	display:block;
	background-color:#FFFFFF;
	width:31px;
	height:14px;
	color:#9e9e9e;
}
