/********************************************\
  Style Sheets general del MoDDeRs Web
  (c) KKEPerians UNLTD
  Ultima modificacion: 03/18/1998 01:41:46
\********************************************/

BODY {
	background: #6aa;
	background: #eec;
	color: #000000;
	text-align: justify;
	width: 90%;
	margin: 0em auto;
	font-family: sans-serif;
	}
A:link {
	color: red;
	text-decoration: underline;
	}
A:visited {
	color: blue;
	text-decoration: underline;
	}
A:active {
	color: white;
	text-decoration: underline;
	}
A:hover {
	color: green;
	text-decoration: underline;
	}


/*******************************************************\
  Abstracte: Resum de la plana
\*******************************************************/
div.abstract {
	margin: 15pt auto;
	padding: 2%;
	border: solid thin black;
	background: #80c0c0;
	width: 93%;
	}

/*******************************************************\
  Contingut: Index de la plana
\*******************************************************/
DIV.contents {
	padding: 1em;
	border: solid 1pt #aaa;
	margin: auto;
	background: #eed;
	}

/*******************************************************\
  Navegador: Salts tipics al anterior, seguent, index...
\*******************************************************/

DIV.navigator {
	padding: 1em;
	border: solid thin;
	margin: 10px auto;
	background: #f7f7c0;
	text-align: center;
    }

body > * {
	margin-left: 2em;
	margin-right: 2em;
}

h1 {
	background: url('../logo.png') no-repeat;
	padding-left: 320px;
	min-height: 140px;
	margin: 10px 0px;
	text-align: center;
}

h2 {
	page-break-after: avoid;
	background: #aca;
	color: #040;
	border: solid 1px #555;
	padding: 10px;
	margin: 10px 0px;
	}

h3 {
	page-break-after: avoid;
	background: #fda;
	color: #753;
	border: solid 1px #555;
	padding: 5px;
	margin: 10px 0px;
	}

h4 {
	color: #342;
	margin-left: 0pt;
	padding-left: 1em;
}

/*******************************************************\
  Section: Identifica el contingut del 'llibre'
\*******************************************************/
/*
DIV.section H2, DIV.section H3, DIV.section H4, DIV.section H5 {
	page-break-after: avoid;
	background: #40a0a0 url(fondo2.jpg);
	color: black;
	border: solid #777;
	padding: 1ex;
	margin: 1ex;
	font-weight: 900;
	}
*/
/* Aixo no se perque collons cal, en teoria s'hauria de mantindre */
/*
DIV.section H2 { font-size: x-large;}
DIV.section H3 { font-size: large;}
DIV.section H4 { font-size: medium;}
DIV.section H5 { font-size: medium;}
DIV.section { text-align: justify;}
*/

DIV.section H2 { page-break-before: right;}
DIV.section H2 { page-break-after: avoid;}
DIV.section H3 { page-break-after: avoid;}
DIV.section H4 { page-break-after: avoid;}
DIV.section H5 { page-break-after: avoid;}
/*********************************************************************\
 Tags per marcar modificacions.
\*********************************************************************/
SPAN.ampliat {
	color: #000;
	font-weight: bold;
	background: #BFB;
	margin-left: 6pt;
	}
SPAN.nou {
	color: #F00;
	font-weight: bold;
	background: #FFB;
	margin-left: 6pt;
	}
SPAN.preparacio {
	color: #000;
	font-weight: bold;
	background: #BFF;
	margin-left: 6pt;
	}

/* Simula l'aspecte d'una consola */
pre.console {
	background: black;
	color: #7c4;
	white-space: pre;
	font-family: monospace;
	border: hidden;
	font-weight: bold;
	padding: 1ex;
	}
/* Una formuleta en format ASCII */
pre.formula {
	text-align: center;
	background: white;
	color: #444;
	white-space: pre;
	font-family: monospace;
	padding: 1mm;
	border: thick solid #555;
	margin-top: 2mm;
	}

/* Codi font */
pre.code {
	background: #ccc;
	color: black;
	white-space: pre;
	font-family: monospace;
	border: hidden;
	}

/* Notas durante la elaboracion */
.todo {
	background: yellow;
	color: red;
	text-align: justify;
	margin: 10pt;
	border: #ff0 3px;
	font-style: bold;
	padding: 4pt;
/*	display: none;*/
	}

span.todo {
	padding: 2pt;
}

/*********************************************************************\
 Experiments
\*********************************************************************/

DIV.section TABLE {
	background: #9cb;
	border: #000 solid;
	}

CAPTION {
	background: #eda;
	border: black solid;
	font: bolder;
	}


