body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
	 
.cabecera {
	background-color: #52A400;
	width: 100%;
	color: #FFFFFF;
	height: 32px;
	vertical-align: middle;
}

.cabecera H1 {
	font-size: 1.3em;
	font-weight: bold;
	display: inline;
	padding: 3pt;
}

.cabecera A{
	color: #ffffff;
	MARGIN: 0px;
	TEXT-DECORATION: none;
	font-size: x-small;
	top: 5px;
	font-weight: normal;
}

.subtitulo {
	color: #52A400;
	text-align: center;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	filter: dropshadow(color=#000000,offx=1,offy=1,positive=1), glow(color=#000000,strength=0);
	font-variant: normal;
	word-spacing: 1em;
	border-top: #52A400;
	border-right: #52A400;
	border-bottom: medium solid #52A400;
	border-left: #52A400;
	
}


.cabecera A:hover, .cabecera A:active {
	text-decoration: underline; 
}


.subcabecera {
	color: #386D56;
	background-color: #E2E3CA;
	height: 22px;
	font-size: x-small;
	z-index: 100;
	display:block;
	padding: 0 5px 0 5px;
	border-top: 1px none #AFB36F;
	border-right: 1px solid #AFB36F;
	border-bottom: 1px solid #AFB36F;
	border-left: 1px solid #AFB36F;
}

.pie A {
	color: #52A400;
	MARGIN: 0px;
	TEXT-DECORATION: underline;
	top: 5px;
	font-size: xx-small;
}

.pie A:hover, .pie A:active {
	text-decoration:none;
	BACKGROUND-COLOR: #E2E3CA;
	font-size: xx-small;
	color: #274F00;
}

.pie {
	width: 100%;
	font-size: x-small;
	color: #52A400;
	text-align: right;
	vertical-align: middle;
	padding: 2px;
	margin-right: 2px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-top-color: #52A400;
	border-right-color: #52A400;
	border-bottom-color: #52A400;
	border-left-color: #52A400;
}

.contenido {
	font-size: xx-small;
	color: #000000;
	font-weight: normal;
	z-index: 1;
	border: 1px solid #52A400;
	padding: 5px;
}


.contenido LI {
	FONT-SIZE: small;
	font-weight: bold;

}
.contenido LI UL LI {
	FONT-SIZE: x-small;
	font-weight: normal;
}
.contenido LI UL LI UL LI {
	FONT-SIZE: xx-small;
	font-weight: normal;
}
.contenido UL LI UL LI UL LI LI {
	FONT-SIZE: xx-small;
	font-weight: normal;

}

.contenido ul {
	text-align: justify;
	list-style-type: square;
}

.contenido  A {
	text-decoration: underline; 
	color: #386d56;
}

.contenido A:visited { color: #366954; }
.contenido A:hover, .cabecera A:active {
	text-decoration: none;
	border: none;
	color: #509C7B;
}

.notas {
	font-size: xx-small;
	color: #666666;
	font-weight: normal;
	z-index: 1;
	padding: 5px;
	background-image: url(icon_info.gif);
	background-repeat: no-repeat;
	background-position: 0 1.33em;
	padding: .33em 0 .67em 36px;
	min-height: 32px;
	border: 1px solid #CCCCCC;
	background-color: #FBFBFB;
}

.contenido_nota { padding: 5px 5px 5px 10px; font : xx-small; }
.etiqueta_nota { font-weight: bold;}


.capitulo {
	padding: 15px;
	text-align: justify;
}

.subcapitulo { padding: 5px 0px 0px 0px; FONT-SIZE: x-small;}

.seccion { padding: 0px 0px 0px 15px; FONT-SIZE: x-small;}

.subcapitulo p {
	padding: 0px 15px 0px 15px;
	text-align: justify;
	FONT-SIZE: x-small;
}


.subcapitulo ol,
.capitulo ol {
	padding: 5px 15px 0px 15px;
	text-align: justify;
}


.subcapitulo ul,
.capitulo ul {
	text-align: justify;
}


.subcapitulo ul li,
.capitulo ul li {
	padding: 10px 0px 0px 20px;
	text-align: justify;
	list-style-type: square;
}

.capitulo {FONT-SIZE: x-small;}

.capitulo h1 {
	font-size: large;
	color: #000000;
	font-weight: bold;
}

.subcapitulo h3 {
	font-size: small;
	color: #000000;
	font-weight: bold;
	z-index: 1;
	overflow: visible;
	padding: 2px;
}

.subcapitulo h2 {
	background-color: #FAFFF4;
	width: auto;
	font-size: small;
	color: #295300;
	font-weight: bold;
	z-index: 1;
	border: 1px solid #386d56;
	overflow: visible;
	padding: 2px;
}


.col {
	overflow: visible;
	position: relative;
	visibility: visible;
	float: left;
	width: auto;
	height: auto;
	padding-right: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #A2BBEA;
	border-right-color: #A2BBEA;
	border-bottom-color: #A2BBEA;
	border-left-color: #A2BBEA;
	z-index: 98;
}

img { 	z-index: 1; }

