﻿body {
    z-index: 0;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    /*background: #fff;*/ /*rgb(0, 0, 0)*/
    background-color: #b4b24c;
}

/* ***** Formatação ***** */

.clear {
    clear: both;
}

h4 {
    font-family: Arial;
    font-size:18px;
    text-align:center;
}

h1,h2 {
    margin: 0;
    font-family: Champagne, Arial;
    font-size: 32pt;
    font-weight: bold;
}

p {
    margin: 0;
    padding: 0;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: #ffffff;
}

.underline {
    text-decoration: underline;
}

a.underline {
    text-decoration: underline;
}

.background_green {
    background-color: #455a2e;
}

.bold {
    font-weight: bold;
}

/* ***** Formatação Fim ***** */

#wrapper {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10%;
    width: 80%;
    height: 100%;
    z-index: 10;
    opacity: .9;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    /*background: rgba(0, 0, 0,0.2);*/
    /*background: #b4b24c;*/
    color: white;
}

#logo {
    margin-left: 100px;
    float: left;
}

/* *************** Conteudo ********** */

.text {
    z-index: 5;
    position: absolute;
    top: 40%;
    width: 100%;
    min-height: 320px;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    font-family: Constantina, Georgia, 'Nimbus Roman No9 L', serifChampagne;
    font-size: 16pt;
    color: #ffffff;
    -webkit-text-shadow: 0.1em 0.1em 0.05em #000;
    text-shadow: 0.1em 0.1em 0.05em #000;
}

    .text h1 {
        /*color: #b4b24c;*/
        font-size: 36pt;
    }

    .text p {
        width: 700px;
        text-align: justify;
        font-style: italic;
    }


.content {
    margin: 25px 5px 5px 5px;
    width: 675px;
    height: 700px;
    padding: 5px;
    overflow: visible;
}

#login {
    position: absolute;
    right: 1.5em;
    /*bottom: 2em;*/
}

#controls div {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 80%;
    right: 10px;
    z-index: 20;
    background-image: url(imagens/proximo.png);
    cursor: pointer;
    display: inline-block;
}

#voltar {
    position: fixed;
    top: 80%;
    right: 10px;
    width: 60px;
    height: 60px;
    z-index: 20;
}


.imgContainer {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
}

    .imgContainer img {
        width: 160px;
    }


/* ***** Menu ***** */

ul#topnav {
    width: 730px;
    float: left;
    padding: 10px 0 2px;
    position: relative;
    text-align: center;
    margin-left: 60px;
    font-family: 'Century Gothic';
}

    ul#topnav li {
        float: left;
        margin: 9px;
        padding: 0;
        /*border-right: 1px solid #555;*/
    }

        ul#topnav li a {
            padding: 10px 5px;
            display: block;
            color: #f0f0f0;
            text-decoration: none;
            font-weight: bold;
        }

        ul#topnav li:hover {
            background: #1e3900;
        }

        ul#topnav li span {
            float: left;
            padding: 15px 0;
            position: absolute;
            /*left: 0;*/
            top: 45px;
            display: none;
        }

        ul#topnav li:hover span {
            display: block;
        }

        ul#topnav li span a {
            display: inline;
            font-size: 9pt;
        }


/* ***** Fim Menu ***** */



/* ***** Footer ***** */

.text_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    /*background: rgba(0, 0, 0,0.8);*/
    background: #b4b24c;
    color: white;
    z-index: 5;
}

#proder {
    float: left;
    margin: 5px 5px 5px 10px;
}

#leader {
    float: left;
    margin: 5px 5px 5px 10px;
}

#governo {
    float: left;
    margin: 5px 5px 5px 10px;
}

#europeu {
    float: left;
    margin: 5px 5px 5px 10px;
}

#footer_right {
    /*width: 60%;*/
    /*margin-top: 0.4em;
    padding-top: 1em;*/
    margin-right: 1em;
    float: right;
    font-size: 10pt;
    /*color: white;*/
    color: #1b1b1b;
    /*-webkit-text-shadow: 0.1em 0.1em 0.05em #000;
    text-shadow: 0.1em 0.1em 0.05em #000;*/
}

#copyright {
    float: left;
    margin: 0.1em 0 0.1em 2em;
}

#sbc {
    float: left;
    margin: 0.5em 0 0 2em;
    z-index: 50;
    font-size: 50%;
}

    #sbc p {
        font-family: Tahoma;
        font-size: 10pt;
        /*color: #7a7a7a;*/
        color: #1b1b1b;
    }

    #sbc a {
        /*color: #7a7a7a;*/
        color: #1b1b1b;
    }

        #sbc a:hover {
            color: #7d0000;
        }

#musica {
    display: compact;
    float: left;
    margin: 0.3em 0 0 2em;
    z-index: 50;
}

#chave {
    float: left;
    margin: 0em 0 0 2em;
}

/* ***** Fim Footer ***** */

/* ***** Atividades ***** */
#atividades {
    z-index: 5;
    position: relative;
    top: 150px;
    /*width: 100%;*/
    width: 600px;
    margin: auto;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    /*font-family: Constantina, Georgia, 'Nimbus Roman No9 L', serifChampagne;*/
    /*background-color: #b4b24c;*/
}

    #atividades h2 {
        font-family: 'Century Gothic';
        font-size: 10pt;
        color: #fff;
        margin-bottom: 2px;
        background-color: #000;
    }

.atividades_thumb {
    float: left;
    margin-right: 20px;
}

    .atividades_thumb img {
        border: 1px solid #000;
    }
/* ***** Fim Atividades ***** */

/* ***** Património ***** */
#patrimonio {
    z-index: 5;
    position: relative;
    top: 100px;
    width: 1000px;
    height: 250px;
    margin: auto;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}

/*#patrimonio h2 {
        font-family: 'Century Gothic';
        font-size: 10pt;
        color: #fff;
        margin-bottom: 2px;
        background-color: #000;
    }*/

.patrimonio_thumb {
    float: left;
    width: 150px;
    height: 110px;
    margin: 0 10px 10px 0;
}

    .patrimonio_thumb img {
        border: 1px solid #000;
    }
/* ***** Fim Atividades ***** */


/* ***** Quartos ***** */
#quarto {
    z-index: 5;
    position: absolute;
    top: 20%;
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    /*font-family: Constantina, Georgia, 'Nimbus Roman No9 L', serifChampagne;*/
    /*background-color: #b4b24c;*/
}

    #quarto h2 {
        font-size: 13pt;
        color: #fff;
        margin-bottom: 2px;
        background-color: #000;
    }

.thumb {
    float: left;
    margin-right: 20px;
}

    .thumb img {
        border: 1px solid white;
    }
/* ***** Fim Quartos ***** */

/* ***** Contactos ***** */

#contacto_wrapper {
    float: left;
    top: 25%;
    position: absolute;
    margin: auto;
}

    #contacto_wrapper p {
        text-align: justify;
        font-size: 14pt;
        font-weight: bold;
        color: #fff;
        -webkit-text-shadow: 0.1em 0.1em 0.05em #000;
        text-shadow: 0.1em 0.1em 0.05em #000;
    }

    #contacto_wrapper h1, h2, h3 {
        margin: 0;
        color: #fff;
        -webkit-text-shadow: 0.1em 0.1em 0.05em #000;
        text-shadow: 0.1em 0.1em 0.05em #000;
    }

#contacto_esquerda {
    float: left;
    width: 40%;
}

#contacto_centro {
    float: left;
    width: 30%;
    margin-right: 1em;
}

#contacto_direita {
    float: left;
    margin-left: 3em;
}



/* ***** Fim Contactos ***** */

#text2 {
    z-index: 5;
    position: absolute;
    top: 21%;
    width: 100%;
    font-family: Constantina, Georgia, 'Nimbus Roman No9 L', serifChampagne;
    font-size: 12pt;
    background-color: white;
    color: black;
    padding: 10px;
}

    #text2 h1, h2 {
        color: black;
        text-shadow: none;
    }

    #text2 a {
        color: black;
    }

#c_morada {
    float: left;
}

#c_contactos {
    margin-left: 50px;
    float: left;
}

#mapa {
    margin-top: 30px;
}

#map-canvas {
    /*width: 350px;*/
    width: 100%;
    height: 250px;
}
/* ***** Tabelas ***** */
.tabela_border {
    margin-top: 0.1em;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: left;
}

    .tabela_border th {
        font-size: 14pt;
        font-weight: bold;
        color: white;
        background-color: #455a2e;
    }

    .tabela_border tr {
        border: 2px solid #455a2e;
    }

        .tabela_border tr td {
            height: 20px;
            margin: 2em;
            padding: 0.3em;
        }

    .tabela_border tfoot {
    }


.botao {
    cursor: pointer;
    padding: 0.2em 1em 0.2em 1em;
    padding: 0em 1em 0em 1em;
    border: 2px solid #455a2e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #439a00;
    text-decoration: none;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    font-size: 10pt;
    width: 100px;
    height: auto;
    display: block;
    margin-top: 5px;
    text-align:center;
}

/* ********** Promoção ********** */

#promocao_botao {
    float: left;
    height: 180px;
    width: 180px;
    cursor: pointer;
    background-image: url(imagens/botao.png);
}

#promocao {
    position: fixed;
    top: 120px;
    right: 20px;
    float: right;
    z-index: 20;
}

#promocao_conteudo {
    position: fixed;
    top: 120px;
    right: 20px;
    /*height: 290px;*/
    width: 300px;
    /*background-image: url(imagens/fundo.png);*/
    display: none;
}


.promocao_left {
    float: left;
    padding: 5px;
}

.promocao_right {
    float: left;
    margin-left: 10px;
    padding: 5px;
}

    .promocao_right p {
        text-align: left;
    }


#tabela_promocao {
    font-family: 'Champagne', serif;
    font-size: 18pt;
    font-weight: bold;
    width: 300px;
}

    #tabela_promocao thead {
        background-image: url(imagens/barra.png);
    }

    #tabela_promocao th {
        height: 30px;
        padding: 5px 0 5px 0;
        color: #000;
        font-size: 22pt;
        font-weight: bold;
    }

    #tabela_promocao tbody {
        padding: 10px;
        background-color: #b4b24c;
    }

    #tabela_promocao td {
        padding: 5px 10px 0 5px;
        text-align: center;
    }


    #tabela_promocao tfoot {
        background-image: url(imagens/barra_invertida.png);
    }

#fechar {
    cursor: pointer;
    color: #000;
}

/* ********** Fim Promoção ********** */
textarea {
    height: 150px;
    width: 100%;
}

/* ***** FontFaces ***** */

@font-face {
    font-family: 'Champagne';
    src: url('fonts/champagne/cac_champagne-webfont.eot');
    src: url('fonts/champagne/cac_champagne-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/champagne/cac_champagne-webfont.woff') format('woff'), url('fonts/champagne/cac_champagne-webfont.ttf') format('truetype'), url('fonts/champagne/cac_champagne-webfont.svg#CACChampagneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

select#QuartosEscolhidos {
    margin-left: 10px;
    margin-top: 10px;
}

.editor-field input, textarea, keygen, dropdown, select, button, isindex {
    text-align: left;
    border: solid 1px #b3b3b3;
    box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
    margin-bottom: 15px;
}

.editor-label label {
    font-weight: bold;
    margin-left: 5px; /*border:1px solid red;*/
}

.editor-field input:hover {
    box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
}



.editor-field textarea:hover {
    border-color: #c9c9c9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
}

.editor-field input[type=submit] {
    width: auto;
    padding: 5px 15px; /*background-color: #617798;*/
    background: #7D0000;
    font-size: 14px;
    border-radius: 5px;
    color: White;
}

    .editor-field input[type=submit]:hover {
        cursor: pointer;
        -webkit-box-shadow: rgba(125, 0, 0, 1) 0px 0px 5px;
        -moz-box-shadow: rgba(125, 0, 0, 1) 0px 0px 5px;
        box-shadow: rgba(125, 0, 0, 1) 0px 0px 5px;
    }




.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

select#QEscolhidos {
    margin-top: 10px;
    width: 200px;
    height: 150px;
}

span.label {
    width: 100px;
    display: block;
}

div#ResultadoDisponibilidade {
    background-color: #f9edbe !important;
    border: 1px solid #f0c36d !important;
    color: #666 !important;
    display: inline;
    padding: 3px 10px;
    zoom: 1;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    visibility:hidden;
}
