body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(imagens/img_fundotopo.png);
	background-repeat: repeat-x;
	background-position: center 155px;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top: 5px;
}
#menu a:hover {
	background-color: #900;
}
a {
	color: #000;
	text-decoration: none;
}
.textogrande {
	font-size: 24px;
	text-decoration: none;
}
.destaquelaranja {
	font-size: 30px;
	font-weight: 700;
	color: #F60;
}
#metabronca input {
	background-color: #900;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	width: 95%;
	font-size: 12px;
	font-weight: 100;
	height: 25px;
}
#metabronca textarea {
	background-color: #900;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	width: 95%;
	font-size: 12px;
	font-weight: 100;
}
#balcao a {
	display: block;
	float: left;
	height: 20px;
	width: 30px;
	border: 1px dashed #960;
	color: #FFF;
	text-decoration: none;
	background-color: #630;
	margin: 5px;
	text-align: center;
}
.bordatracocinza {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0e0e0;
}


#metabronca {
	font-size: 12px;
	color: #FFF;
}
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
  	font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
  	font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
  	font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

.destaquevermelho {
	font-size: 30px;
	font-weight: 700;
	color: #F00;
}
.alternar {
	background-color: #F7F7F7;
}
.bordabaixocinza {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#rodape {
	color: #FFF;
	text-decoration: none;
}

.fotos {
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.textobranco {
	color: #FFF;
}
.jornais {
	height: 600px;
	width: 330px;
	margin: 5px;
	float: left;
	text-align: center;
	background-color: #e0e0e0;
}
.fa {
  padding: 5px;
  font-size: 10px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
.fa-print {
  background: #125688;
  color: white;
}
.fa-whatsapp {
  background: #00a651;
  color: white;
}