<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Layout */
#logo {
	width: 982px;
	height: 31px;
	margin: 0 auto;
	margin-top: 10px;
	background: url('imgs_layout/logo.jpg') no-repeat top left #fff;
	overflow: hidden;
}
#topBar {
	margin: 0 auto;
	width: 980px;
	z-index: 1000;
}
#top_bar_wrapper {
	position: relative;
	height: 28px;
	margin: 3px 4px 0px 4px;
	background-color: #969696;
	width: 100%;
	width: 972px;
}
#top_bar {
	height: 28px;
	margin: 3px 4px 0px 4px;
	margin: 0px 4px 0px 4px;
	background-color: #666666;
	position: absolute;
	right: -6px;
	top: -3px;
	width: 972px;
	z-index: 900;
	border: 2px solid #EEEFF0;
	border-top: 3px solid #EEEFF0;
}
#contexto {
	display: none;
	position: absolute;
	width: 980px;
	color: #393E44;
	font-size: 26px;
	text-align: right;
	font-style: italic;
	top: 74px;
	z-index: 1;
	
	font-size: 18px;
	color: #fff;
	top: 14px;
	text-align: left;
	text-indent: 50px;
	font-style: normal;
	ext-transform: uppercase;
}
#container{
	position: relative;
	width: 980px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D3D7DA;
	background-color: #EEEFF0;
	z-index: 3;
}

#units {
	display: none;
}
#footer {
	width: 984px;
	height: 21px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* espacio de contenido */
#container #chapter_info {
	overflow: auto;
	float: right;
	width: 702px;
	height: auto;
	margin: 4px 4px 0px 0px;
	background-color: #D3D7DA;
}
#container #chapter_info #module_title {
	color: #393E44;
	font-size: 16px;
	line-height: 34px;
	line-height: 26px;
	font-weight: bold;
	padding-left: 20px;
	padding: 4px 20px 4px 20px;
	min-height: 26px;
}

#container #contenido_wrapper {
	position: relative;
	float: right;
	width: 680px;
	height: auto;
	border: 1px solid #D3D7DA;
	overflow: hidden;
	background-color: #fff;
	margin-right: 4px !important;
	padding: 10px 10px 30px 10px;
}
#container #contenido_wrapper #contenido_title {
	clear: both;
	color: #769FD1;
	font-size: 20px;
	margin-top: 6px;
	margin-bottom: 10px;
	position: fixed;
	position: absolute;
	background-color: #fff;
	width: 900px;
	display: none;
}
#container #contenido_wrapper #contenido {
	clear: both;
	position: relative;
	top: 0px;
	height: auto;
	min-height: 560px;
	padding: 0px 10px 0px 10px;
	overflow: auto;
	color: #393E44;
}
#container #contenido_wrapper #contenido .iframeMode {
	width: 100%;
	min-height: 600px;
}

/* Optional Extra-info Places */
#container #contenido_appendix {
	position: relative;
	float: right;
	width: 680px;
	height: auto;
	border: 1px solid #D3D7DA;
	overflow: hidden;
	background-color: #666666;
	margin-right: 4px !important;
	padding: 10px 10px 30px 10px;
	display: none;
}
#footer_appendix {
	position: relative;
	width: 984px;
	height: 30px;
	margin: 0 auto;
	margin-top: -10px;
	margin-bottom: 10px;

	border: 1px solid #D3D7DA;
	overflow: hidden;
	background-color: #666666;
	display: none;
}

/* Glossary */
#glossary {
	position: absolute;
	left: 265px;
	top: -9030px;
}

/* bottomBar */
#bottomBar {
	clear: both;
	width: 980px;
	height: 31px;
	margin: 0 auto;
}

/* infoBar */
#infoBar {
	position: relative;
	clear: both;
	float: left;
	width: 321px;
	height: 27px;
}

/* Secuencial */
#secuencial {
	position: absolute;
	top: -2px;
	right: 755px;
}

/*  */
#segments_pages {
	position: relative;
	clear: right;
	float: right;
	visibility: visible;
	display: block;
}
#segments_seq {
	position: absolute;
	left: 401px;
}

/* Clock */
#clock {
	position: absolute;
	top: 0px;
	right: 30px;
}

/* pivot */
#pivot {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}
</pre></body></html>