html {
	height: 100%;
}

body { /*background: #FFF url(./fe_imagenes/back.png) repeat;*/
	font-family: Frutiger TrueType;
	color: #101010;
	margin: 0px;
	padding: 0px;
}

.ie #centerBody {
	text-align: center;
}

#main, #menu, #footer, #content {
	margin-left: auto;
	margin-right: auto;
}

/* main container */
#main {
	width: 100%;
	color: #101010;
}

#content_header_block {
	height: 30px;
/* 	background: url(./fe_imagenes/bgr_header.png) no-repeat; */
}

#content {
	width: auto;
	height: auto;
	overflow: auto;
/* 	background: url(./fe_imagenes/bgr_body.png) repeat-y; */
	color: #101010;
}

.ie #content {
	padding-top: 1;
	padding-bottom: 1;
}

#content_footer_block {
	height: 35px;
/* 	background: url(./fe_imagenes/bgr_footer_block.png) no-repeat; */
}

#content h1 {
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid;
	font-size: medium;
	text-transform: uppercase;
	font-weight: normal;
	background: transparent;
	color: #CCCCCC;
	border-color: #CCCCCC;
	text-align: left;
}

#footer {
	text-align: center;
}

#menu, #footer {
	background: #FFF;
	color: #7F7F7F;
	border-color: #CCCCCC;
}

#footer a, #footer a:visited {
	color: #87878a;
	text-decoration: none;
	background: transparent;
}

#footer a:hover {
	text-decoration: underline;
	background: transparent;
	color: #101010;
}

#jMonthCalendar {
	position: relative;
}

.MonthlyCalendar .MonthNavigation {
	border-bottom: solid 1px #CCCCCC;
	clear: both;
	height: 20px;
	padding: 5px 10px 0 10px;
}

.MonthlyCalendar .MonthNavPrev, .MonthlyCalendar .MonthNavNext,
	.MonthlyCalendar .TodayLink {
	width: 7%;
	float: left;
}

.MonthlyCalendar .YearNavNext, .MonthlyCalendar .YearNavPrev {
	width: 10%;
	float: right;
}

.MonthlyCalendar .MonthName {
	color: white;
	font-size: 12px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	float: left;
}

.MonthlyCalendar {
	height: 100%;
	width: 100%;
	border: solid 0px #7F7F7F;
	border-collapse: collapse;
}

.MonthlyCalendar #CalendarHead {
	width: 100%;
	background: #CCCCCC none repeat scroll 0 0;
}

.MonthlyCalendar #CalendarHead .DateHeader {
	width: 14%;
	text-align: center;
	color: white;
	font-size: 12px;
}

.MonthlyCalendar #CalendarBody {
	
}

.DateBox {
	vertical-align: top;
	border: solid 1px #7F7F7F;
}

.DateLabel {
	height: 16px;
	width: 100%;
	background: #7F7F7F none repeat scroll 0 0;
	text-align: right;
}

.DateLabel a {
	cursor: pointer;
	padding: 0 5px 2px;
	text-decoration: none;
	line-height: 16px;
	color: white;
	font-weight: bold;
}

#CalendarBody .Inactive, #CalendarBody .Weekend {
	background: none repeat scroll 0 0;
}

.Today {
	background: none repeat scroll 0 0;
}

#jMonthCalendar .Event {
	font-size: 12px;
	padding: 4px;
	background-color: #FF6600;
	margin-bottom: 1px;
	-moz-border-radius: 0 8px 8px 8px;
	border: solid 1px #7F7F7F;
	display: block;
}

.Event a {
	text-decoration: none;
	color: white;
	font-size: 10px;
}

.Event a:hover {
	text-decoration: underline;
}

.diaMes {
	text-decoration: none;
	color: #7F7F7F;
	font-weight: bold;
	font-size: 10px;
	padding: 0 5px 2px;
	line-height: 16px;
}

.diaDetalle {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 9px;
	padding: 0 5px 2px;
	line-height: 16px;
}

.loadingImageBlock {
	background-color: white;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

.not-active { 
	pointer-events: none; 
    cursor: default; 
} 
/*
.gecko .loadingImageBlock {
	opacity: .5
}

.ie .loadingImageBlock {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity =   50);
}
*/