
#calendario {font-family: Helvetica;
	background: white;
	}
	
	
#calendario table {
	border-collapse: separate;

	font-size: 14px;
}
.calen {width:217px; text-align:center;  border:1px solid #dddcdc;}

#calendario td, th {
	width: 31px;
	height: 31px;
	text-align: center;
	vertical-align: middle;
	color: #65696E;
	position: relative;
}
#calendario th {
	height: 31px;
	font-weight: bold;
	font-size: 12px;
	color: #72A92D;
}
<!-- #calendario td:hover, th:hover {background-position: 0px -31px;color: #222;} -->

#calendario td.date_has_event {
	/*background: url(../img/calendario/cells_mini.png);*/
	background-position: 62px 0px;
	color: white;
}



#calendario  td.date_has_event:hover {
	background-position: 62px -31px;
}
#calendario  td.padding {
	background: url(../img/calendario/calpad_mini.jpg);
}
#calendario  td.today {
	background-position: 31px 0px;
	color: white;
}
#calendario  td.today:hover {
	background-position: 31px -31px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	list-style-type: none;
	background: #E7ECF2 url(../img/calendario/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;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	background: url(../img/calendario/greenDot.gif) no-repeat;
	background-position:0px 4px;
	text-indent:8px;
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 10px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	line-height:12px;
	font-weight: bold;
	color: #000;
}

a.vinAblack {color: #222; text-decoration:none}
a:hover.vinAblack {text-decoration:underline}
a.vinAtodos {color: #808328; text-decoration:none}
a:hover.vinAtodos {text-decoration:underline}

.f100 {  background-color:#6a51a1;}
.f110 {  background-color:#64c082;}
.f111 {  background-color:#ec008d;}
.f200 {  background-color:#f04a22;}
.f210 {  background-color:#fba61c;}
.f211 {  background-color:#445dab;}
.f300 {  background-color:#2fc0da;}

