/*
.-----------------------------------------------------------------------------.
|  Software: CMS SmartPortal - style.css                                      |
|   Version: 0.90                                                             |
|   Last modified: 2012.01.17                                                 |
|   Info: http://www.dotflorence.com  (webtech@dotflorence.com)               |
| --------------------------------------------------------------------------- | */

@font-face {
    font-family: 'TrajanRegular';
    src: url('font/trajan_regular-webfont.eot');
    src: url('font/trajan_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/trajan_regular-webfont.woff') format('woff'),
         url('font/trajan_regular-webfont.ttf') format('truetype'),
         url('font/trajan_regular-webfont.svg#TrajanRegular') format('svg');

    font-family: 'Edwardian Script ITC';
    src: url('font/itcedscr-webfont.eot');
    src: url('font/itcedscr-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/itcedscr-webfont.woff') format('woff'),
         url('font/itcedscr-webfont.ttf') format('truetype'),
         url('font/itcedscr-webfont.svg#Edwardian Script ITC') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: #fff url(../img/bg_body.gif);
    font: 8pt Arial,Helvetica,sans serif;
    margin: 0; padding: 0;
    color: #676767;
}
#bread {
	font-size: 9pt;
	text-transform: lowercase;
}

#container {
    background: url(../img/bg_top.gif) top repeat-x;
    margin: 0 auto;
}
#content {
    width: 1000px; margin: 0 auto;
}
#head {
    height: 103px;
    position: relative;
    background: transparent url(../img/head.png) center 6px no-repeat;
}
#top {
    /*background: #f8f7f3; */
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    height: 12px;
    color: #B5A595;
}
#logo {
    margin: 10px auto;
    width: 484px;
    height: 68px;
}
#lang {
    position: absolute;
    top: 20px; right: 0px;
    text-align: right;
    width: 120px;
}
#lang img {
    width: 20px;
    margin-left: 4px;
}
#flash {
    /*background: transparent url(../img/bottom.png) bottom center no-repeat;*/
    border-bottom: 1px solid #fff;
    position: relative;
}
#anim {
}
#anim_ {
    height: 430px; width: 1000px;
    margin: auto;
}
#searchbox {
    border-radius: 20px;
    position: absolute;
    text-align: center;
    background: transparent url(../img/bg.png);
    /*background-color:rgba(255,255,255,0.6);
     filter:alpha(opacity=60);opacity:.6; */
    right: 40px;
    top: 70px;
}
#searchbox_ {
    padding: 10px 30px;
    color: #555;
}
#search {
    filter:alpha(opacity=100);opacity:1;
    padding: 16px 24px;
}
#searchbox h3 {
    font: 12px Georgia,Times New Roman,Times,serif;
    text-transform: uppercase;
    color: #669;
}


#nav {
    position: relative;
    text-align: center;
    height: 36px;
    color: #fff;
    background: transparent;
    overflow: hidden;
    text-align: center;
}
#nav a {
    text-decoration: none;
    text-transform: uppercase;
    font: 16px Trebuchet Ms,Arial,Helvetica,sans serif;
    color: #fff;
/*font-weight: bold;*/
}
#nav li {
    background: url(../img/tilde.png) center left no-repeat;
    padding-left: 24px;
    float: left;
    display: inline;
    position: relative;
}
#nav li.lft {
    background: url(../img/blob.gif) center left no-repeat;
    padding-left: 2px;
}
#nav ul {
    margin: 0px auto;
    display: inline-block;
    text-trasform: uppercase;
    padding: 0px;
    height: 28px;
}
#nav li a {
    padding: 6px 16px 6px 16px;
    text-align: center;
    display: block;
    margin: 0px;
}
#nav li a.on, #nav li a:hover {
    color: #fff;
/*border-bottom: 2px #E2C182 solid;*/
}
#nav li ul {
    display: none;
    position: absolute;
    top: 35px; left: 0px;
}
#nav li ul li {
    float: none; height:20px;
    width: 180px; position: relative;
}
#nav li li ul {
    display: none;
    position: absolute; top: 0px; left: 170px;
}
#nav li ul li a {
    display: block;
    padding: 2px 4px;
    width: 160px;
    font-size: 8pt;
    background: #fff; color: #777;
    text-align: left; 
    border: 1px solid #ccc;
    /*text-transform: lowercase;
    font-family: Verdana, Helvetica, sans-serif;*/
}
#nav li a.on li,#nav li li a.on  {
    color: #777;
}
#nav li ul li a:hover {
    color: #e0c080;
}
#main h2 span {
    /*color: #E0C080;
    font-size: 14pt; display: block;
    margin: 1px; padding: 0 0 0 12px;*/
}
#main {
    background: #fff url(../img/bg_main.gif) center repeat-y;
}
#main_app {
    background: #fff url(../img/bg_main__.gif) right repeat-y;
}
#main_ {
    background: url(../img/bg_main_.gif) top center no-repeat;
    text-align: justify;
    font-size: 10pt;
    padding: 4px 0px;
    line-height: 1.5em;
    color: #676767;
}
#main_ table {
    border-collapse:collapse;
}

#main_ a {
    color: #a6916a;
    text-decoration: none;
}
#main_ img {
    margin: 8px;
}
#main_ img.none {
    border-width: 0px;
    margin: 0px;
}
#main_ img.one {
    border: 3px double #eee;
    margin: 2px;
}
#main_ #gallery img {
    border-width: 0px;
    margin: 4px;
}

#main_ .red {
    color: #c00;
}


#right {
    margin-top:0;
    width: 224px;
    float: right;
}
#left {
    margin-top:0;
    width: 220px;
    float: left;
    color: #666;
}
#links a{
    color: #666;
}
#links {
    padding: 0 0 0 24px;
}
#left h3 { /*, #right h3 */
    background: transparent url(../img/single.gif) left center no-repeat;
    font: normal 14px TrajanRegular,Georgia,Times New Roman,Times,serif;
    padding: 8px 2px 8px 24px;
    color: #699;
    margin: 0;
}
#links h3 { /*, #right h3 */
    text-transform: uppercase;
}
#right h3 {
    font: normal 36px Edwardian Script ITC,Arial,Helvetica,sans serif;
    text-align: center;
    background: #81a3b1;
    padding: 0px;
    color: #fff;
    margin: 0px;
}
#left h3.top, #right h3.top {
    font: normal 36px Edwardian Script ITC,Arial,Helvetica,sans serif;
    background: transparent;
    text-align: center;
    padding: 0px;
    color: #fff;
    margin: 0px;
}
#menu {
    background: #F1F6F8;
    padding: 24px;
}
#menu h4 {
    background: transparent url(../img/single.png) left center no-repeat;
    font: normal 14px Arial,Helvetica,sans serif;
    text-transform: uppercase;
    padding: 8px 2px 8px 30px;
    color: #666666;
    margin: 0;
}
#menu h4 a {
    color: #666666;
}
#banner {
    background: #BACDD5 url(../img/decor.png) bottom center no-repeat;
}
#banner_ {
    padding: 12px;
}
#banner h4 {
    background: url(../img/arrow_.png) left 12px no-repeat;
    font: normal 24px TrajanRegular,Georgia,Times New Roman,Times,serif;
    margin: 0; padding: 8px 0 8px 28px;
    text-transform: uppercase;
    color: #333;
}
#banner h4 small{
    font-size: 16px;
}
#banner a {
    text-decoration: none;
    color: #333;
}

#social {
    text-align: center;
}
#news,#photobox,#book,#calendar,#video {
    background: #F1F6F8;
    padding: 8px 16px 8px 16px;
    margin: 0;
}
#news_bot,#photobox_bot, #book_bot, #video_bot, #calendar_bot {
    display: none;
}
#news_ {
    	/*padding: 8px 20px 0 20px;
    margin: 0; color: #fff;
    background: #B9B0A1;*/
}
#news_ a {
    /*color: #999;*/
}
#news_bot {
    /*text-align: center;
    margin: 0 0 18px 0;
    background: #fff url(../img/bot.gif) bottom center no-repeat;*/
}
#news_bot a {
    /*text-decoration: none;
    color: #999;*/
}
#boxnews {
    position: relative;
    padding: 0 0px;
    /*height: 160px;*/
    overflow: hidden;
    font-size: 8pt;
    color:#555;
}
#boxnews ul {
    /*margin:0 20px 0 20px;
    padding:0;*/
}
#boxnews li {
    width: 220px;
    height: 160px;
    list-style: none;
}
#boxnews a {
    text-decoration: none;
    color: #4c5640;
}


#calend td.plan, #month td.plan {
    font-size: 7pt;
    text-align: center;
    width:22px; height:22px;
    border:1px solid #ccc;
    background: #fff; 
}

#corpo {
    margin: 40px 240px 0px 240px;
}
#corpo_app {
    margin: 40px 240px 0px 30px;
}
#corpo_app h2 {
    font: normal 32px TrajanRegular,Georgia,Times New Roman,Times,serif;
    margin: 2px; padding: 8px 0 8px 0;
    /*text-transform: uppercase;*/
    color: #6F909E;
}
#corpo h3, #corpo_app h3 {
    font: normal 26px TrajanRegular,Georgia,Times New Roman,Times,serif;
    /*background: url(../img/line.png) bottom right no-repeat;*/
    margin: 0; padding: 8px 0 8px 0;
    /*text-transform: uppercase;*/
    color: #6F909E;
}
#corpo h3.hprice {
    color: #9D855F;
    font-size: 22px;
    text-transform: none;
    border-bottom: 1px #ccc solid;
}
#corpo h3.top, #corpo_ h2, #corpo_app h3.top {
    background: url(../img/arrow.png) center left no-repeat;
    font: normal 40px Edwardian Script ITC,Arial,Helvetica,sans serif;
    padding: 16px 0 8px 24px;
    text-transform: none;
    color: #6F909E;
    margin: 0;
}
#corpo h3.top a, #corpo_ h2 a, #corpo_app h3.top a {
    color: #6F909E;
}
#corpo h4 {
    font: normal 20px TrajanRegular,Georgia,Times New Roman,Times,serif;
    /*background: url(../img/line.png) bottom right no-repeat;*/
    margin: 0; padding: 8px 0 8px 0;
    /*text-transform: uppercase;*/
    color: #6F909E;
}
#corpo .apt {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}
#boxes h4 {
    margin: 2px;
    color: #6F909E;
    font: bold 16px Arial,Helvetica,sans serif;
    /*text-transform: uppercase;*/
}
#boxes h4 a {
    color: #6F909E;
    text-decoration: none;
}
#boxes p {
    margin: 0px;
}
#boxes img {
    border: 1px #eee solid;
}
#main div.more, #main div.xtra {
    float: left;
}
#main div.more a {
    background: #81A3B1 url(../img/arr.png) 8px center no-repeat;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 2px 0;
    padding: 2px 12px 2px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#main div.xtra span {
    background: #fff url(../img/from.gif) 4px center no-repeat;
    color: #000;
    display: block;
    font-size: 12px;
    margin: 2px 0;
    padding: 2px 2px 2px 18px;
    text-align: center;
}

#price th {
    border-bottom: 1px solid #369;
    border-right: 1px solid #369;
    padding: 2px 8px 2px 16px;
    text-align: right;
    color: #369; 
}
#price td {
    border: 1px solid #369;
    text-align: right;
    color: #996;
}
#price td.none {
    border-width: 0px;
}
#main_ .list td {
    /*border-bottom: 1px solid #eee;*/
}
#main_ tr.wt {
    background: #eee;
}
#main_ td.rg {
    color: #369;
    width: 160px;
    text-align: right;
}

#gphoto {
    font-size:  10px;
    line-height: 10px;
}
#gallery {
    line-height: 10px;
    font-size: 10px;
    width:  410px;
    height: 160px;
}
#gallery td {
    vertical-align: top;
}
#gallery .slide_img {
    float: left;
}
#gallery .slide_next {
    float: right;
}
#gallery .slide_gallery {
    float: left;
    width:410px;
    height:160px;
}

#gmap {
    width: 600px;
    height: 400px;
    clear: left;
    margin: auto;
    border: 3px #ccc double;
    overflow: hidden;
}
#stop {
	clear: both;
}

#footer {
    background: #81A3B1;
    color: #fff;
}
#footer a {
    text-decoration: none;
    color: #fff;
}
#footer td {
    border-left: 1px solid #ccc;
    text-transform: lowercase;
    line-height: 2em;
    font-size: 11px;
    padding-left:20px;
    padding-top: 35px;
}
#footer td h3 {
    margin: 0px 0px 4px 0px;
    font: normal 12pt Arial,Helvetica,sans serif;
}
#footer td.address {
    background: url(../img/loghetto.png) top left no-repeat;
    text-transform: none;
    line-height: 1.5em;
    border-width: 0px;
    padding-top: 35px;
    padding-left: 34px;
}
#bottom {
    background: transparent url(../img/bottom.png) top center no-repeat;
    padding-left: 10px;
    line-height:40px;
    font-size: 11px;
    color: #ccc;
    height:40px;
}
#bottom a {
    text-decoration: none;
    color: #ccc;
}
input, select, textarea {
    font: 8pt Arial,Helvetica,sans serif;
    border: 1px solid #ccc;
    margin: 4px 0px;
}
input.button, input.button_ {
    border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    padding: 2px 12px;
    border-width: 0px;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
}
input.button_ {
    background: #7C7A76;
}
input.button {
    background: #81A3B1;
}
input.data {
    background: #fff url(/img/adm/cal.gif) center right no-repeat;
    cursor:hand;
}
input.none {
    border: 0px solid #eee;
}
input.big {
    background: #81A3B1 url(../img/arr.png) 8px center no-repeat;
    border-width: 0px;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 2px 0 2px 16px;
    padding: 2px 12px 2px 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#recaptcha_widget {
    margin: 8px 0px;
}
#recaptcha_image {
    margin: 4px 0px;
}
#recaptcha_image img {
    border: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    width: 210px;
    height: 60px;
}



