@charset "utf-8";


/* -------------------------------- */
/* RESET HTML TAGS					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* -------------------------------- */
/* PAGE ELEMENTS 					*/ 
/* -------------------------------- */
/* Top Section	  					*/

body {
	margin:0px;
	border:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
}

#wrapper {
	width:700px;
	background:#3D0404 url(../images/ui/bg-wrapper.png) bottom no-repeat;
	margin:0 auto;
	padding:0 0 20px 0;
}

h1 {
	font-size:25px;
	font-weight:bold;
	letter-spacing:0px;
	color:#FFFFFF;
	margin-bottom:-4px;
}

h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFA73;
	
}



	/* -------------------------------- */
	/* HEADER							*/
	
	#header {
		width:666px;
		margin:0px auto;
		background:#300303;
		height:145px;
		position:relative;
		z-index:999;
		background-image: url(../images/misc/barcelona.jpg);
	}
	
	#header .logo {
		position:absolute;
		top:60px;
		left:-10px;
	}
	
	#header h1 {
	position:relative;
	left:350px;
	top:20px;
	width: 300px;
	}
	
	#header h2 {
	position:relative;
	left:350px;
	top:25px;
	width: 300px;
	}
	
	#header .tabs {
		position:absolute;
		top:124px;
		right:5px;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		
	}
	
	#header .tabs li {
		display:block;
		background:url(../images/ui/bg-header-tabs.png) bottom right;
		float:left;
		margin:2px;
	}	
	
	#header .tabs li em {
		display:block;
		height:19px;
		float:left;
	}
	
	
	#header .tabs li a {
		display:block;
		float:left;
		background:url(../images/ui/bg-header-tabs.png) bottom left;
		padding-left:7px;
		margin-right:7px;
		line-height:19px;
		text-decoration:none;
		font-weight:bold;
		color:#FFFFFF;
		
	}
	
	#header .tabs li:hover a, #header .tabs li em a {
	background:url(../images/ui/bg-header-tabs.png) top left;
	color:#310303;
	}
	
	#header .tabs li:hover, #header .tabs li em{
	background:url(../images/ui/bg-header-tabs.png) top right;
	}
	
	/* -------------------------------- */
	/* CENTER							*/
	
	#center {
		background:#FFF;
		width:626px;
		margin:0 auto;
		padding:10px 20px;
		position:relative;
		color:#666666;
		overflow-x:hidden;
	}
	
	#center .tabs {
		clear:left;
		float:left;
		position:relative;
   		left:50%;
		text-align:center;
		margin-bottom:10px;



	}
	
	#center .tabs li {
		display:block;
		float:left;
		line-height:18px;
		height:19px;
		margin:2px;
		background:url(../images/ui/bg-center-tabs.png) top right no-repeat;
		position:relative;
        right:50%;

	}
	
	#center .tabs li em, #center .tabs li:hover {
		display:block;
		height:19px;
		background:url(../images/ui/bg-center-tabs.png) bottom right no-repeat;
	}
	
	#center .tabs li a {
		display:block;
		float:left;
		height:19px;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		padding-left:5px;
		color:#FFFFFF;
		margin-right:5px;
		background:url(../images/ui/bg-center-tabs.png) top left no-repeat;
		
	}
	
	#center .tabs li em a, #center .tabs li:hover a {
		background:url(../images/ui/bg-center-tabs.png) bottom left no-repeat;
	}
	
	#center .tabs li em {
		display:block;
		float:left;
	}
	
	
	#center h3 {
		clear:both;
		width:100%;
		font-size:22px;
		color:#5E0202;
		font-weight:bold;
		letter-spacing:-1px;
		margin-bottom:-4px;
		padding:0px;
	}
	
	#center h4 {
		color:#3D0404;
		font-size:15px;
		font-weight:bold;
		
	}
	
	#center h5 {
		color:#FFF;
		width:100%;
		background-color:#3D0404;
		font-size:12px;
		font-weight:bold;
		padding:5px;
	}
	
	#center h6 {
		color:#5E0202;
		font-size:12px;
		font-weight:bold;
	}
	
	#center p {
		line-height:140%;
		font-size:12px;
		margin:5px 5px 15px 5px;
	}
	
	
	#center .map {
		width:620px;
		height:302px;
		border:1px solid #666;
	}
	
	#center .mapHotel {
		font-size:14px;
		width:300px;
		height:140px;
		position:relative;
		top:-5px;		
	}
	

	
	#center .mapHotel .title {
		font-weight:bold;
		font-size:18px;
		letter-spacing:-1px;
		color:#660000;
		text-decoration:none;
		margin-bottom:5px;
		
	}
	
	#center .mapHotel .shot {
		height:83px;
		margin-right:10px;
		padding:3px;
		border:1px solid #666;
	}
	
	#center .col2 {
		width:95%;
		float:left;
		padding:0 1% 20px 1%;
	}
	
	
	#center .result {
		width:100%;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#center .result th {
		font-size:14px;
		background:#3D0404;
		color:#FFFFFF;
		font-weight:bold;
		padding:2px 6px;
	}
	
	#center .result th.star {
		width:40px;
	}
	
	#center .result th.action {
		width:50px;
	}
	
	#center .result th.from {
		width:45px;
	}
	
	#center .result tr {
		background:#EDE9E1;
		color:#333333;
	}
	
	#center .result tr.wax {
		background:#FDFDFC;
	} 
	
	#center .result td {
		padding:2px 6px;
	}
	
	#center .resultImage {
		float:left;
		border:1px solid #000;
	}
		
	#center .resultInfo {
		width:345px;
		height:220px;
		float:right;
	}
	
	#center .resultInfo h4 {
		color:#666666;
		font-size:12px;
		line-height:16px;
	}
	
	#center .resultInfo .buttonThick {
		text-decoration:none;
		display:block;
		margin:30px auto 6px auto;
		width:208px;
		line-height:36px;
		text-align:center;
		color:#FFFFFF;
		font-size:22px;
		background:url(../images/misc/button-yellow-big.png);
	}
	
	#center .resultInfo .buttonThin {
		text-decoration:none;
		display:block;
		margin:0px auto 30px auto;
		width:222px;
		line-height:21px;
		text-align:center;
		color:#FFFFFF;
		font-size:14px;
		background:url(../images/misc/button-thin-red.png);
	}
	
	#center .resultInfo .resultBar {
		font-weight:bold;
		font-size:11px;
		color:#666666;
		position:relative;
	}
	
	#center .resultInfo .price {
		font-size:34px;
		color:#5E0202;
		position:absolute;
		top:0px;
		right:0px;
	}
	
	#center .resultInfo .price small {
		font-size:18px;
		position:relative;
		top:-11px;
	}
	
	#center .resultInfo .price cite {
		font-size:10px;
		font-weight:normal;
		position:relative;
		left:-22px;
	}
	
	
	#center .domtabs {
		height:25px;
		background:#3D0404;
		width:100%;
		display:block;
		width:650px;
		position:relative;
		left:-20px;
		padding-left:20px;
		margin-bottom:10px;
	}
	
	#center .domtabs li {
		display:block;
		background:url(../images/ui/bg-header-tabs.png) bottom right;
		float:left;
		margin:6px 2px 0px 2px;
		font-size:11px;
	}	
	
	#center .domtabs li.active {
		display:block;
		height:19px;
	}
	
	
	#center .domtabs li a {
		display:block;
		float:left;
		background:url(../images/ui/bg-header-tabs.png) bottom left;
		padding-left:7px;
		margin-right:7px;
		line-height:19px;
		text-decoration:none;
		font-weight:bold;
		color:#FFFFFF;
		
	}
	
	#center .domtabs li:hover a, #center .domtabs li.active a {
	background:url(../images/ui/bg-header-tabs.png) top left;
	color:#310303;
	}
	
	#center .domtabs li:hover, #center .domtabs li.active{
	background:url(../images/ui/bg-header-tabs.png) top right;
	}
	
	#center .domtab {
		margin-bottom:20px;
		padding-bottom:20px;
	}
	
	#center .domtab h3 {
		font-size:22px;
		color:#666666;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-weight:normal;
	}
	
	#center .facil {
		margin:0;
		padding:0;
		list-styl:none;
		margin-bottom:20px;
		padding:20px 0px;
		font-size:12px;
	}
	
	#center .facil li {
		display:block;
		float:left;
		width:50%;	
	}
	
	#center .review label {
		display:block;
		font-weight:bold;
		font-size:12px;
	}
	
	#center .review textarea {
		width:100%;
		height:60px;
	}
	
	#center hr {
		display:none;
	}
	
	#center .col50 {
		width:50%;
		float:left;
	}
	
	#center .col30 {
		width:35%;
		float:left;
	}
	
	#center .rev {
		padding:5px 5PX;
		border-bottom:1px dotted #CCCCCC;
	}
	
	#center .searchForm2 {
		background:#FFFDCF;
		font-size:11px;
		padding:10px;
		height:90px;
		border:1px solid #FEF872;
	}
	
	#center .searchForm2 label {
		color:#333333;
		font-weight:bold;
	}
	
	#center .searchForm2 .text {
		width:410px;
		margin:5px 0px;
		height:23px;
		font-size:16px;
		font-weight:normal;
		border:1px solid #666;
		padding:3px;
	}
	
	#center .searchForm2 select {
		width:200px;
		height:25px;
		padding:3px;
		border:1px solid #666666;
	}
	
	#center .col3 {
		width:220px;
		float:left;
	}
	
	#center input.search2 {
		position:absolute;
		top:45px;
		right:50px;
	}

	
	/* -------------------------------- */
	/* FOOTER							*/
	
	#footer {
		background:#300303 url(../images/ui/bg-footer.png) bottom no-repeat;
		width:666px;
		margin:0 auto;
		text-align:center;
		font-size:12px;
		color:#FFFFFF;
		padding:10px 0;
	}
#footer a {
	color: #FFFFFF;
}

	
	#footer small {
		font-size:10px;
	}

	
	

