@font-face {
    font-family: 'futura_ltcn_btlight';
    src: url('futuralc.eot');
    src: url('futuralc.eot?#iefix') format('embedded-opentype'),
         url('futuralc.woff') format('woff'),
         url('futuralc.ttf') format('truetype'),
         url('futuralc.svg#futura_ltcn_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_ltcn_btitalic';
    src: url('futurlci.eot');
    src: url('futurlci.eot?#iefix') format('embedded-opentype'),
         url('futurlci.woff') format('woff'),
         url('futurlci.ttf') format('truetype'),
         url('futurlci.svg#futura_ltcn_btitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
.menu {
	top: -23px;
	left: -69px;
	border-radius: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	font-family: "futura_ltcn_btlight";
	font-size: 35px;
	margin-left: 60px;
	position: absolute;
	width: 900px;
	z-index: 2;
}
.menu>div{
	float: right;
}
#menu{
	height: 40px;
}
.menu ul{
	height:50px;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li{
	float: left;
	padding: 0px;
	position: relative;
}
.menu li a{
	font-size: 20px;
	display: block;
	font-weight: normal;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	color: #2F2B28;
	text-transform: uppercase;
	height: 70px;
	padding-top: 100px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C4C4C;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.menu li a:hover, .menu ul li:hover a{
	text-decoration: none;
	color: #FFB200;
	background-image: url(../imagens/ico_topo_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFB200;
}
.menu li ul{  /*tamanho da ul na horizontal do submenu*/
	background: #333333;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 161px;
	z-index: 200;
	border-radius: 4px;
	top: 147px;
	right: 0px;
}
.menu li:hover ul{
	display:block;
}
.menu li li {
	display:block;
	float:none;
	margin:0px;
	width: 160px;
}
.menu li:hover li a{
	background: none;
	color: #999;
	text-shadow: 0px 0px #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: auto;
}
.menu li ul a{ /*Tamanho da UL na vertical do submenu*/
	display:block;		
	font-size:16px;
	font-style:normal;
	margin:3px;
	padding:0px 7px 0px 7px;
	text-align:left;
	line-height:46px;
}
.menu li ul a:hover, .menu li ul li:hover a{
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #F66E08;
}
.menu p{
	clear:left;
}	
.titulo_bloco {
	height: 30px;
	margin-top: 7px;
	font-size: 11px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.imagem_index {
	margin-top: 5px;
}
.menu2{
	position: relative;
	padding: 0;
	width: 960px;
	top: 0;
	margin-right: 1px;
	margin-left: 1px;
	right: 0px;
}
.menu2>ul>li>a{
	text-transform: none;	
	border-radius: 4px;
	margin-right: 3px;
	margin-bottom: 2px;
	background-image: url(../imagens/img-sub_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 30px;
}
.menu2>ul>li>a:hover{
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	height: 30px;
}