
.cab{
	width:1330px;
	height:100px;
	margin:0 auto;
	left:0;
	right:0;
	position:absolute;
	z-index:9998;
	padding-top:30px;
}

.menu a{
	font-family:"regular","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:1;
	color:#fff;	
	text-decoration:none;
	padding:7px 0;
	margin:0 19px;
}
.menu a:hover{
	color:#CCC;	
}
.menu a.local{
	color:#fff;
	border-bottom:1px dotted #fff;
}
.cab .logo{
	width:303px;
}
.cab .logo img{
	width:100%;
	height:auto;
}

/*________________________________________________________________________ Rodapé */


.rod_bg{
	background-color:#000;
	min-height:428px;
	background-color:#3b604f;
	background-image:url(../imagens/bg_rod.png);
	background-repeat:repeat-x;	
	padding-top:60px;
}
.rod{
	width:860px;
	margin:0 auto;
	color:#fff;
	text-align:center;
}
.rod .logo{
	width:238px;
	margin-top:86px;
	margin-bottom:54px;
}
.rod .logo img{
	width:100%;
	height:auto;
}
.rod .tel{
	font-family:'semibold',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	line-height:1;
	color:#d8dfdc;
	display:block;

}
.rod .tel a{
	color:#d8dfdc !important;
	text-decoration:none !important;
}
.rod .tel a:hover{
	color:#fff;		
}
.rod .end{
	font-size:12px;
	line-height:1.2;
	color:#d8dfdc;	
}
#copyright{
	font-size:9px;
	line-height:1.2;
	color:#9db0a7;
	margin-top:61px;
	padding-left:15px;
}

/*________________________________________________________________________ Menu mobile */


.menu_mobile{
	position:absolute; 
	display:none;
	right:0;
	z-index:999999;
}
.menu_mobile_bts{
	position:fixed;
	z-index:99999999999999;
	width:320px;
	right:0;
	top:0;
	bottom:0;
	background-color:#666;
    margin-right: -320px;
	padding:10px 20px;
}
.menu_mobile_abrir_wrap{
	position:absolute;
	width:100%;
}
a.menu_mobile_abrir{
	right:0;
	margin-top: 20px;
	margin-right: 20px;
	position:absolute;
	z-index:9999; 
	cursor:pointer;
}
.home a.menu_mobile_abrir {
    margin-top: 20px !important;
    margin-right: 20px !important;
}
.menu_mobile_bts a{
	font-size:20px;
	line-height:16px;
	color:#fff;
	border-bottom:1px dotted #333;
	text-decoration:none;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	cursor:pointer;
	display:block;
	padding:20px 0;
	text-align:left;
}
#menu_mobile_fechar{
	display:inline-block;
	float:right;
	margin-right:0;
	border-bottom:0;
	top:0;
	padding:0;
	cursor:pointer;
}
.menu_mobile_bts .bt_home{
	display:inline-block;	
	float:left;
	text-transform:uppercase;
	font-size:14px;
	border-bottom:0;
	padding:7px 15px;
	background-color:#333;
	color:#fff;
	margin-bottom:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}


/*________________________________________________________________________ Botão Voltar Topo */

.topo{
	height:0;
}
.bt_topo_fixed{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display:none;
	text-align:center;
	cursor:pointer;
	position:fixed;
	bottom:0;
	right:0;
	margin-right:15px;
	margin-bottom:15px;
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;		
	z-index:999999;
}
.bt_topo_fixed .bt_topo_square{
	width:50px;
	height:50px;
	overflow:hidden;
	background-image:url(../imagens/seta_bt.png);
	background-position:-5px -6px;
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;	
	background-repeat:no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#000;
	margin:0 auto;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
}
.bt_topo_fixed:hover .bt_topo_square{
	background-color:#eee;
	background-position:-5px -45px;
}
.bt_topo_fixed:hover span{
	color:#262626;
}
.bt_topo_fixed span{
	padding-top:10px;
	text-transform:uppercase;
	font-size:8px;
	line-height:8px;
	color:#999;
}