html {
	background:url(../img/bg-servicios.jpg) #709fcb bottom center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#submenu .bt1 a,#submenu .bt2 a,#submenu .bt3 a,#submenu .bt4 a {
	text-indent:-9000px;
	height:13px;
	display:block;
	overflow:hidden;
	background:url(../img/menu-servicios-es.gif) no-repeat;
}
#submenu .bt1 a {
	width:103px;
	background-position:0px 0px;
}
#submenu .bt2 a {
	width:96px;
	background-position:-103px 0px;
}
#submenu .bt3 a {
	width:64px;
	background-position:-199px 0px;
}
#submenu .bt4 a {
	width:120px;
	background-position:-263px 0px;
}

#content .inicio {
	
}
#content .hospitality-desk .title h1 {
	background-image:url(../img/servicios/hospitality-desk.gif);
}
#content .hospitality-desk .texto {
	margin-left:0px;
	margin-right:0px;
	overflow:hidden;
}
#content .hospitality-desk #foto {
	background:url(../img/servicios/foto1.jpg) no-repeat top left;
	padding-left:240px;
}
#content .hospitality-desk table td {
	padding:3px;
	vertical-align:top;
	white-space:nowrap;
}
#content .hospitality-desk input {
	width:100px;
}
#content .hospitality-desk #yname,#content .hospitality-desk #yrequiere {
	width:270px;
}
#content .hospitality-desk #yevent {
	width:330px;
}
#content .hospitality-desk #ydatos {
	width:382px;
}
#content .hospitality-desk .btn,#content .hospitality-desk .last {
	text-align:right;
}
#content .hospitality-desk .btn {
	padding-right:30px;
}
#content .hospitality-desk .btn input {
	width:auto;
}
#content .mensaje {
	background:#756d4f;
	color:#fff;
	padding:10px 20px;
	margin-bottom:20px;
	}
	#content .mensaje p {
		color:#fff;
	}
#content .meteorologia .title h1 {
	background-image:url(../img/servicios/meteorologia-es.gif);
}

#content .noticias .title h1 {
	background-image:url(../img/servicios/noticias-es.gif);
}

#content .tablon-de-anuncios .title h1 {
	background-image:url(../img/servicios/tablon-de-anuncios-es.gif);
}


#content #noticias-menu {
	float:left;
	width:140px;
	height:520px;
	}
	#content #noticias-menu a {
		text-decoration:none;
	}
	#content #noticias-menu a.current {
		font-weight:bold;
	}

#content #noticias-text {
	float:left;
	width:514px;
	height:500px;
	overflow:auto;
}
#content #noticias-text-holder {
	margin:0 0 0 auto;
	width:490px;
}
#content #noticias-text-holder div {
	width:460px;
	}
	#content #noticias-text-holder div p {
		margin:7px 0px;
	}
#content #noticias-text-holder .foto {
	margin:10px 0px;
	width:490px;
	overflow:hidden;
}
#content #noticias-text-holder .news {
	margin-bottom:20px;
}
#content .news h3 {
	font-weight:bold;
	border-bottom:1px solid #756d4f;
	margin-bottom:6px;
}
#content #noticias-contacto {
	clear:both;
	border-top:1px solid #756d4f;
	margin-top:6px;
	padding-top:6px;
	text-align:right;
	}
	#content #noticias-contacto a {
		text-decoration:none;
	}

/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron>, MIT Style License. */

input.calendar,
select.calendar {
	width: 99px;
}

button.calendar {
	background: url("../img/calendar/calendar-icon.gif");
	border: 0;
	cursor: pointer;
	height: 20px;
	margin-right: 6px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url("../img/calendar/calendar.png");
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font-size:12px;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url("../img/calendar/calendar-prev.gif");
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url("../img/calendar/calendar-next.gif");
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font-size:12px;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url("../img/calendar/calendar-td.gif");
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url("../img/calendar/calendar-valid.gif");
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.inactive {
		background: url("../img/calendar/calendar-td.gif") 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url("../img/calendar/calendar-valid.gif") 0 100%;
		color: #FFF;
		cursor: pointer;
	}