@font-face {
    font-family: 'Bebas';
    src: url('fonts/BEBAS.eot');
    src: url('fonts/BEBAS.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS.woff') format('woff'),
         url('fonts/BEBAS.ttf') format('truetype'),
         url('fonts/BEBAS.svg#Bebas') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

a,img{
	border:0;
	outline:none;
}

html {overflow-y:scroll;}
html {overflow-x:hidden;}

body{
	margin:0;
	line-height:18px;
	padding:0;
	font-size:13px;
	color:#333;
	cursor:default;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-text-size-adjust:100%;
	background:url(img/body.jpg) repeat;
}

body.fundo-home{
	margin:0;
	padding:0;
	font-family:"Lato",Helvetica,Arial,sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333;
	cursor:default;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-text-size-adjust:100%;
	background:url(img/fundo-home.jpg) center top transparent no-repeat;
}

h1,h2,h3,h4,h5,h6{
	color:#474747;
	font-weight:700;
	line-height:1.25;
	margin:0 0 10px 0;
}

h3,h4,h5{
	font-weight:600;
	margin:0 0 7px 0
}

/*h1{color:#0273b9; font-size:2em; font-family: 'Bebas';}*/
h1{color:#0273b9; font-size:2em; font-weight: 900; text-transform: uppercase;}
h2{font-size:1.7em; color:#EABC1E;}
h3{font-size:1.4em}
h4{margin:0 0 20px 0; text-transform:uppercase; font-weight:200; color:#555; font-size:14px; font-weight:bold;}
a{color:#E7B81F; text-decoration:none;}a:hover{color:#E7B81F;text-decoration:underline}

p{
	font-size:13px;
	color:#333;
	margin-bottom:15px;
	line-height:18px;
}

#tudo{
	width:100%;
	float:left;
}

.container{
	width:940px;
	margin:0 auto;
}

#header{
	width:100%;
	float:left;
	height:180px;
	background:url(img/header.png) top center no-repeat;
}

#header h1 {
	width:232px;
	height:122px;
	float:left;
	z-index:100;
	margin-left:354px;
	
}

#header h1 a{
	width:232px;
	height:120px;
	display:inline;
	overflow:hidden;
	text-indent:-999px;
	background:url(img/logo.png) left 5px no-repeat;
	float:left;
	text-align:center;
	padding-top:10px;
}

#header .menu{
	width:940px;
	float:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:35px;
}

#header .menu ul{
	padding-left:20px;
	padding-right:20px;
}

#header .menu li{
	float:left;
	list-style:none;
	margin-top:9px;
	margin-right:30px;
}

#header .menu li a{
	color:#484848;
	font-size:16px;
	height:39px;
	float:left;
}

#header .menu li a:hover{
	color:#484848;
	font-size:16px;
	background:url(img/arrow-menu.png) center bottom no-repeat;
	height:37px;
	text-decoration:none;
	float:left;
}

#header .menu li a.ativo{
	color:#484848;
	font-size:16px;
	background:url(img/arrow-menu.png) center bottom no-repeat;
	height:37px;
	float:left;
}

.subativo{width:180px; margin-bottom:0px;}
.subativo a:link {background-image:url(../imagens/submenu.png) ; width:180px; border:solid 0px; padding-left:3px!important; padding-top:2px!important; height:25px!important; color:#FFF; font-weight:normal; margin:0px; padding:0px;}
.subativo a:hover{background-image:url(../imagens/submenua.png)!important; }

#conteudo{
	width:100%;
	float:left;
	margin-top:20px;
}

#rodape{
	width:100%;
	padding-top:30px;
	padding-bottom:20px;
	float:left;
	background:url(img/rodape.jpg) repeat;
	margin-top:20px;
}

#rodape .esq-rodape{
	width:381px;
	float:left;
	margin-left:30px;
}

#rodape p{
	font-size:14px;
	color:#fff;
}

#rodape a{
	font-size:14px;
	color:#fff;
}

#rodape .dir-rodape{
	width:381px;
	float:right;
	margin-right:30px;
	background:url(img/news-rodape.png) left 35px no-repeat;
	min-height:180px;
}

#rodape .dir-rodape p{
	text-align:right;
}

#rodape .txt-news{
	border:0;
	width:267px;
	height:32px;
	margin-left:105px;
	color:#fff;
	background:none;
	vertical-align:bottom;
	margin-top:5px;
	margin-bottom:3px;
}

#rodape .btn-news{
color:#ccc;
	float:right;
	margin-top:10px;
	background:none;
	border:0;
	font-size:16px;
	font-family: 'Bebas';
	cursor:pointer;
	-ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

#rodape .btn-news:hover{
	color:#fff;
}

#rodape .copy-rodape{
	width:875px;
	margin-left:30px;
	float:left;	font-size:10px;
}

#rodape .copy-rodape a{
	font-size:10px;
	float:right;
	background:url(img/by-w5.png) right  2px no-repeat;
	padding-right:45px;
	height:25px;
}

#rodape .copy-rodape a:hover{
	font-size:10px;
	float:right;
	text-decoration:none;
}