@charset "utf-8";
/* CSS Document */
body{
	background-image: url(../img/bkg_topo.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: 'Oxygen', sans-serif;
	font-size: 1em;
	color: #030000;
}

a{color:#030000; text-decoration:none; list-style:none;}
a:link{color:#030000; text-decoration:none; list-style:none;}
a:visited{ color:#030000;	text-decoration:none;	list-style:none;}
a:hover{
	list-style: none;
	text-align: left;
	color: #FF0000;
}

#geral{
	background-image: url(../img/bkg_geral.jpg);
	background-position: center 140px;
	background-repeat: no-repeat;
}

#area-total-1000-px{
	width: 1000px;
	display: table;
	background-color: #FFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header-area-total-1000-px{
	width: 1000px;
	display: table;
	height: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

  #container{
	padding: 0;
	background-color: #FFFFFF;
}
	
	 /* INÍCIO CSS HEADER ------------------------------------------------- */
   header{}
			
    #topo-left{padding:10px 0 0 0;}
	#topo-right{padding:10px 0 0 0;}

		#slider-banner{
	padding-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 5px;
	height: 350px;
}
		
		
		#menu-topo{
	height: 90px;
	text-align: right;
	overflow: hidden;
}			
			
		#menu-principal{text-align:right; text-transform: uppercase;}
		
			#menu-principal ul li {
	display: inline;
	overflow: hidden;
	color: #3b3436;
	list-style: none;
	margin-left: .8em;
}
			#menu-principal ul li a:link{text-decoration:none; list-style:none; padding:5px;}
			#menu-principal ul li a:visited{color:#3b3436; padding:5px; }
			#menu-principal ul li a:hover{
	color: #FF0000;
	-webkit-transition: 0.5s;
	font-size: 12px;
}
			#menu-principal ul li.ativo{color:#FF0000;	list-style:none;}
	
	/* FIM CSS HEADER ------------------------------------------------- */
			
	
	/* INÍCIO CSS FOOTER----------------------------------------------- */
footer{
	background-color: #0A0A3C;

}
	
	#footer{
	background-image: url(http://www.operlog.com.br/site/assets/img/footera.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 68px;
	font-size: .9em;
	color: #333;
	width: 1000px;
	background-color: #0A0A3C;
	}
	
	#footer-menu{
	text-align: center;
	margin-top: 15px;
	text-transform: uppercase;
}

	footer .webmail{margin-top: 5px; text-align: right;}
	footer .copy{font-size: .9em;}
	footer .logo-dir{text-align: right;}
	
	#footer-menu ul li{
	display: inline;
	overflow: hidden;
	font-size: 1em;
	color: #FFF;
	list-style: none;
	margin: 0 20px 0 0;
}
	#footer-menu ul li a:link{text-decoration:none; list-style:none; padding:5px; color:#FFF;}
	#footer-menu ul li a:visited{color:#FFF; text-decoration:none; list-style:none; padding:5px;}
	#footer-menu ul li a:hover{
	color: #FF0000;
	text-decoration: none;
	list-style: none;
	padding: 5px;
	-webkit-transition: 0.5s;
	font-family: Arial, Helvetica, sans-serif;
}
	#footer-menu ul li.ativo{color:#FF0000; text-decoration:none; list-style:none; padding:5px; }

/* FIM CSS FOOTER ------------------------------------------------- */
