body {
  font-family: Cambria, Times, "Times New Roman", serif;
  font-size: 17px;
}
a {
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
a: hover {
  text-decoration: underline;
}

input[type=text], input[type=file], input[type=email], input[type=checkbox], input[type=password], input[type=time], input[type=date], input[type=number], textarea, select {
  font-family: Cambria;
  font-size: 16px;
  padding:5px;
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px SOLID #000;
}
input[type=text]:focus, input[type=file]:focus, input[type=checkbox]:focus, input[type=password]:focus, input[type=time]:focus, input[type=number]:focus, input[type=date]:focus, textarea:focus, select:focus {
	background: #222222;
	color: #FFF;
}
input[type=submit] {
  font-family: Cambria, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  background-color: #6F5555;
  color: #FFF;
  border: 0px;
  border-radius: 10px;
  padding: 8px;
}
input[type=submit]:hover {
	color: #FFF;
	background: #000;
	border: 0px;
}
button {
  font-family: Cambria, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  background-color: #6F5555;
  color: #FFF;
  border: 0px;
  border-radius: 10px;
  padding: 8px;
}
.lista_blocos {
  position: relative;
  width: 180px;
  height: 30px;
  display: inline-block;
}

.apoiadores {
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 300px;
	height: 350px;
  border: 1px SOLID #555;
  border-radius: 10px;
}

.eventos {
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 370px;
	height: 200px;
}
.eventos_ativo {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  background-color: #EEE;
}
.eventos_autentica {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  background-color: #555555;
  color: #FFF;
}

.info {
  padding: 5px;
  border: 1px Solid #777;
  border-radius: 5px;
  background-color: #FCFF91;
}