body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(imagens/bg-site.jpg);
	background-repeat: repeat;
}
small {
	font-size: 13px;
	color: #999;
}


h1 {
	padding: 0px;
	font-size: 25px;
	color: #0f63a4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: -0.04em;
}
h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
p {
	margin: 0px;
	padding: 0px;
}
a{	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:hover {
	filter: alpha(opacity=5);
	-moz-opacity: .5;
	opacity: .5;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topo {
	background-image: url(imagens/topo.jpg);
	height: 220px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #185FA1;
}
#meio {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}

#topo #logo {
	position: absolute;
	left: 30px;
	top: 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#topo #logo:hover {
	filter: alpha(opacity=8);
	-moz-opacity: .8;
	opacity: .8;
}
.centro {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.linha {
	float: left;
	width: 100%;
}
#menu {
	background-color: #0b3a67;
	height: 46px;
}
#menu a {
	color: #dbdbdb;
	text-decoration: none;
	font-family: 'Open Sans', "sans-serif;";
	font-size: 15PX;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 12px;
	float: left;
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#menu a:hover {
	color: #FCCF1F;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#menu a.ativo {
	color: #FCCF1F;
	text-decoration: none;
	cursor: default;
}
#menu a.ativo:hover {
	color: #FCCF1F;
	text-decoration: none;
	cursor: default;
}

#menu .amarelo  {
	color: #e7b401;
}

#menu .tic {
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	padding-top: 13px;
	font-size: 15px;
	color: #FCCF1F;
}
#login-spc {
	background-color: #fcd703;
	height: 37px;
	width: 440px;
	margin-left: 10px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-image: url(imagens/consulta-spc.png);
	background-repeat: no-repeat;
	padding-left: 270px;
	padding-top: 8px;
	float: left;
	margin-right: 10px;
}

#login-spc #botao {
	color: #FFF;
	background-color: #c2a608;
	height: 27px;
	width: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#login-spc .campo{
	background-color: #FFF;
	height: 25px;
	width: 145px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 5px;
	margin-right: 5px;
}
::-webkit-input-placeholder {
   color: #000;
   font-family:Arial, Helvetica, sans-serif;
}

:-moz-placeholder {
   color: #000;
   font-family:Arial, Helvetica, sans-serif;
}

::-moz-placeholder {
   color: #000;
   font-family:Arial, Helvetica, sans-serif;
}

:-ms-input-placeholder {  
   color: #000;
   font-family:Arial, Helvetica, sans-serif;
}
a#area-associado {
	background-color: #009a38;
	width: 200px;
	height: 45px;
	float: left;
	background-image: url(imagens/area-do-associado.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
a#area-associado:hover {
	height:52px;
}
#destaques {
	margin-bottom: 40px;
}
#destaques #slides img {
	border-radius: 6px;
}



#rodape {
	float: left;
	height: 155px;
	width: 100%;
	background-color: #155a91;
	background-image: url(imagens/foto-rodape.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 25px;
}
#rodape-linha {
	background-color: #fcd703;
	height: 8px;
	width: 100%;
	float: left;
	margin-top: 40px;
}


#rodape #endereco {
	margin-top: 30px;
	color: #FFFFFF;
	float: left;
	width: 400px;
	line-height: 18px;
}

#rodape #endereco small {
	font-size: 11px;
	color: #dbd915;
	float: left;
	width: 100%;
	margin-top: 5px;
}
#rodape #redes-sociais {
	margin-top: 30px;
	color: #c12429;
	float: left;
	width: 50px;
	text-align: center;
}
#rodape #redes-sociais #facebook  {
	height: 29px;
	width: 31px;
	background-image: url(imagens/face.png);
	background-repeat: repeat-y;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}
#rodape #redes-sociais #facebook:hover {
	background-position: 0 25px;
}
#rodape #redes-sociais #you:hover {
	background-position: 0 25px;
}
#rodape #redes-sociais #you  {
	height: 29px;
	width: 31px;
	background-image: url(imagens/youtube.png);
	background-repeat: repeat-y;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	margin-right: 5px;
	float: left;
}
#rodape #netmidia {
	width: 150px;
	text-align: center;
	position: absolute;
	left: 840px;
	top: 50px;
}
#meio .centro #coluna1 {
	float: left;
	width: 360px;
	margin-right: 15px;
}
#meio #centro {
	float: left;
	width: 725px;
	margin-right: 15px;
}

#meio .centro #coluna2 {
	float: left;
	width: 350px;
}

#meio .centro #coluna3 {
	float: left;
	width: 200px;
}
#meio .centro #coluna3 .borda-ft {
	border: 1px solid #CCC;
	border-radius: 6px;
}

#meio .centro #coluna3 p {
	margin-bottom: 5px;
}

#coluna2  hr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.espaco-noticia {
	height: 350px;
}
a.noticia-item {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 100%;
}


a.noticia-item .titulo {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	letter-spacing: -0.03px;
}
a.noticia-item .descr {
	font-size: 13px;
	font-weight: normal;
	color: #5f6569;
}

a.noticia-item img {
	float: left;
	border-radius: 6px;
}
a.noticia-item .ft-esq {
	margin-right: 10px;
}
.botao {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(imagens/bg-botao.gif);
	background-repeat: repeat-y;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	border-radius: 6px;
	font-size: 15px;
	min-width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Open Sans', "sans-serif;";
	letter-spacing: -0.05em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.botao:hover {
	filter: alpha(opacity=5);
	-moz-opacity: .5;
	opacity: .5;
}
#eventos {
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
}
#eventos a {
	text-decoration: none;
	width: 170px;
	margin-right: 10px;
	display: block;
	float: left;
}
#eventos img {
	margin-bottom: 5px;
	border-radius: 6px;
}


#eventos .descr {
	font-size: 13px;
	font-weight: normal;
	color: #555555;
}

#eventos .data {
	font-size: 13px;
	font-weight: bold;
	color: #0f63a4;
	margin-bottom: 5px;
}
a.link-preto {
	color: #000;
	text-decoration: none;
}
#centro a.link-preto {
	width: 100%;
	margin-bottom: 5px;
}
#topo #data{	
	position: absolute;
	width: 200px;
	height: 20px;
	left: 50px;
	top: 190px;
	font-size: 15px;	
	text-align: center;
	color: #fff;
	z-index: 150;
}
