@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9;
}
h1 {
	font-size: 20px;
	color: #F60;
	font-weight:normal;
}
h2 {
	font-size: 16px;
	color: #F60;
	font-weight:normal;
}
a:link {
	color: #f0ad4e;
	text-decoration: underline;
}
a:visited {
	color: #f0ad4e;
	text-decoration: underline;
}
a:hover {
	color: #f0ad4e;
	text-decoration: none;
}
a:active {
	color: #f0ad4e;
	text-decoration: underline;
}

a.link1:link {
	color:#F60;
	text-decoration: none;
	padding:5px;
}
a.link1:visited {
	color: #F60;
	text-decoration: none;
}
a.link1:hover {
	color: #000;
	text-decoration: none;
	background-color:#FFC;
}
a.link1:active {
	color: #F60;
	text-decoration: none;
}

a.link2:link {
	font-size:15px;
	color: #F90;
	text-decoration: underline;
	padding:3px;
}
a.link2:visited {
	color: #F90;
	text-decoration: underline;
}
a.link2:hover {
	color: #000;
	text-decoration: none;
	background-color:#FFC;
}
a.link2:active {
	color: #f0ad4e;
	text-decoration: underline;
}

a.link3:link {
	color: #f0ad4e;
	text-decoration: underline;
	padding:5px;
}
a.link3:visited {
	color: #f0ad4e;
	text-decoration: underline;
}
a.link3:hover {
	color: #000;
	text-decoration: none;
	background-color:#FFC;
}
a.link3:active {
	color: #f0ad4e;
	text-decoration: underline;
}

a.link4:link {
	font-size:10px;
	color: #F00;
	text-decoration: underline;
}
a.link4:visited {
	color: #F00;
	text-decoration: underline;
}
a.link4:hover {
	color: #F00;
	text-decoration: none;
}
a.link4:active {
	color: #F00;
	text-decoration: underline;
}

a.link5:link {
	color: #F00;
	text-decoration: underline;
}
a.link5:visited {
	color: #F00;
	text-decoration: underline;
}
a.link5:hover {
	color: #F00;
	text-decoration: none;
}
a.link5:active {
	color: #F00;
	text-decoration: underline;
}


a.link6:link {
	color: #000;
	text-decoration: underline;
}
a.link6:visited {
	color: #000;
	text-decoration: underline;
}
a.link6:hover {
	color: #000;
	text-decoration: none;
}
a.link6:active {
	color: #000;
	text-decoration: underline;
}

a.link7:link {
	color:#313131;
	text-decoration: underline;
}
a.link7:visited {
	color: #313131;
	text-decoration: underline;
}
a.link7:hover {
	color:#7B7777;
	text-decoration: underline;
}
a.link7:active {
	color: #313131;
	text-decoration: underline;
}

a.link8:link {
	color:#7f7f7f;
	text-decoration: underline;
}
a.link8:visited {
	color: #7f7f7f;
	text-decoration: underline;
}
a.link8:hover {
	color:#7f7f7f;
	text-decoration: none;
}
a.link8:active {
	color:#7f7f7f;
	text-decoration: underline;
}

.btn-default{
	background-color:#ffda00;
	color:#000;
}
.form-control {
	background-color:#FF9;
}
.destaque2{
	font-size:15px;
	color: #F90;
	text-decoration: underline;
	padding:5px;
}
.destaque3{
	color: #F90;
	text-decoration: underline;
}

body {
	margin:5px;
	background-color:#000;
}
h1{
	font-size:20px;
}

h2{
	font-size:14px;
}

.bloco{
	margin-right:5px;
	margin-bottom:5px;
	padding:5px;
	float:left;
	min-height:240px;
	border:#7F7F7F solid 1px;
	border-radius:5px;
	text-align:center;
}

@media (max-width:640px){
.bloco{
	width:100%;
}
}
@media (min-width:641px) and (max-width:960px){
.bloco{
	width:49%;
}
}
@media (min-width:961px) and (max-width:1280px){
.bloco{
	width:32%;
}
}
@media (min-width:1281px) and (max-width:1600px){
.bloco{
	width:24%;
}
}
@media (min-width:1601px) and (max-width:1920px){
.bloco{
	width:19%;
}
}
@media (min-width:1921px){
.bloco{
	width:15%;
}
}

.fotos_topo{
	margin-right:5px;
	float:right;
}
form{
	margin:0px;
	padding:0px;
}
.rodape{
	background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
	background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
	background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	min-height:200px;
}