@CHARSET "ISO-8859-1";

div.listaLetras {
	margin-top: 10px;
}

div.listaLetras li {
	list-style: none;
	float: left;
}

table.listaLetras {
	border: none;
	
}

div.listaLetras a {
	width: 30px;
	text-align: center;
	display: block;
	padding: 2px 0 2px 0;
}

div.listaLetras a:hover {
	background-color: #990000;
}

div.buscaNome {
	padding: 10px 0 20px 0;
	text-align: center;
}

div#localResultado li,ul.lista li {
	list-style: none;
}

div#localResultado a,ul.lista a {
	display: block;
	width: auto;
	margin-top: 2px;
	font-size: 13px;
	line-height: 17px;
	border-bottom: 1px solid #800000;
	background-image: url(../imgs/icones/seta.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	padding-left: 10px;
}

div#localResultado a:hover,ul.lista a:hover {
	text-decoration: none;
	background-color: #500000;
}

input#buscaGuia {
	width: 686px;
	text-align: center;
	font-size: 18px;
	height: 22px;
	background-image: url(../imgs/fundos/fundo-busca-guia.png);
	background-color: transparent;
	border: none;
	padding: 11px 10px 13px 10px;
	color: #FFFFFF;
	border: none;
}