﻿/* CSS Document*/

@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTC55F.ttf'); /*if IE */
    src: local("PT Sans Caption"), url("../content/fonts/PT SANS/PTC55F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTN57F.ttf'); /*if IE */
    src: local("PT Sans Narrow"), url("../content/fonts/PT SANS/PTN57F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS55F.ttf'); /*if IE */
    src: local("PT Sans"), url("../content/fonts/PT SANS/PTS55F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Caption Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTC75F.ttf'); /*if IE */
    src: local("PT Sans Caption Bold"), url("../content/fonts/PT SANS/PTC75F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTN77F.ttf'); /*if IE */
    src: local("PT Sans Narrow Bold"), url("../content/fonts/PT SANS/PTN77F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS56F.ttf'); /*if IE */
    src: local("PT Sans Italic"), url("../content/fonts/PT SANS/PTS56F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS75F.ttf'); /*if IE */
    src: local("PT Sans Bold"), url("../content/fonts/PT SANS/PTS75F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS76F.ttf'); /*if IE */
    src: local("PT Sans Bold Italic"), url("../content/fonts/PT SANS/PTS76F.ttf") format("truetype"); /* non-IE */
}


/* ------------------------------------------------------------------------ Genericos */
input,select,textarea{
    -webkit-user-select: text;
}
body {
    background-color:#ffffff;
    text-align:center;
    font-family: 'PT Sans';
    font-size: 14px;
    color:#333333;
    padding:0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}

p 
{
    margin: 0px;
    padding: 0px;
}

p a, span a {
    text-decoration: none;
}

p a:hover, span a:hover {
    border-bottom: 1px solid #cccccc;
}

a {
    cursor:pointer;
}
a.link {
    color: #6a6a6a;
    text-decoration: none;
}

a.link:hover, a.link:hover {
    border-bottom: 1px solid #cccccc;
}

a.temalink {
    /*color: #6a6a6a!important;
    text-decoration: underline!important;*/
    color: #45b2b5;
    text-decoration: none;
}

a.temalink:hover, a.temalink:hover {
    /*color: #45b2b5!important;
    text-decoration: underline!important;*/
    border-bottom: 1px solid #45b2b5;
}
.titulo_tema {
  color: #000000;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 29px;
}

.tipologia, .tipologia a{
    color: #86a8a6;
    font-size: 15px;
}
a img
{
    cursor: pointer;
    border: 0px; 
}	

:focus {
    outline:none;
}

input.rounded {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    color: #999999;
    font-family: Trebuchet MS;
    outline: 0;
    -webkit-appearance: none;
    height: 40px !important;
    width: 230px !important;
}

input.rounded:focus {
    border-color: #000000;
}

input:focus {
    height: 27px;
    outline:none;
	border:1px solid #45ada6; 
}

#content {
	margin:0px auto;
	text-align: center;
	width: 100%;
    min-width: 500px; /* caixa de pesquisa */
}

/* Header */
#header {
	margin:0 auto;
	text-align:center;
	height: 40px;
    background-color: #169890;
    margin-bottom: 1px;
}

.header_menu
{
    float: left;
    width: 70px;
    height: 40px;
    vertical-align: middle;
}

    .header_menu a, .nav_menu a
    {
        color:#ffffff;
        text-decoration: none;
        height: 40px;
        width: 70px;
    }

    .header_menu a:hover,.header_menu:hover, .nav_menu a:hover, .nav_menu:hover
    {
        color:#ffffff;
        text-decoration: none;
        background-color: #45ada6;
        height: 40px;
    }
        .header_menu a:focus, .nav_menu a:focus {
            height: 40px;
        }
    .header_menu a div:first-of-type
    {
        background-image: url(../images/menu.png);
        background-repeat: no-repeat;
        height: 40px;
        width: 51px;
        float: left;
    }
    .header_menu a div:last-of-type
    {
        float: left;
        height: 40px;
        line-height: 40px;
    }

.header_proj, .header_pessoa, .header_lugar, .header_temas, .header_galeria,.header_col, .header_proc {
    float: left;
    min-width: 118px;
    width: 13%;
    height: 40px;
}

.nav_proj a, .nav_pessoa a, .nav_lugar a, .nav_tema a, .nav_galeria a,.nav_col a, .nav_proc  a,
.header_proj a, .header_pessoa a, .header_lugar a, .header_temas a, .header_galeria a,.header_col a, .header_proc  a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
    display: block;
}

.nav_proj:hover, .nav_pessoa:hover, .nav_lugar:hover, .nav_tema:hover, .nav_galeria:hover,.nav_col:hover, .nav_proc:hover,
.nav_proj a:hover, .nav_pessoa a:hover, .nav_lugar a:hover, .nav_tema a:hover, .nav_galeria a:hover,.nav_col a:hover, .nav_proc a:hover,
.header_proj:hover, .header_pessoa:hover, .header_lugar:hover, .header_temas:hover, .header_galeria:hover,.header_col:hover, .header_proc:hover ,
.header_proj a:hover, .header_pessoa a:hover, .header_lugar a:hover, .header_temas a:hover, .header_galeria a:hover,.header_col a:hover, .header_proc a:hover {
    color:#ffffff;
    background-color: #45ada6;
}

.header_proj div:first-of-type, .header_pessoa div:first-of-type, .header_lugar div:first-of-type, .header_temas div:first-of-type, .header_galeria div:first-of-type,.header_col div:first-of-type, .header_proc div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
}
.header_proj div:last-of-type, .header_pessoa div:last-of-type, .header_lugar div:last-of-type, .header_temas div:last-of-type, .header_galeria div:last-of-type,.header_col div:last-of-type, .header_proc div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}
.header_proj div:first-of-type,.nav_proj div:first-of-type
{
    background-image: url(../images/projecto.png);
    background-repeat: no-repeat;
}

.header_pessoa a div:first-of-type, .nav_pessoa a div:first-of-type
{
    background-image: url(../images/pessoas.png);
    background-repeat: no-repeat;
}

.header_lugar a div:first-of-type, .nav_lugar a div:first-of-type
{
    background-image: url(../images/lugares.png);
    background-repeat: no-repeat;
}

.header_temas a div:first-of-type, .nav_tema a div:first-of-type
{
    background-image: url(../images/temas.png);
    background-repeat: no-repeat;
}

.header_galeria a div:first-of-type, .nav_galeria a div:first-of-type,.nav_col a div:first-of-type
{
    background-image: url(../images/galeria.png);
    background-repeat: no-repeat;
}

.header_col a div:first-of-type, .nav_col a div:first-of-type
{
    background-image: url(../images/colecoes.png);
    background-repeat: no-repeat;
}


.header_proc a div:first-of-type, .nav_proc a div:first-of-type
{
    background-image: url(../images/procurar.png);
    background-repeat: no-repeat;
}

.menusel {
    background-color: #45ada6;
}

/* Menu */
.divtopM {
    float:left;
    width:140px; 
    height:30px
}
    .divtopM a {
        width:140px; 
        height:30px;
        display:block;
    }

.divtopL {
    width:240px; 
    height:30px;
}

    .divtopL a {
        width:140px; 
        height:30px;
        display:block;
    }

.openML {
    position:absolute; 
    z-index:1;
    top:0;
    float:left;
    left:10px;
    width:100px;
    height:40px;
}
#menulat {
    float:left; 
    position:absolute; 
    left:0; 
    top:41px;
    display:none;
    z-index:1000;
    background-color: #169890;
    width: 130px;
    height: 320px;
    padding-top: 5px;   
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    text-align: left;
}

.nav_proj, .nav_pessoa, .nav_lugar, .nav_tema, .nav_galeria, .nav_col,.nav_proc {
    min-width: 130px;
    height: 40px;
}
.nav_proj div:first-of-type, .nav_pessoa div:first-of-type, .nav_lugar div:first-of-type, .nav_tema div:first-of-type, .nav_galeria div:first-of-type,.nav_col div:first-of-type, .nav_proc div:first-of-type
{    
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
}

.nav_proj div:last-of-type, .nav_pessoa div:last-of-type, .nav_lugar div:last-of-type, .nav_tema div:last-of-type, .nav_galeria div:last-of-type, .nav_col div:last-of-type,.nav_proc div:last-of-type
{
    height: 40px;
    line-height: 40px;
}

.nav_menu
{
    width: 120px;
    height: 40px;
    vertical-align: middle;
}
   .nav_menu a div:first-of-type
    {  
        background-image: url(../images/inicio.png);
        background-repeat: no-repeat;
        float: left;
        height: 40px;
        width: 51px;
    }

    .nav_menu a div:last-of-type
    {
        height: 40px;
        line-height: 40px;
    }

/* Header pesquisa */
.geral_texto_pesquisa
{
    height: 27px;
    line-height: 27px; 
    width: 387px; 
    background-color: #ffffff;
    border: 1px solid #ffffff;
    background-repeat:no-repeat; 
    padding: 0px; 
    margin: 0px; 
    vertical-align: middle;
    text-align: left; 
    font-size: 12px;
}
    
.barra_cinza_claro
{
    height: 45px; 
    background-color: #f2f2f2;
    vertical-align:middle;
    text-align: center;
    margin-bottom: 1px;
}

/* Content */

#wrapper1 {
	text-align:left;
	width:100%;
}

/* Footer */
#margemBottom {
    height: 73px;
    width: 100%;
    background: #ffffff;
}

.rodape_inf {
    font-weight: normal;
    font-size:12px;
}

 .rodape_inf div:first-of-type, .rodape_inf div:nth-child(2) {
        float: left;
        padding-left: 25px;
        line-height: 73px;
    }

  .rodape_inf div:first-of-type a{
        height: 20px;
        line-height: 20px;
        padding: 7px;
        text-decoration: none;
        background-color: #169890;
        color: #ffffff;
        display: inline-block;
        font-size:14px;
    }

  .rodape_inf div:first-of-type a:hover{
        text-decoration: none;
        color:#ffffff;
        background-color: #45ada6;
    }

  .rodape_inf div:last-of-type {
        float: right;
        padding-right: 25px;
    }

    .rodape_inf a {
        text-decoration: none;
        color: #000000;
    }
     .rodape_inf a:hover {
        text-decoration: underline;
    }

     .rodape_inf img:first-child {
        width: 273px;
        height: 73px;
    }
      .rodape_inf img:nth-child(2) {
        width: 193px;
        height: 73px;
    }

    .rodape_esq {
        float: left;
        padding-left: 25px;
        padding-right: 20px;
        line-height: 30px;
        text-align: left;
        color: #000000;
        font-weight: normal;
        font-size:12px;
        height: 25px;
        vertical-align: middle;
    }

     .rodape_esq a {
        text-decoration: none;
        color: #000000;
    }
     .rodape_esq a:hover {
        text-decoration: underline;
    }

.rodape_imgright a{
     float:left;
     background-image: url("../images/logo_fotter_acoa.png");
     background-size: 100%;
}
.rodape_imgright a:hover {
     background-image: url("../images/logo_fotter_acoa_over.png");
     background-size: 100%;
}

.rodape_a {
    width:322px!important;
    height: 73px!important;
}
.rodape_i {
    width:144px!important;
    height: 73px!important;
}
/* mapa */
#map_canvas
{
    z-index: 0; 
    width: 100%; 
    height: 100%;
    position: absolute;
}

#map_canvas .info_window
{
    /*width: 300px;
    min-width: 150px;*/
    min-height: 100px;
    overflow-x: hidden;
}

#map_canvas .info_window img.local
{
    width:150px!important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#map_canvas .info_window img.pp
{
    /*width: 20px!important;*/
    height: 20px!important;
    vertical-align: middle;
    padding-right: 5px;
}

#map_canvas .info_window img.iconp
{
    /*width: 12px!important;*/
    height: 12px!important;
    vertical-align: middle;
    padding-right: 5px;
}

#map_canvas .info_window p
{
    text-decoration: none;
}
#map_canvas .info_window a:hover
{
    text-decoration: underline;
}

.gm-style div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) {
    border: 1px solid #45b2b5;
}

.info_window_titulo {
    color: #45b2b5;
    font-size: 13px;
    padding-bottom: 5px;
}
.info_window_texto {
    color: #6a6a6a;
    font-size: 11px;
    line-height: 29px;
    border-top: 1px solid #cccccc;
    width: 100%;
    display: inline-block;
    text-align: left;
}

.info_window_texto a {
    color: #6a6a6a;
    font-size: 11px;
    line-height: 29px;
    text-decoration: none;
}

.info_window_texto a:hover {
    border-bottom: 1px solid #cccccc;
}
.info_window_fotografo {
    color: #999999;
    font-size: 11px;
    padding-bottom: 5px;
    padding-right: 33px;
    text-align: right;
}

.labels {
    color: #169890;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 150px;     
    white-space: nowrap;
}

/* Galeria de imagens */
table.item td, table.item td img {
  position:relative;
}
table.item td img {
  z-index:-1;
}
table.item td div.div_img_file {
  position:absolute;
  bottom:0;
  color:#999999;
  width:100%;
}

table.item {
    border:0px;
}
        .loader
        {
            height: 40px;
            width: auto;
        }
        .item
        {
            width: 250px;
            height: 160px;
        }
        .item .body
        {
            height: 160px;
            width: 250px;
            max-height: 160px;
            max-width: 250px;
            border: 0px;
        }

        .item .image
        {
            height: 160px;
            width: auto;
            border: 0px;
        }
        .item .div_img_file
        {
            height: 160px;
            overflow: hidden;
            border: 0px;
        }

        .item .div_img_file a
        {
            height: 160px;
            width: 100%;
            display: block;
            display: inline-block;
            text-decoration: none;
            color: #000000;
        }

        .item .div_img_file a div {
            display: none;
            top:0;
            left:0px;
            width:250px;
            height: 160px;
            line-height: 160px;
            position: absolute;
            font-size: 14px;
            color:#666666;
        }

            .item .div_img_file a div img{
                height:30px;
                width: 30px;
                display: inline-block;
                z-index: 200;
                position: absolute;
                bottom: 20px;
                left: 40%;
            }

        .item .div_img_file a:hover div {
            display: block;
            height: 160px;
            display: inline-block;
            background: rgba(241,242,243,0.85);
        }​

        .item .footer
        {
            height: 50px;
        }

        /* Galeria */
        table.itemg td, table.itemg td img {
          position:relative;
        }
        table.itemg td img {
          z-index:-1;
        }
        table.itemg td div.div_img_fileg {
          position:absolute;
          bottom:0;
          color:#999999;
          width:100%;
          z-index: 1000;
        }

        table.itemg {
            border:0px;
        }
        .itemg
        {
            width: 250px;
            height: 160px;
            overflow: hidden;
        }
        .itemg .body
        {
            height: 150px;
            width: 24px;
            max-height: 150px;
            max-width: 240px;
            border: 0px;
        }

        .itemg .image
        {
            height: 150px;
            width: auto;
            border: 0px;
        }
        .itemg .div_img_fileg
        {
            height: 150px;
            overflow: hidden;
            background-color: #f2f2f2;
            border: 10px solid #ffffff;
        }

        .itemg .div_img_fileg a
        {
            height: 150px;
            width: 240px;
            display: block;
            display: inline-block;
            text-decoration: none;
            color: #000000;
        }

        .itemg .div_img_fileg a div {
            display: none;
            top:0;
            left:0px;
            width:240px;
            height: 150px;
            line-height: 150px;
            position: absolute;
            font-size: 14px;
            color:#666666;
        }

            .itemg .div_img_fileg a div img{
                height:30px;
                width: 30px;
                display: inline-block;
                z-index: 200;
                position: absolute;
                bottom: 20px;
                left: 40%;
            }

        .itemg .div_img_fileg a:hover div {
            display: block;
            height: 150px;
            display: inline-block;
            background: rgba(241,242,243,0.85);
        }​

/* número de colunas */
.column3 {
    float: left;
    width: 32%;
    padding-right: 2%;
}

.column3_two {
    float: left;
    width: 32%;
    padding-right: 2%;
}

.column3_last {
    float: right;
    width: 30%;
    padding-right: 0%;
}

.column3 a {
    height: 29px;
    width: 100%;
    display: block;
    text-decoration: none;
}

.column3 a:hover {
    border-bottom: 1px solid #45b2b5;
}

.column3 img {
    float: left;
}
.column2 {
    float: left;
    width: 77%;
    padding-right: 2%;
}
.column2_last {
    float: left;
    width: 20%;
    min-width:180px;
}

/* texto */
.titulo, .titulo a {
    color: #45b2b5;
    font-size: 15px;
    padding-bottom: 5px;
    line-height:29px;
}

.titulo_analitico {
    color: #45b2b5;
}

.texto_col1, .texto_coli, div.texto_coli {
    color: #000000;
    font-size: 13px;
    padding-bottom: 5px;
    padding-left: 45px;
    line-height:16px;
}

.texto_col2 {
    color: #000000;
    font-size: 13px;
    padding-bottom: 5px;
    line-height:16px;
}

.texto_coli {
    line-height: 29px;
}
    .texto_col1 a, .texto_coli a,.texto_col2 a {
        text-decoration: none;
        color: #000000;
    }
    .texto_col1 a:hover, .texto_coli a:hover, .texto_col2 a:hover {
        color:#45ada6;
        text-decoration: none;
        border-bottom: 1px solid #45ada6;
    }
/* Ficha informante */
#ficha 
{
    color: #666666;
    padding-top: 38px;
    width: 90%;
    margin: 0 auto;
}

#ficha_informante 
{
    color: #666666;
    width: 90%;
    margin: 0 auto;
}

#ficha_tema
{
    color: #666666;
    width: 95%;
    margin: 0 auto;
}
.texto_fichaM {
    width: 73px;
    height: 45px;
    line-height: 45px;
    color: white;
    font-weight: normal;
    float: left;
}

div.texto_fichaM a, div.texto_fichaM a:hover {
    text-decoration: none;
    color: white;
    height: 29px;
    width:75px;
    display: block;
    vertical-align: middle;
}

.pessoa_link {
    width: 200px;
    height: 40px;
    line-height: 40px;
    float: right;
    vertical-align: middle;
}
.pessoa_link a{
   text-decoration: none;
   color: #999999;
   height: 40px;
}

.pessoa_entrevista {
    width: 200px;
    height: 40px;
    background-color: #45ada6;
    float: right;
    margin-bottom: 10px;
}

.pessoa_entrevista a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
}

.pessoa_entrevista:hover, .pessoa_entrevista a:hover
 {
    color:#ffffff;
    background-color: #45ada6;
}

.pessoa_entrevista div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/pessoas.png);
    background-repeat: no-repeat;
}
.pessoa_entrevista div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}
.pesqpessoas{
    margin: 0 auto;
    width: 500px;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    padding-top: 6px;
}
.pesquisa_entrevista {
    width: 200px;
    height: 40px;
    background-color: #45ada6;
    float: right;
    margin-bottom: 10px;
}

.pesquisa_entrevista a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
}

.pesquisa_entrevista:hover, .pesquisa_entrevista a:hover
 {
    color:#ffffff;
    background-color: #45ada6;
}

.pesquisa_entrevista div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/procurar.png);
    background-repeat: no-repeat;
}
.pesquisa_entrevista div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}

.pessoa_resumos {
    width: 200px;
    height: 40px;
    background-color: #45ada6;
    float: right;
    margin-bottom: 10px;
}

.pessoa_resumos a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
}

.pessoa_resumos:hover, .pessoa_resumos a:hover
 {
    color:#ffffff;
    background-color: #45ada6;
}

.pessoa_resumos div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/resumos.png);
    background-repeat: no-repeat;
}
.pessoa_resumos div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}


.lugares_entrevista {
    width: 200px;
    height: 40px;
    background-color: #45ada6;
    float: right;
    margin-bottom: 10px;
}

.lugares_entrevista a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
}

.lugares_entrevista:hover, .lugares_entrevista a:hover
 {
    color:#ffffff;
    background-color: #45ada6;
}

.lugares_entrevista div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/lugares.png);
    background-repeat: no-repeat;
}
.lugares_entrevista div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}

.pesquisalugar {
    margin: 0 auto;
    width: 500px;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    padding-top: 6px;
}
.documentos_entrevista {
    width: 200px;
    height: 40px;
    background-color: #45ada6;
    float: right;
    margin-bottom: 10px;
}

.documentos_entrevista a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
    width: 100%;
    display: block;
}

.documentos_entrevista:hover, .documentos_entrevista a:hover
 {
    color:#ffffff;
    background-color: #45ada6;
}

.documentos_entrevista div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/galeria.png);
    background-repeat: no-repeat;
}
.documentos_entrevista div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}

/**/
.documentos_pesquisa {
    width: 200px;
    height: 40px;
    background-color: #45ada6;
    float: right;
    margin-bottom: 10px;
}

.documentos_pesquisa a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
    width: 100%;
    display: block;
}

.documentos_pesquisa:hover, .documentos_pesquisa a:hover
 {
    color:#ffffff;
    background-color: #45ada6;
}

.documentos_pesquisa div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/documentos_electronicos.png);
    background-repeat: no-repeat;
}
.documentos_pesquisa div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}
/***/

.documentos_pdf {
    width: 200px;
    height: 40px;
    background-color: #45ada6;
    float: right;
    margin-bottom: 10px;
}

.documentos_pdf a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
}

.documentos_pdf:hover, .documentos_pdf a:hover
 {
    color:#ffffff;
    background-color: #45ada6;
}

.documentos_pdf div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
}
.documentos_pdf div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}


.navegacao_pessoa {
    margin: 0 auto;
    width: 545px;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    padding-top: 6px;
}

    .navegacao_pessoa span img {
        float: left;
    }

/* Dropdowlist */
.grande {
    height: 40px;
    line-height: 40px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    padding: 0px;
    margin: 0px;
}

#a_pesquisar
{
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

#a_pesquisar * {
    vertical-align: middle;
    line-height: 45px;
    display: inline-block;
}

/* pesquisa */
.pesquisalivre {
    margin: 0 auto;
    width: 500px;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    padding-top: 6px;
}
.button {
    background: url("../images/b_ok2.png") no-repeat top left;
}

.button:hover {
    background: url("../images/b_ok_over.png") no-repeat top left;   
}

        .button, .button:hover
        {
            border: none;
            width: 70px;
            height: 29px;
            line-height: 29px;
            cursor: pointer;
            background-repeat: no-repeat;
            text-decoration: none;
            background-size: 70px 29px;
            display: inline-block;
            vertical-align:middle;
        }
        .buttonreset {
            background: url("../images/b_limpar.png") no-repeat top left;
        }

        .buttonreset:hover {
            background: url("../images/b_limpar_over.png") no-repeat top left;
        }

        .buttonreset, .buttonreset:hover
        {
            padding: 0px!important;
            margin-right: 10px!important;
            border: none!important;
            width: 79px!important;
            height: 29px!important;
            cursor: pointer;
            text-decoration: none;
            color: transparent;
            background-repeat: no-repeat;
            background-size: 79px 29px;
            vertical-align:middle;
        }
input[type=image]{
    display: inline-block;
}

#pesquisa_erro
{
    font-size: 18px;
}

.div_pesquisa_erro
{
    padding-top: 20px;
    float: left;
    padding-left: 38px;
    width: 98%;
}

#pesquisa_avancada {
    display: block;
    border-width: 0;
    text-decoration: none;
    background-color: #f2f2f2;
}

#pesquisa_geral
{
    display: block;
    border-width: 0;
    text-decoration: none;
    background-color: #f2f2f2;
    padding-top: 58px;
}

.pesquisa-row {
    vertical-align: top;
    display: block;
}

.especifica-texto {
    width: 250px ! important;
    float: left;
    display: inline;
}

.especifica-texto-intro {
    display: block;
    clear: both;
}

.especifica-texto-especifica {
    float: left;
    display: inline;
}

.especifica-campo {
    float: right;
    height: 40px;
    width: 230px;
}

.dd-container {
    position: relative;
}

.dd-container, .dd-select {
    border: 1px solid #ececec !important;
    height: 40px !important;
    vertical-align: top;
}

.dd-selected {
    display: inline !important;
    float: left !important;
}

.dd-pointer {
    position: absolute;
    right: 0px!important;
    color: #ffffff;
    top: 0%! important;
    margin-top: 0px!important;
}

.dd-pointer-down {
    background-image: url("../images/down.png") !important;
    background-repeat: no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    -moz-border-bottom-colors: none !important;
    -moz-border-image: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: transparent !important;
    border-right: 0px !important;
    border-style: solid !important;
    border-width: 0px !important;
    display: inline;
    float: right;
    border: solid 5px transparent;
    border-top: solid 5px #000;
}

.dd-pointer-up
{
    background-image: url("../images/up.png") !important;
    background-repeat: no-repeat !important;
    width: 40px !important;
    height: 40px !important;  
    -moz-border-bottom-colors: none !important;
    -moz-border-image: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-right: 0px !important;
    border-width: 0px !important;
    border-bottom: none !important;
    border-style: none !important;
    display: inline;
    float: right;
}

.check_box {
    border: 1px solid #ECECEC;
    border-radius: 2px 2px 2px 2px;
    background-color: #EEEEEE;
    color: #999999;
    height: 40px;
    width: 230px;
    float: left;
    display:inline;
}

.especifica-campo-1, .especifica-campo-2, .especifica-campo-3 {
    float: left;
    display: inline;
    padding-right: 7px;
}

.dd-options {
    max-height: 300px;
}
/* Video entrada */
.js-video {
  height: 0;
  padding-top: 0px;
  padding-bottom: 64.5%;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

a.salta {
    position: absolute;
    display:block;
    top: 60%;
    right:20px;
    float: right;
    background-image: url(../images/entrada.png);
    background-repeat: no-repeat;
    height: 138px;
     width: 792px;
}
a:hover.salta{
    position: absolute;
    display:block;
    top: 60%;
    right:20px;
    float: right;
    background-image: url(../images/entrada_over.png);
    background-repeat: no-repeat;
    height: 138px;
    width: 792px;
}
/* Timeline */
#mytimeline {
    font-size: 10px;
}

.icon_timeline {
    vertical-align: middle;
    margin-right: 10px!important;
    margin-bottom: 10px!important;
    border: none!important;
    width: 34px;
    float: left;
}

/* Temas */
.temas {
    background-color:#169890;
    padding:7px;
    margin: 10px 5px;
    float: left;
}

.temas a
{
    text-decoration:none;
    color: #ffffff;
}

.temas:hover, .temas a:hover{
    background-color:#45ada6;
}

.temas_sel {
    
    background-color: #cccccc;
    padding:7px;
    margin: 10px 5px;
    float: left;
    color: #ffffff;
}

    .temas_sel a {
        color: #45ada6;
        text-decoration: none;
    }

     .temas_sel:hover, .temas_sel a:hover {
        color: #ffffff;
        text-decoration: none;
        /*border-bottom: 1px solid #45ada6;*/
        background-color: #45ada6;
    }

@media screen and (max-width: 1020px) {
   .header_proj, .header_pessoa, .header_lugar, .header_temas, .header_galeria,.header_col, .header_proc {
        display: none;
    }

   .column3,.column3_two, .column2, .column2_two, .column3_last {
        float: none;
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }

   #img_home {
        max-width: 764px;
    }
}

@media screen and (max-width: 640px) {

       #img_home {
        max-width: 600px;
    }
}

/*imagens dos vídeos*/
table#dlImages {
    margin: 0 auto;
}

#path_txt2 a 
{
    color: #000000 !important;
}

#path_txt2 strong
{
    color: #000000 !important;
}

span.setav 
{
	color: #6e6e6e;
}

div.pesquisa-main div.pesquisa-row_new
{
	padding-bottom: 10px;
	border: 0px;
	color: #999999;
	width: auto;
	float: left;
	clear: both;
	width: 690px;
}

div.pesquisa-main
{
	margin: 0px auto;
	width: 690px;	
}

div.pesquisa-main p
{
	color:#555555;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
}

div.pesquisa-main div.pesquisa-row
{
	padding-top: 15px;
	border: 0px;
	color: #999999;
	width: auto;
	float: left;
	clear: both;
}

div.pesquisa-main div.pesquisa-row p
{
	color: #999999;
	text-align: left;
	margin-bottom: 10px;
}

div.pesquisa-main label.multi
{
	color: #999999;
	text-align: left;
	font-weight: bold;
	text-align: left;
}

.imagens_sugestao_wrapper 
{
    display: table;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 3px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
}

tabcontent{
	display:none;
}

div.pesquisa-barra
{
	margin:0px auto;
	border:0px;
	padding:0px;
    height: 45px;
    line-height:45px;
}

div.pesquisa-barra div.barra-imagem
{
	width: 227px;
	float:left;
	text-align: left;
	color:#6e6e6e;
	padding:1px;
	height:20px;
}

div.pesquisa-barra div.barra-modo
{
	width: 437px;
	float: right;
	text-align: right;
	color:#6e6e6e;
	padding:1px;
	height:20px;
}

div.pesquisa-barra div.barra-submit
{
	width: 227px;
	float:left;
	text-align: left;
	color:#6e6e6e;
	padding:1px;
	height:20px;
}

div.pesquisa-barra select
{
	margin-top: 1px;
	vertical-align: middle;
	border:solid 1px #333333;
}

#especifica {
    width: 100%;
    margin: 0 auto;
}

div.guiada_item_galeria
{
	width:160px;
	color:#999999;
	font-weight:normal;
	float:left;
	margin:0px auto;
	padding:0px;
	border:0px;
	height: 35px;
}

/* Temas */

.item_ev_div
{
    height: 58px;
    width: auto;
    float:left;
    margin:0 auto;
    overflow:hidden;
    padding-top: 17px;
}
.item_ev
{
    text-align: center;
    font-size: 12px;
    text-decoration:none;
    color: #000000;
    vertical-align:middle;
    height: 16px;
    min-width:25px;
    cursor: pointer;
}

.item_ev_select {
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: white;
    vertical-align: middle;
    height: 16px;
    min-width: 25px;
    color: #169890;
    cursor: pointer;
}
a .item_ev_select, a .item_ev {
    height: 20px;
    text-decoration: none;
    color: White;
}


.a_azul_link, .cinza_fv {
    color: #169890;
}

.a_azul_link:hover {
    color: #169890;
}

.separador_azul {
    background-color: #f3f3f3;
    height: 20px;
    padding: 4px 2px 2px 2px;
    width: 520px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: table;
}

.headf {
    text-align:right;
    line-height:45px;
    height: 45px;
    float:right;
    vertical-align: middle;
}

.headf div{
    display: inline-block;
    width: 333px;
    height: 29px;
    line-height: 45px;
    margin-top: 8px;

    background-image: url(../images/auscultadores_of.png);
    background-repeat: no-repeat;
}
.headf div:hover{
    background-image: url(../images/auscultadores_on.png);
    background-repeat: no-repeat;
}


/* Ficha da pessoa - mostrar ficha técnica */
#ft_autor {
    margin-bottom: 10px;
    float: right;
    vertical-align:middle;
    width: 240px;
    clear: both;
}

#ft_show
{
    margin-bottom: 10px;
    float: right;
    text-align: left;
    text-decoration:none;
    color: #169890;
    vertical-align:middle;
    background-color: #cccccc;
    width: 240px;
    height: 40px;
}

#ft_show a {
    color:#169890;
    text-decoration: none;
    height: 40px;
    width: 100%;
    display: block;
}

#ft_show a div, #ft_show div
{
    background-repeat: no-repeat !important;
    display: inline;
    border: none!important;
    margin: 0px;
    padding: 0px;
}
#ft_show:hover, .ft_show a:hover
 {
    color:#169890;
    background-color: #cccccc;
}

#ft_show div:nth-child(1)
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/ficha_tecnica_verde.png);
    background-repeat: no-repeat;
}
#ft_show #ft_div2
{
    float: left;
    height: 40px;
    line-height: 40px;
}

.ft_mais
{
    background-image: url("../images/seta_baixo.png") !important;
    position: relative;
    float: left;
    left: 150px;
    width: 40px;
    height: 40px;
    display: block;
}

.ft_menos
{
    background-image: url("../images/seta_up.png") !important;
    position: relative;
    float: left;
    left: 150px;
    width: 40px;
    height: 40px;
    display: block;
}

.maisinf
{
    vertical-align: middle;
    float: left;
    position: absolute;
    color: #169890;
}

a.texto_ficha, a.link_zoom
{
    text-decoration: none;
}

a.texto_ficha:hover, a.link_zoom:hover
{
    text-decoration: underline;
    color:#999999!important;
}

/* Galeria */
#detalhe {
	border: 0px;
	padding:0px;	
	width: 100%;
	vertical-align:top;
	text-align:left;
	clear:both;
	margin-bottom: 0px;
	min-height: 350px;
    margin: 0 auto;
	max-width: 1280px;
}
 #detalhe .cesquerda {
	    width: 35%;
	    float: left;
        height: auto;
        margin-bottom: 20px;
        margin-left: 5%;
        overflow: hidden;
    }
         #detalhe .cesquerda a 
        {
	        text-decoration: none;
        }

    #detalhe .cdireita {
        width: 50%;
        margin-left: 5%;
        margin-right: 5%;
	    float: left;
        margin-bottom: 20px;
    }
        
     #detalhe .cdireita a
    {
	    text-decoration: none;
        height: 100%;
        border-bottom: 0px!important;
    }

        #detalhe .cdireita a:hover {
            height: 100%;
            border-bottom: 1px solid #333333;
        }
#anterior, #seguinte {
    line-height: 30px;
    text-align: center;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

    #anterior > *, #seguinte > * {
        height:29px;
        width: 50px;
        line-height: 30px;
        display: inline-block;
    }

#anterior a, #seguinte a
,#anterior2 a, #seguinte2 a
{
    color: #ffffff;    
    font-size: 11px;
    text-decoration:none;
}

#anterior a:hover, #seguinte a:hover
,#anterior2 a:hover, #seguinte2 a:hover {
    border-bottom: 1px solid #169890;
}


#anterior2, #seguinte2 {
    color: #ffffff;
    background-color: #169890;
    line-height: 30px;
    text-align: center;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

    #anterior2 > *, #seguinte2 > * {
        padding:5px;
        height:20px;
        width: 60px;
        line-height: 30px;
        display: inline-block;
    }

#detalhe_tema .titulo_fteper {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 34px;
    color: #3d9c6b;
    text-align: right;
    float:right;
    background-color: #f4f4f4;
    margin-right: 50px;
}

    #detalhe_tema .titulo_fteper a {
        line-height: 34px;
        padding: 0px 8px;
    }

.modo_tema {
    width: 95%;
    height: 30px;
    margin: 10px 0 10px 37px;
}
.modo_tema a, .modo_tema span{
        float: right;
        height:30px;
        line-height: 30px;
    }
 .modo_tema a img{
        padding-right: 10px;
        height:30px;
        line-height: 30px;
        width: 50px;
        vertical-align: bottom;
    }

 .cmenut {
    height: 30px;
    width: 110px;
    text-align:right;
}

#nav {
    float: right;
}

    #nav span {
        margin-right: 5px;
        height: 29px;
    }
        #nav span a {
            display: inline-block;
            width: 50px;
            height: 29px;
        }
.titulo_te
{
    font-family: Georgia;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
     color: #169890;
}
.texto_fcasa {
    font-family: 'PT Sans';
    line-height: 22px;
    color: #333333;
    text-align: left;
    margin-bottom: 10px;
}
.texto_fcasar {
    color: #86a8a6;
    line-height: 22px;
}
.titulo_fteper {
    font-family: Georgia;
    font-size: 24px;
    line-height: 40px;
    color: #169890;
    text-align: right;
    float:right;
    background-color: #f4f4f4;
}
.titulo_fteper  a {
    line-height: 40px;
    color: #169890;
    text-align: right;
    float:right;
    background-color: #f4f4f4;
    text-decoration: none;
    padding: 3px 8px;
}

.titulo_fteper:hover, .titulo_fteper a:hover {
    color: #ffffff;
    background-color: #169890;
}

#resumo {
    line-height: 30px;
    margin-bottom: 5px;
}
    #resumo a {
        text-decoration: none;
        color: #000000;
    }
    #resumo a:hover {
        color:#45ada6;
        text-decoration: none;
        border-bottom: 1px solid #45ada6!important;
    }

/* 
   #################################################
   #################################################
   #################################################
   #################################################
   #################################################

*/

#maincol {
	position:relative;
	margin:0;
	
}
#leftcol { 
	float:left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:490px;
	height: auto;
	z-index:100;
	display: block;
	padding-left: 38px;
	margin-bottom: 20px;
	
}
#rightcol {
	float:left;
	min-width: 300px;
	padding-left: 38px;
}

.ft a{
    text-decoration: none;
    color: #666666;
}
.ft a:hover, .ft a:visited{
    text-decoration: underline;
}
#centercol {
	position:relative;
	padding:0 0 0 350px;
	margin-left: 20px;
	}

#centercol_all {
    margin: 0 auto;
    text-align: center;
}

#footer {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	color:#CCC;
	border-top: 1px solid #dbd7d8;
	padding-top: 8px;
}

.menu_central {
    background-color: #ffffff;  
}

.barra_cinza 
{
    width: 100%;
    height: 32px;
    background-color: #efefef;
}

.container1 > div  {
    display: inline-block;
    width: 33%;
}

.col_img { padding: 10px; width: 120px; display: inline; float: left; }
.col_img1 { padding: 10px; width: 250px; display: inline; float: left; }
.col_img img { max-width: 100px; border:1px solid #ccc; }
.col_a { padding-top: 10px; padding-bottom: 10px; float: left; word-break: normal;max-width: 50%; }
.col_b { padding-top: 10px; padding-bottom: 10px; width: 20%;float: right; }

.lista_box
{
	width: auto;
	display: block; 
	height: auto;
    border-bottom: 1px solid #f5f5f5;
    padding: 4px 0px 1px 0px;
    vertical-align: middle;
	background-color: #ffffff; 	
}

.lista_box:hover
{
     background-color: #eff0ef;
}
.lista_box .col_img
{
	float: left;
	margin: 0px auto;
	border: 0px;
	padding-left: 5px;
	width: 25%;
}
.lista_box .col_a
{
	float: left;
	margin: 0px auto;
	border: 0px;
	padding-left: 5px;
	width: 50%;
}
.lista_box .col_b
{
	float: left;
	margin: 0px auto;
	border: 0px;
	padding-right: 3px;
	text-align: left;
    width: 10%;
}

.lista_box .col_b span:hover
{
    border-bottom: 1px solid #45ada6;
    color:#45ada6;
}

#lbtnPrevious, #lbtnNext, #lbtnLast, #lbtnFirst, #dlPaging__ctl0_lnkbtnPaging
{
    cursor: pointer;
    color: #45ada6;
    text-decoration: none;
    font-weight: normal;
}

#lbtnPrevious:hover, #lbtnNext:hover, #lbtnLast:hover, #lbtnFirst:hover, #dlPaging__ctl0_lnkbtnPaging:hover
{
    border-bottom: 1px solid #45ada6;
    color:#45ada6;
    font-weight: bold;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------- */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: block;
	vertical-align: middle;
}
* html .clearfix
{
	height: 1%;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------- Listagem : Album  :: rev */
#listagem {
    max-width: 1280px;
    margin: 0 auto;
}
#listagem_album ul
{
	padding:0px;
	margin-left:5px;
	list-style: none;
}

#listagem_album li
{
	float: left;
	padding: 10px;
	border: 0px;
	list-style: none;
}
.listagem_album
{
	margin: 0 auto;
	padding: 0px;
	border: 0px;
    width: 100%;
}

.listagem_album ul
{
	padding:0px;
	margin-left:5px;
	list-style: none;
}

.listagem_album li
{
	float: left;
	padding: 10px;
	border: 0px;
	list-style: none;
	height: 200px;
}

.listagem_album li a
{
	margin:0px;
	border: none;
}

.listagem_album li a img
{
	position: absolute;
    height: 200px;
}

.listagem_album_lista li a img
{
    position: absolute;
}

.listagem_album_lista
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}

.listagem_album_lista ul
{
	padding:0px;
	margin-left:5px;
	list-style: none;
}

.listagem_album_lista li
{
	float: left;
	padding: 0px;
	border: 0px;
	list-style: none;
	width: 400px;
	height: 200px;
	margin-right: 38px;
}

.listagem_album_lista li a
{
	margin:0px;
	border: none;
}

a.title_tip img 
{
    border: none;
    position: absolute;
}

a.lk_imagem, a.lk_imagem img
{
    border: none !important;
}

.maisinfo {
     background-image: url("../images/maisinfo.png");
    background-repeat:no-repeat; 
    border:none; 
    width: 125px;
    height:31px;
}

.maisinfo:hover {
     background-image: url("../images/maisinfo_over.png");
    background-repeat:no-repeat; 
    border:none; 
    width: 125px;
    height:31px;
}
.paging_resultados
{
    display: inline;
    float:right;
    padding-right: 43px;
    font-size: 16px;
    position: absolute;
    text-align: right;
    right: 0px;
    top: 0px;
}

.paging_resultados a
{
    text-decoration: none !important;
}

td.conteudo {
    vertical-align: top;
    text-align: left;
    vertical-align: top;
}

td.ficha-nome {
    padding: 10px;
    width: 100px;
    vertical-align: top;
    color: #740000;
}

td.ficha-campo {
    padding: 10px;
    vertical-align: top;
}

.ficha-table-main 
{
    padding-bottom: 30px;
    width: 100%; 
    color: #999999;   
}

td.imagem {
    vertical-align: top;
    padding-right: 5px;
    max-height: 100%;
    max-width: 100%;
}

.ficha_campo {color: #169890; width: 100px; float: left; display: table-column;  }
.ficha_descricao { color: #666666; width: auto; display:table-cell;}
    .ficha_descricao a img, .ficha_descricao a img:hover{
        text-decoration: none;
    }

.texto_ficha
{
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    word-break: normal;
}
.texto_ficha_tit
{
    color: #006666;
    font-size: 14px;
    line-height: 22px;
    word-break: normal;
}

.div_legenda_ficha
{
    padding-top: 8px;
    width: 450px;
    float: right;
    padding-right: 28px;
    text-align: right;
}

.tableficha
{
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 10px;
    margin-bottom: 5px;
}

.tableficha tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #f9f9f9;
}
.tableficha th, .table td {
    padding: 0px;
}

.tableficha th, .tableficha td {
    border-top: 0;
}

table.tableficha tr:first-child
{
   border-bottom: 1px solid #cccccc;
}

.tableficha td, .tableficha th
{
    width: 150px;
    font-weight: normal;
	text-align: left;
}

.div_img_ficha
{
    width: 450px;
    float: right;
    padding-right: 28px;
}

div.col_imagem {
    float: right;
    margin: 0;
    border: 0;
    width: 99%;
    text-align: justify;
    line-height: 18px;
    padding-right: 20px;
    padding-left: 30px;
}

.div_pesquisa_erro
{
    height: 45px; 
    background-color: #f2f2f2;
    vertical-align:middle;
}
.barra_cinza_botoes
{
    float:right; 
    padding-right:310px;
    padding-top: 5px;
}

.barra_cinza_escuro
{
    height: 58px; 
    background-color: #b7bbbc;
    vertical-align:middle;
    text-align: center;
    color: Black;
    font-size: 20px;
}

.texto_barra
{
    text-align: center;
    font-size: 20px;
    color: #999;
    vertical-align: middle;
    padding-top: 7px;
}

#geral
{
    padding: 20px 20px 0 20px;
}

.titulo_lista_autor, .titulo_ficha
{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.titulo_lista_autor
{
    float: left;
    padding-left: 38px;
    font-family: Georgia;
}

.titulo_pesquisa
{
    color: #999;
    padding-top: 20px;
    font-size: 18px;
    float: left;
}

.titulo_ficha
{
    vertical-align: middle;
}

.div_titulo_ficha
{
    color: black;
    font-size: 24px;
    vertical-align: middle;
    float: left;
    padding-top: 9px;
}

#nome_autor
{
    float: left;
    padding-top: 9px;
}
.conteudo_pesquisa_parte2, .conteudo_inf
{
    height: 130px;
}
.conteudo_pesquisa_parte2
{
    background-color: #f2f2f2;
}

.lista_letras
{
    display: block !important; 
    left: 0px;
    margin-left: 390px;
    position: absolute;
    min-width:555px;
}

.lista_fotografos
{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;   
    margin-right: auto;
}

.lista_fotografos_letra
{
    margin-left: 390px;
}
.item_autor_letra
{
    vertical-align:middle;
    padding: 0px 0px 2px 2px;   
    text-align: left;
}

.item_autor
{
    padding-left:2px;
    padding-bottom: 8px;
}

.lista_fotos
{
    text-align: left;
    padding-top: 20px;
    padding-left: 38px;
    padding-right: 38px;
}

.autor_inf
{
    width: 80%;
    padding-left: 9%;
    text-align:justify;
    text-justify:inter-word;
}

.lista_fotografos a
{
    text-decoration: none;  
    vertical-align: middle;
    font-size: 20px;
    color: #333333;
}

.link_gm
{
    color: #000000; 
    font-size: 11px !important;    
}

.link_zoom
{
    text-decoration: none;   
    color: #999999;
    font-size: 11px;
}

.geral_texto_objecto, .barra_cinza_claro_right #txtSearch
{
    background-repeat:no-repeat; 
    border:none; 
    padding: 0px; 
    margin: 0px; 
    vertical-align: top;
    text-align: left; 
    padding-left: 5px;  

    height: 36px; 
    width: 210px; 
    background-color: #666666;
    margin-left: 15px;
}

.titulo_lista_autor #txtSearch
{
    height: 45px; 
    width: 175px; 
    background-image: url("../images/box_pesquisar.gif");
    background-repeat:no-repeat; 
    border:none; 
    padding: 0px; 
    margin: 0px; 
    vertical-align: top;
    text-align: left; 
    padding-left: 5px;  
}

.font_i
{
    font-style: italic;
}

.menu_temas
{
    padding-left: 10px;
    padding-right: 10px;    
    width: auto;
    vertical-align:middle; 
    height: 58px; 
}

/*ficha_small_lista*/
.botao_voltar 
{
    right: 0;
    top: 0;
    position: absolute;
    padding-right: 20px;
}

#botao_geral_autor {
    height: 41px;
    padding-top: 3px;
}

.div_img
{
    vertical-align: top;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 100%;
    max-width: 100%;
}

.paddingtop10
{
    padding-top:10px;
}
.paddingright10
{
    padding-right:10px;
}

#zoom_img
{
    height:200px;
    width: auto;
}

.aligncenter
{
    text-align: center;
}

.paddingleft44
{
    padding-left:44px;
    display: inline-block;
}

.corlaranja
{
    color: #d9531e;
}

.ui-autocomplete
{
    text-align: left;
}

#lblPageInfo
{
    font-size: 14px!important;
}

#div_material_show a, #div_tecnica_show a {
    cursor: pointer;
}

#div_material_show a:hover, #div_tecnica_show a:hover {
    color: #d9531e;
    text-decoration: none;
    border-bottom: 1px solid #d9531e;
}


/* Carousel fluid-dg */
#back_to_fluid_dg {
	background: rgba(255,255,255,1);
	clear: both; display: block; line-height: 20px; padding: 20px; position: relative; z-index: 1;
    top:0px;
}
.fluid_container {
	bottom: 0; height: 100%; left: 0; position: fixed; right: 0; top: 83px; z-index: 0;
}
#fluid_dg_wrap_4 {
    left: 0;
	position: fixed; 
    right: 0; 
}
.fluid_dg_bar {
	z-index: 2;
}
.fluid_dg_prevThumbs, .fluid_dg_nextThumbs, .fluid_dg_prev, .fluid_dg_next, .fluid_dg_commands, .fluid_dg_thumbs_cont {
	background: #222;
	background: rgba(255, 255, 255, .8);
}
.fluid_dg_thumbs {
	margin-top: -115px; position: relative; z-index: 1;
}
.fluid_dg_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.fluid_dg_overlayer {
	opacity: .1;
}

/* Rodapé */
.rodape_titulo_projecto,.rodape_titulo_quem,.rodape_titulo_oque,.rodape_titulo_onde,.rodape_titulo_quando,.rodape_titulo_como {
    color: white;
    font-family: Georgia;
    font-weight: normal;
    font-size: 18px;
    float: left;
    width: 100%;
    text-align: center;
}
.rodape_titulo_quem a,.rodape_titulo_oque a,.rodape_titulo_onde a,.rodape_titulo_quando a,.rodape_titulo_como a {
    text-decoration: none;
    color: white;
    height: 31px;
    display: block;
    font-size: 24px;
    line-height: 31px;
}
.rodape_titulo_quem a:hover,.rodape_titulo_oque a:hover,.rodape_titulo_onde a:hover,.rodape_titulo_quando a:hover,.rodape_titulo_como a:hover 
,.rodape_titulo_quem a:active,.rodape_titulo_oque a:active,.rodape_titulo_onde a:active,.rodape_titulo_quando a:active,.rodape_titulo_como a:active{
    cursor: pointer;
    text-decoration: underline;
    color:#ffffff;
}
.div_rodape_titulo_projecto, .div_rodape_titulo_quem, .div_rodape_titulo_oque,.div_rodape_titulo_onde, .div_rodape_titulo_quando, .div_rodape_titulo_como
{
    float: left;
    text-align: left;
    height: 49px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.div_rodape_titulo_projecto
{
    width: 21%;
}
.div_rodape_titulo_como
{
    width: 22%;
}
.div_rodape_titulo_quem, .div_rodape_titulo_oque,.div_rodape_titulo_onde, .div_rodape_titulo_quando
{
    width: 19%;
}

.rodape_texto_projecto, .rodape_texto_quem, .rodape_texto_oque, .rodape_texto_onde, .rodape_texto_quando, .rodape_texto_como {
    color: #ffffff;
    font-weight: normal;
    font-size:12px;
    margin-top: 5px;
    height: 35px;
}

.div_rodape_titulo_projecto {
    margin-left: 1px;
}
.div_rodape_titulo_projecto {
    background-color: #000000;
}

.div_rodape_titulo_quem {
    background-color: #e29104;
    min-width: 150px;
}
.menu_titulo_quem {
    color: #e29104;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 35px;
}

.div_rodape_titulo_oque {
    background-color: #1a4ec6;
    min-width: 120px;
}
.menu_titulo_oque {
    color: #1a4ec6;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 35px;
}

.div_rodape_titulo_onde {
    background-color: #cb3536;
    min-width: 110px;
}
.menu_titulo_onde {
    color: #cb3536;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 35px;
}

.div_rodape_titulo_quando {
    background-color: #279d9d;
    min-width:140px;
}
.menu_titulo_quando {
    color: #279d9d;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 35px;
}

.div_rodape_titulo_como {
    background-color: #487d15;
    min-width: 160px;
}
.menu_titulo_como {
    color: #487d15;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 35px;
}

.menu_titulo_contacto {
    color: #000000;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 35px;
    padding-left: 10px;
}

.pesquisa_menu_abs {

    float: right;
    display: inline;
    vertical-align: middle;
    margin-right: 70px;
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 1000;
    line-height: 35px;
}
.pesquisa_menu_abs a{
    height: 36px;
    width: 36px;
    display: block;
    float: right;
}

    .pesquisa_menu_abs {
        background-color: #f2f2f2!important;
        text-align: right;
        padding-right: 10px;
        font-family: Georgia;
        font-size: 22px;
       padding-top: 5px;
    }

.header_areas {
    float: left;
    vertical-align: middle;
    height: 75px;
}

.header_areas a{
    height: 35px;
    width: 75px;
}
.header_areas a:hover, .header_areas a:active{
    cursor: pointer;
}

.div_localizacao {
    width: 100%;
    height: 33px;
    color: #ffffff;
    background-color: #cb3536;
    background-image: url("../images/Onde/onde_branco.png");
    background-repeat:no-repeat;
    background-position: right 5px center;
}

/* Ficha do objecto */
.texto_tituloficha {
    font-weight: bold;
}

/* Videos - pessoas */
/* Video */
.embed_container {
    position: relative;
    padding-bottom: 45%; /* 16/9 ratio */
    padding-top: 0px; /* IE6 workaround*/
    overflow: hidden;
    background-color: #000000;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
.embed_container iframe,
.embed_container object,
.embed_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe_video {
    width:100%; 
    background-color:#000000;
    margin: 0 auto;
}

/* Video entrada */
#bg video {
    min-height: 100%;
    width: 100%; 
    height: auto; 
    z-index: -100;
    vertical-align: top;
}

#bg {
    width: 100% !important;
    height: 100% !important;
    vertical-align: top;
    margin: 0 auto;
    padding-top: 40px;
}

#margemTop {
    height: 40px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background: #ffffff;
    position: fixed;
}
#margemDireita {
    height: 100%;
    width: 20px;
    top: 0;
    right: 0;
    z-index: 4;
    background: #ffffff;
    position: fixed;
}
#margemEsquerda {
    height: 100%;
    width: 20px;
    top: 0;
    left: 0;
    z-index: 3;
    background: #ffffff;
    position: fixed;
}

.topo_left
{
    min-width: 425px;   
    display: inline-block;
    top: 0px;
    height: 75px;
}

.div_sound {
    position: absolute;
    float: right;
    right: 20px;
    top: 40px;
    z-index: 10;
    height: 40px;
    width: 40px;
    display: block;
}

.vsound{
    background-image: url(../images/audio_on_p.png);
    background-repeat: no-repeat;  
    height: 40px;
    width: 40px;
    display: block;
}

.vmuted {
    background-image: url(../images/audio_off_p.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: block;
}
mark {
    background-color: #d1f2f0;
    color: black;
}

@media screen and (max-width: 1023px) {

    .column3, .column3_two, .column3_last
    , .column2, .column2_last {
        float: none;
    }

    .column2_last, .column3_last {
        float: none;
    }

    .documentos_entrevista, #ft_show, #ft_autor {
        float: none;
    }
     #detalhe .cesquerda
       ,#detalhe .cdireita  {
        width: 100%;
        float: none;
    }
      #detalhe .cdireita {
         margin-top: 50px;
    }
}
@media screen and (max-width: 1024px) {
    #ficha_informante {
        width: 95%;
    }
}
@media screen and (min-width: 1024px) {

   .js-video {
        padding-bottom: 56.5%;
    }
}
 @media screen and (min-width: 1024px) and (max-width:1280px) {
    #detalhe .cesquerda {
        margin-left: 3%;
        width:42%;
    }
    #detalhe .cdireita  {
       margin-right:2%;
       margin-left:2%;
    }
}
 @media screen and (min-width: 1280px) {

     .js-video {
        padding-bottom: 64.5%;
    }
}
 @media screen and (min-width: 1366px) {

     .js-video {
        padding-bottom: 67.5%; /*4:3*/
    }
}
