/*Indice de navegacion (botonera o columna izquierda)*/
#indice { background-image: url(img/fondosupizquierda.png); background-repeat: no-repeat; text-align: left; width: 14.3em; float: left; margin-top: 0.5em; padding-top: 0.5em; }
#indice h2 { color: #2e7f2c; font-size: 1em; background-image: url(img/fondocenizquierda.png); background-repeat: repeat-y; text-decoration: none; padding-top: 0.5em; padding-bottom: 0.6em; padding-left: 1em; }
#indice h2 a { color: #2e7f2c; text-decoration: none; }
#indice h2 a:hover { color: #2e7f2c; text-decoration: none; }
#indice ul { background-image: url(img/fondocenizquierda.png); background-repeat: repeat-y; padding-left: 1em; }
#indice ul li { background-image: url(img/flechasnegras.png); background-repeat: no-repeat; background-position: 0 0.5em; padding-bottom: 0.5em; padding-left: 1em; }
#indice ul li a { text-decoration: none; }
#indice ul li.final { margin-right: 1em; padding-bottom: 1em; border-bottom: 2px solid #e6e7e6; }
#indice ul li.comienzo { background-position: 0 1.5em; margin-right: 1em; padding-top: 1em; }
#indice ul li.intermedia { background-position: 0 0.9em; padding-top: 0.5em; }
span.finalindice { background-image: url(img/fondoinfizquierda.png); background-repeat: no-repeat; width: 14.3em; height: 2em; float: left; clear: both; }