#calendar th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	/*border: 1px solid #c8e0a6;*/
	width: 22px;
	height: 22px;
	background-color: #acc871;
	color: #772222;
}

#calendar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #AAAAAA;
	width: 22px;
	height: 22px;
}

.no-touch a:hover, .no-js a:hover {
	color: #06e;
}
.no-touch a:hover, .no-js a:hover, a:active {
	outline: 0;
}

/*
 .no-touch .noMonthON:hover, .siMonthON:hover, .sameDayON:hover, .todayON:hover {
 background-color: #F15A25;
 color: #FFFFFF;
 cursor: pointer;
 }
 */

/*
 .noMonthON, .noMonthOFF {
 color: #888888;
 background-color: #EEEEEE;
 line-height: 22px;
 }

 .siMonthON, .siMonthOFF {
 color: #000000;
 background-color: #CCCCCC;
 line-height: 22px;
 }
 */

.siMonthOFF, .noMonthOFF {
	color: #888888;
	background-color: #EEEEEE;
	line-height: 22px;
}

.siMonthON, .noMonthON {
	color: #000000;
	background-color: #CCCCCC;
	line-height: 22px;
}

.selDayON {
	color: #FFFFFF;
	background-color: #F15A25;
	line-height: 22px;
}

.todayON, .todayOFF {
	color: #000000;
	background-color: #FF9A32;
	line-height: 22px;
}

.noMonthON, .siMonthON, .todayON {
	font-weight: bold;
	font-size: 14px;
}

.ON {
	cursor:pointer;
}

.noMonthOFF, .siMonthOFF, .todayOFF {
	text-decoration: line-through;
	opacity: 0.7;
	font-size: 10px;
}

#calendar a:link {
	text-decoration: none;
}

#rounded-box2 {
	background: #acc871;
	width: 100%;
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	color: #772222;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

#list2 {
	margin-left: 30px;
	width: 235px;
}
#list2 ol {
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #772222;
}
#list2 ol li {
}

#list2 ol li p {
	padding: 0px 0px 0px 10px;
	font-style: normal;
	font-family: Arial;
	font-size: 12px;
	color: #772222;
	border-left: 2px solid #772222;
}
#list2 ol li p em {
	display: block;
}

#list2 a:link {
	text-decoration: none;
	color: #0000FF;
	font-size: 15px;
}/* Link no visitado*/
#list2 a:visited {
	text-decoration: none;
	color: #0000FF;
	font-size: 15px;
}/*Link visitado*/
#list2 a:active {
	text-decoration: none;
	color: #0000FF;
}/*Link activo*/
#list2 a:hover {
	text-decoration: underline;
	color: #0000FF;
}/*Mause sobre el link*/

#allEvents a:link, a:visited, a:active {
	text-decoration: none;
	color: #699f63;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

#allEvents a:hover {
	text-decoration: underline;
	color: #699f63;
}

.linkEvent {
	background-color: rgba(220,220,220,0.5);
	border-bottom: 1px solid #AAAAAA;
	text-decoration: none;
}

.dateLink {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.descriptionLink {
	font-size: 15px;
	font-weight: bold;
}
.observationLink {
	font-size: 10px;
	color: #000000;
}

.linkEvent:hover {
	text-decoration: underline;
}

#titEvents {
	color: #699f63;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.tipo1 {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background: #CCCCCC;
	box-shadow: 1px 1px 1px #EFEFEF;
	padding: 3px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	color:#000000;
}

.tipo2 {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background: #CCCCCC;
	box-shadow: inset 1px 1px 3px #EFEFEF;
	padding: 3px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	color:#000000;
}

.tipo1:visited, .tipo2:visited {
	color:#000000;
}

#table_years td {
	padding-left:20px;
}

#event_name {
	color:#202090;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 5px;
}

#event_date {
	color:#000000; 
	font-size:16px;
	font-weight:bold;
}

#event_hour {
	color:#000000; 
	font-size:16px;
	font-weight:bold;
}

#event_location {
	color:#000000; 
	font-size:16px;
	font-weight:bold;
}

#event_admission {
	color:#000000; 
	font-size:16px;
	font-weight:bold;
}

#event_detail {
	color:#222222; 
	font-size:14px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom: 15px;
	font-weight:normal;
	text-align:justify;
	text-justify:inter-word;
}

#event_foot {
	color:#000000; 
	font-size:15px;
	font-weight:bold;
}

.cancel-covit {
	position: relative;
}
.cancel-covit:after {
    position: absolute;
    content: "/";
    font-size: 32px;
    left: 8px;
    font-weight: 300;
    opacity: .7;
}