body
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/backgroundTile.gif);
	background-repeat: repeat;
	font-family: Arial;
	font-size: 13px;
	color: #000033;
	text-align: center;
}

#container
{
	width: 800px;
	text-align: left;
	border: 1px solid #747474;
}

#header
{
	background-image: url(../images/header.jpg);
	height: 176px;
	text-align: right;
	padding: 3px 3px 0px 0px;
}

.Flags
{
	padding-top: 100px;
}

#headerNavidad
{
	background-image: url(../images/headerNavidad.jpg);
	height: 176px;
	text-align: right;
	padding: 3px 3px 0px 0px;
}

.navBar
{
	/**background-color: #354E8C;**/
	background-image: url(../images/navBar.gif);
	height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
	text-align: center;
}

.navBar a
{
	color: #FFFFFF;
	text-decoration: none;
}

.navBar a:hover
{
	color: #000000;
}

#headerBottom
{
	border-bottom: 2px solid #364E8F;
	height: 17px;
	background-color: #EAF5FF;
	padding: 5px 0px 5px 20px;
}

h1
{
	font-size: 13px;
	border-bottom: 1px solid #1E335A;
}

h2 
{
	color: #FFFFFF;
	background-color: #5774BF;
	height: 19px;
	padding: 1px 13px 0px 13px;
	font-size: 13px;
	font-weight: bold;
	float: none;
	margin: 0px 0px 0px 0px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

h4
{
	font-size: 10px;
}

.content
{
	background-color: #EAF5FF;
	padding: 10px 10px 10px 10px;
}

.content a
{
	color: #0606FF;
}

#mapLarge
{
	text-align: center;
	width: 318px;
	margin-left: 230px;
	background-image: url(/images/map_edited.png);
	background-repeat: no-repeat;
}

#mapPortugal
{
	text-align: center;
	margin-left: 280px;
	width: 226px;
	background-image: url(/Images/map_portugal.jpg)
}

#mapSp
{
	padding: 10px 10px 10px 10px;
	text-align: center;
	margin-left: 200px;
	width: 321px;
}

#gmap
{
	width: 200px;
	margin-left: 170px;
	border: solid 1px #FFFFFF;
	padding: 10px 10px 10px 10px;
}

#mapBarcelona
{
	width: 387px;
	height: 356px;
	margin-left: 200px;
}

#map3
{
	text-align: center;
	margin-left: 245px;
	width: 283px;
}


.map2
{
	text-align: center;
	margin-left: 240px;
	padding-bottom: 80px;
	width: 295px;
}

#mapSeville
{
	padding-bottom: 50px;
	text-align: center;
	margin-left: 240px;
	width: 300px;
}

.clear
{
	clear: both;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0px;
}

#defaultMap
{
	background-image: url(/Images/map_default.png);
	float: right;
	margin: 0px 0px 0px 10px;
}

#defaultImage
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: right;
	text-align: center;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 10px;
}

#caption
{
	padding-top: 5px;
}

#linktext
{
	background-color: #DDEDFF;
	padding: 5px 0px 5px 10px;
	border: solid 1px #C1DFFF;
}

table
{
	font-size: 13px;
}

#footer
{
	background-color: #EAF5FF;
	text-align: center;
	padding: 25px 0px 25px 0px
}

#footer a
{
	color: #000033;
}

/** photogallery **/

#thumbnails
{
	text-align: center;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	overflow: auto;
	white-space: nowrap;
}

	#thumbnails img
	{
		width: 120px;
		height: 95px;
	}
	
	#mainPic
	{
		width: 480px;
		margin-bottom: 17px;
		margin-left: auto;
		margin-right: auto;
	}
	
/**Booking Form**/

	.form
	{
	/*	border: 1px solid #FFFFFF;*/
		padding: 0px 0px 5px 0px;
	}

	.form fieldset
	{
		border: solid 1px #0054B0;
		background-color: #DDEDFF;
	}

	.formSteps
	{
		float: left;
		width: 120px;
		margin-left: 10px;
	}

	.formSteps td
	{
		border: solid 1px #0054B0;
		height: 30px;
	}

	.activeStep
	{
		background-color: #C0D9F8;
		font-weight: bold;
	}

	.inactiveStep
	{
	}

	.completeStep
	{
		color: #999999;
	}

	.formFields
	{
		float: right;
		width: 560px;
		margin-right: 10px;
	}

	.highlightTable
	{
		background-color: White;
		font-weight: bold;
		padding: 3px;
	}