/* 
    Document   : estilo
    Created on : 13/09/2013, 14:16:04
    Author     : User
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

.mensagem-erro {
    margin-left: 75px;
    font-size: 20px;
    color: red;
}

body {

    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    line-height: 1;
}

#header {
    background-color: white;
    width: 100%;
    height: 200px;

}

#menu {
    width: 100%;
    height: auto;
    float: left;
    background-color: #ddd;
    background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eee9f0));
    background: -webkit-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);
}

#menu_int {
    width: 960px;
    margin: 0 auto;



}

#navigation {
    margin-top: 18px;
    padding-bottom: 50px;
    text-transform: uppercase;
    background-color: #ddd;
}


#mainbody_int {
    margin: 0 auto;
    width: 960px;
}


#bottom {
    background: #000000;
    width: 100%;
    height: auto;
    float: left;
    color: #FFF;
}

#bottom_1 {
    background: black;
    width: 100%;
    float: left;
    padding-top: 1px;
    padding-bottom: 5px;
}

#bottom_1_int {
    text-align: center;
    margin: 0 auto;
    width: 960px;
}

#bottom_2 {
    background: green;
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 50px;
}

#bottom_5 {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eee9f0));
    background: -webkit-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    width: 100%;
    height: 160px;
    float: left;

    padding-top: 20px;
    padding-bottom: 60px;
}

#bottom_5_int {
    margin: 0 auto;
    width: 960px;

}

#bottom_5_int img {
    margin: 0 auto;
    width: 960px;

}

#postitulo {
    font-size: 13px;
}

legend {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 40px;
    color: #333;
    border: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.legend {
    color: green;
}

div.bigfield {
    width: 420px;
    float: left;
    clear: none;
    margin: 10px 20px;
}

div.bigfield label,
div.smallfield label {
    width: 100%;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
}

div.bigfield input,
div.smallfield input,
div.smallfield select {
    width: 100%;
    border: 1px solid #808080;
    height: 23px;
}

input {
    font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
}

div.smallfield {
    width: 190px;
    float: left;
    clear: none;
    margin: 10px 20px;
}

form fieldset span.aux_text {
    margin-top: 1px;
    text-align: right;
    width: 100%;
    display: block;
    font-size: 13px;
    color: red;
}

#selecteds {
    height: 27px;
}


div.smallfield input.checkbox {
    width: 15px;
    border: 0;
    vertical-align: -7px;
}

.tabelatr {
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 20px;


}



.tabela {
    border-spacing: 0.5px;

}

.tabtransfer {
    border-spacing: 0.5px;
    border: 1px solid #ddd;
}

.tabtransfer th {
    height: 25px;
    background-color: #ddd;
    border: 1px solid white;
    border-spacing: 0.5px;
}

.tabtransfer td {
    border: 1px solid #ddd;
    border-spacing: 0.5px;
}

.formaction {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
}

.btn:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, blue);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(blue));
    background-image: -webkit-linear-gradient(top, #08c, blue);
    background-image: -o-linear-gradient(top, #08c, blue);
    background-image: linear-gradient(to bottom, #08c, blue);
    color: #ffffff;
}

.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn {
    margin-bottom: 0;
    font-size: 20px;
    ;
    line-height: 10px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-primary {
    height: 50px;
    width: 20%;
    margin-top: 15px;
    margin-right: 71%;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn2 {
    height: 21px;
    float: left;
    margin-top: -40px;
    margin-left: 12%;
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}

.btn2:hover {
    color: #666666;
}


.fontinscricao2 {
    font-size: 16px;
}

.containersenha {
    margin: auto;
    margin-top: 100px;
    background-color: red;
    width: 960px;
    ;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);

}

.busto {
    color: green;
}

.cintura {
    color: blue;
}

.containertexto {
    width: 90%;
    margin-left: 40px;
    margin-top: 90px;
}

.containersenha2 {
    width: 80%;
    margin: auto;

}

.senhatitle {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    width: 960px;
    height: 70px;
    position: absolute;
    background-image: url(images/fundodd.png);
    background-size: 960px 300px;
    background-position-y: -30px;
}

.senhatitle2 img {
    margin-left: 310px;
    width: 350px;
}

.senhatitle22 img {
    margin-left: 340px;
    width: 230px;
    height: 65px;
}


.btn3 {
    height: 30px;
    width: 100px;
    ;
    color: #fff;
    margin-left: 1px;
    border: 1px solid #04c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn3:hover {
    height: 30px;
    width: 100px;
    ;
    margin-right: 73%;
    color: #fff;
    border: 1px solid #04c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: blue;
    background-image: -moz-linear-gradient(top, blue, blue);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(blue), to(#04c));
    background-image: -webkit-linear-gradient(top, blue, blue);
    background-image: -o-linear-gradient(top, blue, blue);
    background-image: linear-gradient(to bottom, blue, blue);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.senhatexto {
    width: 35%;
    background-color: red;
    height: 190px;


}

.senhalogin {
    margin-left: 73px;

    margin-top: 50px;
    height: 200px;

}

.info ul li {
    font-size: 15px;
    line-height: 23px;
}

.info p {
    font-size: 15px;
    line-height: 23px;
}

#login {
    height: 30px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 10px;
}

#senha {
    height: 30px;
    padding-left: 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/*MENU*/

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
    margin: 0;
    padding: 0;
    position: relative;
}

#cssmenu {
    height: 49px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eee9f0));
    background: -webkit-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    border-bottom: 2px solid #dbdbdb;
    width: auto;
}

#cssmenu:after,
#cssmenu ul:after {
    content: '';
    display: block;
    clear: both;
}

#cssmenu a {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: linear-gradient(top, #fefefe 0%, #ececec 100%);
    color: #000;
    display: inline-block;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 49px;
    padding: 0 20px;
    text-decoration: none;
}

#cssmenu ul {
    list-style: none;
}

#cssmenu>ul {
    float: left;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu>ul>li>a {
    color: #000;
    font-size: 15px;
}

#cssmenu>ul>li:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dbdbdb;
    margin-left: -10px;
}

#cssmenu>ul>li:first-child>a {
    border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
}

#cssmenu>ul>li.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dbdbdb;
    margin-left: -10px;
}

#cssmenu>ul>li.active>a {
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
}

#cssmenu>ul>li:hover>a {
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

#cssmenu .has-sub {
    z-index: 1;
}

#cssmenu .has-sub:hover>ul {
    display: block;
}

#cssmenu .has-sub ul {
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 0;
}

#cssmenu .has-sub ul li {
    margin-bottom: -1px;
}

#cssmenu .has-sub ul li a {
    background: #dbdbdb;
    border-bottom: 1px dotted #f4f4f4;
    filter: none;
    font-size: 11px;
    display: block;
    line-height: 120%;
    padding: 10px;
    color: #ffffff;
}

#cssmenu .has-sub ul li:hover a {
    background: #c2c2c2;
}

#cssmenu .has-sub .has-sub:hover>ul {
    display: block;
}

#cssmenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

#cssmenu .has-sub .has-sub ul li a {
    background: #c2c2c2;
    border-bottom: 1px dotted #f4f4f4;
}

#cssmenu .has-sub .has-sub ul li a:hover {
    background: #b5b5b5;
}

/*MENU*/

/*Galeria*/

#gallery {
    position: relative;
    height: 360px
}

#gallery a {
    float: left;
    position: absolute;
}

#gallery a img {
    border: none;
}

#gallery a.show {
    z-index: 500
}

#gallery .caption {
    z-index: 600;
    background-color: #000;
    color: #ffffff;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

#gallery .caption .content {
    margin: 5px
}

#gallery .caption .content h3 {
    margin: 0;
    padding: 0;
    color: #1DCCEF;
}

/*FIM*/


.containerlocal {
    width: 580px;
    margin: auto;

}

.textolocal {
    margin-top: 50px;
}

.textolocal h3 {
    text-align: center;
    font-size: 21px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    color: green;
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.textolocal p {
    text-align: center;
    font-size: 13px;
    font-family: "Trebuchet MS";
    color: #666;
    line-height: 1.1;


}

.textohotel {
    margin-top: 50px;
}

.textohotel h3 {
    text-align: center;
    font-size: 21px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    color: green;
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.textohotel p {
    text-align: center;
    font-size: 13px;
    font-family: "Trebuchet MS";
    color: #666;
    line-height: 1.1;


}

.mapalocal1 {
    margin-left: 250px;
    margin-top: 50px;
}


.mapalocal1 h4 {
    font-size: 21px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    color: green;
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}