/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
font-size: 14px;
font-family: Verdana, Helvetica, Arial, sans-serif ;
background: #eeeeee;
color: #333333; 
line-height: 1.4em;
letter-spacing: 0.1px;
/* font-weight: 300; */
}

/* link scheme */
/* you can customize links further down the page too */
a:link {  }
a:active {  }
a:visited {  }
a:hover {  }
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace;}
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 12px; margin-bottom: 0.5em; letter-spacing: 3.5px; color: #333333; }
h2 { font-size: 12px; margin-bottom: 1.3em; letter-spacing: 3.5px; color: #333333; }
h3 { font-size: 10px; color: #999999; letter-spacing: 0.1px; }
h4 { font-size: 10px; color: #333333; letter-spacing: 0.1px; line-height: 1.4em; }
h5 { font-size: 10px; color: #999999; letter-spacing: 0.1px; line-height: 1.4em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 1200px; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
/* PARA REGULAR SEPARACION ALTURA SUBTITULOS AQUI */
#index { width: 260px; line-height: 1.3em; background-color:rgba(238, 238, 238, 0.8); }
#exhibit { margin: 0 0 0 260px; }

/* styling the index */
/* section regula el bloque total entre titulos ppales */
/* color aqui regula colores de titulos solo fuera de indexpand??? */
/* UTILIZAR MARGIN LEFT en primera y segunda linea para REGULAR MARGEN TITULOS PPALES */
#index ul { list-style: none; margin-left: 60px;  }
#index ul.section { margin-left: 15px; margin-bottom: 0.5em; }
#index ul.subsection { }

/* customization section title */
/* color aqui regula COLORES DE TODOS LOS TITULOS PRINCIPALES */
#index ul.section span.section_title,
#index ul.section span.section_title a { font-weight: normal; line-height: 1.4em; letter-spacing: 1px; }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { color: #000000; text-decoration: underline; }

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ color: #000000; text-decoration: underline; }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #cccccc; font-weight: normal; font-size: 6px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link { color: #AAAAAA; text-decoration: none; } 
#index a:active { color: #000000; } 
#index a:visited { color: #AAAAAA; }
#index a:hover { color: #000000; text-decoration: none; } 

/* links styles only for the #exhibit region */
#exhibit a:link { color: #999999; text-decoration: none; } 
#exhibit a:active { color: #999999; text-decoration: none; } 
#exhibit a:visited { color: #AAAAAA; }
#exhibit a:hover { color: #000000; text-decoration: underline; } 

/* this is where you adjust your paddings for #index and #exhibit together */
/* padding index todo */
.container { padding: 13px 9px 0px 15px; }

/* this is where you pad them separately */
#index .container {  }
#exhibit .container { padding: 28px 0px 0px 0px; }