﻿table.white	{
	border:1px solid #FF0000;
	font-family: Arial;
	font-size: 10pt;
	background-color:#FFFFFF;
	border: none;
}
table.Promociones	{
	font-family: Verdana;
	font-size: 8pt;
}
th.Precio	{
	background-color: #E4EEF1;
	border-bottom: 1px solid #FF0000;
	text-align: center;
	font-weight: bold;
}
th.Noches	{
	background-color: #E4EEF1;
	border-bottom: 1px solid #FF0000;
	text-align: center;
	font-weight: bold;
}
th.Destino	{
	background-color: #E4EEF1;
	border-bottom: 1px solid #FF0000;
	text-align: center;
	font-weight: bold;
}
th.HotelCat	{
	background-color: #E4EEF1;
	border-bottom: 1px solid #FF0000;
	text-align: center;
	font-weight: bold;
}
th.Origen	{
	background-color: #E4EEF1;
	border-bottom: 1px solid #FF0000;
	text-align: center;
	font-weight: bold;
}
th.Fechas	{
	background-color: #E4EEF1;
	border-bottom: 1px solid #FF0000;
	text-align: center;
	font-weight: bold;
}
th.Descripcion	{
	background-color: #E4EEF1;
	border-bottom: 1px solid #FF0000;
	text-align: center;
	font-weight: bold;
}
td.Precio	{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	color: #CC0000;
	font-weight:bold;
}
td.Noches	{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align:center;
}
td.Destino	{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}
td.HotelCat	{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: justify;
}
td.Origen	{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}
td.Fechas	{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
td.Descripcion	{
	border-bottom: 1px solid #CCCCCC;
	text-align: justify;
}
