@CHARSET "UTF-8";
a{
	color: #666;
}

.listaRegistros{
	margin-top: 40px;
}
.formPesquisa, .formCadastro{
	margin-top: 20px;
}
.formCadastro{
	margin-bottom: 40px;
}

/* Background */
.bg{
	background: url('../images/bg.jpg');
	background-position: 30% 50%;
}

.bg2{
	background: #CCC; 
}

.jumbotron {
   background: rgb(200, 54, 54); /* This is for ie8 and below */
   /*background: rgba(200, 54, 54, 0.4); */
   background: rgba(255, 255, 255, 0.8);
}