/* CSS Document */
/*PLANTILLA 04*/
#alfabeto h3 {
  margin: 0;
  padding: .5em 0 0 .5em;
  background: #fff url(../img/separadorModulos.gif) left bottom repeat-x;
  color: #616161;
  font-size: 2em;
  font-weight: normal;
}
#alfabeto .titularh3 {
  margin: 0;
  padding: .5em 0 0 .5em;
  background: #fff url(../img/separadorModulos.gif) left bottom repeat-x;
  color: #616161;
  font-size: 1.2em;
  font-weight: bold;
}

#alfabeto .barraLetras {
  width: 98%;
  margin-top: 1em;
  padding: .3em 0;
  background-color: #e8e8e8;
}

	#alfabeto .barraLetras h2 {
	  position: absolute;
	  left: -1000em;
	  width: 1px;
	  height: 1px;
	  overflow: hidden;
	}
	
	#alfabeto .barraLetras ul {
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  text-align: center;
	  /* white-space: nowrap; */
	}
	
		#alfabeto .barraLetras li {
		  display: inline;
		  margin-right: -5px;
		  padding: 0;
		  border-left: 1px solid #c4c4c4;
		}
	
			#alfabeto .barraLetras li a {
			  padding: 0 5px;
			  color: #646464;
			  font-size: .9em;
			  font-weight: bold;
			}

			#alfabeto .barraLetras li a:link {
			  background: #e8e8e8 !important;
			}
			
			#alfabeto .barraLetras li a:hover {
			  background: #fff !important;
			  color: #646464;
			}
			
			#alfabeto .barraLetras li a.marcado{
			  background: #fff !important;
			  text-decoration: none !important;
			}
			
			#alfabeto .barraLetras li.first { border: 0 }
			#alfabeto .barraLetras li a.last { padding-right: 0 }
			
#alfabeto .listadoVert02 { padding-left: 1em }