/* <Flags> */
DIV.TourFlags
{
	width: 728px;
	margin: 0px auto 13px;
	_margin-left: 15px;
	min-height: 89px;
	background-color: #eeeeee;
}

	DIV.TourFlags .Left
	{
		float: left;
		display: inline;
		width: 29px;
		min-height: 89px;
		_height: 89px;
		background: transparent url(../images/home/fleft.gif) no-repeat center center;
	}
	
	DIV.TourFlags .LeftWhite
	{
		float: left;
		display: inline;
		width: 29px;
		min-height: 89px;
		_height: 89px;
		background: transparent url(../images/home/fleftoff.gif) no-repeat center center;
		cursor: default;
	}
	
	DIV.TourFlags .outer
	{
		float: left;
		display: inline;
		width: 670px;
		min-height: 89px;
		overflow: hidden;
		background-color: #fff;
		position: relative;
	}
	
	DIV.TourFlags .inner
	{
		position: relative;
	}
	
	
	DIV.TourFlags .inner li
	{
		float: left;
		display: inline;
		width: 134px;
		text-align: center;
	}
	
		DIV.TourFlags .inner li.Border
		{
			border-left: 6px solid #e0e0e0;
			width: 128px;
			_width: 134px;
		}
		
		DIV.TourFlags .inner li.NoBorderLeft
		{
			border-left: 0px;
			width: 134px;
		}
			
		DIV.TourFlags .inner li a
		{
			color: #fd572a;
			text-transform: uppercase;
			font-family: Arial, serif;
			font-size: 10px;
			height: 89px;
			font-weight: bold;
			background: transparent url(../images/home/auric.gif) no-repeat center top;
		}
		
		DIV.TourFlags .inner li img
		{
			margin-top: 32px;
			margin-bottom: 5px;
		}
	
	DIV.TourFlags .Right
	{
		float: right;
		display: inline;
		width: 29px;
		min-height: 89px;
		_height: 89px;
		background: transparent url(../images/home/fright.gif) no-repeat center center;
	}
	
	DIV.TourFlags .RightWhite
	{
		float: right;
		display: inline;
		width: 29px;
		min-height: 89px;
		_height: 89px;
		background: transparent url(../images/home/frightoff.gif) no-repeat center center;
		cursor: default;
	}
	
	DIV.TourFlags .White
	{
		background: #fff;
		cursor: default;
	}

/* </Flags> */


/* <Selector> */

DIV#Contents DIV#Selector
{
	float: left;
	display: inline;
	width: 728px;
	height: 31px;
	background-color: #f0f0f0;
	color: #999999;
	margin: 0px 0px 13px 16px;
}

	DIV#Contents DIV#Selector SELECT.City 
	{
		float: left;
		width: 248px;
		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: 248px;
		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/home/bt_go.png) no-repeat left top;
		width: 23px;
		height: 23px;
		margin: 5px 5px 0px 0px;
	}

/* </Selector> */

/* <Tour> */
DIV#Contents DIV#Tour
{	
	float: left;
	display: inline;
	height: 265px;
	background: #ffffff url(../images/home/shw_destacado.gif) no-repeat left top;
	color: #999999;
	padding-left: 10px;
	margin: 13px 0px 13px 6px;
}

	DIV#Contents DIV#Tour DIV.Image
	{
		margin: 6px;
	}

		DIV#Tour DIV.Image H4
		{
			display: none;
		}

	DIV#Contents DIV#Tour DIV.Note
	{
		color: #e7ecee;
		background-color: #999fa2;
		margin: 0px 6px 6px 6px;
		height: 42px;
		width: 488px;
	}

	DIV#Contents DIV#Tour DIV.Note P.Text
	{
		float: left;
		display: block;
		padding: 8px 10px 8px 15px;
		width: 421px;
	}

	DIV#Contents DIV#Tour DIV.Note A.Go
	{
		display: block;
		float: right;
		width: 42px;
		height: 42px;
		background: url(../images/home/bt_destgo.gif) no-repeat left top;
	}

/* </Tour> */

/* <WhatIs> */
DIV#WhatIs
{
	float: left;
	height: 265px;
	background: #ffffff url(../images/home/shw_queesl.gif) no-repeat left top;
	color: #999999;
	padding-left: 8px;
	margin: 13px 0px 13px 0px;
}

	DIV#WhatIs H4.WhatIsMPTours
	{
		float: left; 
		height: 28px;
		width: 220px;
		display: inline;
	}

	DIV#WhatIs DIV.Text
	{
		font-weight: normal;
		text-align: justify;
		line-height: 13px;
		background-color: #d5dfe6;
		color: #1c5873;

		float: left;
		display: inline;
		width: 198px;
		height: 207px;
		margin: 4px 0px 6px 6px;
		padding: 10px 5px 10px 5px;

		_width: 207px;
		_height: 227px;
	}

		DIV#WhatIs DIV.Text P
		{
			display: block;
			/* margin: 10px 5px 10px 5px; */
		}
		
		DIV#WhatIs DIV.Text P A
		{
			color: #FF4E2E;
		}

			DIV#WhatIs SPAN.TitMP
			{
				background-color: #d5dfe6;
				color: #e13919;
				font-weight: bold;
			}

			DIV#WhatIs SPAN.TitTours
			{
				background-color: #d5dfe6;
				color: #1c5873;
				font-weight: bold;
			}

/* </WhatIs> */

/* <Tours> */
DIV.Tours
{
	float: left;
	display: inline;
	height: 239px;
	margin: 0px 0px 15px 6px;
	padding-left: 10px;
	background: transparent url(../images/home/shw_frst.gif) no-repeat left top;
}

	DIV.Tours DIV.Tour
	{
		float: left;
		height: 239px;
		padding: 0px 8px 0px 0px;
		background: #ffffff url(../images/home/shw_midt.gif) no-repeat right top;
		color: #999999;
	}

		DIV.Tours DIV.Middle
		{
			padding: 0px 8px 0px 0px;
			background: #ffffff url(../images/home/shw_midt.gif) no-repeat right top;
			color: #999999;
		}

		DIV.Tours DIV.Last
		{
			padding: 0px 9px 0px 0px;
			background: #ffffff url(../images/home/shw_lastt.gif) no-repeat right top;
			color: #999999;
		}

	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;
		height: 86px;
		width: 149px;
		background-color: #c7d2d8;
		color: #6e8b98;
		line-height: 14px;
		margin: 0px 6px 0px 6px;
		display: inline;
	}

		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 0px 6px;
		}

DIV.Images DIV.Tour DIV.Image
{
	width: 233px;
	height: 227px;
}
/* </Tours> */

/* <Destacados> */
DIV.Destacados
{
	float: left;
	display: inline;
	width: 220px;
	height: 239px;
	color: #999999;
	background-color: #f7f7f7;
	line-height: 14px;
	margin-bottom: 15px;
}

	DIV.Destacados DIV.DestacadosNotas
	{
		float: left;
		display: inline;
		width: 205px;
		height: 185px;
		overflow: hidden;
	}

	DIV.Destacados H3.Title {
		margin-bottom: 13px;
	}

		DIV.Destacados H3.Title SPAN
		{
			display: none;
		}

	DIV.Destacados H4 {
		margin: 0px 10px 0px 10px;
		color: #00577f;
		background-color: #f7f7f7;
		font-size: 11px;
		font-weight: bold;
	}

	DIV.Destacados H5 {
		margin: 0px 10px 0px 10px;
		color: #00577f;
		background-color: #f7f7f7;
		font-size: 9px;
		font-weight: normal;
	}

	DIV.Destacados P.Texto,
	DIV.Destacados P.Link {
		margin: 0px 10px 10px 10px;
		color: #999999;
		background-color: #f7f7f7;
		font-size: 10px;
		font-weight: normal;
		text-align: justify;
	}

		DIV.Destacados P A {
			color: #ff4e2e;
			background-color: #f7f7f7;
			text-decoration: underline;
		}

/* </Destacado> */

DIV.Scroller
{
	float: left;
	display: inline;
	height: 185px;
}

	DIV.Scroller .Up
	{
		background-image: url(../images/home/bt_up.gif);
		width: 9px;
		height: 9px;
		cursor: pointer;
	}

	DIV.Scroller .Down
	{
		background-image: url(../images/home/bt_down.gif);
		width: 9px;
		height: 9px;
		cursor: pointer;
	}

	DIV.Scroller .Outerbar
	{
		display: block;
		background-image: url(../images/home/bg_scroll.gif);
		width: 9px;
		height: 170px;
		text-align: center;
		position: relative;
		top: 0px;
		left: 0px;
		font-size: 1px;
		line-height: 1px;
	}

	DIV.Scroller .Outerbar .InnerBar
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 9px;
		height: 1px;
		margin: 0px auto;
		cursor: pointer;
		text-align: center;
	}

		DIV.Scroller .Outerbar .InnerBar DIV
		{
			width: 5px;
			height: 100%;
			background-color: #ff4e2e;
			margin: 0px auto;
		}