body {
	margin:0px;
	padding:0px;
}

/* GENERAL STYLES */
body {
	font-family:"Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	color:#232323;
	background:#FFF url(../img/bg.gif) repeat-y top center;
}
legend {
	color:#232323
}
img {
	border:0px;	
}
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.fieldRoom {
	padding: 3px;
	width: 156px;
}
.adultsRoom {
	margin-right: 2px;
}
.divChilds {
	margin: 5px 0 0 26px;
}
.divChilds label {
	float:left;
	width: 60px;
}
.childRoom {
	margin: 0 0 2px 5px;
	float: left;
}
.text ul li {
	background-image:url(../img/bullets/standard.gif);
	background-repeat:no-repeat;
	background-position:10px 5px;
	padding-left:18px;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0px;
	padding:0px;
}
form {
	padding:0px;
	margin:0px;
}
input, select, .childRoom  {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
}

#page {
	margin:0 auto 0 auto;
	width:980px;
    background:#FFF;
	height: auto;
}
 
/* HEADER */
#header {
	width:980px;
	float:left;
	height:106px;
	
}
#header #logo {
	float:left;
	width:141px; height:106px;	
}
#header #logochain {
	float:left;
	padding-top:15px;
	padding-left:15px;
}
#header #languages {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	font-weight:normal;
  	
}
#header #languages span {
	float: left;
	display: block;
	margin:0px 0px 0px 5px;
	padding:4px 0px 0px;
}
#header #languages span.a {
	
	text-align:center;

}
#header #languages a {
	color:#847E5E;
	font-weight:normal;
	text-decoration:underline;
}
#header #languages a:hover {
	text-decoration:none;
	color:#333;
}
#header #languages a.active {
	color:#333;
	font-weight:bold;
	text-decoration:none;

}
#header #languages a.active:hover {
	text-decoration:none;
}

#header #contactinformation {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	text-align:right;
	right:10px;
	bottom:10px;
}
#header #contactinformation a {
	color:#847E5E;
	text-decoration:none;
}

 

/* MENU */
#menu {
    background-image: url(../img/pieces/background-menu.gif);
    background-position: 0 2px;
    background-repeat: no-repeat;
    float: left;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 42px;
    margin-bottom: 2px;
    margin-left: 204px;
    margin-top: 5px;
    padding-top: 0;
    position: absolute;
    top: 50px;
    width: 780px;
   /* z-index: 100000;*/
}
#menu ul {
	/* z-index: 100000;*/
	padding-left:0px;
}
#menu ul li {
	position: relative;
	/* z-index: 100000;*/
	float:left;
	display:inline;
	
}
#menu ul li a {
/* z-index: 100000;*/
    color:#232323;
	float:left;
	text-align:center;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
	padding-top:13px;
	padding-bottom:13px;
}
#menu ul li a:hover {
	/* z-index: 100000;*/
	color:#a9a278;
}
#menu ul li a b {
	font-weight:normal;
	/* z-index: 100000;*/
}
#menu ul li.active,
#menu ul li:hover {
	background-image:url(../img/pieces/background-menu-active-left.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	/* z-index: 100000;*/
}
#menu ul li.active a,
#menu ul li:hover a {
	background-image:url(../img/pieces/background-menu-active-right.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
	/* z-index: 100000;*/
}

#menu ul li.hover a {
	background-image:url(../img/pieces/background-menu-active-right.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
	/* z-index: 100000;*/
}

#menu ul.submenu {
	margin:0px;
	padding:0px;
	background-color:#e0e2e2;
	position:absolute;
	left:0px;
	top:36px;
	clear:both;
	float:none;
	z-index:100000;
	visibility:hidden;
	/*width:99%;*/
	width: 10em;
	min-width: 73px;
}
#menu ul.submenu li {
	padding:0px;
	text-align:left;
	display:block;
	border-bottom:1px solid #b2b6b7;
	border-top:1px solid #f9f7f8;
	clear:both;
	float:left;
	width:100%;
	font-size:11px;
	background-image:none;
	/* z-index: 100000;*/
}

#menu ul.submenu li.active {
	background-color:#f4f5f6;
	/* z-index: 100000;*/
}
#menu ul.submenu li.last {
	border-bottom:none;
	/* z-index: 100000;*/
}
#menu ul.submenu li a {
	/* z-index: 100000;*/
	color:#4e4d4d;
	text-align:left;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:none;
	width:97%;
}
#menu ul.submenu li b {
	/* z-index: 100000;*/
	padding:0px 5px;
	width:100%;
}
#menu ul.submenu li a:hover {
	/* z-index: 100000;*/
	color:#a9a278;
}

.highlight {
	color:#847E5E !important;
}

/* FOOTER */
#footer {
	width:980px;
	text-align:center;
	float:left;
	
	color:#abae9b;
	margin-top:35px;
	padding:5px 0 10px 0;
	font-size:11px;
	border-top:2px solid #847E5E;
}
#footer h5 {
	font-size:11px;
}
#footer a {
	color:#232323;
}


#footer .dir { float:right; width:230px; text-align:right; }
#footer .anunciopieimg { float:left; width:210px; text-align:left; }
#footer .anunciopie { float:left; width:230px; text-align:left; }
#footer .pie { border-bottom:2px solid #847E5E; padding:3px 0; margin:0 0 10px 0; padding:0 0 5px 0;}
#footer .pie li { display:inline; margin:0 10px; }
/* CONTENT - COLUMN */
#column {
	width:197px;
	padding-left:3px;
	float:left;
	margin-right:5px;
}
#column .banner {
	margin-top:5px;
}
#column .banner div {
	margin-top:5px;
}

#column #searchform {
	background: url(../img/backgrounds/be.gif) repeat-x scroll 0% 0%;
	border:1px solid #c7c7c5;
	padding:10px 15px;
}
#column #searchform h1 {
	color: #fff;
	/*color:#a9a278;*/
	font-family:"Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
	font-size:19px;
}
#column #searchform ul li {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
#column .newsletter {
	background-image:url(../img/icons/newsletter.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
	border: 1px solid #c7c8c3;
	margin-top: 17px;
	/* width:197px; */
	padding: 8px 8px 8px 30px;
}
#column .newsletter a {
	color: #847E5E;
	text-decoration: none;
}

#column .recommend {
	border: 1px solid #c7c8c3;
	margin-top: 17px;
	padding: 8px 8px 8px 30px;
}
#column .recommend a {
	color: #847E5E;
	text-decoration: none;
}

#column .sidemenu {
	border: 1px solid #c7c8c3;
	margin-top: 17px;
	/* width:197px; */
	padding: 8px 8px 8px 15px;
}

#column .sidemenu a {
	color:#232323;
}

/* CONTENT - SECTION */
#section {
	width:530px;
	float:left;
}
#section h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	margin-bottom:10px;
	margin-top:10px;
	color:#A9A278;
}
#section h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
	color:#a9a278;
}
#section .text {
	padding:0px 10px 0px 10px;
 }
#section .textdos {
	padding:0px 10px 0px 10px;
	width: 750px; height: auto; float: left;
}
#section .textres {
 	 width: 725px; padding-left: 60px; height:auto;
}
 
#section .text a {
	color:#847E5E;
}


/* Bread crumbs */
#breadcrumbs {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#232323;
	border-bottom:1px solid #cdb2b7;
	margin:5px 0px 15px 10px;
	padding-bottom:1px;
}
#breadcrumbs a {
	color:#777777;
	text-decoration:underline;
}

/* GALLERY */
#loadinggallery {
	position:absolute;
}
.categorytitle {
	background-image:url(../img/backgrounds/gallerycategory.gif);
	background-repeat:repeat-x;
	background-position:0px center;
	padding:2px 5px;
	margin-top:1px;
	margin-bottom:2px;
}
.categorytitle a {
	text-decoration:none;
	color:#232323;
}
.closephoto {
	text-align:right;
	margin-right:18px;
}
.closephoto a {
	color:#666666;
	text-decoration:none;
}

/* CALENDAR */
.calendarDivStyle {
	position: absolute;
 	margin: -25px 0 0 30px;
	background-color: white;
}


/* SEARCHBOX */
#form_buscador ul li {
	margin-bottom:1px;
}
#form_buscador h1 {
	margin-bottom:8px;
}
#form_buscador ul.extralinks li {
	margin-top: 5px;
	border-top: 1px solid #c7c8c3;
	text-align: right;
	padding-top: 8px;
}
#form_buscador ul.extralinks li a {
	color:#777777;
}
.buscarficha {
	background-image:url(../img/buttons/button1.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:77px;
	padding-top:4px;
	padding-bottom:6px;
	margin-left:75px;
	margin-top:10px;
	text-align:center;
}
.buscarficha a {
	color:#ffffff;
	text-decoration:none;
}


/* MAP */
#map {
	width:530px;
	height:240px;
	z-index:0;
}

/* LEGAL */
.legal {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	padding:20px;
}
.legal h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:10px;
	margin-top:10px;
	color:#730617;
}
.legal h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	color:#a19f9f;
}
.legal h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	color:#a19f9f;
}

/* FORMS */

.mes {
	width: 80px;
}

.form ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.form ul li {
	padding-left: 40px;
}
.form ul li label {
	width:140px;
	float:left;
}
.form ul li input, .form ul li textarea {
	width:250px;
}
.form ul li input.checkbox {
	width:auto;
}
.form .button {
	background-image:url(../img/buttons/button1.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:77px;
	padding-top:4px;
	padding-bottom:6px;
	
	margin-left:75px;
	margin-top:10px;
	text-align:center;
}
.form .button a {
	text-decoration: none;
	color: #ffffff;
}



.ofertas { clear:both;  background:url(../img/bg_sep.jpg) no-repeat top center; padding:15px 0 20px 0; border-bottom:1px dotted #A9A278;}
.ofertas h3 { color:#A9A278; font-size:14px; font-weight:bold; }
.ofertas h4 { font-size:9px; color:#333; font-weight:normal; padding:10px 0; } 
.ofertas img { float:left; width:150px; height:90px; padding:5px; background:#FFF;  border-right:1px solid #A9A278; border-bottom:1px solid #A9A278; }
.ofertas .reservar { text-align:right;  }
.ofertas a { color:#A9A278; text-decoration:underline; text-transform:uppercase; font-weight:bold; }


.ofertas .ofertasimg { width:170px; float:left; }
.ofertas .ofertastxt { width:340px; float:left; }
.limp { clear:both; }


/*------------------------------------------------------------------*/
/*----------------------Nuevos estilos -----------------------------*/
/*  anterior withd 740px    */
/*------------------------------------------------------------------*/
.rompe{clear:both; }
#page {
	padding-left: 10px; 
	padding-right:10px;
	margin:0 auto;
	width:980px;
    background:#FFF;
	height: auto;
}
#precio{
        background:url(../img/precio_en.gif) no-repeat; 
        width:143px;  
	    float:right;
		height: 56px; margin-right: 33px; margin-top: 18px;
}

#content {     
    background: none repeat scroll 0 0 #FFFFFF;
    height: auto;
     width: 980px;
	float:left;
 }
#section {
	width:770px;
	float:left;
	height:auto;
}
#section .text {
	padding:0px 15px 0px 15px;
	width: 550px;
	float:left;
}
#section .caja_anuncio_left{width:170px; height:230px; padding:10px;float:left; background:#ccb68f;}
#section .caja_anuncio_left h2{font:20px Tahoma,Arial,Helvetica,sans-serif; color:#FFF;margin:0px;}
#section .caja_anuncio_left hr{
	  width:160px; color:#CCC;margin-bottom: 2px;
	  padding-bottom: 1px; border-bottom-width: 1px; 
	  height: 1px; border-top-width: 0px; margin:0px;
	  border-left-width: 0px; border-right-width: 0px;
}

#section .caja_anuncio_left ul{margin-top:15px}
#section .caja_anuncio_left li {
    background: url(../img/button.gif) no-repeat scroll 0 0 transparent;
    border-bottom: 1px solid #D8C7AB;
    color: #443316;
    font: bold 12px Tahoma,Arial,Helvetica,sans-serif;
    height: 35px;
    margin-top: 15px;
    padding-left: 20px;
}
#section .caja_anuncio_left a{
color:#352609;
font:12px trebuchet MS;
}
#section .caja_anuncio_left a:hover{
color:#FFF
}
#section .caja_anuncio_left li.line{
padding-top: 8px; padding-bottom: 8px;	
padding-left:0px;color:#CCC 
}
#section .banner{width:770px; height:auto;float:left;}
 /*------------------------------------------------------------------*/
 div.pictures strong{float:left;clear:both;width:630px;font:16px Arial,Helvetica,sans-serif;margin:20px 0 5px 0}
 div.pictures a{float:left;margin-top:5px;margin-right:5px}
 div.pictures img{border:5px solid #dcdcdc}
 div.pictures img:hover{border:5px solid #A9A278}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/


