* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family : verdana, arial, helvetica, sans-serif;
 font-size : 12px;
 background: rgb(230,230,230);  
 color: #666;
} 

#container {
  width: 600px;
  margin: 0px auto;
  padding: 0px;
}

#topo {
  width: 100%;
  min-height: 100px;
  background: url(/imagens/fnd_top.jpg) repeat-x;
}

#menu {
  width: 100%;
  min-height: 25px;
  background: url(/imagens/fnd_menu.jpg) repeat-x;
}
#conteudo {
  width: 590px;
  background-color: #fff;
  text-align: left;
  padding: 5px;
}

#rodape {
  width: 100%;
  min-height: 25px;
  background: url(/imagens/fnd_rodape.jpg) repeat-x;
}

#rodape p {
  font-size: 0.8em;
  color: #000;
  clear: both;
  display: block;
}

#rodape p a, #rodape p a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#rodape p a:hover {
  color: rgb(255,251,0);
  font-weight: bold;
}

#topo h1 a span {
  display: none;
}

h2 {
  font-size: 1.2em;
  color: rgb(0,0,144);
  border-bottom: 1px dashed rgb(0,192,0);
  margin-bottom: 5px;
  clear: both;
}

h3 {
  font-size: 1.1em;
  color: #000;
  border-bottom: 1px dashed rgb(0,0,144);
  margin-bottom: 5px;
  clear: both;
}

.TabEventos {
  border: 0px;
  padding: 0px;
  width: 590px;
}

.TabEventos .Titulo {
  background-color: rgb(0,144,0);
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
}

.botaovejamais {
border: 2px;
border-style: outset;
background-color: rgb(0,0,96);
color: #fff;
font-weight: bold;
text-align: center;
margin: auto;
padding: 0px;
clear: both;
text-decoration: none;
}

.botaovejamais a {
text-decoration: none;
color: #fff;
}

.botaocompra {
border: 2px;
border-style: outset;
background-color: rgb(0,0,96);
color: #fff;
font-weight: bold;
text-align: center;
margin: auto;
padding: 0px;
clear: both;
text-decoration: none;
width: 150px;
}

.botaocompra a {
text-decoration: none;
color: #fff;
}

.listagem_hotel {
	float: left;
    width: 190px;
    height: 140px;
    padding: 1px;
    margin: 2px;
    background: #E1FFF0;
    color:#000;
    text-align: justify;
    font-family: verdana, arial, sans-serif;
}

.titulo_listagem_hotel {
    font-size: 1em;
    color: #FFF;
    font-weight: bold;
    background-color: #008000;
    margin: 0px;
}

.titulo_listagem_hotel a {
    color: #FFF;
    text-decoration: none;
}

.titulo_listagem_hotel a:hover {
    color: #E2E299;
    text-decoration: none;
}

.desc_listagem_hotel {
    font-size: 0.8em;
    color: #000;
    margin: 2px 0px;
}
.vejamais_hotel {
    text-align: right;
    margin: 0px;
}

.imagem_listagem_hotel a {
    text-decoration: none;
    margin: 0px;
    text-align: center;
}

.imagem_listagem_hotel img {
    margin: 2px;
    text-align: center;
    border: 0px;
}

.imagem_listagem_hotel {
    margin: 0px;
    text-align: center;
}

div.img
{
  margin: 2px;
  border: 1px solid #008000;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  height: 87px;
}
div.img a:hover img {border: 1px solid #008000;}

fieldset{
  padding: 15px;
  border: 1px solid #ccc;
  margin: auto;
  width: 80%;
}

legend{
  font-weight: bold;
  color: #c03;
  font-size: 11pt;
  letter-spacing: 1px;
}

input{
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 3px;
  color: #0E0659;
}


label{
  display: block;
  color: #000;
  border-bottom: 1px solid #f1f1f1;
  clear: both;
}

ul {
margin-left: 30px;
}

.botaopedido {
  margin: auto;
  padding: 3px;
  text-align: center;
}

textarea {
border: 1px solid #000;
}