/* HOJA DE ESTILOS PARA LA DOCUMENTACIÓN ONLINE Y CHM */

/* Fuente general */
* {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 16px;
	line-height: 24px;
	color: #456;
}

/* Formato para los enlaces */
a {
	color: #9b59b6;
	text-decoration: none;
	font-weight: bold;
}

/* Formato para los títulos */
h1, h2, h3, h4, h5 {
	font-family: Verdana;
}

h1 { 
	font-size: 32px;
	font-weight: bold;
	padding-left: 48px;
	line-height: 40px;
	background: url("img/logo32.png") no-repeat center left;
	margin: 1em 0;	
	page-break-before: always;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3 {
	font-size: 28px;	
	font-weight: normal;
	margin: 1em auto;
}

h4 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
}

h5 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
}

body {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1em;
	padding-right: 1em;
}

p {
	margin-bottom: 32px;
}

/* Formato de Imágenes */

div.float-image {
	float: right;
	clear: right;
	padding: 10px;
}

span.inline-image {
	display: inline;
	margin-left: 10px;
}

div.full-image {
	vertical-align: middle;
	page-break-before: avoid;
	text-align: center;
	margin-bottom: 32px;
}

div.full-image img {
	margin-right: 15px; /* evito que si se ponen dos imágenes dentro de un full-image queden pegadas */
	max-width: 100%;
	height: auto;
}

span.image-title {
	display: block;
	text-align: right;
	font-size: 14px;
	font-style: italic;
}

span.image-reference {
	font-style: italic;
}

/* Formato de notas importantes */
p.important {
	border-left: 2px solid #9b59b6;
	border-right: 2px solid #9b59b6;
	margin-left: 35px;
	margin-right: 35px;
	padding: 5px 10px 5px 10px;
	background-color: #eee;
}

/* Listas */
ul {
	page-break-before: avoid;
	page-break-inside: auto;
	list-style-type: square;
}
li {
	margin-top: 0.7em;
}

/* Referencias a botones y menús */
span.button-reference {
	font-family: Verdana;
	border: 1px solid #aaa;
	padding: 2px 6px 2px 6px;
	background-color: #efefef;
	color: #666;
}

span.menu-reference {
	font-family: Verdana;
	border-bottom: 1px solid #aaa;
	padding: 1px 4px 1px 4px;
	color: #666;
}

/* Formato para el texto usado en la introducción */
div.intro {
	border: 1px solid white;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 15px;
}

/***** ESTILOS ESPECÍFICOS PARA LA PÁGINA DE NAVEGACION ******/
#navigation  * {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

#navigation a {
	text-decoration: none;	
}
#navigation a:link {
	color: #3e3e3e;
	text-decoration: none;
}
#navigation a:visited {
	color: #3e3e3e;
	text-decoration: none;
}
#navigation a:hover {
	color: #7f7f7f;
	text-decoration: underline;
}
#navigation a:active {
	color: #9b59b6;
	font-weight: normal;
}

#navigation h1 {
	background: none;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

#navigation h2 {	
	margin-bottom: 4px;
}

#navigation h3 {
	margin-left: 12px;
	margin-bottom: 4px;
}

#navigation h4 {
	margin-left: 24px;
	margin-bottom: 4px;
}

#navigation h5 {
	margin-left: 36px;
	margin-bottom: 4px;	
}

#navigation h6, #navigation h7, #navigation h8, #navigation h9 {
	margin-left: 48px;
	margin-bottom: 4px;
}


