body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0em;
	padding: 0em;
	font-size: medium;
}

div#cabecera {
	background-color: #0C85EE;
	color: #fff;
	height: 77px;
	text-align: left;
	margin: 0em;
	padding: 0em;
}

div#issn {
	background-color: #6A6A6A;
	color: #fff;
	text-align: left;
	text-transform: uppercase; /*font-size: 0.7em;*/
	font: menu;
	letter-spacing: 0.1em;
	margin: 0em;
	padding: 0.1em;
}
a {
	background-color: transparent;
	color: #0C85EE;
}
a:visited {
	background-color: transparent;
	color: #CC3300;
}

div#col1 {
	width: 307px;
	float: left;
	text-align: right;
	padding-top: 1em;
}

div#col1 p, div#col1 h2, div#col1 h3 {
	margin-left: 5%;
}

div#col1 h2 { font-size: 1em; }

p.destaca {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
}

div#col2 {
	margin-left: 307px;
	padding: 1em 2em;
}

h1, h2, h3, h4, h5, h6, p.destaca {
	color: #c30;
	background-color: #fff;
}

h1 { 
	font-size: 1.5em;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2 { font-size: 1.2em; }
h3 {
	font-size: 1em;
	margin-bottom: -1em;
	display: list-item;
	list-style-image: url(../imagenes/trileft.gif);
	margin-left: 1em;
}
p, ol, ul { font-size: 0.95em; }

div#col2 p.firma {
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 3em;
}

img { border: none; }

body.indice {
	background-color: #000;
	color: #fff;
	text-align: center;
}

div#logotipo {
	width: 714px;
	height: 101px;
	margin: 0em;
	padding: 0em;
	text-align: left;
	color: #fff;
	background-color: #0E5CC0;
	background-image: url('../imagenes/fondo.jpg');
	background-position: top right;
}
body.indice div#issn { width: 714px; }

div#numero {
	width: 714px;
	margin: 0em;
	padding: 0em;
	background-image: url('../imagenes/fondo.jpg');
}

div#titulo_num {
	width: 714px;
	height: 59px;
	margin: 0em;
	padding: 0em;
	text-align: right;
}

div#toc {
	width: 42%;
	margin: 0em;
	padding: 0em;
	float: right;
	background-image: url('imagenes/fondo-sumario_09.jpg');
	background-position: top left;
	text-align: left;
	overflow: auto;
	color: #000;
	scrollbar-face-color: #0C85EE;
	scrollbar-highlight-color: #0C85EE;
	scrollbar-shadow-color: #99CCFF;
	scrollbar-arrow-color: White;
	scrollbar-base-color: #99CCFF;
}

div#toc ol { margin-left: 3em; }

div#toc a {
	background-color: inherit;
	color: Black;
	text-decoration: underline;
}
div#toc a:visited {
	background-color: inherit;
	color: #c30;
	text-decoration: underline;
}

div#toc a:hover {
	background-color: inherit;
	color: White;
	text-decoration: underline;
}

a.tool{
    position:relative;
    z-index:24;
	background-color:#000;
	border: 2px solid #000;
    color:#fff;
    text-decoration:none;
}
a.tool:visited {
	background-color:#000;
    color:#fff;
}

a.tool:hover {
	z-index:25;
	background-color: #c30;
	border: 2px solid #c30;
}

a.tool span {
	display: none;
	padding: 0.5em;
}

a.tool:hover span {
	display: block;
	position: absolute;
	top: -20em;
	left: -10em;
	width: 20em;
	border-left: 8px solid #000;
	background-color: #c30;
	color: #fff;
}

p.cont {
    background-color:#000;
	color:#000;
	font-weight: bold;
	text-align: right;
}

p.contfin {
    background-color:#000;
	color:#000;
	font-weight: bold;
	text-align: left;
}

p.cont span, p.contfin span {
	background-color: Red;
	color: #fff;
	padding-left: 1em;
	padding-right: 1em;
}

a.sigue:link, a.sigue:visited, a.sigue:active {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

a.sigue:hover, a.sigue:focus {
	font-style: italic;
}
.print {
	list-style-image: url(../imagenes/printer.gif);
	padding-right: 0.5em;
}
.pdf {
	list-style-image: url(../imagenes/bullets/pdf.gif);
	padding-right: 0.5em;
}
.htm {
	list-style-image: url(../imagenes/bullets/remote.gif);
	padding-right: 0.5em;
}
.word {
	list-style-image: url(../imagenes/bullets/word.gif);
	padding-right: 0.5em;
}

