#Conteudo
{
    padding-top: 40px;
}

#Texto
{
    width: 450px;
}

#InfomacoesHotel
{
    width: 400px;
    height: 300px;
    float: right;
}
#Conteudo a
{
    text-decoration: none;
    color: #000;
    text-decoration: underline;
}

.tituloTabela{
	text-align:center;
}

table  {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: white;
	border-collapse: collapse;
}
table th {
	border-width: 1px;
	padding: 8px;
	border-style: inset;
	border-color: white;
	-moz-border-radius: ;
}
table td {
	border-width: 1px;
	padding: 8px;
	border-style: inset;
	border-color: white;
	-moz-border-radius: ;