body {
	background-color: #ffffff;
	margin: 10px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}


.migas_derecha {
	right: 15px;
	top: 15px;
	position: absolute;
	height:20px;
}

.migas {
	left: 0px;
	top: 0px;
	position: relative;
	display: inline-table;

}

.migas_derecha ul,
.migas ul {
	list-style-type: none;
	display: inline-table;
}

.migas_derecha a,
.migas a{
	background-color: #f77b52;
	FONT-WEIGHT: bold;
	FONT-SIZE: xx-small;
	text-decoration: none;
	color: #174F4F;
	border-color: f77b52;
	border-width: 1;
	border-style: solid;
	padding: 2px;
}

.migas_derecha a:hover,
.migas a:hover{
	background-color: fdd3c5;
	FONT-WEIGHT: bold;
	border-color: f77b52;
	border-width: 1;
	border-style: solid;
	padding: 2px;
}

.titulo {
	color: #581803;
	font-weight: bold;
	font-size: 1.4em;

	border-bottom-color: #AA3006;
	border-bottom-width: 1px;
	border-bottom-style: solid;

	margin-top: 15px;
}

.contenido {
	margin: 5px;
	border-left-color: #AA3006;
	border-left-style: dotted;
	border-left-width: 1px;
	padding: 10;
	padding-top: 0px;
	border-bottom-color: #AA3006;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-top: 0px;
	background-image: url(estad.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tabulado { text-ident: 100px; }


.contenido em {
	font-style: italic;
	font-weight: normal;
}


.notas {
	font-size: xx-small;
	color: #000000;
	font-weight: normal;
	z-index: 1;
	border: none;
	min-height: 32px;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.contenido_nota {
	text-align: justify;
	font-size: xx-small;
	font-style: normal;
}
.etiqueta_nota {
	font-weight: bold;
	font-size: xx-small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCCEBE;
	font-style: normal;
}

.contenido a { font-size: x-small; text-decoration: underline; color: #darkblue; }
.contenido a:visited { color: #000080; }
.contenido a:hover { font-size: x-small; text-decoration: underline; color: #000000; }
.pie { margin: 5px; margin-top: 0px; font-size: xx-small; }
.pie a { text-decoration: underline; color: #darkblue; }
.pie a:hover { text-decoration: underline; color: #000000; }



.subcapitulo p, .capitulo p,
.contenido p {
	padding: 10px 10px 0px 10px;
	margin: 0;
	text-align : justify;
}


.seccion { padding: 0px 0px 0px 15px;}


.subcapitulo h3 {
	font-size: small;
	color: #581803;
}

.contenido h2,
.subcapitulo h2 {
	color: #581803;
	font-size: 1.2em;
	margin-top: 40px;
	margin-bottom: 0px;
	background-image: url(fondoh2.JPG);
	background-repeat: repeat-y;
}

.contenido ol{
	padding: 5px 15px 0px 15px;
	margin-top: 10px;
}

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


.subcapitulo ul,
.capitulo ul {
	text-align: justify;
	padding-right: 10px;
}


.contenido ul li {
	padding: 0px;
	margin-top: 2px;
	text-align: justify;
	list-style-image:url(bullet.gif);
}

.subcapitulo ul li,
.capitulo ul li {
	padding: 0px 5px 0px 0px;
	margin-top: 10px;
	text-align: justify;
	list-style-image:url(bullet.gif);
}
code {
	font-size: x-small;
	text-align: center;
	font-style: italic;
}
.comentario {
	font-style: italic;
	margin-left: 5px;
}

.indice{
	border: 1px dotted #581803;
	background-color: #FFFCFB;
	padding: 0px 5px 5px 15px;
}

.indice h2 {
	color: #581803;
}

h1{
	color: #581803;
	font-weight: bold;
}

