@charset "utf-8";
/* CSS Document */

* {
	font-family: Tahoma, Arial;
}

body{
    background:url(../imagens/bg.png);
    scrollbar-face-color: #aa3d0d;
	scrollbar-highlight-color: #e76a17;
	scrollbar-3dlight-color: #174243;
	scrollbar-darkshadow-color: #174243;
	scrollbar-shadow-color: #e76a17;
	scrollbar-arrow-color: #f3b85e;
	scrollbar-track-color: #f6e4b9;
	background-color: #FFFFFF;
}

.fundo_conteudo{
 background:url(../imagens/fundo_meio.png) repeat;
}

.fundo_receitas{
 background:url(../imagens/recetas.png);
}

.fundo_rodape{
  background:url(../imagens/rodape.png);
}

/************ endereco rodape*************/
.endereco{ 
 font-size:11px;
 font-weight:bold;
 color:#a93a40;
}

.copyright{ 
 font-size:10px;
 color:#a93a40;
}

/**********texto empresa *************/
.texto_index_empresa{  
  font-size:12px;
  color:#625f5a;
}

.texto_empresa{  
  font-size:12px;
  color:#625f5a;
  text-align:justify;
  font-weight:normal;
}


/************titulos geral*************/
.titulos{  
  font-size:14px;
  color:#860000;
  font-weight:bold;
}


/**********texto das receitas ********/
.texto_receitas{  
  font-size:12px;
  color:#625f5a;
  
}

/************* links do index***************/

.index_links:link{
  font-size: 11px;
  font-weight:bold;
  color:#860000;
  text-decoration:none;
}

.index_links:visited{
  font-size: 11px;
  font-weight:bold;
  color:#860000;
  text-decoration:none;
}
.index_links:hover{
  font-size: 11px;
  font-weight:bold;
  color:#860000;
  text-decoration:none;
}

.index_links:active{
  font-size: 11px;
  font-weight:bold;
  color:#860000;
  text-decoration:none;
}

/************botao enviar formulario *********/
.FormularioButton {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #860000;
	border: 0px;

}
/******** titulo formulario**********/
.titulo_formulario {
	background-color:#C94D23;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
}

/********** texto formulario pedidos *****/
.FormularioText {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #60707F;
	text-decoration: none;

}

.titulos_fotos_media{   
   font-size:14px;
   font-weight:bold;
}

.textos_fotos_media{  
  font-size:12px;
}

/**********LOCALIZAÇÃO *********/
.texto_localizacao{  
  font-size:12px;
  color:#625f5a;
}


/********texto dos produtos **************/
.texto_produtos{    
    font-size:12px;
    color:#625f5a;
	text-align:justify;
	
}

.bordas_produtos{
   border:1px;
   
}

/************* receitas***************/
.style2{
   font-size:14px;
   color:#625F5A;
   font-family:Arial, Helvetica, sans-serif;
}




.titulos_geral{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#625f5a;
  font-weight:normal;
}