#involves_calendar{
	min-height: 267px; 
	width:212px;
	background-color: #dfeae6;
	padding: 10px 8px 8px 9px;
	margin: 0 auto 8px;
}

#calendario{
	width: 100%;
}

a .dias{
	cursor: pointer;
}

.dias{
	float: left;
	color: #444;
}

.dias div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 29px;
	background: url(../calendar/images/bg_days.gif) repeat-x;
	border-right: 1px solid #DFEAE6;
	border-bottom: 1px solid #DFEAE6;
}

.dias div.texto{
	height:30px;
}

#calendario .semana{
	clear: both;
	height: 31px;
}

#calendario div.num{
	height: 31px;
	width: 29px;
	float: left;
	background-color: #FFF;
	border-right: 1px solid #DFEAE6;
	border-bottom: 1px solid #DFEAE6;
	cursor: pointer;
}

#calendario div.num div{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 6px;
	display: block;
	left: -258px;
}

#calendario div.num:hover{
	background-color: #DFEAE6 !important;
}

#calendario .padding{
	background: #FFF;
}

#calendario #next_prev{
	clear: both;
	height: 30px;
}

div.date_has_event {
	background-color: #a0c490 !important;
	color: white;
}

div.date_has_event:hover{
	bbackground-color: #a0c490 !important;
}

.dias .padding, td.padding {
	background: url(../img/calpad.jpg);
}

div.today {
	background-color: #b3b3b3 !important;
	color: white;
}
div.today:hover {
	background-color: #b3b3b3 !important;
}

.events {
	position: relative;
}

.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../calendar/images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	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;
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
}

.events li span {
	display: block;
}

.events li span.title, .events li span.title a {
	color: #222;
}

.events li span.title, .events li span.title a:hover {
	color: #A0C490;
}