* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 14px;
}
td, th {
	width: 65px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells2.png);
	color: #444;
	position: relative;
}
th {
	height: 30px;
	
	font-size: 11px;
}
td:hover, th:hover {
	background-position: 0px -65px;
	color: #222;
}
td.date_has_event {
	background-position: 327px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 327px -65px;
}
td.padding {
	background: url(../img/calpad.jpg);
}
td.today {
	background-position: 130px 0px;
	color: white;
}
td.today:hover {
	background-position: 130px -65px;
}
td.otros {
	background-position: 197px 0px;
	color: white;
}
td.otros:hover {
	background-position: 197px -65px;
}
td.mixta {
	background-position: 65px 0px;
	color: white;
}
td.mixta:hover {
	background-position: 65px -65px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-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;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}
.link2 a:hover{
	font-family: Verdana;
	font-size: 9px;
	margin-top: 4px;
color:#555;
	
}

.link2 a:visited{
	font-family: Verdana;
	font-size: 9px;
	margin-top: 4px;
color:#555;
}

.link2 a:active{
	font-family: Verdana;
	font-size: 9px;
	margin-top: 4px;
color:#555;
}
.link2 {
	font-family: Verdana;
	font-size:11px;
	margin-top: 4px;
	text-decoration: none;
	color:#555;
}
.link a:hover{
	font-family: Verdana;
	font-size: 9px;
	margin-top: 4px;
color:#555;
	
}

.link a:visited{
	font-family: Verdana;
	font-size: 9px;
	margin-top: 4px;
color:#555;
}

.link a:active{
	font-family: Verdana;
	font-size: 9px;
	margin-top: 4px;
color:#555;
}
.link {
	font-family: Verdana;
	font-size:11px;
	margin-top: 4px;
	text-decoration: none;
	color:#555;
}
