@import "geral.css";

/* ===== Font color DIV's ===== */

#desc_localizacao a {
	color: #666666;
	text-decoration: none;
}

#desc_localizacao a:hover {
	color: #E08F36;
	text-decoration: none;
}

#box_botao a {
	color: #000000;
	text-decoration: none;
}

#box_botao a:hover {
	color: #CC3300;
	text-decoration: none;
}

#conteudo_almoco a {
	color: #006699;
	text-decoration: none;
}

#conteudo_almoco a:hover {
	color: #E08F36;
	text-decoration: none;
}

/* ===== DIV's ===== */

#conteudo {
	width: 725px;
	height: 100%;
	margin: 0px auto; /* Alinhar a esquerda (Retirar o 'auto' e o 'text-align' do body) */
	background: #FFFFFF;
	float: left;
}

#desc_almoco {
	width: 320px;
	height: 60px;
	background: url(../images/desc_almoco.gif) no-repeat;
	float: left;
}

#desc_localizacao {
	width: 400px;
	height: 60px;
	float: right;
}

	#desc_localiz_01 {
		width: 248px;
		height: 38px;
		background: url(../images/bg_localizacao.gif) no-repeat;
		padding: 22px 0px 0px 12px;
		float: left;
	}
	
	#desc_localiz_02 {
		width: 114px;
		height: 38px;
		text-align: right;
		background: url(../images/bg_back_home.gif) no-repeat;
		padding: 22px 26px 0px 0px;
		float: right;
	}

#conteudo_almoco {
	width: 700px;
	background: url(../images/bg_almoco.gif) no-repeat;
	margin: 0px auto; /* Alinhar a esquerda (Retirar o 'auto' e o 'text-align' do body) */
	clear: both;
}

#rodape {
	background: #FFFFFF;
}
	
/* ----- Box Categorias ----- */

#box_categorias {
	width: 210px;
	height: 50px;
	background: url(../images/bg_submenu_card.jpg) no-repeat;
	float: left;
	margin-top: 10px;
}

#box_categorias01 {
	width: 155px;
	height: 44px;
	padding: 6px 0px 0px 15px;
	float: left;
}

#box_categorias01 h1 {
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding-bottom: 3px; /* Quebra de linha */
}

#box_categorias02 {
	width: 36px;
	height: 27px;
	padding: 23px 0px 0px 4px;
	float: right;
}

/* ===== Classes ===== */

.desc_cardapio {
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}

.desc_cardapio_B {
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

.desc_localizacao {
	font: 10px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}

.desc_localizacao_B {
	font: 10px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}

.combo_cardapio {
	font: 10px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}

.txt_precoFinal {
	font: 12px "Verdana", Tahoma, Helvetica, sans-serif;
	color: #E40106;
	font-weight: bold;
}

.txt_tituloBlack {
	font: 11px "Verdana", Tahoma, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.txt_tituloPerguntas {
	font: 11px "Tahoma", Verdana, Helvetica, sans-serif;
	color: #006699;
	font-weight: normal;
}

.txt_conteudo {
	font: 11px "Tahoma", Verdana, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}

.txt_respostas {
	font: 10px "Tahoma", Verdana, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: normal;
}
