@charset "utf-8";
body {
	overflow-x: hidden;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;font-size:100%;vertical-align:baseline}
body{line-height:1;color:#000;background:#fff;overflow-x:hidden;}
a img{border:none}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{margin:0;padding:0;border:0;outline:0;display:block}
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

body,body *{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
font-family: Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar-thumb:vertical {background-color: #cd2515; height: 50px;}
::-webkit-scrollbar {height: 5px; width: 5px; background-color: #f2f2f2;}

*::selection { background: #cd2515; color:#FFF; } 
*::-moz-selection { background: #cd2515; color:#FFF; }
.mark {background-color:#cd2515; color:#FFF;}

#header{
position:relative;
top:0px;
z-index:7;
width:2000px;
height:68px;
margin:0 auto;
left: 50%;
margin-left: -1000px;
z-index:9999999;
display:block;
background-image:url(../images/header_bg.png);
background-repeat:no-repeat;
background-position:center top;
}
#central{
position:absolute;
width:980px;
top:17px;
height:33px;
margin:0 auto;
left: 50%;
margin-left: -490px;
}
#logo{
position:absolute;
width:167px;
height:33px;
top:0px; /*20px*/
left:0px;
z-index:9999999;
cursor: pointer;
cursor: hand;
}
/* NAVEGACAO HEADER */
#nav-menus{
position:absolute;
width:850px;
height:33px;
top:0px;
right:0px;
z-index:9999997;
margin:0 auto;
}
#main-nav {
margin: 0px 0px 0px 2px;
text-align: right;
min-height: 35px;
padding-top: 7px;
padding-left: 0px;
}
#main-nav li {
display: inline;
list-style: none;
}
#main-nav li a{
margin-right: 0px;
font-size: 13px;
text-decoration: none;
/*color: #00aeef;*/
color: #000;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: bold;
padding: 10px 6px 10px 6px ;
outline: 0;
position: relative;
top: 0px;
}
#main-nav li a:hover,
#main-nav li a.active {
color: #FFF;
background: #84888b;
}

/* Rodape */
#footer{
position:relative;
top:500px;
height:240px;
z-index:999998;
width:2000px;
background:url(../images/footer_bg.png);
background-position:bottom center;
background-repeat:no-repeat;
display:block;
margin:0 auto;
left: 50%;
margin-left: -1000px;	
}

#rodape{
	position: absolute;
	top: 0px;
	height: 240px;
	z-index: 998;
	width: 980px;
	left: 502px;
}
#footer-code{
position:absolute;
left:0px;
top:0px;
}
#facebook-like{
position:absolute;
left:200px;
top:83px;
width:61px;
height:35px;
z-index:998;
color:#000;
}
#facebook-like a:link {
color: #000;
text-decoration: none;
}
#facebook-like a:visited {
text-decoration: none;
color: #000;
}
#facebook-like a:hover {
text-decoration: underline;
color: #000;
}
#facebook-like a:active {
text-decoration: none;
color: #000;
}

#footer-social{
position:absolute;
width:180px;
height:36px;
top:75px;
right:0px;
}
#social-youtube{
position:absolute;
right:0px;
}
#social-twitter{
position:absolute;
right:33px;
}
#social-instagram{
position:absolute;
right:33px;
}
#social-facebook{
position:absolute;
right:80px;
}

/* Menu de Contexto */
#divf { 
z-index:99999999999999999;
display:none; 
position:absolute;
border:solid #FFF 1px; 
height:275px; 
width:180px;
background-image: url(../images/bg_pattern.png);
color:#fff;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
text-align:center;
margin: 5px;
padding:10px;
line-height: 155%;
}
#ods{
font-family: 'Roboto Condensed', sans-serif;
font-size:17px;
font-weight: bold;
}
.linha {
color:#000;
width:100%;
size:1;
}
#divf a:link {
color: #fff;
text-decoration: none;
}
#divf a:visited {
text-decoration: none;
color: #fff;
}
#divf a:hover {
text-decoration: underline;
color: #fff;
}
#divf a:active {
text-decoration: none;
color: #fff;
}
a:link {
text-decoration:none;
color:#000;
}
a:visited {
text-decoration:none;
color:#000;
}
a:hover {
text-decoration:underline;
color:#000;
}
a:active {
text-decoration:underline;
color:#000;
}
