
table {
	border-width: 0px;
	font-size:11px;
	margin:0px auto;
	border-right: 1px solid #820600;
	border-bottom: 1px solid #820600;
}
td, th {
	width: 34px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color:#FFFF00;
	position: relative;
	background-color:#4D0200;

}

td  {
	width: 34px;
	height: 25px;
	background-image:url(../img/noevent.jpg);


}

th {
	background-image:url(../img/th.jpg);
	height: 30px;
	font-weight: lighter;
	font-size: 14px;
	line-height:30px;
	background-color:#000;
	color:#410101;
}

td:hover {
}
td.date_has_event {
	background-image:url(../img/event.jpg);
	color:#FFFF00;

}
td.date_has_event:hover {
	background-image:url(../img/calpad.jpg);
	cursor:pointer;
	color:white;
	display:block;

}
td.padding {
	background-image:url(../img/calpad.jpg);
}
/*td.today {
	background-position: 20px 0px;
	color: white;
}
td.today:hover {
	background-position: 20px -20px;
}*/

.tablaMes		{ text-align:center; font-size:12px; display:block;}
.tablaMes a		{ font-size:10px;}
.date-clear 	{  background-image:url(../img/span.jpg); height:28px; }

.events 		{	position: relative; list-style:none; }
.events ul 		{
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #3D0D09;
	color: white;
	border: 1px solid #E83E2F;
	font-size: 15px;
	width: 250px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
}
.events li {
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom: 1px dotted #820600;

	

	}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #CCC;
	list-style:none;
		margin-bottom:5px;
		text-align:left;
}

.events li span  span{
	color: #39F;
}

.events li span.title {
	color: #FF0;	
	
}

.topCalendar {
	background-image:none;
	border:0px;}

.topCalendar td {
	background-image:none;
	border:0px;}