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;
 */}
 
fieldset legend .camposForma {
	color: #0000CC;
	font-weight: bold;
	font-size: 15px;
}

#content h1 {
	margin: 0px 0px 20px 0px;	
	font-size: 18px;
	/*text-transform: uppercase;*/
	font-weight: bold;	
	background: transparent;
	color: #0000CC;
	border-color: #0000CC;
	text-align: center;
}

#content h2 {
	margin: 0px 0px 20px 0px;	
	font-size: medium;
	text-transform: uppercase;
	font-weight: bold;	
	background: transparent;
	color: #CCCCCC;
	border-color: #CCCCCC;
	text-align: center;
}

.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;
}

#page {
  min-height: 100vh;      
  display: flex;
  flex-direction: column;
}

#content_header_block_body {
  margin-top: 12em;	
  flex: 1;                  
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: white;
  border-top: 2px solid #ccc;
  z-index: 10;
  padding: 10px;
}

#scrollHint {
  position: fixed;
  bottom: 80px;
  right: 20px;
  font-size: 60px;
  color: #0000CC;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  animation: scrollBounce 1.5s infinite;
  transition: opacity 0.3s ease;
  padding: 5px;
}

#scrollHint.show {
  opacity: 1;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

.table_content tr td { 
  padding: 10px 15px;
}

.titulo {
  font-size: 5rem;      /* grande y destacado */
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.2;
  color: #1a1a1a;
}

.subtitulo {
  font-size: 1.5rem;      /* un poco más pequeño */
  font-weight: 500;
  margin-bottom: 0.5em;
  color: #555;
}

.descripcion {
  font-size: 1rem;
  line-height: 1.6;       /* más fácil de leer */
  color: #666;
}

.instruccion {
  margin: 15px 0;
  font-size: 15px;
  font-weight: bold;
  color: #7F7F7F;
}

.opciones span {
  display: block;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 600;  
}

.opciones span input {
  margin-right: 10px;
  transform: scale(1.2);
}

.table2excel{
	width: 100%;
}

.container-fluid-2{
	width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

