body{
  font-family:Georgia, "Times New Roman", Times, serif;
  color: #663300;
  background: url(fundo.jpg);
  margin: 0;
}
#tudo{
	position: relative;
	width: 778;
    top: 0px;
    left: 50%;
    margin-left: -389px;
}
fieldset{
	padding: 5px;
}
a{
	color: #663333;
}
a:hover{
	text-decoration:none;
}
/*############## cabecalho ##################*/
#cabec{
	width: 779px;

}
#menu{
	position: relative;
    background: url(pau.jpg);
    height: 27px
}
a.menu:link {
  text-decoration: none;
  color: #FFFFCC;
  font-weight: bold;
  font-size: 13px;
  }
a.menu:visited {
  text-decoration: none;
  color: #ffffcc;
  font-weight: bold;
  font-size: 13px;
  }
a.menu:hover {
  text-decoration: none;
  color: #AD5600;
  font-weight: bold;
  font-size: 13px;
  }
a.menu:active {
  text-decoration: none;
  color: #E10000;
  font-weight: bold;
  font-size: 13px;
  }
/* ################### CAPA ##################*/
#capa{
	padding-left: 20px;
	padding-right: 10px;
	overflow: hidden;
}
.campocapa{
	width: 47%;
    float: left;
    padding: 10px;
	height: 120px;
	overflow: hidden;
}
a.capa:link{
	text-decoration: none;
    color: #663300;
    }
a.capa:visited{
	text-decoration: none;
    color: #663300;
    }
a.capa:hover{
	text-decoration: underline;
    }

/* ##################### CORPO ##################*/

#corpo{
	width: 760px;
    margin-left:10px;
}
#conteudo{
	width: 570px;
    float: left;
}
a.linkcomum:link{
	color: #663300;
    font-weight: bold;
}
a.linkcomum:visited{
	color: #663300;
    font-weight: bold;
}
a.linkcomum:hover{
	text-decoration: none;
}
.texto{
	margin: 20px;
}
.texto p {
   font-weight: bold;
   font-size: 14px;
   text-indent: 30px;
   text-align: justify
  }
.texto legend {
	color: #800000;
    font-weight: bold;
}

.imgDir{
	float:right;
    padding: 10px 0px 0px 10px;
    text-align: right;
}
.imgDir span{
	font-style: italic;
    font-size: 12px;
}
.imgEsq{
	float:left;
    padding: 10px 10px 0px 0px;
    text-align: left;
}
.imgEsq span{
	font-style: italic;
    font-size: 12px;
}
#colImg{
	position: relative;
	width: 185px;
    float:right;
}
.imgCol{
	text-align: right;
    margin-bottom: 20px;
}
.imgCol span{
    font-size: 12px;
}
.cardapio{
	margin-bottom: 50px;
}
.cardapio dt {
    font-weight: bold;
    }
.cardapio ul{
	font-weight: bold;
	margin-top: 0px;
    list-style-type: circle;
}
.cardapio dd{
	font-family: verdana;
    font-size: 12px;
}


/*##########################*/
#mostradiv {
   position:absolute;
   visibility:hidden;
   background-color: #E5D989;
   width: 170px;
   font-size: 12px;
   text-align: left
  }

a.linkcorpo:link {
  text-decoration: none;
  color: #AD5600
  }
a.linkcorpo:visited {
  text-decoration: none;
  color: #AD5600
  }
a.linkcorpo:hover {
  text-decoration: none;
  color: #663300
  }

#imagemright {
 margin-right: 15px;
 margin-left: 5px;
 margin-top: 0px;
 margin-bottom: 0px;
}
#imagemleft {
 margin-right: 5px;
 margin-left: 15px;
 margin-top: 0px;
 margin-bottom: 0px;
}
#destaquecapa{
 	text-align:center;
    margin:10px;
    margin-bottom: 0;
    font-weight: bold;
    color: red;
    display: none;
}