html {
	height: 100%;
}

body { /*background: #FFF url(../fe_imagenes/back.png) repeat;*/
	font-family: Century Gothic;
	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_header_block_popup {
	height: 30px;
}

#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: #0000CC;
	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: d21034;
	margin-bottom: 1px;
	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 {
	opacity: 0.8;
	display: table;
	background-color: #7F7F7F;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index:1000;
}

.hotspot {
	color: #900;
	padding-bottom: 1px;
	cursor: pointer
}

#tt {
	position: absolute;
	display: block;
	background: url(../fe_imagenes/tt_left.gif) top left no-repeat
}

#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../fe_imagenes/tt_top.gif) top right no-repeat;
	overflow: hidden
}

#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #666;
	color: #FFF
}

#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../fe_imagenes/tt_bottom.gif) top right no-repeat;
	overflow: hidden
}

.middleDiv {
    display: table-cell;
    vertical-align: middle;
}

.innerDiv {
	box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	background-color: #ffffff;
    width: 30%;
    margin: 0 auto;
    z-index:1001;
}