/* CSS Document*/
@import url('/');

@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTC55F.ttf'); /*if IE */
    src: local("PT Sans Caption"), url("../content/fonts/PTSANS/PTC55F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTN57F.ttf'); /*if IE */
    src: local("PT Sans Narrow"), url("../content/fonts/PTSANS/PTN57F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTS55F.ttf'); /*if IE */
    src: local("PT Sans"), url("../content/fonts/PTSANS/PTS55F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Caption Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTC75F.ttf'); /*if IE */
    src: local("PT Sans Caption Bold"), url("../content/fonts/PTSANS/PTC75F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTN77F.ttf'); /*if IE */
    src: local("PT Sans Narrow Bold"), url("../content/fonts/PTSANS/PTN77F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTS56F.ttf'); /*if IE */
    src: local("PT Sans Italic"), url("../content/fonts/PTSANS/PTS56F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTS75F.ttf'); /*if IE */
    src: local("PT Sans Bold"), url("../content/fonts/PTSANS/PTS75F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTS76F.ttf'); /*if IE */
    src: local("PT Sans Bold Italic"), url("../content/fonts/PTSANS/PTS76F.ttf") format("truetype"); /* non-IE */
}


/* ------------------------------------------------------------------------ Genericos */
body {
    background:#ffffff;
    text-align:center;
    font-family: 'PT Sans';
    font-size: 16px;
    color:#333333;
    padding:0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    min-width:490px;
}
	
#content {
	margin:0px auto;
	text-align: center;
	width: 100%;
}

p 
{
    margin: 0px;
    padding: 0px;
}

a, a img, a span
{
    cursor: pointer;
}

#wrapper1 {
	position:relative;
	width:100%;
}

div.idioma {
   font-weight: normal;
    padding-top:5px;
    z-index: 7;
    position: fixed;
    right:0px;
}

div.idioma a
{
    text-decoration: none;
    color: #333;
}

.idioma .selec{
    font-weight: bold;
    color: #d9531e;
}
    div.idioma a:first-child {
        margin-right: 25px;
    }

    div.idioma a:last-child {
        margin-right: 20px;
    }

#maincol {
	position:relative;
	margin:0;
	
}
#leftcol { 
	float:left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:470px;
	height: auto;
	z-index:100;
	display: block;
	padding-left: 38px;
	margin-bottom: 20px;
}
#rightcol {
	float:left;
	min-width: 320px;
	padding-left: 38px;
}

.ficha_autor a, .ficha_autor a, .ficha_autor a{
    text-decoration: none;
    color: #666666;
}
.ficha_autor a:hover, .ficha_autor a:visited{
    text-decoration: underline;
}
#centercol {
	padding:0 20px 0 20px;
}

#footer {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	color:#cccccc;
	border-top: 1px solid #dbd7d8;
	padding-top: 8px;
}

.menu_central {
    background-color: #ffffff;  
}

.barra_cinza 
{
    width: 100%;
    height: 32px;
    background-color: #efefef;
}

#header .header_logo 
{
    float: left;
    height: 65px;
    z-index: 6;
    position: fixed;
    top: 0px;
}

#header .header_logo a{
    display: block;
    height: 65px;
}

#header_interior .header_logo 
{
    float: left;
    height: 65px;
    z-index: 6;
    position: relative;
}

#header_interior .header_logo 
{
    float: left;
    height: 65px;
    z-index: 6;
    position: relative;
    width: 32%;
}

#header_interior .header_logo  img
{
    height: 65px;
}

#header_interior .header_logo a{
    display: block;
    height: 65px;
    cursor: pointer;
}

.header_logo img
{
    height:65px;
}

input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 16px;
	color: #999999;
	outline: 0;
	-webkit-appearance: none;
	height: 40px !important;
	width: 230px!important;
}

input.rounded:focus {
	border-color: #000000;
}

.container1 > div  {
    display: inline-block;
    display: -moz-inline-box;
    width: 33%;
}

.button {
    border: none;
    background: url("../images/b_ok.png") no-repeat top left;
    background-repeat: no-repeat;
    width: 110px;
    height: 42px;
}

.button:hover {
    border: none;
    background: url("../images/b_ok.png") no-repeat top left;
    padding: 2px 8px;
    color: #000;
    cursor: pointer;
}

.col_img { padding: 10px; width: 120px; display: inline; float: left; }
.col_img img { width: 100px; border:1px solid #ccc; }
.col_a { padding-top: 10px; padding-bottom: 10px; font-size: 18px; float: left; word-break: normal;max-width: 40%; }
.col_b { padding-top: 10px; padding-bottom: 10px; width: 10%;float: left; }
.col_c { padding-top: 10px; padding-bottom: 10px; padding-right: 4px; width: 43px;float: right;}

.col_img_topo { padding: 10px; width: 224px; display: inline; float: left; padding-top: 5px; color: #740000; }
.col_a_topo { padding-top: 5px; padding-bottom: 10px; width: 60%; display: inline; float: left; color: #740000; }
.col_b_topo { padding-top: 5px; padding-bottom: 10px; width: 10%; display: inline; float: left; color: #740000; }

.lista_box
{
	width: auto;
	display: block; 
	height: auto;
    border-bottom: 1px solid #f5f5f5;
    padding: 9px 0px 9px 0px;
    vertical-align: middle;
}

.lista_box:hover
{
    background-color: #f2f2f2;
}
.lista_box .col_a
{
	float: left;
	margin: 0px auto;
	border: 0px;
	padding-left: 3px;
}
.lista_box .col_b
{
	float: left;
	margin: 0px auto;
	border: 0px;
	padding-right: 3px;
	text-align: left;
}
.lista_box .col_c
{
	float: right;
	margin: 0px auto;
	border: 0px;
	text-align: right;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* hacks */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline;
	vertical-align: middle;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------- Listagem : Album  :: rev */
.listagem_album
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}

.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;
}

.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%;
}

a.link
{
    text-decoration: none;
    color: #740000;
}

a.link:hover
{
    text-decoration: underline;
}

#ficha 
{
    color: #666666;
    padding-top: 38px;
    margin: 0 auto;
    display: table;
}
.ficha_campo {color: #740000; width: 100px; float: left; display: table-column;  }
.ficha_descricao { color: #666666; width: auto; display:table-cell;}

.texto_ficha_15
{
    color: #333333;
    font-size: 15px;
    line-height: 25px;
    word-break: normal;
}
.texto_ficha {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    word-break: normal;
    text-align: justify;
}
.texto_ficha_tab
{
    color: #006666;
    font-size: 14px;
    line-height: 22px;
    word-break: normal;
    background-color: #efefef;
    padding-left: 10px;
}
.texto_ficha_tit
{
    color: #006666;
    font-size: 14px;
    line-height: 22px;
    word-break: normal;
}
.texto_ficha_titleft
{
    color: #006666;
    font-size: 14px;
    line-height: 22px;
    word-break: normal;
    padding-left: 10px;
}
.texto_ficha_13
{
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    word-break: normal;
}
.texto_ficha_12
{
    color: #999999;
    font-size: 12px;
    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;
}
.ad-gallery
{
    float: right;
}

.ad-gallery, .ad-gallery * {
    margin: 0;
    padding: 0;
}

.ad-image {
    cursor: pointer;
}

.ad-slideshow-controls {
    visibility: hidden;
}
a img 
{
    border: 0px;    
}
.barra_cinza_claro_center
{
    margin: 0 auto;
    height: 44px;
    width: 100%;
}
.barra_cinza_claro, .div_pesquisa_erro
{
    height: 44px; 
    background-color: #f2f2f2;
    vertical-align:middle;
    width: 100%;
}
.barra_cinza_claro2
{
    height: 40px; 
    background-color: #f2f2f2;
    vertical-align:middle;
}
.barra_cinza_claro_left
{
    float:left;
    padding: 0px 0px 5px 30px;
}
.barra_cinza_claro_center a{
    width: 42px;
    height: 42px;
}
.barra_cinza_claro_center img {
    width: 42px;
    height: 42px;
    padding-right: 30px;
}
.barra_cinza_claro_left_s
{
    float:left;
    padding-left:38px;
    padding-top: 8px;
}

.barra_cinza_claro_right
{
    float:right; 
    padding-right: 20px;
    padding-top: 5px;
}

img.img_pesquisa {
    display: block;
}

.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 30px 0 36px;
}

/* Cronologia */
.vmm-timeline .navigation .timenav-background
{
    background-color: #b7bbbc !important;
}
.slider .slider-item .content .content-container .text {
    width: 60%!important;
    max-width: 65%!important;
}

/* titulo */
.slider .slider-item .content .content-container .text .container h2.date, .titulo_data_cronologia
{
    color: #4ea6c7!important;
    font-size: 18px!important;
}
.vmm-timeline .navigation .timenav .content .marker.active .flag .flag-content h3, .vmm-timeline .navigation .timenav .content .marker.active .flag-small .flag-content h3 
{
    color: #4ea6c7!important;
}

.vmm-timeline .navigation .timenav .content .marker.active .dot {
    background: #4ea6c7!important;
}

.vmm-timeline .navigation .timenav .content .marker.active .line
{
    background:#4ea6c7!important;
}
.vmm-timeline .navigation .timenav .content .marker.active .line .event-line
{
    background:#4ea6c7!important;
}

.titulo_cronologia
{
    color: #333333 !important;
    font-size: 18px !important;
}

.slider .nav-next .date, .slider .nav-previous .date
{
    color: #4ea6c7! important;
}

.titulo_lista_autor
{
    float: left;
    padding-left: 38px;
    width: 250px;
    height: 79px;
    z-index: 6;
    position: relative;
}

#dficha {
    padding-top: 20px;
}
.titulo_lista_autor, .titulo_ficha
{
    font-size: 18px;
    /*font-weight: bold;*/
    color: #000000;
}
.titulo_lista_autor, .titulo_pesquisa
{
    font-family: Georgia;
}

.titulo_pesquisa
{
    color: #999;
    padding-top: 20px;
    font-size: 18px;
}

.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: table;
    margin: 0 auto;
    min-width:570px;
    height: 92px;
}

.lista_fotografos
{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lista_fotografos_letra
{
    margin: 0 auto;
    display: table;
}
.item_autor_letra
{
    vertical-align:middle;
    padding: 0px 0px 2px 2px;   
    text-align: left;
    line-height: 44px;
    height: 44px;
    display: inline-block;
}

.item_autor
{
    padding-left:2px;
    padding-bottom: 8px;
}

    .item_autor a {
        text-decoration: none;
    }
.item_autor a:hover span{
    border-bottom: 1px solid #999999;
}

.itemp_img a{
    /*float:right;*/
    clear:right;
    padding-right: 15px;
}

     .itemp_img {
        float:left;
        vertical-align:middle;
        width: 39px;
        height: 36px;
        margin-left: 160px;
    }

.item_texto {
    float: left;
    vertical-align: middle;
    color: #999999;
}
.itema_img {
    float: left;
    vertical-align: middle;
    width: 200px;
    height: 100px;
}
.itema_img a {
    float: right;
    clear: right;
    padding-right: 15px;
}
.item_texto, .itema_texto {
    float: left;
    vertical-align: middle;
    color: #999999;
    line-height: 38px;
}
.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;
    line-height: 100px;
}

.lista_fotografos .item_texto
{
    text-decoration: none;  
    vertical-align: middle;
    font-size: 20px;
    color: #999999;
}
.m
{
    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;
}

.geral_texto_pesquisa
{
    height: 29px; 
    width: 380px; 
    background-color: #ffffff;
    background-repeat:no-repeat; 
    border:none; 
    padding: 0px; 
    margin: 0px; 
    vertical-align: top;
    text-align: left; 
    padding-left: 5px;  

}
.titulo_lista_autor #txtSearch
{
    height: 45px; 
    width: 180px; 
    background-image: url("../images/box_pesquisar.gif");
    background-repeat:no-repeat; 
    border:none; 
    padding: 0px; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-bottom: 0px; 
    margin-right: -5px;
    vertical-align: top;
    text-align: left; 
    padding-left: 5px;  
}

.item_ev_div
{
    height: 58px;
    width: auto;
    float:left;
    margin:0 auto;
    overflow:hidden;
    padding-top: 17px;
}
.item_ev
{
    text-align: center;
    font-size: 18px;
    text-decoration:none;
    color: White;
    vertical-align:middle;
    
    height: 40px;
    background-color: #777777;
    border: 5px solid #777777;
    padding: 5px;
    min-width:45px;
}

.item_ev_select {
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: white;
    vertical-align: middle;
    height: 40px;
    background-color: #ac8367;
    border: 5px solid #ac8367;
    padding: 5px;
    min-width: 45px;
}
.item_ev_select a, .item_ev a {
    height: 20px;
    text-decoration: none;
    color: White;
}

.font_i
{
    font-style: italic;
}

.img_size_cro
{
    height: 300px !important;   
}

#seguinte2
{
    margin-left: 5px;
}

/* slider Temas */
#slider1 { height: 58px; overflow:hidden; padding: 0px; }
#slider1 .viewport { float: left; width: 1024px; height: 58px; overflow: hidden; position: relative; margin-top:5px; }
#slider1 .buttons {display: block; background-position: 0 -38px; text-indent: -999em;  width: 19px; height: 19px; overflow: hidden; position: relative; margin: 17px 10px 0px 10px ;}
#slider1 .prev {background:url("../images/scrool_esquerda.png") no-repeat scroll 0 0 transparent;float: left;} 
#slider1 .next { background-position: 0 0; background:url("../images/scrool_direita.png") no-repeat scroll 0 0 transparent; float: right;}
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; width: auto; left: 0; top: 0; height: 52px; }
#slider1 .overview li{ float: left; margin: 0 4px 0 0; display: inline-block; height:40px; min-width:20px;}

/* pesquisa */
#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 {
    height: 70px;
    vertical-align: top;
    display: block;
}

.especifica-texto {
    width: 150px ! 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;
}

.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 {
    width: 114px !important;
    float: left;
    display: inline;
    padding-right: 15px;
}

#a_pesquisar
{
    font-size: 18px;
}

#demo-htmlselect_valor1_av, demo-htmlselect3, demo-htmlselect4, #demo-htmlselect_valor1_av .dd-select, #demo-htmlselect3, #demo-htmlselect3 .dd-select, #demo-htmlselect4, #demo-htmlselect4 .dd-select 
{
    width: 335px !important;
}

#demo-htmlselect_cond2_av, #demo-htmlselect_cond3_av,#demo-htmlselect_cond2_av .dd-select, #demo-htmlselect_cond3_av .dd-select  
{
    width: 69px !important;
}

#demo-htmlselect_valor2_av, #demo-htmlselect_valor3_av,#demo-htmlselect_valor2_av .dd-select, #demo-htmlselect_valor3_av .dd-select 
{
    width: 205px !important;
}

.maisinf
{
    vertical-align: middle;
    float: left;
    position: absolute;
    font-family: PT SANS;
    color: white;
    padding-top: 4px;
    padding-left: 18px;
}

a.texto_ficha, a.link_zoom
{
    text-decoration: none;
}

a.texto_ficha:hover
{
    text-decoration: underline;
    color:#999999!important;
}
a.link_gm {
    color:#999999!important;
}
    a.link_gm:hover {
        border-bottom: 1px solid #999;
    }
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: #f2f2f2!important;
    margin-left: 3px;
    font-size: 12px;
}
.ui-widget-header {
    border: none!important;
    background: none !important;
    color: #222222;
}
.ui-widget-content {
    border: none!important;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: none!important;
    background: #f2f2f2!important;
    font-weight: normal;
    color: #212121;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121!important;
    text-decoration: none;
    background: #f2f2f2!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-left: none!important;
    border-top: none!important;
    border-right: 1px solid #f2f2f2!important;
    background: none!important;
    font-weight: normal;
    color: #555555;
}
.ui-state-default a {
    color:#d9531e!important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon 
{
    background-image: none!important;
}

/* mapa */
#map_canvas
{
    z-index: 0; 
    height: 100%;
    text-align: right;
    width: 60%;
    float: left;
}

    #lblInfMapa {
        float:left;
        text-align: left;
        width: 37%;
        height: auto;
        background-color: #FFFFFF;
        padding: 20px 1em 0px 1em;
        overflow: hidden;
        overflow:auto;
        overflow-x: hidden;
    }

        #lblInfMapa a {
            text-decoration: none;
            color: #666666;
        }

        #lblInfMapa a:hover span.titulo_fcasa {
            border-bottom: 1px solid #c59a3b;
        }

        #map_canvas .info_window
{
    width: 220px;
    min-width: 150px;
    height: 250px;
    min-height: 150px;
    overflow-x: hidden;
}


#map_canvas .info_window img
{
    max-width:300px; /*-30px que a largura da janela*/
    padding-top: 5px;
    padding-bottom: 5px;
}

#map_canvas .info_window a
{
    max-width:150px!important;
}

.gm-style .gm-style-iw {
    text-align: left;
}
.divmap {
    padding-bottom: 10px;
    clear: both;
    text-align: left;
}

    .divmap a {
        text-decoration: none;
        color: #666666;
        display: block;
    }

    .divmap img {
        float: left;
        line-height: 30px;
        height: 30px;
    }
    .divmap p {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
    background-color: #ffffff;
    padding: 0 11px 0 13px;
    width: 400px;
    font-weight: 300;
    text-overflow: ellipsis;
    margin-left: 10px;
    display: none;
}

#pac-input:focus {
    border-color: #4d90fe;
    margin-left: -1px;
    padding-left: 14px;  /* Regular padding-left + 1. */
    width: 401px;
}

#directionsPanel {
    float: none;
    overflow: auto;
    position:absolute; 
    left: 45px; 
    top: 95px;
    width:410px; 
    height:500px; 
    background-color: #ffffff;
    z-index: 1003;
}

#setdirections
{
    float: none;
    position: absolute;
    top: 50px;
    width: 410px;
    height: 45px;
    background-color: #ffffff;
    z-index: 1002;
    left: 45px;
}

#setdirections a, #setdirections a:link
{
    color: #3a84df;
    text-decoration: none;
    font-size: 14px;
    width:22px;
}

 #type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

 #type-selector label {
    font-size: 14px;
    font-weight: 300;
}
.widget-directions-omnibox, .widget-directions-dragger {
    width: 400px;
    background: #fff;
}
.widget-directions-omnibox {
    border-radius: 2px 0 2px 2px;
}

.widget-directions-travel-mode-switcher {
    background-color: #fff;
    height: 36px;
    border-bottom: 1px solid #d9d9d9;
}

.directions-travel-mode-selector {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    /*margin-left: 0px!important;
    padding-left: 0px!important;*/
}
.directions-travel-mode-selector li[travel_mode="6"].travel-mode.selected {
    cursor: default;
}
.directions-travel-mode-selector li.travel-mode {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.directions-travel-mode-button {
    padding: 7px 17px 6px;
}

.directions-travel-mode-selector .directions-mixed-icon-selected {
    background-position: 0 -20px;
}
.directions-travel-mode-selector .directions-mixed-icon {
    background-position: 0 0;
    position: relative;
    left: -2px;
    top: 1px;
}

.directions-travel-mode-expander, .directions-travel-mode-breadcrumb, .directions-travel-mode-selector .directions-travel-mode-icon {
    background-image: url('../images/Onde/sprite-1x-20130906.png');
    background-size: 20px 276px;
}
.widget-directions-icon {
    background: transparent url(../images/Onde/omnibox-sprite-1x-20130906.png) no-repeat 0 0px;
    background-size: 20px 100px;
    width: 16px;
    height: 22px;
}

.widget-directions-icon.remove-waypoint, .widget-directions-icon.close-directions {
    background-position: -3px -84px !important;
    width: 14px;
    height: 14px;
}

.directions-travel-mode-selector .directions-print {
    background-image: url('../images/Onde/b_print_azul.png');
}
.directions-travel-mode-selector .directions-drive-icon {
    background-position: 0 -40px;
}
.directions-drive-icon-selected{
    background-position: 0 -60px;
}

.directions-travel-mode-selector .directions-transit-icon {
    background-position: 0 -80px;
}
.directions-transit-icon-selected {
    background-position: 0 -100px;
}
.directions-travel-mode-selector .directions-travel-mode-icon {
    width: 20px;
    height: 20px;
}

.directions-travel-mode-selector .directions-print {
    width: 20px;
    height: 20px;
    background-position: -3px -28px;
}

.directions-travel-mode-selector li[travel_mode="6"] .directions-travel-mode-underline {
    margin-right: 6px;
}
.directions-travel-mode-selector .directions-walk-icon {
    background-position: 0 -120px;
}
.directions-walk-icon-selected {
    background-position: 0 -140px;
}
.directions-travel-mode-selector .directions-bicycle-icon {
    background-position: 0 -160px;
}
.directions-bicycle-icon-selected {
background-position: 0 -180px;
}
.directions-travel-mode-selector .directions-fly-icon {
    background-position: 0 -200px;
}
.directions-fly-icon-selected {
    background-position: 0 -220px;
}
.selected .directions-travel-mode-underline {
    background-color: #3983de;
    opacity: 1 !important;
}
.directions-travel-mode-underline {
    background-color: transparent;
    height: 3px;
}

.directions-travel-mode-selector li.travel-mode {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.travel-mode button
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}
.widget-directions-close {
    position: absolute;
    border: 0;
    border-left: 1px solid #ccc;
    right: 0px;
    top: 8px;
    height: 22px;
    padding-left: 13px;
    padding-bottom: 2px;
    cursor: pointer;
    background-color: Transparent;
}

button .widget-directions-icon {
    opacity: 0.47;
}

.gm-style-iw {
    text-align: left;
}
/*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;
}

.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_part,.rodape_titulo_agenda,.rodape_titulo_ondeestou,.rodape_titulo_pesquisa {
    color: white;
    font-family: Georgia;
    font-weight: normal;
    font-size: 18px;
    float: left;
    width: 100%;
    text-align: center;
}
.rodape_titulo_part a,.rodape_titulo_agenda a,.rodape_titulo_ondeestou a,.rodape_titulo_pesquisa a {
    text-decoration: none;
    color: white;
    height: 31px;
    display: block;
    font-size: 24px;
    line-height: 31px;
}
.rodape_titulo_part a:hover,.rodape_titulo_agenda a:hover,.rodape_titulo_ondeestou a:hover,.rodape_titulo_pesquisa a:hover 
,.rodape_titulo_part a:active,.rodape_titulo_agenda a:active,.rodape_titulo_ondeestou a:active,.rodape_titulo_pesquisa a:active{
    cursor: pointer;
    text-decoration: underline;
    color:#ffffff;
}
.div_rodape_titulo_projecto, .div_rodape_titulo_part, .div_rodape_titulo_agenda,.div_rodape_titulo_ondeestou, .div_rodape_titulo_pesquisa
{
    float: left;
    text-align: left;
    height: 49px;
    padding-bottom: 10px;
    padding-top: 5px;
    width: 20%;
}

.div_rodape_titulo_part a img, .div_rodape_titulo_agenda a img, .div_rodape_titulo_ondeestou a img, .div_rodape_titulo_pesquisa a img {
    vertical-align: middle;
    margin-right: 8px;
}

.rodape_texto_projecto, .rodape_texto_part, .rodape_texto_agenda, .rodape_texto_ondeestou, .rodape_texto_pesquisa {
    color: #ffffff;
    font-family: 'PT Sans';
    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_part {
    background-color: #e29104;
    min-width: 120px;
}
.menu_titulo_part {
    color: #e29104;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 35px;
}

.div_rodape_titulo_agenda {
    background-color: #1a4ec6;
    min-width: 110px;
}
.menu_titulo_agenda {
    color: #1a4ec6;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 35px;
}

.div_rodape_titulo_ondeestou {
    background-color: #4ea6c7;
    min-width: 100px;
}
.menu_titulo_ondeestou {
    color: #4ea6c7;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 35px;
}

.div_rodape_titulo_pesquisa {
    background-color: #4ea6c7;
    min-width:140px;
}
.menu_titulo_pesquisa {
    color: #4ea6c7;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 35px;
}

.rodape_inf {
    text-align: right;
    color: #000000;
    font-weight: normal;
    font-size:12px;
    float: right;
    width: 100%;
    height: 70px;
    vertical-align: middle;
    background-color: #ffffff;
}

 .rodape_esq div {
       padding-right: 2px;
       padding-left: 2px;
       padding-top:5px;
       float: right;
       line-height: 25px;
    }

    .rodape_inf a {
        text-decoration: none;
        color: #000000;
    }
     .rodape_inf a:hover {
        text-decoration: underline;
    }

.rodape_esq {
    float: left;
    line-height: 25px;
}

       .rodape_esq div.rodape_img {
        padding-right: 5px;
        padding-left: 5px;
    }
 
    .rodape_esq div.rodape_img a{
        height:25px;
        line-height:25px;
        display: block;
    }
      .rodape_esq div.rodape_img a img{
        height:25px;
        line-height:25px;
        display: block;
    }

.rodape_dir {
    float: right;
    margin-right:20px;
    line-height: 25px;
    padding-left: 20px;
    padding-top:5px;
}

.menu_titulo_contacto {
    color: #000000;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 35px;
    padding-left: 10px;
}

/* Menus */
.barra_menuimg {
    width:100%;
    height: 101px;
    background-color: #4ea6c7;
}
    .barra_menuimg a {
        width: 32%;
        height: 100px;
    }
    .barra_menuimg a div{
        width: 32%;
        height: 100px;
    }
#dbandas_on, #dcoretos_on, #dfilarmonicas_on, #dbandas_off, #dcoretos_off, #dfilarmonicas_off {
    float:left;    
    min-width: 231px;
    width: 32%;
    height: 101px;
}
#dbandas_on {
    background: url("../images/b_bandas.png") no-repeat center #4ea6c7;
}

#dcoretos_on {
    background: url("../images/b_coretos.png") no-repeat center #4ea6c7;
}

#dfilarmonicas_on {
    background: url("../images/b_filarmonicos.png") no-repeat center #4ea6c7;
}
#dbandas_off {
    background: url("../images/b_bandas_on.png") no-repeat center #4ea6c7;
}

#dcoretos_off {
    background: url("../images/b_coretos_on.png") no-repeat center #4ea6c7;
}

#dfilarmonicas_off {
    background: url("../images/b_filarmonicos_on.png") no-repeat center #4ea6c7;
}
/* Dropdowlist */
.grande {
    border:none; 
    height: 29px;
}

#header {
	margin:0;
	text-align:center;
	height: 65px;
    z-index: 5;
}

#header a:hover {
	color:#7A2875;
}

.header_menu_home {
    background: url("../images/down.jpg") no-repeat right #fff;
    float: right;
    display: inline;
    vertical-align: middle;
    margin-right: 21px;
    position: absolute;
    right: 0px;
    padding-right: 1px;
    top: -45px;
    height: 31px;
}

.select_text {
    width: 260px;
    height: 20px;
    position: absolute;
    z-index: 0;
    top: 5px;
    font-family: Georgia;
    font-size: 16px;
    padding-left: 36px;
}

.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 a.ficha_part{
        background: url("../images/<%= titlepart%>/ficha.png") no-repeat right #fff;
    }
    .pesquisa_menu_abs a.ficha_agenda{
        background: url("../images/b_agenda.png") no-repeat right #fff;
    }

    .pesquisa_menu_abs .geral_texto_pesquisa {
        background-color: #f2f2f2!important;
        text-align: right;
        padding-right: 10px;
        font-family: Georgia;
        font-size: 16px;
        padding-top: 5px;
    }

#header_interior {
    margin:0;
	text-align:center;
	height: 65px;
}

.header_areas {
    float: left;
    vertical-align: middle;
    height: 65px;
    padding-top: 10px;
}

.header_areas a{
    height: 44px;
    width: 65px;
}
.header_areas a:hover, .header_areas a:active{
    cursor: pointer;
}

/* menu topo superior*/
.header_menu {
    width: 325px;
    float: right;
    height: 65px;
}

.header_menu_pesquisa_off, .header_menu_pesquisa_on, .header_menu_ondeestou_off, .header_menu_ondeestou_on, .header_menu_part_on, .header_menu_part_off, .header_menu_agenda_off, .header_menu_agenda_on,.header_menu_proj_off, .header_menu_proj_on
{
    background-repeat: no-repeat;
    height: 44px;
    width: 44px;
    margin-right:15px;
}

.header_menu_proj_off
{
    background-image: url("../images/proj/b_projecto.png");
}
.header_menu_proj_on
{    
    background-image: url("../images/proj/b_projecto_on.png");
}

.header_menu_pesquisa_off
{
    background-image: url("../images/pesquisar.jpg");
}
.header_menu_pesquisa_on
{
    background-image: url("../images/pesquisar_on.jpg");
}

.header_menu_ondeestou_off
{
    background-image: url("../images/b_ondeestou.png");
}
.header_menu_ondeestou_on, .header_menu_ondeestou_off:hover
{
    background-image: url("../images/b_ondeestou_over.png");
}

.header_menu_part_on .header_menu_part_off:hover
{
    background-image: url("../images/b_partilha_over.png");
}
.header_menu_part_off
{
    background-image: url("../images/b_partilha.png");
}

.header_menu_agenda_off
{
    background-image: url("../images/b_agenda.png");
}
.header_menu_agenda_on, .header_menu_agenda_off:hover
{
    background-image: url("../images/b_agenda_over.png");
}

/*media screen*/
.doc_rel_mais, .docd_rel_mais,.ficha_autor_mais, .obj_rel_mais, .mul_rel_mais, .mi_rel_mais,.mid_rel_mais, .his_rel_mais, .loc_rel_mais, .crono_mais
, .mapge_mais, .dossier_rel_mais, .trans_rel_mais {
    background-image: url("../images/down.png");
}
.doc_rel_menos, .docd_rel_menos,.ficha_autor_menos, .obj_rel_menos, .mul_rel_menos, .mi_rel_menos,.mid_rel_menos, .his_rel_menos, .loc_rel_menos, .crono_menos
, .mapge_menos, .dossier_rel_menos, .trans_rel_menos  {
    background-image: url("../images/up.png");
}

#doc_rel_show, #docd_rel_show,#trans_rel_show {
    background-color:#31550d;
    background-repeat:no-repeat;
    background-position: right 5px center;
}

#dossier_rel_show,#dossierd_rel_show {
    background-color:#487d15;
    background-repeat:no-repeat;
    background-position: right 5px center;
}

#ficha_autor_show {
    background-color: #777777;
    background-repeat:no-repeat;
    background-position: right 5px center;
}
#div_crono_show {
    background-color: #4ea6c7;
    background-repeat: no-repeat;
    background-position: right 5px center;
    color: white;
}

#div_crono_show a {
    display: block;
    height: 31px;
    width: 100%;
    text-decoration: none;
}
.maisinf_como div:nth-child(1) {
    display: block;
    line-height: 31px;
    height: 31px;
    float: left;
}

#div_crono_show a div.crono_mais, #div_crono_show a div.crono_menos {
    background-repeat: no-repeat !important;
    height: 30px;
    min-width: 33px;
    display: inline;
    float: right;
    border: none !important;
    margin: 0px;
    padding: 0px;
}

.crono_mais {
    background-image: url(../images/down.png);
}

#obj_rel_show {
    background-color: #1a4ec8;
    background-repeat:no-repeat;
    background-position: right 5px center;
}

#mul_rel_show {
    background-color: #666666;
    background-repeat:no-repeat;
    background-position: right 5px center;
}

#mi_rel_show,#mid_rel_show {
    background-color: #666666;
    background-repeat:no-repeat;
    background-position: right 5px center;
}

#his_rel_show,#hisd_rel_show  {
    background-color: #666666;
    background-repeat:no-repeat;
    background-position: right 5px center;
}

#loc_rel_show {
    background-color: #4ea6c7;
    background-repeat: no-repeat;
    background-position: right 5px center;
    color: white;
}

#loc_rel_show a {
    display: block;
    height: 31px;
    width: 100%;
    text-decoration: none;
}
    #loc_rel_show a div.loc_rel_mais, #loc_rel_show a div.loc_rel_menos {
        background-repeat: no-repeat !important;
        height: 30px;
        min-width: 33px;
        display: inline;
        float: right;
        border: none !important;
        margin: 0px;
        padding: 0px;
    }

.div_localizacao {
    width: 100%;
    height: 33px;
    color: #ffffff;
    background-color: #4ea6c7;
    background-image: url("../images/Onde/onde_branco.png");
    background-repeat:no-repeat;
    background-position: right 5px center;
}

#div_mapge_show {
    background-color: #666666;
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.texto_titulo_crono_bibli {
    color: #999999;
    float: left;
}

.img_crono_biblio {
    padding-right: 5px;
    float: left;
}

.img_trans {
    margin-right: 5px;
    float: left;
    background-color: #31550D;
}

/* Ficha */
.texto_fichaM {
    width: 99px;
    height: 29px;
    color: white;
    font-family: PT SANS;
    font-weight: normal;
    float: left;
    margin-left: 8px;
    margin-top: 3px;
}
div.texto_fichaM a, div.texto_fichaM a:hover {
    text-decoration: none;
    font-size: 18px;
    color: white;
    height: 29px;
    width: 99px;
    display: inline-block;
}

/* Ficha do objecto */
.textobold {
    font-weight: bold;
}
.textoazul {
    color: #4ea6c7;
}
.texto_tituloficha {
    font-weight: bold;
    margin-left: 10px;
}

#margemTop {
    height: 65px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background: #ffffff;
    position: fixed;
}

#margemTop .header_menu_home{
    z-index:5;
    position: fixed;
    top: 32px;
    border: 1px solid #e9e9e9;
}

#margemTop .header_menu_home_above{
    z-index:6;
    position: fixed;
    top: 38px;
    float: right;
    display: inline;
    vertical-align: middle;
    margin-right: 122px;
    position: absolute;
    right: 250px;
    height: 20px;
}
.header_menu_home_above span {
    font-family: 10px;
}
#margemDireita {
    height: 100%;
    width: 20px;
    top: 0;
    right: 0;
    z-index: 4;
    background: #ffffff;
    position: fixed;
}
#margemBottom {
    height: 135px;
    width: 100%;
    z-index: 3;
    background: #ffffff;
}

     #margemBottom .rodape_inf/*,#margemBottom .rodape_inf .rodape_img:first-child*/ {
        z-index: 5;
    }

#margemEsquerda {
    height: 100%;
    width: 20px;
    top: 0;
    left: 0;
    z-index: 5;
    background: #ffffff;
    position: fixed;
}

.rodape_element {
    width:100%;
    height:65px;
    bottom:35px; 
    text-align:center; 
    overflow: hidden;
}

.topo_left
{
    /*min-width: 410px;   
    width:25%;*/
    display: inline-block;
    top: 0px;
    padding-top: 5px;
    height: 60px;
    float:right;
    right: 0px;
}

.header_menu_abs {
    border: 1px solid #e9e9e9;
    height: 31px;
}

.header_menu_abs select, .header_menu_home select{
    background: transparent;
    width: 290px;
    padding: 10px 5px 5px 5px;
    font-family: Georgia;
    font-size: 16px;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    color: #000;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
}

/* SOM */
.div_sound {
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 10;
    height: 50px;
    width: 40px;
    display: block;
}

.vsound{
    background-image: url(../images/audio_on.png);
    background-repeat: no-repeat;  
    height: 40px;
    width: 40px;
    display: block;
}

.vmuted {
    background-image: url(../images/audio_off.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: block;
}

#bn_print {
    float:right;
    padding-right:20px;
    line-height: 45px;
    padding-top:5px;
}

        /* Video entrada */
    .embed-container { 
        position: relative;
        padding-bottom: 52%;
	    height: 0;
    } 

    .embed-container iframe, .embed-container object, .embed-container embed { 
        position: absolute; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100%; 
    }

#Inscricao {
        padding: 38px;
}
    /*##############################*/
     /*##############################*/
      /*##############################*/



@media screen and (max-width: 1024px) {
    #rightcol {
	    width: 412px;
    }
}

@media screen and (max-width: 1007px) {
    .topo_left {
        display: none;
    }

    .titulo_lista_autor {
        float: none;
        position: relative;
    }

    .conteudo_pesquisa_parte2 {
        height: 205px;
    }

    .lista_letras {
        margin-left: 20px;
        min-width: 470px;
        padding-top: 7px;
    }

    .lista_fotografos_letra {
        margin-left:20px;
    }

    .lista_letras a img, .item_autor_letra img {
        line-height: 33px;
        height: 33px;
    }

    #leftcol {
        padding-left: 10px;
    }

    .openML {
        position:absolute; 
        z-index:1;
        top:0;
        float:left;
        left:0px;
        width:100px;
        height:40px;
    }
    #menulat {
        float:left; 
        position:absolute; 
        left:0; 
        top:43px;
        display:none;
        z-index:1000;
        background-color: #e9e9e9;
        width: 150px;
        height: 220px;
        padding-top: 10px;   
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        text-align: left;
    }

    .menu_btn {
        z-index: 8;
        background: url("../images/menu.jpg") no-repeat right #fff;
        float: left;
        display: block;
        position: absolute;
        top:0px;
        left: 0px;
        height: 65px;
        width: 35px;
    }

    .nav_menu {
        width: 150px;
        height: 45px;
        vertical-align: middle;
    }

        .nav_menu a {
            color: #000000;
            text-decoration: none;
            height: 45px;
            width: 127px;
        }

            .nav_menu a:hover, .nav_menu:hover {
                color: #ffffff;
                text-decoration: none;
                background-color: #cccccc;
                height: 45px;
            }

    nav_menu a:focus {
        border:1px solid #45ada6;
        box-shadow: 0 0 5px #45ada6;
    }

    .nav_menu a div:first-of-type {
        background-image: url(../images/inicio.png);
        background-repeat: no-repeat;
        float: left;
        height: 45px;
        width: 45px;
    }

    .nav_menu a div:last-of-type {
        height: 45px;
        line-height: 45px;
    }

    .nav_part, .nav_agenda, .nav_ondeestou, .nav_pesquisa {
        min-width: 150px;
        height: 45px;
    }

        .nav_part div:first-of-type, .nav_agenda div:first-of-type, .nav_ondeestou div:first-of-type, .nav_pesquisa div:first-of-type {
            float: left;
            height: 45px;
            line-height: 45px;
            width: 45px;
        }

        .nav_part div:last-of-type, .nav_agenda div:last-of-type, .nav_ondeestou div:last-of-type, .nav_pesquisa {
            height: 45px;
            line-height: 45px;
        }
    .nav_part a, .nav_agenda a, .nav_ondeestou a, .nav_pesquisa a {
        color:#000000;
        text-decoration: none;
        height: 45px;
    }

    .nav_part:hover, .nav_agenda:hover, .nav_ondeestou:hover, .nav_pesquisa:hover,
    .nav_part a:hover, .nav_agenda a:hover, .nav_ondeestou a:hover, .nav_pesquisa a:hover{
        color:#ffffff;
        background-color: #cccccc;
    }

.nav_part div:first-of-type {
    background-image: url(../images/b_partilha.png);
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
}

        .nav_agenda a div:first-of-type {
            background-image: url(../images/b_agenda.png);
            background-repeat: no-repeat;
            height: 45px;
            width: 45px;
        }

    .nav_ondeestou a div:first-of-type
    {
        background-image: url(../images/b_ondeestou.png);
        background-repeat: no-repeat;
    }

    .nav_pesquisa div:first-of-type
    {
        background-image: url(../images/pesquisar.jpg);
        background-repeat: no-repeat;
    }

    .menusel {
        background-color: #cccccc;
    }

    .geral_texto_pesquisa {
        width: 350px;
    }
}

@media screen and (max-width: 480px) {
    .header_logo img {
        width: 100px;
        height: 50px;
        float: left;
    }

    .rodape_element span {
        display: none;
    }

    .rodape_titulo_projecto, .rodape_titulo_part, .rodape_titulo_agenda, .rodape_titulo_ondeestou, .rodape_titulo_pesquisa, .rodape_titulo_projecto a, .rodape_titulo_part a, .rodape_titulo_agenda a, .rodape_titulo_ondeestou a, .rodape_titulo_pesquisa a {
        font-size: 10px;
      
    }
    .div_rodape_titulo_projecto, .div_rodape_titulo_part, .div_rodape_titulo_agenda, .div_rodape_titulo_ondeestou, .div_rodape_titulo_pesquisa {
          min-width: 10%;
    }

    .header_menu_home_above {
        margin-right: 20px!important;
        font-size: 10px!important;
    }

    .header_menu_home {
        top: 50px!important;
    }

    #header, .header_logo, .header_logo a {
        height: 45px!important;
    }
    .header_menu {
        width: 1px!important;
        height: 1px!important;
    }

    .header_menu_abs select, .header_menu_home select {
        width: 100%!important;
        font-size: 12px !important;
    }
    .select_text {
        width: 80%!important;
    }
}
@media screen and (max-width: 640px) {
    .header_logo img {
        width: auto;
        height: 50px;
        float: left;
    }

    .rodape_element span {
        display: none;
    }

    .rodape_titulo_projecto, .rodape_titulo_part, .rodape_titulo_agenda, .rodape_titulo_ondeestou, .rodape_titulo_pesquisa, .rodape_titulo_projecto a, .rodape_titulo_part a, .rodape_titulo_agenda a, .rodape_titulo_ondeestou a, .rodape_titulo_pesquisa a {
        font-size: 10px;
      
    }
    .div_rodape_titulo_projecto, .div_rodape_titulo_part, .div_rodape_titulo_agenda, .div_rodape_titulo_ondeestou, .div_rodape_titulo_pesquisa {
          min-width: 15%;
    }

    .header_menu_home_above {
        margin-right: 20px!important;
        font-size: 10px!important;
    }

    #header, .header_logo, .header_logo a {
        height: 45px!important;
    }
    .header_menu {
        width: 1px!important;
        height: 1px!important;
    }

    .header_menu_abs select, .header_menu_home select {
        width: 250px!important;
        font-size: 12px !important;
    }
    .select_text {
        width: 80%!important;
    }
}
@media screen and (min-width: 1008px) {
    .menu_btn, #menulat {
        display: none;
    }
}

@media screen and (max-width: 1090px) {

    .header_menu_abs {
        background: url("../images/down.jpg") no-repeat right #fff;
        float: right;
        display: inline;
        vertical-align: middle;
        margin-right: 20px;
        position: absolute;
        right: 0px;
        top: -80px;
    }
    #setdirections {
        left: 0px;
    }
    #directionsPanel {
        left: 10px;
    }
}

@media screen and (min-width: 1091px) {

    .header_menu_abs {
        background: url("../images/down.jpg") no-repeat right #fff;
        float: right;
        display: inline;
        vertical-align: middle;
        margin-right: 20px;
        position: absolute;
        right: 0px;
        top: -80px;
    }
}

@media screen and (max-width: 739px) {

    .rodape_element span {
        display: none;
    }

    .rodape_titulo_projecto, .rodape_titulo_part, .rodape_titulo_agenda, .rodape_titulo_ondeestou, .rodape_titulo_pesquisa, .rodape_titulo_projecto a, .rodape_titulo_part a, .rodape_titulo_agenda a, .rodape_titulo_ondeestou a, .rodape_titulo_pesquisa a {
        font-size: 10px;
      
    }
    .div_rodape_titulo_projecto, .div_rodape_titulo_part, .div_rodape_titulo_agenda, .div_rodape_titulo_ondeestou, .div_rodape_titulo_pesquisa {
          min-width: 15%;
    }
}
@media screen and (min-width: 960px) {
    .embed-container {
        padding-bottom: 45%;
    }
}
@media screen and (min-width: 1025px) {
    .embed-container { 
        padding-bottom: 35%;
    } 
}
@media screen and (min-width: 1025px) {

    #rightcol {
	    max-width: 40%;
    }
    .embed-container { 
        padding-bottom: 35%;
    } 
}

@media screen and (min-width: 1280px) {

    #rightcol {
        max-width: 50%;
    }

    .embed-container { 
        padding-bottom:40%;
    } 
}

@media screen and (min-width: 1360px) {

    #rightcol {
        max-width: 50%;
    }
    .embed-container {
        padding-bottom:40%;
    }
}

@media screen and (min-width: 1900px) {

    #rightcol {
        min-width: 40%;
        max-width: 50%;
    }
    /* Video entrada */
    .embed-container {
        padding-bottom:39%;
    }
}


/* Galeria de imagens */
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 300px;
    height: 300px;
     background-color: #f1f1f1;
}
    div.gallery a {
        text-decoration: none;
        color: #666;
        width: 100%;
    }
div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    /*width: 100%;
    height: auto;*/
    max-height: 225px;
    max-width:100%;
    width: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
    background-color: #f1f1f1;
}