@charset "utf-8";

body {
	font:"Franklin Gothic Medium";
	font-family:"Franklin Gothic Medium";
	background-color:#093;
	background-image:url(../imagens/index_bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	}

img{
	border: 0;
	margin: 0;
	}

@font-face {
	font-family:"Franklin Gothic Medium";
	src: url(font/GOTHIC.TTF);
	}
	
@font-face {
	font-family:"Franklin Gothic Medium";
	font-style:italic;
	font-weight: normal;
	src: url(font/GOTHICI.TTF);
	}

@font-face {
	font-family:"Franklin Gothic Medium";;
	font-style:italic;
	font-weight:bold;
	src: url(font/GOTHICBI.TTF);
	}

@font-face {
	font-family:"Franklin Gothic Medium";
	font-style: normal;
	font-weight:bold;
	src: url(font/GOTHICB.TTF);
	}
	
/* =========================================================================================================== */

.index_logo_1px {
	background-image:url(../imagens/index_logo_1px.png);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	width:auto;
	height: 156px;
	}

.index_menu_1px {
	background-image:url(../imagens/index_menu_1px.png);
	background-position:top;
	background-repeat:repeat-x;
	height: 156px;
	}
	
.index_logo_0px {
	background-image:url(../imagens/index_logo_0px.png);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	width:auto;
	height: 156px;
	}	
	
.index_cumprimento {
	font-size:11px;
	padding-right: 15px;
	}
	
.index_conteudo_1px {
	background-image:url(../imagens/index_conteudo_1px.png);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
	}
