.calendar_icon {
	border-color: #999999; border-width: 1px 1px 1px 1px; border-style: solid;
}

a:link.calendar_ref {
color:#674F2E;
font-weight:bold;
text-decoration:none;
}

a:visited.calendar_ref {
color:#674F2E;
font-weight:bold;
text-decoration:none;
}

a:hover.calendar_ref {
color:#CC9D5C;
font-weight:bold;
text-decoration:none;
background-color:#000000;
}

caption.calendar-month {
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	color:#CC9D5C;
}

table.calendar  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9D5C;

/*	width: 134px; */
	width: 100%; 
border-color:#202020;
border-width:1px;
border-style:solid;
background-color:#000000;
}

table.calendar th {
	height: 20px;
 	width: 65px;
	background-color:#000000;
	border-color:#202020; border-width: 1px 1px 0 0; border-style: solid;
	font-weight: normal;
	padding-left:2px;
}

table.calendar td {
	height: 80px;
 	width: 65px;
/*	background-color: #e9e9e9;*/
	border-color: #202020; border-width: 1px 1px 0 0; border-style: solid;
	text-align: center;
	vertical-align: top; 
	background-color:#000000;
}

table.calendar td.vacio {
	background-color:#000000;
}

table.calendar td.pintar {
	background-color:#202020;
/*	background-color: #02d062; */
}

table.calendar td.pintar_hoy {
	background-color:#202020;
}

table.calendar td.nada {
	background-color:#000000;
/*	background-color: #feef4e; */
}

span.dia {
	color:#666666;
	text-decoration: none;
	display: block;
	text-align: left;
	background:#0D0D0D;
	padding: 1px 2px;
	margin: 0 0 3px 0;
	font-size: 10px;
	padding-left: 4px;
}
span.dia :hover { text-decoration: underline; }

.titulo-evento { cursor:pointer; width: 90%; }
.titulo-evento {
	font-size: 10px;
/*	white-space: nowrap; */
	overflow: hidden;
	display: block;
	margin-bottom: 2px;
	color:#CC9D5C;
	font-style:normal;
	width: 85%;
	margin: 0 3px 2px;
	text-align: left;
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding: 2px;
	padding-bottom:2px;
}

.titulo-evento a {
	color:#CC9D5C;
	text-decoration: none;
}

.titulo-evento a:hover {
	color:#FF0000;
	text-decoration: none;background-color:#202020;
}
