.borda_preta {
	border:#000 1px solid;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#048ABF; /*fundo borda*/
	text-align:left;
   }

.fl_left{
	float:left;
}

/*Titulo*/
.tit {
	padding-left:40px;
	padding-top:30px;
}

/*Titulo Guias Impressos*/
.tit_guias {
	font-family:"Verdana", Helvetica, sans-serif, arial;
	font-size:18px;
	color:#048ABF;
	font-weight:bold;
}

/*Div Espaçamento Subtitulo*/
.div_sub {
	padding-left:20px;
	
}
/*Subtitulo Free Shop */
.subtit {
	font-family:"Verdana", Helvetica, sans-serif, arial;
	font-size:14px;
	color:#048ABF;
	font-weight:bold;
}

.txt_azul{
	font-family:'Verdana', Geneva, sans-serif;
	font-size:11px;
	color:#048ABF;
	font-weight:bold;
	padding-left:10px;
}
.txt_laran{
	font-family:'Verdana', Geneva, sans-serif;
	font-size:10px;
	color:#E97917;
	font-weight:bold;
	padding-left:10px;
}

/*Imagem mais info*/
.img_info{
  width:756px;
  height:17px;
  background-image:url(../imagens/maisinfo_tit.gif);
  background-repeat:no-repeat;
}

/*Imagens mais info-formatos*/
.img_forma{
	width:325px;
  	height:132px;
  	background-image:url(../imagens/brindes_fundo_formato.gif);
  	background-repeat:no-repeat;
}

.img_forma_eve{
	width:323px;
  	height:152px;
  	background-image:url(../imagens/eve_fundo_formatos.gif);
  	background-repeat:no-repeat;
}

.img_forma_pdv{
	width:226px;
  	height:132px;
  	background-image:url(../imagens/pdv_fundo_formato.gif);
  	background-repeat:no-repeat;
}










/*Botoes*/
.mais_info {
	/*position: absolute;*/
	width:132px;
	height:26px;
	padding-top:6px;
	background-image:url(../imagens/bot_mais_info.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	float:left;
	
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.txtazul {
	color: #048ABF; 
	font-family:'Verdana', Geneva, sans-serif;
	font-weight:bold;
}



.anunciar {
	/*position: absolute;*/
	width:122px;
	height:26px;
	padding-top:6px;
	background-image:url(../imagens/bot_anunciar.gif);
	background-repeat:no-repeat;
	/*padding-left:20px;*/
	float:left;
	text-align:center;
	
}
/*Fim Botoes*/



/*estilos aba guias impressos*/
	#main_guias {
		border-top: 1px solid #048ABF;/*Borda Topo*/
		/*border-bottom: 1px dotted #048ABF;*/ /*Borda rodape*/
		border:#048ABF 1px solid;/*Borda do conteudo*/
		clear: both;
		/*background: #FFF3B3;*/
		padding-top: 2em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		float:left;
	}
	
	#contents {
		/*padding: 1.5em;*/
		/*background: #FFFDF3;*/
		/*min-height: 300px;*/
	}
	
	#header_guias {
		position: relative;
		width: 100%;
		width: 80em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	}
	
	#header_guias ul#primary_guias {
		margin-top: 1px;
		padding: 0;
		position: absolute;
		bottom: -1px;
		width: 80em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
		cursor:pointer;
	}
	
	#header_guias ul#primary_guias li  {
		display: inline;
		list-style: none;
	}
	
	#header_guias ul#primary_guias a,#header_guias ul#primary_guias span,#header_guias ul#primary_guias a.current {
		width: 15em;/*tamanho da aba*/
		display: block;
		float: left;
		padding: 8px 0px;
		margin: 1px 1px 0 0;
		text-align: center;
		font-family: "Verdana", Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		color: #048ABF;
	}
	
	#header_guias ul#primary_guias span,#header_guias ul#primary_guias a.current,#header_guias ul#primary_guias a.current:hover {/*Estilos das Abas */
		border: 1px solid #048ABF;
		border-bottom: none;
		background: #FFFFFF;
		/*padding-bottom: 6px;*/
		color:#048ABF;
		/*margin-top: 0;*/
		font-weight:bold;
	}
	
	#header_guias ul#primary_guias a {
		background: #FFFFFF;
		/*border: 1px solid #AAA;*/
		/*border-bottom: none;*/
	}
	
	#header_guias ul#primary_guias span,#header_guias ul#primary_guias a:hover,#header_guias ul#primary_guias a:hover {
		text-decoration:underline;
	}
	
/*fim estilos aba guias impressos */	


