 /* Theme CSS */
#wrapCalendar{float:right; width:340px}

.eventCalendar-wrap {
	border:solid 1px #555;	color:#fff;
	padding:10px;
	background:url(../graphics/bckBlack.png) repeat;
}



	.eventCalendar-wrap .arrow {
		text-decoration:none;
		color:#fff;
		padding:0 5px;
		line-height:28px;
		top:9px;
		padding:10px;
	}
		.eventCalendar-wrap .arrow.prev {

		}
		.eventCalendar-wrap .arrow:hover { opacity:0.7;}
		.eventCalendar-wrap .arrow span {
			height: 0;
			width: 0;
			font-size: 0;
			line-height: 0;
			border-top: 6px solid transparent;
			border-bottom: 6px solid transparent;
			border-left: 6px solid #fff;
			float:left;
			text-indent:-5000px;
		}
			.eventCalendar-wrap .arrow.prev span {
				border-left-width:0;
				border-right: 6px solid #fff;
			}
	.eventsCalendar-slider { height:80px;}

	.eventsCalendar-monthWrap {
		border-radius:5px;
		top:6px;
		left:0px;
	}
		.eventsCalendar-currentTitle {
			height:20px;
			padding:5px 0;
		}
			.eventsCalendar-currentTitle .monthTitle {
				font-size:1.2em;
				text-decoration:none;
				color:#fff;
			}

		.eventsCalendar-daysList {
			zoom: 1;
			padding:0;
			width:100%;

		}
			.eventsCalendar-daysList.showAsWeek {
				margin:10px 5px;
				width:auto;
				);

			}
			.eventsCalendar-daysList.showDayNames.showAsWeek {

				border-radius:5px 5px 0 0;
			}
			.eventsCalendar-daysList:before, .eventsCalendar-daysList:after { content:""; display:table; }
			.eventsCalendar-daysList:after { clear: both; }
			.eventsCalendar-day-header {
				text-transform:lowercase;
				text-align:center;
				font-size:14px;
				padding:10px 0
			}
			.eventsCalendar-daysList.showAsWeek li {
				height:auto;
			}
				.eventsCalendar-daysList.showAsWeek li.empty {
					min-height:39px;
				}
			.eventsCalendar-day a {
				text-decoration:none;
				font-size:10px;
				color:#424242;
			}
			.eventsCalendar-day {
				border-left:solid 1px #BCBCBC;
			}
			.showAsWeek .eventsCalendar-day { border-left-width:0;}
			.showAsWeek .eventsCalendar-day a  {
				line-height:60px;
				font-size:16px;

			}
				.eventsCalendar-day a:hover {
					font-weight:700;
					font-size:1.4em;
					background:url(../graphics/circle.png) 7px 14px no-repeat;
				}
			.eventsCalendar-daysList li.dayWithEvents a {
				background:url(../graphics/circle.png) 7px 14px no-repeat;
				color:#fff; font-size:1.4em; font-weight:bold;
				border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;
			}
				li.eventsCalendar-day.dayWithEvents a:hover {
					background:url(../graphics/point.png) center bottom no-repeat;
				}
			.eventsCalendar-daysList li.today a {
				color:#000;
				font-weight:700;
				background:url(../graphics/point.png) center bottom no-repeat;
				font-size:1.4em;
			}
				li.eventsCalendar-day.today a:hover {
					font-weight:700;
					font-size:1.4em;
				}
			.eventsCalendar-daysList li.current a, .dayWithEvents {
				background:url(../graphics/circleActive.png) 13px 4px no-repeat;
				color:#fff
			}
				li.eventsCalendar-day.current a:hover {

					background:url(../graphics/point.png) center bottom no-repeat;
				}
		.eventsCalendar-loading {
			border-radius:4px;
			margin:5px auto;
			visibility: hidden;
			padding:0 10px;
			color:#fff;
			text-align:center;
			font-weight:bold;
			box-shadow:0 0 10px #ccc;
			text-shadow:0 0 3px #aaa;
			position:absolute;
			z-index:4;
			top:25px;
			left:5px;
		}
			.eventsCalendar-loading.error {
				background-color:red;
			}
.eventsCalendar-list-wrap {
	min-height:100px;
	position:absolute;
	left:-630px;
	top:0;
	width:570px;
	padding:0 20px;
	border:1px solid #555;
	background:url(../graphics/bckBlack.png) repeat;
	box-shadow: 0px 6px 15px #000;
	-moz-box-shadow: 0px 6px 15px #000;
	-webkit-box-shadow: 0px 6px 15px #000;
}
	.eventsCalendar-list-content.scrollable {
		height:100px;
		overflow-y:auto;
		margin:0 5px 5px 0;
	}
	.eventsCalendar-list-content{height:345px; overflow-y:auto;  padding:0 0 10px 0;}
	.eventsCalendar-list {margin:0; padding:0 20px 0 0; list-style-type:none; float:left;}
	.eventsCalendar-list li p{float:left; width:100%; padding:0 10px 0; font-size:14px; line-height:0px}
	.eventsCalendar-list li {
		margin:0;
		clear:both;
		float:left;
		width:96%;
	}
		.eventsCalendar-list li time em {
			float: left;
			font-style: normal;
			font-weight: 200;
			font-family: arial;
			font-size: 14px;
			margin-top: 4px;
		}
		.eventsCalendar-list li time small {
			font-size: 13px;
			float: left;
			background-color:#555;
			color: #fff;
			padding:3px 15px 3px;
			margin: 0 0 0 12px;
			border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
		}
		.eventsCalendar-list li .eventTitle {
			display: block;
			clear: both;
			font-weight: bold;
			text-decoration: none;
			width:100%;
			overflow: hidden;
			color: #fff;
			padding:37px 10px 10px 10px;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			font-size:16px;
		}
			.eventsCalendar-list li .eventTitle:hover { text-decoration:underline;}
		.eventsCalendar-list li .eventDesc {
			clear: both;

		}
		.eventsCalendar-list {
			float:left;
			width:95%;
			height:95%;
			font-weight:bold;
		}

		.eventsCalendar-noEvents{
			position: absolute;
			width: 381px;
			font-weight: bold;
			top: -1px;
			left: -1px;
			height: 318px;
		}

.bt {
	font-size:12px;
	display:block;
	clear:both;
	text-align: center;
	margin-top:10px;
	padding: 9px 34px 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;

	color: #ffffff;
	background-color: #698B10;
	background-repeat: repeat-x;

	background-image: -khtml-gradient(linear, left top, left bottom, from(#89B814), to(#698B10));
	background-image: -moz-linear-gradient(top, #89B814, #698B10);
	background-image: -ms-linear-gradient(top, #89B814, #698B10);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89B814), color-stop(100%, #698B10));
	background-image: -webkit-linear-gradient(top, #89B814, #698B10);
	background-image: -o-linear-gradient(top, #89B814, #698B10);
	background-image: linear-gradient(top, #89B814, #698B10);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89B814', endColorstr='#698B10', GradientType=0);

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	border: 1px solid #698B10;
	border-color: #698B10 #698B10 #465F05;

	border-radius: 4px;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
.bt:hover {
	  background-position: 0 -15px;
	  text-decoration: none;
	}
/* end of theme css */


/*
.eventCalendar-wrap {
	width:265px;
}
*/
#DemoList { list-style-type:none; padding:0;}
#DemoList > li { margin-right:40px; }
#DemoList > li > h2 { margin:20px 0 3px 0;}
.demoDesc { width:200px; margin:0 0 10px 0;}
.fl { float:left;}
.cb { clear:both;}

.thin .eventCalendar-wrap { width:195px;}
	.thin pre { width:185px;}
	.thin .demoDesc { width:195px;}

.wide  .eventCalendar-wrap { width:650px; }
	.wide pre { width:640px;}
	.wide .demoDesc { width:650px;}

#paradigmaBox {
	float:left;
}
time{position:absolute; left:10px; top:0}
.certificaciones p{font-weight:700;}
.certificaciones p b{ margin-left:10px;}
