/* CSS Document --- para las páginas de texto*/

/*COMUNES*/
#col1 {	
	width:39.8em; 
	margin-left:11.7em;
}
h1, h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:1.6em; 
	color:#791609;
}
h2 {
	font-size:1.3em; 
	margin: 1em 0em 0em 0em; 
	clear:both;
}
h2.segunda{ 
	margin-top: 0.9em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:1em; 
	font-weight:normal;
}
ul {
	border-left: 1px solid #333;
	list-style-position:outside;
	list-style:none;
	margin:1em 0 2.8em .3em;
	padding:.5em 0 0 .7em;
	line-height:1.2;
}
ul li {	
	padding-bottom: .5em;
}
ul a:link,  ul a:visited {
	color:#333;
}
hr { 
	height:1px; 
	border:1px solid #ccc;	
	border-width:0 0 1px 0;	
	margin: 1em 0 1.7em;
}
p.autor_inicio {
	padding-bottom: 1.5em; 
	color:#3333333; 
}
.autor_fin {
	text-align:right; 
	margin-top:1.6em;
}
.noveo {visibility:hidden;}
cite {	
	font-style:normal; 
	font-size: 10px;	
	color: #666;
}
cite em {font-style:italic;}
blockquote {
	margin-bottom:1.5em; 
	margin-top:1em;
}
.colecciones blockquote {padding-left:0; font-size:1em;}

/*menú de navegación entre páginas*/
ul.menu_num  {
	font-size: 0.8em;
	border: #ccc 1px solid;
	height: 2em;
	position: absolute;
	right: -6em;
	top: 4.4em;
	margin:0;
	padding:0;
	line-height:1.4em;
}
ul.menu_num li {
	display: inline;
    padding-bottom: 0;
	margin:0;
	float: left;
}
ul.menu_num li a:link, ul.menu_num li a:visited {
	padding: 0.34em 0.58em;
    color: #666;
	display:block;
}
ul.menu_num li a:hover, ul.menu_num li a:visited:hover {
	background: #ab0505;
	color: #fff;
	text-decoration: none;
}
ul.menu_num li a.seleccionado {
	background: #ccc;
	color: #333;
}
ul.menu_num li a.seleccionado:hover {
	color: #fff;
}

/*Imágenes con pie de foto*/
.imagenIzq, .imagenCentro, .imagenDch, .imagen {
	float:left;
	position:relative;
	background:#efefef;
	width:18.9em;
	border:1px solid #ccc;

}
.imagenCentro {
	width:100%;
	margin-bottom:1em;
	float: none;
}
.imagenIzq {margin-right:1em;}
.imagenDch {margin-left:1em;float:right;}
.imagenCentro img, .imagenIzq img, .imagenDch img, .imagen img {width:100%;}
.imagenIzq p, .imagenCentro p,  .imagenDch p, .imagen p {
	font-size:0.8em;
	margin-left:0.5em;
	padding-bottom:.6em;
	margin-bottom: 0;
	line-height: 1.3;
}

/*creditos e indice*/
.creditos h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1.3em;
	margin-bottom:0.5em;
	letter-spacing: normal;
	font-size:1em;
	text-transform:uppercase;
	font-weight:normal;
}
.creditos h3{
	font-weight: bold;
}
.creditos dl, .indice dl {
	margin-bottom:2.5em;
	margin-top:0.5em;
}
.creditos dl dt,  .indice dl dt{
	float:left;
	margin-right:0.2em;
}
.creditos dl dd, .indice dl dd {
	margin-bottom:0.3em;
}
.creditos ul {
	clear:both;
	padding-top:.23em;
	list-style:none;
	border:none;
	padding:0em 0 0 0;
	margin:0;
	line-height:1.4em;
}
.creditos ul li {
	padding-bottom:0;
}
.creditos p.colofon{ margin:2em 0 2.5em 0; font-size:0.9em;}

#logotipos {
	width:100%;
	margin-top:2em;
}
#logotipos ul li{
	display:inline;
}
#logotipos img {
	display:inline;
	margin:1em 3em 1em 0em;
}

.indice h1 {margin-bottom:1em;}
.indice h2 { font-family: Verdana, Geneva, sans-serif; font-size:0.9em; font-weight:normal; margin-bottom:0.1em;}
.indice h3 { font-size:0.9em; margin-bottom:0.1em;}
.indice #col1{ width:100%; margin-left:0;} 
.indice h2 + p {font-size:0.9em;}
.indice dl {
  font-size:0.9em;
  margin-bottom:0.5em;
  margin-top:0;
}
.indice #col1 div{ width:49%; float:left;}
.indice #col1 .imagenCentro{width:100%;}

/*portada*/
#todo.portada #contenido{
	width:100%;
	background-image:url(../../img/caracolas_neruda/caracola_portada2.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	clear:left;
	padding-top:20px;
}
.portada #cabecera {
	margin-bottom:0;
}
.portada #pie{
	float:none;
	margin:0 auto;
	width:78%;
}
.portada #col1{
	width:100%;
	margin-left:0;
	height:700px;
}
.portada #col1 h1{
	margin-top:7.3em;
	margin-left:31.8em;
	float:left;
}
.portada #col1 ul{
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	border:0;
	list-style-position:outside;
	list-style:none;
	margin:0 0 0 342px;
	padding:160px 0 0 0;
}
.portada #col1 ul li a{
	padding:0 0 0 180px;
}
.portada #col1 ul li a[href="caracolas/01.htm"] {
	font-variant: small-caps;
	font-size:1.1em;
}

/* HIGHSLIDE */
.highslide-html-content {
	width: 975px;
	height: 520px;
}
.draggable-header .highslide-header {
	border-bottom: none;
}
.highslide-footer .highslide-resize {
	display: none;
}

