﻿body {
}

h1
{
    font-size:19px;
    font-family:Verdana,Tahoma;
}
    
h2
{ 
    margin-top:-10px;
   font-family:Verdana;
   font-size:14px;
   font-style:oblique;
   border-bottom: solid 5px #aa0000;
}
    
h3
{ 
   	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
    border-bottom: solid 2px #aa0000;
}

a
{
    text-decoration: underline;
    color:#666;
}

.hrOculto
{
    display:none;
}

.tabelaPreco
{
    width:100%;
    font-family:Verdana, Tahoma;
    font-size:12px;
    margin-top:15px;
}

.tabelaPreco tr td
{
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
}

.linhaPrecoHeader, .linhaDescontoAereo
{
    background-color: #f0f0f0;
    text-align: center;
    color: Black;
    font-weight: bold;
}

.linhaDescontoAereo
{
     text-align:left;
}

/*Titulo do roteiro*/
.clsTituloRoteiro
{
     font-weight:bold;
}

/*SEPARADOR DE LINHAS DA TABELA DE PRECO*/
.separadorPreco 
{
  /*border-bottom: solid 4px red;*/
   border: solid 0px #aa0000;
    border-bottom-width: 4px;
}

/*HOTEL PRECO*/
.infoHotelPreco:hover
{
    text-decoration:underline;
}

/*CATEGORIA*/
.infoCategoriaHotelPreco
{
   text-align:left; 
    white-space: nowrap;
}

/*CIDADE*/
.infoCidadePreco
{
  text-align:center;
   white-space: nowrap;
}

/*PRECOS*/
.divInfoPrecoSGL
{
  text-align:center;
}

.divInfoPrecoDBL
{
  text-align:center;
}

.divInfoPrecoTPL
{
  text-align:center;
}

.divInfoPrecoSINGLE
{
  text-align:center;
}

.divInfoPrecoDUPLO
{
  text-align:center;
}

.divInfoPrecoTRIPLO
{
  text-align:center;
}

.clsTblPrecoContainer td
{
    text-align: center;
}

.clsTblPrecoContainer th
{
    text-align: center;
}




