/* TAG's Default v2.9 */

/*
    Style Index
	-----------------------------------
	0. Reset
	1. Generic
    2. Layout
    3. Logo, Header and Main Navigation
    4. Content
    5. Footer
*/

/* 0. Reset /////////////////////////////////////////////////////////////////////////////////// */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
							{ padding: 0px; margin: 0px; border: 0;}
table						{ border-collapse: collapse; border-spacing: 0; }
a img,:link img,:visited img{ border: none; }
:focus						{ outline: none; }

/* 1. Generic /////////////////////////////////////////////////////////////////////////////////// */
body						{ font: normal 12px Arial, Helvetica, sans-serif; color: #000; margin: 0px; background-color: #FFF; background-repeat:repeat-x; background-position:left top; }
input, textarea, select		{ border: solid 1px #CCC; background-color: #FFF; padding: 2px; }
select						{ padding: 1px; }
a							{ color: #333; text-decoration: none; }
a:hover						{ color: #666; text-decoration: underline; }
legend, .hidden, hr, button span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display:none; }
ol, ul						{ list-style: none; }


/* Varios */
#bodyOff					{ position: absolute; top: 0px; left: 0px; background-color: #FFF; z-index: 90; display: none; width: 100%; height: 100%;  border: 0; } /*opacity: 0.80; filter: alpha(opacity=80);*/
.clear						{ clear: both; font-size: 1px; height: 1px; display:block; overflow: hidden; }
.radios						{ background: none;	border: 0; padding: 0; width: auto !important;}
.required					{ font: bold 12px Verdana, Arial, Helvetica, sans-serif; }
.input_error				{ border: solid 2px #C00; }
.bold						{ font-weight: bold !important; }


/* 2. Layout /////////////////////////////////////////////////////////////////////////////////// */
#hotel_ficha {
	width: 600px;
	margin: 0 auto;
}
#content {
	width: 590px;
	margin: 0 auto;
	background-color: #FFE4B2;
	padding: 0 5px;
}
#footer {
	background-color: #FFE4B2;
	color: #C86400;
	padding: 20px;
}
#logo{
	width: 100%;
	margin_bottom: 30px;
}
/* Hoteles */
#hotel {
	background-color: #FFF;
	height: 100%;
	padding: 30px;
	margin-top: 0;
}
#hotel h3{
	font: normal 20px Arial, Helvetica, sans-serif;
	margin: 30px 0 5px 0;
	clear: both;
	color: #C86400;
	display: block;
	border-bottom: 1px solid #C86400; 
}
#hotel h4{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFA600;
	margin: 15px 0 5px 0;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	clear: both;
}
#hotel p{
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 15px;
}
#hotel p img{
	margin: 0 0 20px 0;
	border-style: solid;
	border-width: 5px;
	border-color: #FFA600;
}
#hotel p img.img2{
	margin: 0 0 20px 20px;
	border-style: solid;
	border-width: 5px;
	border-color: #FFA600;
}
#hotel p.txt {
	font: normal 14px/150% Arial, Helvetica, sans-serif;
	margin: 15px 0 0 0;
}
#hotel p span {
	font-weight: bold;
}
#hotel p a {
}
#hotel p.links {
	text-align: right;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
#hotel p.links a {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 6px;
}
#hotel ul{
	padding-bottom: 15px;
}
#hotel ul.serveis{
	padding-bottom: 15px;
	margin-top: 20px;
	display: block;
}
#hotel ul li{
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	color: #666;
	background:url(../i/df_bullet2.gif) no-repeat left center;
	padding-left: 7px;
}
#hotel ul.serveis li{
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	color: #666;
	background:url(../i/df_bullet2.gif) no-repeat left center;
	padding-left: 7px;
	width: 200px;
	display: block;
	float: left;
	margin-right: 20px;
}
