@charset "utf-8";
/* CSS Document */

.fundo_geral {
	background-image: url(imagens/fundo_basalto.jpg);
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}

/*.fundo_geral {
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-color: #000000;
}*/

.fundo_esquerda {
	background-image: url(imagens/fundo_esquerda.jpg);
	background-repeat: no-repeat;
}

.fundo_direita {
	background-image: url(imagens/fundo_direita.gif);
	background-repeat: no-repeat;
}

.fundoConteudo {
	background-image: url(imagens/fundo_conteudo.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: none;
}

.textocardapioTitulo {
	font-family: "Bradley Hand ITC";
	font-size: 34px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.textocardapio {
	font-family: "Bradley Hand ITC";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.textocardapioMenor {
	font-family: "Bradley Hand ITC";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.textocardapioConteudo {
	font-family: "Technical";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.textocorpoP {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

.textocorpo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

.textocorpo
a:link{
	color: #666666;
	text-decoration: none;
}

.textocorpo
a:active{
	color: #666666;
	text-decoration: none;
}

.textocorpo
a:visited{
	color: #666666;
	text-decoration: none;
}

.textocorpo
a:hover{
	color: #000000;
	text-decoration: underline;
}

.titulo{
	font-family: "Trebuchet MS";
	font-size: 28px;
	color: #000000;
	font-style: normal;
}

.botao {
	width: 80px;
	cursor: hand;
	font-family:  "Trebuchet MS";
	font-size: 11px;
	color: #000000;
/*	border-bottom-color: 747475;
	border-bottom-width: 4px;
	border-right-color: 8a8989;
	border-right-width: 4px;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: 3px;*/
	height: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}

.cxtexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* ------------------------ Estilos de fios ------------------------*/
.fio_titulo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DA251D;
}

.fio_sup_inf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.fioClaro {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.linhaHoriz {
	background-image: url(img/linhas.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.linhaVert {
	background-image: url(imagens/linha.gif);
	background-repeat: repeat-y;
	background-position: center top;
}