#cal{
	width:720px;
	}
#cal td{
	font-size: 18px;
	margin: 0px;
	padding:0px;
	}
#cal h1 {
	padding-top: 20px;
	font-size: 26px;
	color: #335;
}
#cal table {
	width: auto;
	border-collapse: separate;
	margin: 10px auto;
	font-size: 20px;
}
#cal td, #cal th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(./imagenes/calendario/cells.png);
	color: #444;
	position: relative;
}
#cal th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	color:#fff;
	background: none;
	background-color: #ea000b;
}
#cal td:hover, #cal th:hover {
	background-position: 0px -81px;
	color: #222;
}
#cal td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#cal td.date_has_event:hover {
	background-position: 162px -81px;
}
#cal td.padding {
	background: url(./imagenes/calendario/calpad.jpg);
	background: none;
}
#cal td.today {
	background-position: 81px 0px;
	color: white;
}
#cal td.today:hover {
	background-position: 81px -81px;
}
#cal .events {
	position: relative;
	]position: absolute;
	]left: -55px;
	]top: 20px;
}
#cal .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 2000;
	padding: 10px;
	background: #e26f78 url(./imagenes/calendario/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 14px;
	width: 200px;
	]width: 280px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
#cal .events li {
	padding: 5px 0px 5px 0px;
	z-index: 2000;
}
#cal .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
#cal .events li span.title {
	font-weight: bold;
	color: #222;
}
#cal .events li span.desc {
	color: #222;
}
#cal .events li a {
	font-weight: bold;
	color: #fff;
	position: relative;
	left: 175px;
	]left: 230px;
}
#cal .events li a:hover {
	color: #000;
}
