/**********************************/
/*ELEMENTOS*/
/**********************************/

body{
    background: url('../imagens/rodape-fundo.jpg') repeat;
    margin: 0;
    color: white;
}

textarea {
    resize: none;
}

input, textarea{
    border-radius: 3px;
    border: 1px solid #9D9D9D;
    padding: 2px;
    color: #0065A8;
}

h1, h2, h3{
    margin: 0;
    color: #93E4FF;
    text-align: left;
}

h2{
    display: block;
    text-align: center;
    font-size: 22px;
}

h3{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

a{
    color: white;
}

a:visited{
    color: white;
}

a:focus, a:hover{
    color: white;
}

hr{
    height: 1px;
    border: none;
    border-top: 1px solid #0065A8;
}

table td{
    vertical-align: middle;
}

div, span, table{
    font-size: 15px;
    font-family: arial,sans-serif;
}

/**********************************/
/*CLASSES*/
/**********************************/

.topo-fundo, .topo-fundo-admin{
    background: url('../imagens/topo-fundo.png') repeat-x;
    display: block;
    text-align: center;
    z-index: 999;
    width: 100%;
    position: absolute;
    height: 180px;
}

.topo-fundo img, .topo-fundo-admin img{
    margin-left: 60px;
    cursor: pointer;
}

.topo-fundo img.admin, .topo-fundo-admin img.admin{
    float: right; 
    margin: 12px; 
    cursor: pointer;
}

.slide-show{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    margin-top: 65px;
}

.slide-show img{
    margin-right: -6px;
}

.base{
    background: url('../imagens/fundo.jpg') repeat;
    padding-bottom: 20px;
}

.base-menu{
    vertical-align: top;
}

.base-menu .menu-item, .base-menu-admin .menu-item{
    padding: 5px;
    border: 1px solid #186CB1;
    text-align: left;
    cursor: pointer;
    color: yellow;
    font-weight: bold;
    border-radius:5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.menu label{
    width: 53px;
    display: inline-block;
}

.base-menu-admin .menu-item{
    display: inline-block;
    margin: 0 3px 5px 3px;
}

.base-menu .menu-item:hover, .base-menu-admin .menu-item:hover{
    background: #114E80;
    color: white;
}

.base-menu input{
    margin-bottom: 5px;
}

.base-menu .menu-item-editado{
    background: #0D4077;
    color: white;
}

.base-menu .menu-item-editado input{
    width: 100%;
    color: #0F416F;
}

.base-menu-admin .menu-item:hover span.img{
    background: url('../imagens/ic-menu-item.gif');
}

.base-menu .menu-item:hover span.img{
    background: url('../imagens/ic-menu-item.gif');
}

.base-menu .menu-item span.img, .base-menu-admin .menu-item span.img{
    margin-right: 5px;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url('../imagens/ic-menu-item.png');
    display: inline-block;
}

.base-menu .menu-item span, .base-menu-admin .menu-item span{
    vertical-align: middle;
    text-decoration: underline;
    display: inline-block;
}

.base{
    padding-top: 450px;
    text-align: center;
}

.baseAdmin{
    padding-top: 200px;
}

.base .conteudo{
    margin: auto;
    padding: 10px 10px 10px 25px;
    text-align: center;
}

.baseAdmin .conteudo{
    padding: 20px;
    padding-left: 30px;
}

.baseSlide{
    background: url('../imagens/titulo-fundo.png') repeat-x;
    z-index: 999;
    position: absolute;
    width: 100%;
    margin-top: 360px;
    height: 60px;
}

.titulo{
    text-align: left;
    margin: auto;
}

.titulo td{
    background: none;
    vertical-align: middle;
}

.titulo h1{
    text-decoration: underline;
    text-shadow: 2px 2px black;
    color: white;
    margin-top: 10px;
}

.titulo img{
    max-width: 24px;
    max-height: 24px;
    margin-bottom: 2px;
}

.rodape .conteudo{
    margin: auto;
    padding: 10px;
    text-align: center;
}

.rodape .item{
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin-right: 3%;
}

.rodape .item span{
    display: block;
}

.rodape .item h3{
    margin-top: 0;
    text-decoration: underline;
}

.rodape{
    background: url('../imagens/rodape-fundo-peixe.png') repeat-x;
}

.rodape hr{
    margin-top: 0;
    margin-bottom: 10px;
}

p{
    margin: 0;
    padding: 0;
}

.texto-dinamico{
    text-align: initial;
    display: block;
    color: white;
    margin-top: 10px;
    border-radius: 10px;
    /*background: url('../imagens/transp-azul-30.png') repeat;*/
}

.conteudo-texto{
    padding: 10px;
    background: url('../imagens/transp-azul-20.png') repeat;
    margin: 2px 0 2px 0;
    border-radius: 10px;
}

table{
    border-spacing: 10px;
}

.area-index{
    margin: 10px 10px !important;
}

.area-texto{
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
}

table tbody td, .area-texto{
    background: url('../imagens/transp-azul-20.png') repeat;
    border: 1px solid #2E6DA2;
}

table tbody th, table tbody td{
    border-radius: 5px;
    padding: 10px;
}

table.dados{
    margin: auto;
}

table.dados th, table.dados td{
    padding: 10px;
}

table.dados tbody td{
    color: white;
    background: #125188;
}

table.dados tr th{
    color: white;
    background: #0F416F;
    text-align: center;
    border: 1px solid #2E6DA2;
    font-size: 16px;
}

table.dados label.excluir{
    color: #fbbebe;
    cursor: pointer;
}

table.dados label.renomear{
    color: #befbcd;
    cursor: pointer;
}

table.formulario{
    margin: auto;
    margin-bottom: 10px;
    width: 50%;
    margin-left: 25%;
}

.formulario tr td:first-child{
    width: 1%;
    white-space: nowrap;
}

.formulario tr td{
    padding: 5px;
}

.formulario td{
    background: none;
    border: none;
    padding: 0;
}

table.formulario label{
    float: right;
    margin-right: 5px;
    font-weight: bold;
}

table.formulario input[type="text"], table.formulario input[type="password"], table.formulario textArea{
    float: left;
    width: 100%;
}

table.formulario .area-botao{
    text-align: right;
}

table.formulario .area-botao span{
    margin: 0;
}

.video{
    background: url('../imagens/transp-azul-20.png') repeat;
    border-radius: 5px;
    border: 1px solid #2E6DA2;
    padding: 10px;
}

.video span{
    display: block;
}

.galeria, .categoria{
    cursor: pointer;
    display: inline-block;
    color: yellow;
    text-decoration: underline;
    margin: 0 10px 20px 10px;
}

.galeria:hover, .categoria:hover{
    color: #bce8f1;
}

/**********************************/
/*BOXS*/
/**********************************/

.box{
    margin: 0;
    background: white;
    padding: 15px;
    border: #9D9D9D 1px solid;
    display: none;
    z-index: 99999;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 5px;
    color: #333333;
}

.box img{
    vertical-align: middle;
    margin-right: 10px;
}

.box textarea{
    display: block;
    margin: 5px 0 15px 0;
}

.box .title{
    border-radius: 5px 5px 0 0;
    margin: -15px;
    margin-bottom: 5px;
    padding: 5px;
}

.box .title label{
    color: white;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.bg-box{
    background: white;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity:0.7;
    -webkit-opacity:0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99998;
    display: none;
}


.box-login{
    width: 300px;
}

.box h3{
    color: #333333;
}

.box-login .box-title{
    margin: -15px;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}

.box-login .box-title label{
    font-weight: bold;
    font-size: 18px;
    margin: 5px;
}

.box-login .box-title span{
    float: right;
    margin: 5px 7px 2px 2px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.box-login .box-title span:hover{
    color: red;
}

.box-login .box-conteudo{
    margin-top: 20px;
    /*text-align: left;*/
}

.box-login .box-conteudo label{
    font-weight: bold;
    color: #666666;
}

.box-login .box-conteudo input{
    width: 99%;
    margin-bottom: 25px;
}

.produtos{
    display: table;
    text-align: center;
    width: 100%;
}

.fotos2{
    padding: 10px;
    background: url('../imagens/transp-azul-20.png') repeat;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #2E6DA2;
}

.produtos .conteudo-texto{
    border: #0065A8 solid;
    text-align: center;
    display: inline-block; 
    width: 190px;
    margin: 2px;
    position: relative;
    vertical-align: top;
    height: 100%;
}

.produtos .conteudo-texto .imagem {
    width: 190px;
    height: 150px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}

.produtos .conteudo-texto .imagem img {
    margin-left: -5px;
}

.produtos .conteudo-texto .imagem img.sem-foto {
    width: 190px;
    height: 150px;
    margin-left:0;
}

/**********************************/
/*BOTOES*/
/**********************************/

.botao-azul, .botao-verde, .botao-vermelho, .botao-edicao {
    display: inline-block;
    color: #e8e7e7;
    padding: 2px 15px 3px 15px;
    cursor: pointer;
    margin: 5px;
    font-weight: bold;
    border-radius: 5px;
}

.botao-edicao{
    color: #9D9D9D;
    border: 1px #9D9D9D solid;
}

.botao-edicao:hover{
    color: #333333;
    border: 1px #333333 solid;
}

.botao-azul{
    background: #009999 !important;
    border: 1px solid #00b7b7;
}

.botao-azul:hover{
    background: #007777 !important;
}

.botao-verde:hover{
    background: #007700;
}

.botao-vermelho:hover{
    background: #990000;
}

/**********************************/
/*GRADIENTES*/
/**********************************/

.gradient-azul, .box .title, .botao-azul, .menu-item{
    filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#135891', EndColorStr='#125287');
    background: -webkit-gradient(linear, left top, left bottom, from(#135891), to(#125287));
    background: -moz-linear-gradient(top, #135891, #125287);
}

.gradient-verde , .botao-verde{
    background: #007e00;
    border: 1px solid #009801;
    /*    filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#00C100', EndColorStr='#007700');
        background: -webkit-gradient(linear, left top, left bottom, from(#00C100), to(#007700));
        background: -moz-linear-gradient(top, #00C100, #007700);*/
}

.gradient-vermelho, .botao-vermelho{
    filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#E90000', EndColorStr='#990000');
    background: -webkit-gradient(linear, left top, left bottom, from(#E90000), to(#990000));
    background: -moz-linear-gradient(top, #E90000, #990000);
}

.gradient-branco, .box-login .box-title  {
    background: #0065A8;
    color: white;
}

.editar-conteudo{
    margin-top: 13px;
}

.excluir-menu{
    color: white;
    font-weight: normal;
    margin: 7px;
    width: 89%;
    text-align: center;
}

/*IMAGESCROLL*/

/* Area di scorrimento */
#left {
    width: 100%;
    height: 335px;
    overflow: hidden;
    padding: 0px;
    clear: both;
}

/* Immagini */
#left img {
    height: 335px;
    margin: 0px;
    border: 0px;
    clear:both;
}

.rodape table td{
    background: none;
    border: none;
}

#editarConteudoRodape{
    text-align: center;
}

div.titulo{
    text-align: left;
    text-transform: uppercase;
}

div.titulo img{
    vertical-align: middle; 
    margin-right: 5px;
}

.elemento{
    border-top: 1px solid #3C76A6;
    text-align: left;
    width: 100%;
    position: relative;
    padding: 10px 0 10px 0;
}

.elemento:first-child{
    border-top: none;
    padding-top: 0;
}

.elemento span{
    color: yellow;
    font-style: italic;
}

.elemento .elemento-direita{
    float: right;
}

.elemento .excluir{
    display: block;
    text-align: center;
    margin-top: 15px;
}

.elemento .descricao{
    margin-top: 10px;
}

.elemento img{
    max-width: 170px;
    border: 1px solid #A0BCD3;
    float: left;
    position: relative;
    margin-right: 10px;
    border-radius: 5px;
}

.produto{
    display: table;
    border-spacing: 0px !important;
}

.produto .titulo{
    display: inline-block;
}

table.none, table.none tr, table.none td, table.none th{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.modal, .texto-ckeditor-admin{
    color: initial;
}

.texto-ckeditor-admin{
    background-color: white;
    padding: 10px;
}