
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family:verdana;
line-height: 1.5; 
}

h1{line-height: 1.2; }
h2{line-height: 1.2; }
h3{line-height: 1.2; }
h4, h5, h6 {line-height: 1.2; }

sup, sub {line-height: 0; }

#contenidoinamovible{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*longitud del bloque*/
height: 100%; 
overflow: hidden; /* desactiva barras de scroll. Poner "enable para activar el "scroll" */
background: white;
color: navy;
}

#contenidodeslizante{
position: fixed;
top: 0; 
left: 200px; /*longitud del bloque izquierdo*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.espacio{
margin: 15px; /* margenes para que el contenido no este pegado */
}

* html body{ /* corrige un bug de IE6*/
padding: 0 0 0 200px; /*poner el valor a (0 0 0 longitud del bloque)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

a:link {
	text-decoration: none;color:navy;
}
a:visited {
	text-decoration: none;color:navy;
}
a:hover   {
	text-decoration: none;color:navy;
}
a:active {
	text-decoration: none;color:navy;
}



p {
	text-align: justify; 
}

/*- Menu 2--------------------------- */
	
#menu2 {
	width: 200px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #3688BA;
	display: block;
	background:  url(imagenes/menu2.gif);
	padding: 8px 0 0 30px;
	}
	
#menu2 li a:hover {
	color: #3688BA;
	background:  url(imagenes/menu2.gif) 0 -32px;
	padding: 8px 0 0 32px;
	}

ul {
	list-style: none;
	margin: -20px; /*pone 20px a la izquierda para que la lista este en su sitio*/
	padding: 0;
	}


.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	text-align: justify;
}
.sumario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	font-variant: normal;
}

.creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.numero {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #cc6666;

}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #cc6666;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #003333;
}
.autor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: navy;
}
.scroll {
	overflow: auto;
	height: 401px;
	width: 620px;
}

.indice {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: orange;
	background-color: #EAEAEA;
	padding: 3px;

}
#indice a:hover   {
	color:red;
}

.anteriores {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
