<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body 
{
	margin:0px;
	padding:0px;
	height:100%;
	background-color: gray;
	
	font-size:14px;
	text-align: justify;
	
	font-family: "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Elementos comunes ---------------------------------------------------------- */

p {
	margin-left: 30px;
	margin-right: 30px;
}

p.nivel2  {
	margin-left: 60px;
	margin-right: 30px;
}

p.nivel3  {
	margin-left: 90px;
	margin-right: 30px;
}

p.nivel4  {
	margin-left: 120px;
	margin-right: 30px;
}

a 
{
	font-size: 12px;
}

a:link, a:visited {
	color: #0b5b80;
	text-decoration: none;
	background-color: transparent;
	
	font-weight: normal;
	font-style: normal;
}

a:hover, a:active
{
	font-weight: bold;
}

h1:first-child {margin-top: 0;}
h2:first-child {margin-top: 0;}
h1 {
	font-size: 150%;
	border-bottom-style: dotted;
	border-bottom-color: #0b5b80;
	margin-left: 0pt;
	margin-top: 20px;
	padding-bottom: 7px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	letter-spacing: 0.2pt;
	color: #333333;
}
h2 {
	font-size: 130%;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	margin-left: 30px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	color: #0b5b80;
}
.h2_margen_derecho {
	margin-right:15px;
}
h3 {
	font-size: 110%;
	border-bottom-color: #0b5b80;
	border-bottom-style: dotted;
	margin-left: 60px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	color: #666666;
}
.h3_margen_derecho {
	margin-right:15px;
}

/* Contenedores principales --------------------------------------------------- */

div#containerDiv {
	background:#ffffff;
	
	position:relative;
	margin:0 auto; 
	
	width:100%;
	min-width:800px;
	max-width: 1400px;
	
	height:auto !important;
	height:100%;
	min-height:100%;
	
	font-family: "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#overDiv
{
	position:absolute; 
	visibility:hidden; 
	z-index:1000;
}

/* Cabecera ------------------------------------------------------------------- */

div#headerDiv {
}

#header {
	background-color: #0b5b80;
 	color: #EEEEEE;
 	background-image:  url(../images/general/csst_bg.png);
	height: 100px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#header p {
	margin:0;
}

#header a:link, #header a:visited {
	color: white;
}

#header a:hover, #header a:active{
	color: White;
	background-color: #0b5b80;
}

.textarea { /* Zona de texto de busqueda */
	font-size: 10pt;
	font-style: normal;
	border: 1px solid #96AB1B;
}

#tituloPrincipal {
}

#tema{
	font-size: 22pt;
	font-style: bold;
}

#descripcionTema {
	font-size: 14pt;
}

/* Pie de pagina ------------------------------------------------------------------- */

div#footerDiv {
	/*position:absolute;*/
	width:100%;
	/*bottom:0;*/
	
	background-color: #0b5b80;
 	color: #CCCCCC;
 	background-image:  url(../images/general/csst_bg.png);
	font-weight:bold;
	text-align:center;
}

#footerDivInt {
	padding: 20px;
}

/* Contenido Principal ------------------------------------------------------------------- */

div#contentDiv {
}

#mainTable {
	margin: 0 auto;
	border: 0px solid #999999;
	line-height: 1.5em;
}

#mainTable td {
 	padding: 20px;
}

#maincontent {
	font-size: 100%;
	text-align: justify;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #0b5b80;
}

#maincontent ul, #maincontent ol {
	margin-left:55px;
	margin-right: 30px;
	padding-left:0;	
	list-style-position: outside;
}

#maincontent ul.nivel2, #maincontent ol.nivel2 {
	margin-left:85px;
	margin-right: 30px;
	padding-left:0;	
	list-style-position: outside;
}

#maincontent ul.nivel3, #maincontent ol.nivel3 {
	margin-left:115px;
	margin-right: 30px;
	padding-left:0;	
	list-style-position: outside;
}

#maincontent ul.nivel4, #maincontent ol.nivel4 {
	margin-left:145px;
	margin-right: 30px;
	padding-left:0;	
	list-style-position: outside;
}

/* Menu ------------------------------------------------------------------- */

#sidebar {
	text-align: left;
	width: 183px;
	font-size: x-small;
	font-weight: bold;
	margin: 0px;
	padding-left: 20px;
}

#sidebar a {
	padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	width: 170px; 
	line-height: 1em;
	margin: 0px;
	font-weight: bold;
}

#sidebar a:link, #sidebar a:visited {
	color: #222222;
}
#sidebar a:hover, #sidebar a:active {
	color: White;
	border: 2px solid #3A6501;
	background: #0b5b80;
}

#sidebar  ul ul li a:link, #sidebar ul ul li a:visited {
	color: #444444;
}
#sidebar ul ul li a:hover, #sidebar ul ul li a:active {
	color: White;
	border: 2px solid #3A6501;
	background: #0b5b80;
}
	
#sidebar  ul ul ul li a:link, #sidebar ul ul ul li a:visited {
	color: #666666;
}
#sidebar ul ul ul li a:hover, #sidebar ul ul ul li a:active {
	color: White;
	border: 2px solid #3A6501;
	background: #0b5b80;
}
	
#sidebar ul ul li a {
	padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	width: 145px;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#sidebar ul ul ul li a {
	padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	width: 130px;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#sidebar a.impri {
	padding: 3px;
	display: block;
	border: 2px dotted #FFFFFF;
	text-decoration: none;
	width: 110px;
	line-height: 1em;
}
#sidebar a:link.impri, #sidebar a:visited.impri {
	color: #666;
}
#sidebar a:hover.impri, #sidebar a:active.impri {
	color: White;
	border: 2px solid #666666;
	background-color: #FF6600;
}
#sidebar ul {
	padding: 0;
	list-style-type: none; 
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#sidebar ul ul {
	padding: 0;
	list-style-type: none; 
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}
#sidebar li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
#sidebar  ul  ul  li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
}

.fijo {
	position: fixed;
	top: 130px;
}

#current  {
	color: White;
	border: 2px solid #3A6501;
	background: #BBE0FF;
}

/* Extras ------------------------------------------------------------------- */

#glosario {
	cursor: help;
	font-style: italic;
	border-bottom-style: dotted;
	border-bottom-color: #0b5b80;
	border-bottom-width: thin;
}

.imgfloatright { float : right } /* Imagen flotando a la derecha */
.imgfloatleft { float : left } /* Imagen flotando a la derecha */

#cita{ /* una cita de técto */
	margin-left: 40px;
	margin-right: 40px;
	font-family: "Courier New", Courier, monospace;
}

span.destacado {
	Color: #0b5b80;
	font-weight: bold;
	font-size: 11pt;
}

.divSubtitulo {
	background-color: #0b5b80;
 	color: #FFFFFF;
 	background-image:  url(../images/general/csst_bg.png);
	
	text-align: center;
	font-size: 14pt;
	
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	
	margin-bottom: 15px;
}

span.letraCapital {
	margin-top:0px;
	margin-left:-31px;
	margin-right:0px;
	
	float:left;
	color:#0b5b80;

	font-size:40px;
	line-height:35px;
	
	padding:2px;
}

#tableContenidoImagen {
	width:100%;
}

#tableContenidoImagen td{
	padding:0px;
	vertical-align:top;	
}

#tdContenido {
	width:70%;
}

#tdContenido p:first-child {
	margin-top: 0;
}

#tdImagen{
	width:25%;
	text-align:center;
	line-height: 3em;
}

#tdImagen img{
	width:80%;
	margin-top:15px;
}

.tdSombreado {
	background-color: #F6FFF2;
}

.tablaConBorde , .tablaConBorde  td{
	border: 1px solid #000000;
	vertical-align: top;
}

.sideBarSubsecciones 
{
	margin:5px 5px 5px 5px;
	padding-left:0;
	list-style-type:none;
}

/********************************************************************************
 * Elementos para la impresión
 ********************************************************************************/
 
#tdHeaderDer, #tdHeaderIzq, #sidebar, #situacion{
	display:none;
}
 
#tdHeaderCen, #footerDivInt {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: black;
	color:black;
}
 
#maincontent {
	border-left:0;
}         

h1, h2, h3, h4, h5, h6 {
	page-break-before: avoid;
}</pre></body></html>