html {
	width: 100%;
	height: 100%;
}

html * {
	margin:0;
	border:0;
	text-indent: 0;
	padding: 0;
	list-style-type: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #f8f8f8 url("images/vf_fondo_principal.png") repeat-y center top;
	color:#474747;
}

#layoutWrapper {
	background: url('images/vf_fondo_cabecera.jpg') no-repeat center top;
}

#contentWrapper {
	width: 1000px;
	margin: auto;
}

h2 {
	color:			#414141;
	font-weight: 	normal;
}

#atinfo {
	position: 		absolute;
	right: 			30px;
	bottom:			70px;
	width: 			400px;
	text-align: 	right;
	font-weight: 	bold;
}

#atinfo a {
	color:				#474747;
	margin-top: 		10px;
}

#atinfo a:hover {
	text-decoration: 	underline;
	color:				#474747;
}

#atinfo .label {
	font-size: 		1.3em;
}


#atinfo .tlf {
	display: 		block;
	color:			#E47023;
	font-size: 		2em;
}

#mainContent {
	padding: 0 11px 0 11px;
	padding-top: 210px;
	/*background: #f8f8f8 url("images/mainContentUpper.png") no-repeat center top;*/
	position: relative;
	height: auto !important;
	height: 1px;
	/*border-top: 1px solid #a1bde4;*/
}

a {
	color:#666666;
	text-decoration: none;
}

a:hover {
	color:#E56E1C;
}

#logo span {
	display:none;
}

#logo {
	display:block;
	height:92px;
	
	position:absolute;
	top:-151px;
	left:24px;
	width:440px;
	
	
	/*background: url("images/logo_valenciaflats.com.gif") no-repeat center top;*/
	
}
/* Hay algun borde que intefiere en explorer */
h1>#logo{
	left:19px;
	}
 	
#logoPunchLine {
	position: absolute;
	top:-142px;
	color:#d0494c;
	font-size: 15px;
	left:370px;
	text-transform: uppercase;
	font-weight: normal;
}

#headerWrapper {
	z-index:10000;
	position:relative;
	float: none !important;
	float: left;
}

#mainNavigation {
	z-index:1000;
	display:block;
	width:1000px;
	height:33px;
	position: absolute;
	/*border-bottom:2px solid #F3F3F3;
	border-top:2px solid #F3F3F3;
	background-color:#FFFFFF;*/
	margin:0px -11px;
	top:-21px;
}

#mainNavigation li {
	display: block;
	height: 33px;
	float:left;
	text-align: center;
	cursor:pointer;
	width: 140px;
}

#mainNavigation li.selected {
	/*background: url("images/mainNavigationBG.png") no-repeat -14px top;*/
}

#mainNavigation li.selected a{
	/*color:white;*/
}

#mainNavigation li a {
	text-decoration: none;
	line-height: 33px;
	width: auto;
	height: 100%;
	display: block;
	color: #333333;
	font-weight: normal;
	font-size: 1em;
	outline: none;
	text-transform: uppercase;
	padding: 0 20px 0 20px;
}

#mainNavigation li a:hover {
	/*background: url("images/mainNavigationBG.png") no-repeat -14px bottom;
	color:white;*/
	color:#E47023;
}



#mainNavigation li a.selected,
#mainNavigation li a:hover.selected {
	/*background: url("images/mainNavigationBG.png") no-repeat -14px bottom;
	color:white;*/
	color:#E47023;
}

#mainNavigation li ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:none;
	/*position: absolute;
	left:0;
	top:33px;*/
}
#mainNavigation li div ul{
	display:block;
	-moz-border-radius-bottomleft:8px 8px;
	-moz-border-radius-bottomright:8px 8px;
	-webkit-border-bottom-left-radius:8px 8px;
	-webkit-border-bottom-right-radius:8px 8px;
	border-bottom-left-radius:8px 8px;
	border-bottom-right-radius:8px 8px;
	border-left:2px solid #DDEEFF;
	border-right:2px solid #DDEEFF;
	border-bottom:2px solid #DDEEFF;
	border-top:0px;
	background-color:#FFFFFF;
}

#mainNavigation li ul li {
	display:block;
	float:none;
	clear:both;
	margin:0;
	height: auto;
	width:136px;
}

#mainNavigation li ul li a {
	/**background:#FFFFFF;*/
	font-size:1em;
	color:#333333;
	line-height: 1.3em;
	padding: 7px 0px 7px 0px;
	margin:0px 10px;
	border-top:1px solid #999999;
}
#mainNavigation li ul li.primero a {
	border-top:0px;
	}
#mainNavigation li ul li a:hover {
	color:#E47023;	
	/*background: #FFFFFF;*/
	/*line-height: 1.3em;
	padding: 7px 10px 7px 10px;*/	
	/*border-bottom:1px solid #455b81;*/
}

#mainNavigation li#menuHome a:hover,
#mainNavigation li#menuHome a.selected,
#mainNavigation li#menuHome a:hover.selected {
	/*background-position:left top;*/
	line-height: 33px;
	padding: 0 20px 0 20px;
}

#mainNavigation li#menuQuienes{
	width:168px;
}

#header {
	width: 1001px;
	margin-top:-14px;
	float:left;
	height: 33px;
/*	background: url("images/header.gif") no-repeat left top;*/
	clear:both;
	position: relative;
	
}

#contactInfo {
	width: 715px;
	height: 33px;
	overflow: hidden;
	padding-left:10px;
	position: absolute;
	top:-55px;
}

#contactInfo * {
	display:inline;
	font-style: normal;
	line-height: 33px;
	text-decoration: none;	
}

#contactInfo .label {
	color:#7e7e7e;
	padding-left: 5px;
}

#contactInfo .contactItem {
	padding-right: 5px;
}

#contactInfo div{
	/*font-weight:bold;*/
	font-size: 1.2em;	
	color:#666666;
	padding-right: 5px;
}

#langMenu {
	position: relative;
	width: 270px;
	height: 17px;
	/*overflow: hidden;*/
	padding-left:620px;
	padding-top:9px;
	margin:0px auto;
	z-index: 1500;
}

#langMenu li {
	float:left;
	clear:none;
}

#langMenu li a {
	display:block;
	height: 17px;
	width: 29px;
	background: url("images/langSprite.gif") no-repeat top left;
	outline: none;
}

#langMenu li a span {
	display: none;
}

/*LANG INACTIVE*/

#langMenu li a.de {
	background-position: 0 -17px;
}

#langMenu li a.en {
	background-position: -29px -17px;
}	

#langMenu li a.es {
	background-position: -58px -17px;
}

#langMenu li a.fr {
	background-position: -87px -17px;
}

#langMenu li a.it {
	background-position: -116px -17px;
}

#langMenu li a.ja {
	background-position: -145px -17px;
}

#langMenu li a.nl {
	background-position: -174px -17px;
}

#langMenu li a.pt {
	background-position: -203px -17px;
}

#langMenu li a.zh {
	background-position: -232px -17px;
}

/*LANG HOVER*/

#langMenu li a:hover.de,
#langMenu li a.de_active {
	background-position: 0 0;
}

#langMenu li a:hover.en,
#langMenu li a.en_active {
	background-position: -29px 0;
}	

#langMenu li a:hover.es,
#langMenu li a.es_active {
	background-position: -58px 0;
}

#langMenu li a:hover.fr,
#langMenu li a.fr_active {
	background-position: -87px 0;
}

#langMenu li a:hover.it,
#langMenu li a.it_active {
	background-position: -116px 0;
}

#langMenu li a:hover.ja,
#langMenu li a.ja_active {
	background-position: -145px 0;
}

#langMenu li a:hover.nl,
#langMenu li a.nl_active {
	background-position: -174px 0;
}

#langMenu li a:hover.pt,
#langMenu li a.pt_active {
	background-position: -203px 0;
}

#langMenu li a:hover.zh,
#langMenu li a.zh_active {
	background-position: -232px 0;
}

.block {
	padding-top:				10px;
	padding-bottom: 		10px;
	border-top:					1px solid #e6e6e6;
	border-bottom:			1px solid #e6e6e6;
}

.topBlock {
	padding-top:				10px;
	border-top:					1px solid #e6e6e6;
	padding-bottom: 		10px;
}

ul#promotions {
	height: 						150px;
	list-style: 					none;
}

ul#promotions li {
	float: 			left;
	border:			1px solid black;
	list-style: 		none;
	margin-right: 4px;
}

ul#promotions li.lastChild {
	margin: 			0;
}

ul#promotions li img {
	display: 		block;
}

#bottomContent {
	position: 		relative;
	top:				0x;
	float: 			left;
	width: 100%;
	
}

.calendar {
	z-index: 			101;
}

.text h1, .text h2, .text h3,
.text h4, .text h5, .text h6 {
	margin-top: 1em;
	margin-bottom: .5em;
	color:#6381b6;
}

.text p {
	margin: 1em 1em 1em 1em;	
	line-height: 1.6em;
}

.text ul,.text ol {
	margin: 1em 0 1em 2em;
}

.text ul li, .text ol li {
	list-style-type: disc;
}

.text table {
	border:1px solid #999;
	margin: .5em 0 1em 0;
}

.text table caption {
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	margin-top: 1em;
}

.text table td {
	padding: 4px;
	border:1px solid #bbb;
	margin: 0;	
}

.text table th {
	padding-bottom: 5px;	
}

.text em, .text strong, .text b {
	font-weight: bold;
	font-style: normal;
}
	
#footer {
	clear:both;
	height: 260zpx;
	position: relative;
	overflow:hidden;
	width:100%;
	margin-bottom:32px;
}

#footer #linkContainer {
	width: 700px;
	/*background: #6381b6 url("images/footerTop.png") no-repeat top left;*/
	position: relative;
	height: 230px;
	border:4px solid #F3F3F3;
	-moz-border-radius:8px 8px;
	-webkit-border-radius:8px 8px;
	border-radius: 8px 8px;
}

#footer #sitemap {	
	background: white;
	width: 640px;
	height: 200px;
	position: absolute;
	top:17px;
	left:30px;
	padding: 0px; 
}

#footer #sitemap h4, #footer #sitemap div {
	
	color:#E47023;
	font-weight:normal;
	font-size:1.1em;
	line-height: 1.6em;
	width: 160px;
	text-transform:capitalize;
}

#footer #sitemap h4 a, #footer #sitemap div a{
	color:#E47023;
	}

#footer #sitemap ul.sitemap li {
	width: 160px;
	margin: 10px 30px 0 0;
	overflow:hidden;
}

#footer #sitemap ul.tercera li {
	width: 220px;
	margin: 10px 0px 0 0;
}


#footer #sitemap ul.sitemap  {
	float: 		left;
}

#footer #sitemap ul.sitemap li li {
	float: 		none;
}





#post_footer{
	background: #F8F8F8 url("images/vf_fondo_pie.png") no-repeat bottom center;
	width:100%;
	margin:0px;
	padding:0px;
	height:120px;
	position:relative;
	}
#post_footer #footerLinks a {
	display:block;
	float:left;
	margin-right: 20px;
}

#post_footer #footerLinks a span { display:none;}

#post_footer #footerLinks a#roomsdeluxe {
	width: 78px;
	height:40px;
	background: url("images/roomsdeluxeLogo.png") no-repeat left top;
}

#post_footer #footerLinks a#likeathome {
	width: 81px;
	height: 35px;
	background:  url("images/likeathomeLogo.png") no-repeat left 5px;
}

#post_footer #footerLinks a#valtur {
	width: 81px;
	height: 40px;
	background:  url("images/valturLogo.png") no-repeat left top;
}

#post_footer #footerLinks a#comunitatValenciana {
	width: 45px;
	height: 35px;
	background:  url("images/logoComunitatValenciana.png") no-repeat left top;
}

#post_footer #footerLinks a#tintoFino {
	width: 100px;
	height: 35px;
	background:  url("images/tintoFinoLogo.png") no-repeat left 6px;
}

#post_footer #footerLinks a#movingSlowly {
	width: 66px;
	height: 35px;
	background:  url("images/movingSlowlyLogo.png") no-repeat left 2px;
}

#post_footer #footerLinks {
	/*position: absolute;*/
	height: 40px;
	width: 940px;
	margin:0px auto;
	padding-top:0px;
	/*left:0;
	background: white;
	bottom:0;*/
}	

#newslettersSubscription {
	width: 256px;
	height: 230px;
	background: #FFFFFF url("images/newsletter_periodico.png") no-repeat scroll 10px 30px;
	border:4px solid #F3F3F3;
	-moz-border-radius:8px 8px;
	-webkit-border-radius:8px 8px;
	border-radius: 8px 8px;
	position: absolute;
	right:0;
	top:0;
}

#formNewslettersInfo {
	padding: 		30px 20px 20px 20px;
	text-align: 	right;
	color: 			#666666;
}
#formNewslettersInfo h4{
	text-transform:uppercase;
	}
#newslettersSubscription form {
	padding: 		10px 20px;
	position: 		relative;
}

#newslettersSubscription form label {
	color:#666666;
	font-weight: 	bold;
}

#newslettersSubscription form .contenedorbotonsubmit .submit {
	/*background: url("images/bookingSubmit.gif") no-repeat top left;*/
	width: 123px;
	height: 23px;
	/*display: block;*/
	cursor:pointer;
	text-align: center;
	color:white;
	line-height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border:0px;
	background-color:#E56E1C;
	-moz-border-radius:8px 8px;
	-webkit-border-radius:8px 8px;
	border-radius: 8px 8px;
}

#newslettersSubscription form .contenedorbotonsubmit {
	/*height: 51px;*/
	/*width: 318px;*/
	padding: 0;
	text-align:right;
	/*position: absolute;*/
	/*top:120px;*/
	/*left:20px;*/
}

#newslettersSubscription form  .contenedor {
	margin-bottom: 	5px;
}

#newslettersSubscription form  .contenedor label {
	width: 100%;
	display:block;
	font-size: .9em;
	padding-bottom: 3px;
}

#newslettersSubscription form  .contenedor label.campoError {
	color:			red;
}

#newslettersSubscription form  .contenedor input {
	height: 17px;
	padding-top: 3px;
	width: 100%;
	border:1px inset #666666;
}

#newslettersSubscription form .newslettersLoader {
	width: 		20px;
	height: 	20px;
	background: url("images/newslettersLoading.gif") no-repeat;
	position: 	absolute;
	top:		120px;
	left:		150px;	
}

#newslettersSubscription .confirm {
	display:	block;
	padding: 	20px;
}



#rotativeMessages {
	position: 	relative;
	width: 314px;
	height: 50px;
	overflow: 	hidden;
}

#rotativeMessages li {
	position: 	absolute;
	top:		0;
	left: 		0;
	width: 		314px;
}


