html {
	height: 100%;
}

body { /*background: #FFF url(../fe_imagenes/back.png) repeat;*/

	background: #eee;
	font-family: Frutiger TrueType;
	color: #101010;
	margin: 0px;
	padding: 0 0 40px;
}

.container {
	background: #FFF;
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}

.container_external {
	background: #FFF;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}

.centerBody {
	text-align: center;
}

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

/* main container */
#main {
 	width: 95%;
	color: #101010;
	background: white;
}

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

#content_header_block_popup {
	height: 5px;
}

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

/* .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 {
	color: #7F7F7F !important;
	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: #FF6600;
	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 {
	background-color: #EEE;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

fieldset {
    border: 3px solid #1F497D;
    background: #F9F9F9;
    border-radius: 3px;
    padding: 10px;
}

fieldset legend {
    font-size: small !important;
    background: white;
    padding: 5px 20px ;
    border-radius: 3px !important;
    box-shadow: 0 0 0 2px #EEF !important;
    margin-left: 15px !important;
}
