/* Global */
    * { margin: 0; padding: 0; }
    
    html { height: 100%; }

    body { 
        cursor: default;
        background: #111;
        font: 12px Tahoma, Sans-Serif;
        color: #9b948d;
        }
		
	   
    ul {
         text-align:justify;
       }

    a {
        color: #AA7900;
        }
    
    a:hover {
        color: #fff;
        }

    /* Headings */
        h1 {
            cursor: pointer;
            width: 124px;
            height: 106px;
            background: url(../img/bg_h1.png);
            position: absolute;
            top: -39px;
            left: 50%;
            margin-left: -62px !important;
            z-index: 10;
            }
        
        h2 {
            height: 55px;
            width: 746px;
            background: url(../img/bg_h2.png);
            position: absolute;
            top: 158px;
            left: 13px;
            z-index: 10;
            }
        
        body#home h2 {
            top: 270px;
            }

        #col2 h3 {
            font-size: 1.125em;
            }

        h3 {
            height: 42px;
            padding-bottom: 13px;
            font: 20px/42px "Trebuchet MS", Sans-Serif;
            color: #d3d1cf;
            }
        
        h3 a {
            text-decoration: none;
            }
        
        h4 {
            color: #fff;
            margin: 0 0 .5em 0;
            font: 16px "Trebuchet MS", Sans-Serif;
            }
    /* // Headings */

    /* Image replacement */
        h1, h2, ul#branding li a, a.button, #content #subscribe button {
            margin: 0;
            padding: 0;
            display: block;
            overflow: hidden;
            text-indent: -1000px;
            }
    /* // Image replacement */

    /* Clearfix */
        #content:after, #col1:after, #col2:after, .thumbGallery:after, #content form fieldset ol li:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }

        #content, #col1, #col2, .thumbGallery, #content form fieldset ol li { display: inline-block; }
    /* // Clearfix */
/* // Global */

/* Page setup */
    #holder {
        display: block;
        padding-top: 50px;
        background: #4f3b25 url(../img/bg_holder.gif);
        padding-bottom: 2px;
        }
      
    #container {
        width: 772px;
        margin: 0 auto;
        background: url(../img/bg_container.gif);
        }

	/* Header */
		#header {
	height: 225px;
	background: url(../img/bg_header.gif);
	position: relative;
	background-color: #392B1B;
			}
		
		body#home #header {
			height: 337px;
			background: url(../img/bg_headerHome.gif);
			}

		/* Slideshow */
			#slideshow {
				display: block;
				width: 746px;
				height: 312px;
				}

			#slideshow img {
				display: none;
				position: absolute;
				top: 13px;
				left: 13px;
				}
		/* // Slideshow */

		/* Alternates */
			#altHeading {
				position: absolute;
				top: 13px;
				left: 13px;
				width: 746px;
				height: 200px;
				background-image: url(../img/altHeading1.jpg);
				background-position: 0 50%;
				}
			
			body#one #altHeading { background-image: url(../img/altHeading1.jpg); }
			body#two #altHeading { background-image: url(../img/slideshow2.jpg); }
			body#three #altHeading { background-image: url(../img/slideshow3.jpg); }
			body#four #altHeading { background-image: url(../img/slideshow4.jpg); }
			body#five #altHeading { background-image: url(../img/slideshow5.jpg); }
		/* // Alternates */

        /* Wings */
            .wing {
                position: absolute;
                width: 33px;
                height: 44px;
                position: absolute;
                top: 230px;
                }
            
            body#home .wing {
                top: 342px;
                }
            
            #header #left {
                left: -33px;
                background-image: url(/img/bg_wingLeft.gif);
                }

            #header #right {
                right: -33px;
                background-image: url(../img/bg_wingRight.gif);
                }
        /* // Wings */
	/* // Header */

	/* Content */
        #content {
            padding: 8px;
            }
        
        #content #col1,
        #content #col2 {
            background: url(../img/bg_content.gif) repeat-x;
            min-height: 325px;
            float: left;
            padding: 0 15px;
            }
        
        #content #col1 {
            margin-right: 8px;
            }
        
        body#home #content #col2 {
            background: none !important;
            padding: 0 !important;
            width: 246px !important;
            }
        
        .col2-30 #col1 { width: 216px; }
        .col2-30 #col2 { width: 470px; }

        .col2-50 #col1,
        .col2-50 #col2 { width: 343px; }

        .col2-70 #col1 { width: 470px; }
        .col2-70 #col2 { width: 216px; }

        .col1 #col1 { width: 724px; margin-right: 0; }
        .col1 #col2 { display: none; }

        #content p {
            padding-bottom: 1em;
            line-height: 1.3em;
            font-size: 110%;
	    text-align: justify;
            }
			

	
	
	
	
			
    /* Content */

    /* Footer */
        #footer {
            height: 128px;
            background: url(../img/bg_footer.gif) repeat-x;
            margin-top: -2px;
            }
        
        #footer div {
            width: 770px;
            height: 59px;
            margin: 0 auto;
            background: url(../img/bg_footerDiv.gif) no-repeat;
            color: #312a23;
            font: 11px Tahoma, Sans-Serif;
            }
        
        #footer div p {
            clear: left;
            padding-left: 17px;
            }

        /* Footer addr */
            #footer address {
                float: right;
                text-align: right;
                padding: 9px 9px 0 0;
                }

            #footer address * {
                font-style: normal;
                color: #48413b;
                }
            
            #footer address span,
            #footer address em.street-address {
                display: block;
                }
            
            #footer address span.org {
                display: none;
                }
        /* Footer addr */
    /* // Footer */
/* // Page setup */

/* Navigation & Lists */
    /* Primary nav */
        ul#nav {
            display: block;
            height: 44px;
            background: url(../img/bg_nav.gif);
            list-style: none;
            padding-left: 50px;
            }
        
        ul#nav li,
        ul#nav li a {
            display: block;
            float: left;
            height: 44px;
            }
        
        ul#nav li {
            position: relative;
            z-index:10;
            }
        
        ul#nav li a {
            font: 16px/44px "Trebuchet MS", Sans-Serif;
            text-transform: uppercase;
            text-decoration: none;
            color: #918d88;
            padding: 0 15px;
            }
        
        ul#nav li a:hover,
        ul#nav li:hover a,
        ul#nav li.over a,
        ul#nav li.current a:hover {
            color: #fff;
            background: url(../img/bg_navHover.gif);
            }
        
        ul#nav li.current a {
            background: url(../img/bg_navCurrent.gif);
            }
        
        ul#nav li ul {
            display: none;
            }

        ul#nav li:hover ul,
        ul#nav li.over ul {
            display: block;
            position: absolute;
            top: 43px;
            left: 0;
            width: 170px;
            background: #000;
            height: auto !important;
            padding: 1px 0;
            }
        
        ul#nav li:hover ul li,
        ul#nav li.over ul li {
            width: 190px;
            height: auto !important;
            float: none;
            padding: 0 5px;
            }
        
        ul#nav li:hover ul li a,
        ul#nav li.over ul li a {
            color: #918d88 !important;
            background: none !important;
            float: none;
            width: 160px;
            padding: 5px 0 !important;
            font: 14px "Trebuchet MS", Sans-Serif;
            text-transform: none;
            height: auto !important;
            text-indent: 10px;
            border-bottom: 1px solid #111;
            }
        
        ul#nav li ul li.first { border-top: 1px solid #4F3B25; }
        ul#nav li ul li.last a { border-bottom: none; }
        
        ul#nav li ul li a:hover {
            color: #fff !important;
            }
    /* // Primary nav */

    /* Secondary nav */
        ul.subnav {
            list-style: none;
            padding: 0 !important;
            border-top: 1px solid #564736;
            }
        
        ul.subnav li {
            display: block;
            border-bottom: 1px solid #564736;
            }
        
        ul.subnav li a {
            display: block;
            text-decoration: none;
            padding: 4px 4px 4px 15px;            
			background: url(../img/bg_bullet.gif) no-repeat 4px 9px;
            }            

        ul.subnav li.parent a {
            background-image: url(../img/bg_bulletPrev.gif);
            }
    /* // Secondary nav */

    /* Promotional Items */
        ul.promo {
            display: block;
            list-style: none;
            padding: 0 !important;
            }
        
        ul.promo li {
            display: block;
            width: 246px;
            height: 103px;
            float: left;
            margin-bottom: 8px;
            }
        
        ul.promo li a {
            float: left;
            display: block;
            width: 175px;
            height: 91px;
            padding: 6px 55px 0 10px;
            text-decoration: none;
            font-size: 95%;
            line-height: 12px;
            color: #cfb880;
            border: 3px solid #b8934d;
            }
        
        ul.promo li a strong {
            color: #fff;
            display: block;
            font: 16px "Trebuchet MS";
            text-transform: uppercase;
            padding-bottom: 4px;
            }
        
        ul.promo li a:hover {
            color: #fff;
            border: 3px solid #d1b480;
            }
        
        ul.promo li.res a { background-image: url(../img/reservas.gif); }
        ul.promo li.spa a { background-image: url(../img/bg_promoSpa.gif); }
        ul.promo li.stay a { background-image: url(../img/activi.gif); }
		ul.promo li.spring a { background-image: url(../img/entorno.gif); }
       /* ul.promo li.spring a { background-image: url(../img/entorno.gif); border: 3px solid #ff6600; color: #ffffff; width: 200px; padding-right: 30px; }
        ul.promo li.spring a:hover { border: 3px solid #cccccc; color: #fff; }*/
    /* // Promotional Items */

		
 /* Old Promos */
ul.promo li.val a { background-image: url(../img/bg_promoVal.gif); border: 3px solid #b45a6a; color: #FFCC33; width: 200px; padding-right: 30px; }
        ul.promo li.val a:hover { border: 3px solid #e38d9b; color: #fff; }
/* // Old Promos */



    /* Footer nav */
        #footer div ul {
            list-style: none;
            padding: 15px 0 15px 14px;
            }
        
        #footer div ul li {
            float: left;
            }
        
        #footer div ul li a {
            float: left;
            display: block;
            padding: 0 16px 0 4px;
            background: url(../img/bg_footerNav.gif) no-repeat 100% 4px;
            font: 11px Tahoma, sans-serif;;
            text-transform: uppercase;
            text-decoration: none;
            color: #6c6761;
            }
        
        #footer div ul li a:hover {
            color: #a5a19e;
            text-decoration: underline;
            }

        #footer div ul li.last a {
            background: none;
            }
    /* // Footer nav */

    /* Branding nav */
 /*       ul#branding {
            list-style: none;
            width: 770px;
            margin: 0 auto;
            padding-top: 12px;
            }
        
        ul#branding li {
            float: right;
            height: 22px;
            margin-left: 12px;
            }
        
        ul#branding li a {
            height: 22px;
            opacity: .5;
            }
        
        ul#branding li a:hover {
            opacity: 1;
            }
        
        ul#branding li a.fullcms {
            background: url(../img/brand_fullcms.gif);
            width: 71px;
            }
        
        ul#branding li a.hexabomb {
            background: url(../img/brand_hexabomb.gif);
            width: 84px;
            }

        ul#branding li.preferred {
            background: url(../img/brand_preferred.gif);
			width: 120px;
			height: 55px;			
			float: left;
            }
*/
    /* // Branding nav */

    /* Content lists */
        #content ul,
        body.mceContentBody ul {
            padding: 0 0 1em 2em;
            }
        
        #content ul li,
        body.mceContentBody ul li {
            padding-bottom: .2em;
            }
    /* // Content lists */
/* // Navigation & Lists */

/* Form styles 
    #content form fieldset {
        border: none;
        padding: 0;
        }
    
    #content form fieldset legend {
        display: none;
        }
    
    #content form fieldset ol {
        list-style: none;
        }
    
    #content form fieldset ol li {
        clear: left;
        padding: 4px 0;
        border-bottom: 1px solid #5E472D;
        }
    
    #content form fieldset ol li label {
        width: 60px;
        float: left;
        text-align: right;
        padding-right: 5px;
        line-height: 1.7em;
        }
    
    #content form fieldset ol li label.fluid {
        width: auto;
        float: left;
        text-align: left;
        padding: 0 0 5px 20px;
        }
    
    #content form fieldset ol li.checks .plain {
        margin: 4px 5px 5px 445px;
        float: left;
        clear: left;
        }
    
    #content form fieldset ol li.checks input {
        margin-left: 30px;
        }

    #content form fieldset ol li br {
        display: block;
        clear: left;
        }
    
    #content form fieldset ol li.checks label.fluid {
        display: block;
        padding: 0 !important;
        }
    
    #content form fieldset ol li p {
        padding-left: 20px;
        padding-bottom: 5px !important;
        }
    
    #content form fieldset ol li .plain {
        border: 0 !important;
        padding: 0 !important;
        background: none;
        }
    
    #content form fieldset textarea {
        margin-left: 15px;
        width: 400px;
        overflow: auto;
        }
    
    #content form fieldset table,
    #content form fieldset .indented {
        margin-left: 15px;
        }
    
    #content form fieldset input,
    #content form fieldset textarea,
    #content form fieldset select {
        border: 1px solid #231A10;
        background: #61492F;
        padding: 3px;
        font: 12px Tahoma, Sans-Serif;
        color: #fff;
        }
    
    #content form fieldset select {
        padding: 2px;
        }
    
    #content form fieldset select option {
        padding: 0 20px 0 2px;
        }
    
    #content form fieldset button {
        margin-top: 10px;
        margin-left: 15px;
        padding: 5px 20px;
        font: 13px Tahoma, Sans-Serif;
        cursor: pointer;
        }

    #content  form fieldset label {
        width: 80px;
        }
    
    #content form fieldset textarea {
        float: left;
        margin-left: 0;
        width: 240px;
        }*/
    
    /* Warning Area */
        #content form #warning {
            padding: 1em;
            color: #c00;
            border: 1px solid #c00;
            display: none;
            margin-top: 1em;
            }
        
        #content form ol li.validation label {
            color: #c00 !important;
            }            
    /* // Warning Area */
  
/* // Form styles */

/* Misc */
    #content address {
        padding-bottom: 1em;
        }
/* // Misc */



/* Misc */
    .leftFloat {
        float: left;
        margin: 0 1em 1em 0;
        clear: left;
        }
		
		iframe {
		border: 1px solid #61492F;
		padding: 3px;
		}
		
	
	/*#bolo ul {
	margin:2px;
	padding:2px;
	list-style-image: url(img/bg_bullet.gif);
	}*/

.imagenvertical {
	padding:2px 2px 2px 2px; 
	background-color: #231a10;
	width: 452px; 
	/*border: 1px solid #4f3b25;*/
	text-align:left;
	}		
	
.imagen {
	padding: 2px 2px 0px 2px;
	border-width: 3px;
	border-style: solid;
	border-color: #b8934d;
	}
	
	.imagen2 {
	padding: 2px 2px 1px 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #9b948d;
	}	
	
	
	.centrargaleria {
	padding: 2px 2px 20px 20px;
	cursor: pointer;
        position:relative;
        z-index:0;
	/*border-width: 1px;
	border-style: solid;
	border-color: #9b948d;
	*/
	}
	
	.masfotos {
        margin-top: 10px;
       /* margin-left: 145px;*/
        padding: 5px 20px;
        font: 70% Tahoma, Sans-Serif;
        /*cursor: pointer;*/
        }
	
	form {
		width:440px;
		padding:5px 5px 5px 5px;
		/*border: 2px solid #C6E9FF;*/
		/*background:#CEF3FB;*/
		}
	fieldset {
		border:1px solid #5E472D;
		padding-right:14px;
		}


	fieldset input,
	fieldset textarea,
	fieldset select {
        border: 1px solid #231A10;
        background: #61492F;
        padding: 1px;
        font: 100% Tahoma, Sans-Serif;
        color: #fff;
        }

	textarea {
	    width: 320px;
		height: 160px;
		}
	
	div.medidas, div.check {
		margin:10px 0 30px 10px
		}
	
	div.medidas, div.check {
		margin:10px 0 30px 10px
		}
	
	div.medidas label {
		float:left;
		width:90px;
		line-height:23px;
		}

	div.medidas input { 
		width:320px; 
		}
	
	div.medidas { 
		border-bottom: 1px solid #5E472D;
		padding-top:4px;
		padding-bottom:5px;
		}
		
	.boton{
 		font-size:90%;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:#61492F;
        background:#231A10;
        border:0px;
        width:80px;
        height:22px;
       }

       table.prices{
          width:70%;
          text-align:center;
          margin-left:auto;
          margin-right:auto;
          font-size:15px;
          border: 2px solid #5B442B;
          border-collapse: collapse;
          color: #FFFFFF;
       }

       table.prices tr td {
        border: 2px solid #5B442B;
       }

        div.reservas, div.check {
                margin:10px 0 10px 10px
                }
        
        div.reservas label {
                float:left;
                width:150px;
                line-height:23px;
                }

        div.reservas input { 
                width:260px; 
                }
        
        div.reservas { 
                border-bottom: 1px solid #5E472D;
                padding-top:4px;
                padding-bottom:5px;
                }

        table.reservas
        {
          border: solid 1px #5E472D;
          border-collapse:collapse;
        }

        table.reservas th
        {
          padding:10px;
          border: solid 1px #5E472D;
        }

        table.reservas td
        {
          padding:10px;
          border: solid 1px #5E472D;
        }