DIV#Main DIV.Container
{
	padding-bottom: 20px;	
	text-align: center;
}

DIV#Main DIV.Container * {
	text-align: left;
}

	DIV#Main DIV.Container P.Intro
	{
		float: left;
		display: inline;
		margin: 10px 38px 15px 60px;
	}

/* <Pais> */
DIV#Contents DIV.Pais
{
	float: left;
	display: inline;
	width: 697px;
	height: 34px;
	background-color: #f9f9f9;
	color: #00577f;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 9px 13px 9px;
}
	DIV#Contents DIV.Pais SPAN
	{
		display: block;
		padding: 10px 0px 0px 8px;
	}
/* </Pais> */

/* <Selector> */

DIV#Contents DIV.Selector
{
	float: left;
	display: inline;
	width: 697px;
	height: 31px;
	background-color: #f9f9f9;
	color: #999999;
	margin: 0px 9px 13px 9px;
}

	DIV#Contents DIV.Selector SELECT.City 
	{
		float: left;
		width: 233px;
		margin: 6px 6px 0px 0px;
		border: 1px solid #000000;
		font-size: 11px;
		line-height: 19px;
		height: 19px;
	}

	DIV#Contents DIV.Selector SELECT.Tour
	{
		float: left;
		width: 233px;
		margin: 6px 6px 0px 0px;
		border: 1px solid #000000;
		font-size: 11px;
		line-height: 19px;
		height: 19px;
	}

	DIV#Contents DIV.Selector A.Go
	{
		display: inline;
		float: right;
		background: url(../images/tracks/bt_go.png) no-repeat left top;
		width: 23px;
		height: 23px;
		margin: 5px 5px 0px 0px;
	}

/* </Selector> */

/* <Tours> */
DIV.Tours
{
	/*
	float: left;
	display: inline;
	margin: 0px 0px 28px 0px;
	*/
	display: inline-block;
	margin: 0px auto 28px auto;
	padding-left: 9px;
	background: transparent url(../images/tracks/shw_left.gif) no-repeat left top;
}

DIV.NoShadow
{
	background: none;
}

	DIV.Tours DIV.Tour
	{
		float: left;
		display: inline;
		background-color: #ffffff;
		margin-right: 8px;
	}

		DIV.Tours DIV.Middle
		{
			margin: 0;
			padding: 0px 18px 0px 0px;
			background: #ffffff url(../images/tracks/shw_mid.gif) no-repeat right top;
			color: #999999;
			margin-bottom: 15px;
		}

		DIV.Tours DIV.Last
		{
			margin: 0;
			padding: 0px 8px 0px 0px;
			background: #ffffff url(../images/tracks/shw_right.gif) no-repeat right top;
			color: #999999;
			margin-bottom: 15px;
		}

	DIV.Tours DIV.Tour DIV.Image
	{
		float: left;
		display:inline;
		width: 149px;
		height: 135px;
		margin: 6px 6px 6px 6px;
	}

	DIV.Tours DIV.Tour DIV.Text
	{
		float: left;
		width: 149px;
		background-color: #c7d2d8;
		color: #6e8b98;
		line-height: 14px;
		margin: 0px 6px 6px 6px;
		display: inline;
		height: 86px;
		overflow: hidden;
	}

		DIV.Tours DIV.Tour DIV.Text H4
		{
			color: #00577f;
			background-color: #c7d2d8;
			font-size: 11px;
			font-weight: bold;
			margin: 12px 6px 0px 6px;
		}

			DIV.Tours DIV.Tour DIV.Text H4 A
			{
				color: #00577f;
			}

		DIV.Tours DIV.Tour DIV.Text P
		{
			margin: 0px 6px 4px 6px;
			height: 56px;
		}

/* </Tours> */

/* <Small> */
	DIV.Tours DIV.Small DIV.Image
	{
		float: left;
		display:inline;
		width: 115px;
		height: 107px;
		margin: 9px 9px 9px 9px;
	}

	DIV.Tours DIV.Small DIV.Text
	{
		width: 115px;
	}

	DIV.Tours DIV.Small DIV.Text
	{
		margin: 0px 9px 9px 9px;
	}

	DIV.Tours DIV.Tour DIV.Text H5
	{
		color: #00577f;
		background-color: #c7d2d8;
		font-size: 9px;
		font-weight: bold;
		margin: 12px 6px 12px 6px;
	}

		DIV.Tours DIV.Tour DIV.Text H5 A
		{
			color: #00577f;
		}

/* </Small> */
