.glossarioCss #caracter{
	width:16px; 
	height:19px;
	float:left;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 3px;
/* 	padding-left:3px; */
	background: url(../img/fundoAlfabeto.png) no-repeat 0 0;
	
	 
}

.glossarioCss #caracterTodos{
	width:40px; 
	height:19px;
	float:left;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 3px;
/* 	padding-left:3px; */
	background: url(../img/fundoAlfabetoTodos.png) no-repeat 0 0;
	 
}
.glossarioCss #busca{
	padding-left:10px;
	float:right;
	text-align: left;
	 
}
.glossarioCss #alfabeto{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
		
}
.glossarioCss #content{
	width:100%;
	
}
.glossarioCss #termos{
	width:100%;
	border-bottom:1px solid;
	margin-top: 20px;
}

.glossarioCss #termos tr{
	width:100%;
	border-top-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-collapse:collapse; 
}
.glossarioCss #termos td{

	border-top-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-collapse:collapse; 
}
.glossarioCss a{
	color:#000000;
	text-decoration:none;
}

.glossarioCss #paginacao{
	width:100%;
}

.glossarioCss #paginacao table{
	width:100%;
	border: 0px;
}

