<style type="text/css">
body{}
div#alpha{
	background:url(http://www.canariotesche.com.br/imagens/bg-transparent-75-black.png) repeat center center;
	position:fixed;
	width:100%;
	height:100%;
	z-index: 99;
	display:none;
}
div.popmaps{
	position:fixed;
	width:800px;
	height:500px;
	left:50%;
	top:50%;
	margin:-250px 0 0 -400px;
	z-index:999;
	border:10px solid #fff;
	display:none;
	background:#fff;
}
a#close{
	position:absolute;
	z-index:999999;
	right: -11px;
	top: -40px;
}
div#global{overflow:hidden;}
p{font-weight:100;}
div#bg_left,
div#bg_right{
	position:fixed;
	top:0;
	height:100%;
	z-index: 9;
}
div#bg_left{
	background: #474b4d url(http://www.canariotesche.com.br/imagens/bg-left.jpg) no-repeat left center;
	left:0;
	width:136px;
}
div#bg_right{
	background: #474b4d url(http://www.canariotesche.com.br/imagens/bg-right.jpg) no-repeat right center;
	right:0;
	width:134px;
}
div#global{
	background: #474b4d url(http://www.canariotesche.com.br/imagens/bg-right.jpg) no-repeat right center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;	
	z-index:0;
	min-height: 100%;
}
div#conteudo_global{
	position: relative;
	width: 980px;
	padding-bottom: 28px;
	z-index: 999999;
	margin: 0 auto;
}

/*TOPO*/
div#topo{
	position: relative;
	width: 100%;
	height:110px;
}
a#logo{
	display: block;
	position: absolute;
	z-index: 9999999;
	top: -105px;
	left: -45px;
}
a#logo_topo{
	display: block;
	position: absolute;
	z-index: 9999999;
	top: 25px;
	left: -20px;
}
div#bg_logo_mosaico{
	position: absolute;
	width: 306px;
	height: 392px;
	background: #fff;
	left: 8px;
	z-index: 999999;
}
	/*MENU*/
	ul#menu{
		list-style: none;
		display: inline-block;
		position: absolute;
		height: 40px;
		right: 0;
		top:0;
	}
	ul#menu li{
		background: url(http://www.canariotesche.com.br/imagens/divisao-menu_1.png) no-repeat left top;
		float: left;	
	}
	ul#menu li:first-child{
		background:none;	
	}
	ul#menu li a{
		padding: 65px 15px 25px 16px;
		font-family: 'Roboto', sans-serif;
		display: block;
		color:#fff;
		text-decoration:none;
		font-size:16px;
		font-weight:100;
	}
	ul#menu li a:hover,
	ul#menu li a.mn_ativo{
		background: url(http://www.canariotesche.com.br/imagens/menu-hover_1.png) repeat-x center top;
	}
	ul#menu li a.n_active{
		background:none !important;
	}
	/*FIM MENU*/
/*FIM TOPO*/

/*CONTEUDO*/
div#conteudo{
	position: relative;
	width: 100%;
	min-height: 315px;
	display:inline-block;
	color:#4c4c4c;
}
/*FIM CONTEUDO*/

/*RODAPE*/
div#rodape_global{
	position: absolute;
	width:100%;
	min-width:980px;
	height: 28px;
	bottom: 0;
	left: 0;
	z-index: 999999;
}
div#rodape_conteudo{
	position: relative;
	width: 980px;
	height: 28px;
	margin: 0 auto;
}
div#copy_right{
	font-family: 'Roboto', sans-serif;
	position: absolute;
	width:100%;
	text-align:right;
	font-size:14px;
	color:#d4d4d4;
	font-weight:300;
}
/*FIM RODAPE*/