/** {
	 old-style reset here :) 
	border: 0px;
	padding: 0px;
}
*/
.tabla {
	border-collapse: collapse;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
	background-color:#9DABCE;
}

.celda{
	width: 40px;
	height: 40px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	
	background: url(../img/celda.png);
	color:#444;
	position: relative;
	
/*	border: 0px;
	padding: 0px;*/
}

.headerCelda {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
.celda:hover{
	background: url(../img/celda_ov.png);
	color: #222;
}

.date_has_event {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align:center;
	width: 40px;
	height: 40px;
	background: url(../img/evento.png);
	background-position: 80px 0px;
	color: white;
	
	border: 0px;
	padding: 0px;
}
.date_has_event:hover {
	background: url(../img/evento_ov.png);
}

.celdapadding {
	background: url(../img/calpad.jpg);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
	width:39px;
}

.hoy {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align:center;
	width: 40px;
	height: 40px;
	background: url(../img/hoy.png);
	background-position: 40px 0px;
	color: white;
	
	border: 0px;
	padding: 0px;
}
.hoy:hover {
	background:url(../img/hoy_ov.png);
}


.events {
	position:relative;
	top:-30px;
}
.events ul {
	
	text-align: left;
	position: relative; 
	display:inherit;
	
	z-index: 10000; 
	padding: 15px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 12px;
	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: 15px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

.flechitas{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	
}
.flechitas:hover{
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#699;
}