.letra {
	font: bold 39px arial;
	color: #3367B0;
	padding: 0 5px;
	display: block;
	float: left;
}

.passador {
	display: block;
	background: red;
	float: left;
	margin-top: 15px;
}

.passador img {
	display: block;
}

.container-letra {
	position: relative;
	overflow: hidden;
}

.quantidade-de-resultados {
	display: block;
	clear: both;
	font: normal 12px arial;
	color: #333;
}

.resultados {
	display: block;
	overflow: hidden;
	margin-top: 10px;
	clear: both;
}

.resultados a {
	font: normal 12px arial;
	color: #3367B0;
	margin-top: 5px;
	display: block;
}

.resultados a:hover {
	color: blue;
}

.background {
	position: relative;
	background: url("/img/background.png") repeat-y;
	overflow: hidden;
	float: left;
	display: block;
}
