/* 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: 14px;
    color:#4f4f4f;
    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;
	text-align:left;
	width:100%;
}

/*#centro_default {
    max-width: 1280px;
}*/

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;
	
}

#rightcol {
	float:left;
	max-width: 780px;
    width:50%;
}
.html5gallery {
    float: left;
    margin-right: 10px;
}

.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, #header_interior {
	margin:0 auto;
	text-align:center;
	height: 80px;
    background-color: #F9F8F8;
    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;
}

#header .header_logo, #header_interior .header_logo
{
    z-index: 6;
    margin:0 auto;
    padding-left: 43%;
	text-align:center;
	height: 62px;
    padding-top: 1em;
}

#header .header_logo a, #header_interior .header_logo a{
    display: block;
    width: 314px;
    height: 62px;
}

.header_logo img
{
    height:50px;
    width: auto;
}

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;
}

img.afichat {
    float: left;
    width:30px;
    height: 30px;
}
a.atitle {
}

a.atitle:hover, .atitle:hover{
    border-bottom: 1px solid #ccc;
    text-decoration:solid;
}
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 ficha */
#print_ficha {
    display: block; 
    height: auto; 
    margin: 0 auto;
    max-width:1280px;
    padding-left: 38px;
    padding-right: 38px;
}

.hide_screen {
    display: none;
}
.alignleft
{
    text-align: left;
}
.aligncenter
{
    text-align: center;
}
.alignright
{
    text-align: right;
}

.table_dt_dir_1 
{
    vertical-align: top;
    padding: 5px!important;
    text-align: right!important;
}
.table_dt_dir_1 img, .table_dt_dir_2 img
{
    max-height: 300px;
    max-width: 300px;
}


h2
{
    font-weight: normal;
}
h3
{
    font-weight: normal!important;
    padding-bottom: 10px;
}
h4
{
    font-size: 13px;
    line-height: 17px;

}
h5 {
    font-size: 13px !important;
    line-height: 18px;
    font-weight: normal!important;
    margin: 0 0 5px 0;
}
h6
{
    font-size: 11px;
    line-height: 13px;
    margin: 0 5px 5px 0;
}
h7
{
    font-size: 10px;
    line-height: 11px;
}
hr
{
    border: 0;    
    border-top-color: #636466;
    border-top-width: 1px; 
    border-top-style: solid;
}

.cab_rel_geral
{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    vertical-align: middle;
    padding-top: 10px;
}

.cab_rel
{
    width: 100%;
    vertical-align: middle;
}
.cab_rel td
{
    vertical-align:middle;
}
.cab_rel img
{
    vertical-align:middle;
}

.topo_img_rel
{
    width:150px;
    vertical-align: middle;
}

.topo_img_rel_imovel
{
    width:239px;
    height: 119px;
    vertical-align: middle;
}

.topo_img_rel_1
{
    height: 65px;
    vertical-align: middle;
}

.rodape_rel
{
    line-height: 1;
    color: black;
}

.cab_div
{
    width: 30%;
    float: left;
}
.cab_titulo {
    box-shadow: inset 0 0 0 1000px #f4f4f4;
    margin-top:10px;
    padding:8px;
}


.font_criterio
{
    color: #848484;
}

.font_criterio:first-child
{
    padding-bottom:3px;
}

span.font_criteriob
{
    font-weight:bold;
}

span.font_criterioi
{
    font-style: italic;
    font-weight: normal;
}

/*  END Ficha ficha */

#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;
}
.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, .div_pesquisa_erro
{
    height: 45px; 
    background-color: #666;
    vertical-align:middle;
}
.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_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: #2153a1!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: #2153a1!important;
}

.vmm-timeline .navigation .timenav .content .marker.active .dot {
    background: #2153a1!important;
}

.vmm-timeline .navigation .timenav .content .marker.active .line
{
    background:#2153a1!important;
}
.vmm-timeline .navigation .timenav .content .marker.active .line .event-line
{
    background:#2153a1!important;
}

.titulo_cronologia
{
    color: #333333 !important;
    font-size: 18px !important;
}

.slider .nav-next .date, .slider .nav-previous .date
{
    color: #2153a1! important;
}

.titulo_lista_autor
{
    float: left;
    padding-left: 38px;
    width: 250px;
    height: 79px;
    z-index: 6;
    position: relative;
}

.titulo_lista_autor, .titulo_ficha
{
    font-size: 18px;
    /*font-weight: bold;*/
    color: #000000;
}
.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
{
    margin: 0 auto;
    max-width: 1280px;
    padding-top: 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;
    /*padding-top: 8px;*/
}

    .item_autor a {
        text-decoration: none;
    }
.item_autor a:hover span{
    border-bottom: 1px solid #999999;
}

    .item_ev {
        color: #666666!important;
        border: 5px solid #ffffff!important;
        background-color: #ffffff;
    }

    #cTexto3 {
        margin-bottom: 10px;
    }
.itema_img {
    float:left;
    vertical-align:middle;
    width: 200px;
    height: 100px;
}
.itema_img a{
    float:right;
    clear:right;
    padding-right: 15px;
}
    .itema_img a img{
        border: 1px solid #cccccc;
    }

.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 , .itema_texto {
    float: left;
    vertical-align: middle;
    color: #999999;
    line-height: 38px;
}
    .itema_texto a {
        text-decoration: none;
    }
     .itema_texto a:hover {
        border-bottom: 1px solid #999999;
    }

.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;
}

.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;
}

.menu_temas
{
    padding-left: 10px;
    padding-right: 10px;    
    width: auto;
    vertical-align:middle; 
    height: 58px; 
}

/* 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;
    background-color: #F1F1F1;
    padding: 5px 10px;
   text-transform: uppercase;
   text-decoration: none;
}
    /*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: 100%;
    float: left;
}

#lblInfMapa {
    float: left;
    text-align: left;
    width: 33.3%;
    height: auto;
    overflow: auto;
    padding: 20px 0px 0px 20px;
}

        #lblInfMapa a:hover span.titulo_fcasa {
            border-bottom: 1px solid #c59a3b;
        }


#map_canvas_ficha .info_window, #map_canvas .info_window
{
    min-height: 100px;
    overflow-x: hidden;
}
#map_canvas .info_window img, #map_canvas_ficha .info_window img
{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align:center;
}

#map_canvas .info_window a, #map_canvas_ficha .info_window a
{
    max-width:150px!important;
}
    #map_canvas .info_window p, #map_canvas_ficha .info_window p {
        margin: 1em 0em!important;
    }
.info_window h2 {
    /*color: #00aef0;*/
}

#map_canvas_ficha
{
    z-index: 0; 
    width: 100%; 
}

.gm-style .gm-style-iw {
    text-align: left;
}
.divmap {
    padding-bottom: 10px;
    clear: right;
    text-align: left;
}

    .divmap a {
        text-decoration: none;
        color: #666666;
        height: 30px;
        display: block;
    }

    .divmap img {
        float: left;
        line-height: 30px;
        height: 30px;
        padding-right: 10px;
    }

    .divmap div {
        float: left;
        height: 30px;
        vertical-align: middle;
        word-wrap:break-word;
        word-break: break-all;
    }
    .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);
}
#pacinput {
    background-color: #ffffff;
    padding: 0 11px 0 13px;
    width: 400px;
    font-weight: 300;
    text-overflow: ellipsis;
     margin-left: 23px;
}

#pacinput: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_quem,.rodape_titulo_oque,.rodape_titulo_onde,.rodape_titulo_quando,.rodape_titulo_ficha {
    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_ficha 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_ficha a:hover 
,.rodape_titulo_quem a:active,.rodape_titulo_oque a:active,.rodape_titulo_onde a:active,.rodape_titulo_quando a:active,.rodape_titulo_ficha 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_ficha
{
    float: left;
    text-align: left;
    height: 49px;
    padding-bottom: 10px;
    padding-top: 5px;
    width: 20%;
}

.div_rodape_titulo_quem a img, .div_rodape_titulo_oque a img, .div_rodape_titulo_onde a img, .div_rodape_titulo_quando a img, .div_rodape_titulo_ficha a img {
    vertical-align: middle;
    margin-right: 8px;
}

.rodape_texto_projecto, .rodape_texto_quem, .rodape_texto_oque, .rodape_texto_onde, .rodape_texto_quando, .rodape_texto_ficha {
    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_quem {
    background-color: #e29104;
    min-width: 120px;
}
.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: 110px;
}
.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: 100px;
}
.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: #2153a1;
    min-width:140px;
}
.menu_titulo_quando {
    color: #2153a1;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 35px;
}

.div_rodape_titulo_ficha {
    background-color: #487d15;
    min-width: 120px;
}
.menu_titulo_ficha {
    color: #0C6BFF;
    font-family: Georgia;
    font-weight: normal;
    font-size:22px;
    float: left;
    line-height: 45px;
}

.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;
}
/* Dropdowlist */
.grande {
    border:none; 
    height: 29px;
}

.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_quem{
        background: url("../images/<%= titlequem%>/ficha.png") no-repeat right #fff;
    }
    .pesquisa_menu_abs a.ficha_oque{
        background: url("../images/Oque/ficha_obj.png") no-repeat right #fff;
    }
    .pesquisa_menu_abs a.ficha_ficha{
        background: url("../images/ficha/ficha.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_areas {
    float: left;
    vertical-align: middle;
    height: 86px;
}

.header_areas a{
    height: 35px;
    width: 86px;
}
.header_areas a:hover, .header_areas a:active{
    cursor: pointer;
}

/* menu topo superior*/
.header_menu {
    width: 325px;
    float: right;
    height: 86px;
}

.header_menu_quando_off, .header_menu_quando_on, .header_menu_onde_off, .header_menu_onde_on, .header_menu_quem_on, .header_menu_quem_off, .header_menu_oque_off, .header_menu_oque_on,.header_menu_proj_off, .header_menu_proj_on
{
    background-repeat: no-repeat;
    height: 35px;
    width: 65px;
    margin-right:15px;
}

.header_menu_ficha_off, .header_menu_ficha_on
{
    background-repeat: no-repeat;
    height: 35px;
    width: 65px;
    margin-right:0px;
}
.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_ficha_off
{
   background-image: url("../images/ficha/ficha.jpg");
}
.header_menu_ficha_on
{
    background-image: url("../images/ficha/ficha_on.jpg");
}

.header_menu_quando_off
{
    background-image: url("../images/Quando/quando.jpg");
}
.header_menu_quando_on
{
    background-image: url("../images/Quando/quando_on.jpg");
}

.header_menu_onde_off
{
    background-image: url("../images/Onde/onde.jpg");
}
.header_menu_onde_on
{
    background-image: url("../images/Onde/onde_on.jpg");
}

.header_menu_quem_off
{
    background-image: url("../images/Quem/quem.jpg");
}
.header_menu_quem_on
{
    background-image: url("../images/Quem/quem_on.jpg");
}

.header_menu_oque_off
{
    background-image: url("../images/Oque/oque.jpg");
}
.header_menu_oque_on
{
    background-image: url("../images/Oque/oque_on.jpg");
}

/* ficha ficha */
.bottom_text {
    margin-left: 10px;
    margin-bottom: 5px;
}

#hisd_rel_show, #docd_rel_show
{
    text-align: left;
    text-decoration: none;
    color: white;
    vertical-align: middle;
    height: 31px;
    width: 120px;
    float: left;
    margin-bottom: 20px;
}
#docd_rel_show {
    width: 250px;
}
#mid_rel_show, #dossierd_rel_show, #trans_rel_show
{
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
    text-decoration: none;
    color: white;
    vertical-align: middle;
    height: 31px;
    width: 180px;
    float: left;
    clear: right;
}

 #trans_rel_show {
    width: 150px;
}

#dossierd_rel_show {
    width: 350px;
}

#obj_rel_show, #mul_rel_show, #div_crono_show,#cal_rel_show,#manif_rel_show,#loc_rel_show, #ficha_autor_show, #div_mapge_show, #his_rel_show, #mi_rel_show,#doc_rel_show, #dossier_rel_show{
    text-align: left;
    text-decoration: none;
    color: white;
    vertical-align: middle;
    height: 31px;
    width: 100%;
    position: relative;
}

    #obj_rel_show a, #doc_rel_show a, #docd_rel_show a, #mul_rel_show a, #div_crono_show a, #cal_rel_show a, #manif_rel_show a, #loc_rel_show a, #his_rel_show a, #hisd_rel_show a, #mi_rel_show a, #mid_rel_show a, #ficha_autor_show a, #div_mapge_show a, #dossier_rel_show a, #dossierd_rel_show a, #trans_rel_show a {
        display: block;
        height: 31px;
        width: 100%;
        text-decoration: none;
    }
#dossier_rel_inf a span
{
    text-decoration:none;
    color: #666666;
}

#dossier_rel_inf a span:hover
{
    border-bottom: 1px solid #5f9a22;
}
#obj_rel_inf a, #doc_rel_inf a,#docd_rel_inf a,#mul_rel_inf a,#cal_rel_inf a,#manif_rel_inf a,#loc_rel_inf a
,#his_rel_inf a, #mi_rel_inf a, #ficha_autor_inf a
, #div_crono_inf a, #div_mapge_inf a,#dossier_rel_inf a
{
    text-decoration:none;
}

#obj_rel_show a div.obj_rel_mais, #obj_rel_show a div.obj_rel_menos
, #mul_rel_show a div.mul_rel_mais, #mul_rel_show a div.mul_rel_menos
, #div_crono_show a div.crono_mais, #div_crono_show a div.crono_menos
, #cal_rel_show a div.cal_rel_mais, #cal_rel_show a div.cal_rel_menos, #manif_rel_show a div.manif_rel_mais, #manif_rel_show a div.manif_rel_menos, #his_rel_show a div.his_rel_mais, #his_rel_show a div.his_rel_menos, #hisd_rel_show a div.his_rel_mais, #hisd_rel_show a div.his_rel_menos, #doc_rel_show a div.doc_rel_mais, #doc_rel_show a div.doc_rel_menos, #docd_rel_show a div.docd_rel_mais, #docd_rel_show a div.docd_rel_menos, #dossier_rel_show a div.dossier_rel_mais, #dossier_rel_show a div.dossier_rel_menos, #dossierd_rel_show a div.dossier_rel_mais, #dossierd_rel_show a div.dossier_rel_menos, #loc_rel_show a div.loc_rel_menos, #loc_rel_show a div.loc_rel_mais, #mi_rel_show a div.mi_rel_mais, #mi_rel_show a div.mi_rel_menos, #mid_rel_show a div.mi_rel_mais, #mid_rel_show a div.mi_rel_menos, #ficha_autor_show a div.ficha_autor_mais, #ficha_autor_show a div.ficha_autor_menos, #div_mapge_show a div.mapge_mais, #div_mapge_show a div.mapge_menos, #trans_rel_show a div.trans_rel_mais, #trans_rel_show a div.trans_rel_menos {
    background-repeat: no-repeat !important;
    height: 30px;
    min-width: 33px;
    display: inline;
    float: right;
    border: none !important;
    margin: 0px;
    padding: 0px;
}
#cal_rel_inf h2, #manif_rel_inf h2 {
    margin: 0px;
}
#cal_rel_inf .textomanif, #manif_rel_inf .textomanif {
    padding: 0.5em;
}
/*media screen*/
.doc_rel_mais, .docd_rel_mais,.ficha_autor_mais, .obj_rel_mais, .mul_rel_mais, .crono_mais, .cal_rel_mais, .manif_rel_mais, .mi_rel_mais,.mid_rel_mais, .his_rel_mais, .loc_rel_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, .crono_menos, .cal_rel_menos, .manif_rel_menos, .mi_rel_menos,.mid_rel_menos, .his_rel_menos, .loc_rel_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;
}

#dossier_rel_show,#dossierd_rel_show {
    background-color:#487d15;
}

#ficha_autor_show {
    background-color: #777777;
}
#mul_rel_show {
    background-color: #666666;
}
#div_crono_show
{
    background-color: #2153a1;
}

#obj_rel_show {
    background-color: #1a4ec8;
}

#cal_rel_show {
    background-color: #00aef0;
}
#cal_rel_inf a.atitle {
    color: #00aef0;
}
#manif_rel_show {
    background-color: #cb3535;
}
#manif_rel_inf a.atitle {
    color: #cb3535;
}

#mi_rel_show,#mid_rel_show {
    background-color: #666666;
}

#his_rel_show,#hisd_rel_show  {
    background-color: #666666;
}

.maisinf_ficha {
    vertical-align: middle;
    color: white;
    font-family: PT SANS;
}

#loc_rel_show {
    background-color: #ffc244;
}

#loc_rel_show, #his_rel_show, #hisd_rel_show, #mi_rel_show, #mid_rel_show, #manif_rel_show, #cal_rel_show, #mul_rel_show, #div_crono_show, #obj_rel_show, #ficha_autor_show, #dossier_rel_show, #dossierd_rel_show, #doc_rel_show, #docd_rel_show, #trans_rel_show {
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.maisinf_ficha div:nth-child(1){
    display: block;
    line-height: 31px;
    height: 31px;
    float: left;
}
div.maisinf_como 
{
    padding-top:5px;
    float: left;
}

.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;
}

#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 */
.texto_tituloficha {
    font-weight: bold;
    margin-left: 10px;
}

#margemTop {
    height: 86px;
    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;   
    display: inline-block;
    top: 0px;
    padding-top: 6px;
    height: 86px;
}

.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 iframe, .embed-container object, .embed-container embed { 
        width: 100%; 
        height: 100%; 
    }*/

#Inscricao {
        padding: 38px;
}
    /*##############################*/
     /*##############################*/
      /*##############################*/
@media screen and (max-width: 1024px) {
    #rightcol {
	    width: 412px;
    }
    #div_manif {
        width:30%!important;
    }
}

@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;
    }

    .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: 135px;
        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: 86px;
        width: 35px;
    }

    .nav_menu
    {
        width: 127px;
        height: 36px;
        vertical-align: middle;
    }

    .nav_menu a
    {
        color:#000000;
        text-decoration: none;
        height: 36px;
        width: 127px;
    }

    .nav_menu a:hover, .nav_menu:hover
    {
        color:#ffffff;
        text-decoration: none;
        background-color: #cccccc;
        height: 36px;
    }

    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: 36px;
        width: 44px;
    }

    .nav_menu a div:last-of-type
    {
        height: 36px;
        line-height: 36px;
    }

    .nav_quem, .nav_oque, .nav_onde, .nav_quando, .nav_ficha {
        min-width: 130px;
        height: 36px;
    }

    .nav_quem div:first-of-type, .nav_oque div:first-of-type, .nav_onde div:first-of-type, .nav_quando div:first-of-type, .nav_ficha div:first-of-type
    {    
        float: left;
        height: 36px;
        line-height: 36px;
        width: 44px;
    }

    .nav_quem div:last-of-type, .nav_oque div:last-of-type, .nav_onde div:last-of-type, .nav_quando div:last-of-type, .nav_ficha div:last-of-type
    {
        height: 31px;
        line-height: 31px;
    }
    .nav_quem a, .nav_oque a, .nav_onde a, .nav_quando a, .nav_ficha a {
        color:#000000;
        text-decoration: none;
        height: 40px;
    }

    .nav_quem:hover, .nav_oque:hover, .nav_onde:hover, .nav_quando:hover, .nav_ficha:hover,
    .nav_quem a:hover, .nav_oque a:hover, .nav_onde a:hover, .nav_quando a:hover, .nav_ficha a:hover{
        color:#ffffff;
        background-color: #cccccc;
    }

    .nav_quem div:first-of-type
    {
        background-image: url(../images/Quem/quem.png);
        background-repeat: no-repeat;
    }

    .nav_oque a div:first-of-type
    {
        background-image: url(../images/Oque/oque.png);
        background-repeat: no-repeat;
    }

    .nav_onde a div:first-of-type
    {
        background-image: url(../images/Onde/onde.png);
        background-repeat: no-repeat;
    }

    .nav_quando a div:first-of-type
    {
        background-image: url(../images/Quando/quando.png);
        background-repeat: no-repeat;
    }

    .nav_ficha a div:first-of-type
    {
        background-image: url(../images/ficha/ficha.png);
        background-repeat: no-repeat;
    }

    .menusel {
        background-color: #cccccc;
    }

    .geral_texto_pesquisa {
        width: 350px;
    }
}


@media screen and (max-width: 480px) {
    .header_logo img {
        width: 100px;
        float: left;
    }

    .rodape_element span {
        display: none;
    }

    .rodape_titulo_projecto, .rodape_titulo_quem, .rodape_titulo_oque, .rodape_titulo_onde, .rodape_titulo_quando, .rodape_titulo_ficha, .rodape_titulo_projecto a, .rodape_titulo_quem a, .rodape_titulo_oque a, .rodape_titulo_onde a, .rodape_titulo_quando a, .rodape_titulo_ficha a {
        font-size: 10px;
      
    }
    .div_rodape_titulo_projecto, .div_rodape_titulo_quem, .div_rodape_titulo_oque, .div_rodape_titulo_onde, .div_rodape_titulo_quando, .div_rodape_titulo_ficha {
          min-width: 10%;
    }

    .header_menu_home_above {
        margin-right: 20px!important;
        font-size: 10px!important;
    }

    .header_menu_home {
        top: 50px!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;
        float: left;
    }

    .rodape_element span {
        display: none;
    }

    .rodape_titulo_projecto, .rodape_titulo_quem, .rodape_titulo_oque, .rodape_titulo_onde, .rodape_titulo_quando, .rodape_titulo_ficha, .rodape_titulo_projecto a, .rodape_titulo_quem a, .rodape_titulo_oque a, .rodape_titulo_onde a, .rodape_titulo_quando a, .rodape_titulo_ficha a {
        font-size: 10px;
      
    }
    .div_rodape_titulo_projecto, .div_rodape_titulo_quem, .div_rodape_titulo_oque, .div_rodape_titulo_onde, .div_rodape_titulo_quando, .div_rodape_titulo_ficha {
          min-width: 15%;
    }

    .header_menu_home_above {
        margin-right: 20px!important;
        font-size: 10px!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_quem, .rodape_titulo_oque, .rodape_titulo_onde, .rodape_titulo_quando, .rodape_titulo_ficha, .rodape_titulo_projecto a, .rodape_titulo_quem a, .rodape_titulo_oque a, .rodape_titulo_onde a, .rodape_titulo_quando a, .rodape_titulo_ficha a {
        font-size: 10px;
      
    }
    .div_rodape_titulo_projecto, .div_rodape_titulo_quem, .div_rodape_titulo_oque, .div_rodape_titulo_onde, .div_rodape_titulo_quando, .div_rodape_titulo_ficha {
          min-width: 15%;
    }
}

@media screen and (max-width: 1280px) {
    #header .header_logo, #header_interior .header_logo {
        padding-left: 40%;
    }
}


/* MENU */
.mpesquisa {
  top:15px;
  right:15px;
  position:absolute;
  display:block;
  width:50px;
  height:50px;
  background-color:transparent;
  z-index:20;
  float: right;
  background-image: url(../images/menu/pesquisar.png);
  background-repeat: no-repeat;
}

.minfo {
  top:15px;
  right:15px;
  position:absolute;
  display:block;
  width:50px;
  height:50px;
  background-color:transparent;
  z-index:20;
  float: right;
  background-image: url(../images/menu/info.png);
  background-repeat: no-repeat;
}
/* Menus */
    #pesquisacampos {
        min-width:22rem;
        width: 33.3%;
        float: left;
    }
    #div_manif {
        min-width: 300px ! important;
        float: left;
        margin-left: 0em;
        padding-left: 0em;
        width: 33.3%;
    }

a.amanif {
    text-decoration: none;
}

a.amanif :hover {
    text-decoration: none;
    background-color: #cccccc;
}


.cblue {
    background-color: #00aef0;
}

.cyellow {
    background-color: #ffc244;
}
.cred {
    background-color: #cb3535;
}

.cpurple {
    background-color: #93278f;
}

.cgray {
    background-color: #f4f4f4;
}

h1.cblue,  h1.cyellow, h1.cred
{
    margin: 0px;
    /*padding: 1em 2em;*/
    color: #fff;
    padding-left: 0.5em;
    font-weight: normal;
    font-size: 1.5em;
    height:48px;
    line-height: 48px;
}
h1.cblue img, h1.cyellow img, h1.cred img
{
    float: left;
}
.acred {
    width:60px;
    height: 48px;
    position:absolute;
    background: url(../images/ficha/barra/voltar_barra.png) no-repeat;
	z-index:999;
    top: -50px;
    left: 50px;
}
a.acred:hover {
     background: url(../images/ficha/barra/voltar_barra_over.png) no-repeat;
}
        #TreeView1 table tr td a {
            font-size: 1.2em;
            line-height: 1.2em;
        }
        #TreeView1 table tr td div {
            width:10px!important;
        }

.linegray {
       border-top-color: #ccc;
}

.textoesq {
    padding: 1em;
}

.textoesq h2{
        margin-top: 0em;
    -webkit-margin-start: 0.5em;
}
    .textoesq p {
        -webkit-margin-start: 1em;
    }

.textociclo {
    padding: 1em;
    background-color: #F1F1F1;
}

.textociclo h2{
        margin-top: 0em;
        margin-bottom: 0em;
    -webkit-margin-start: 0.5em;
}
    .textociclo p {
        -webkit-margin-start: 1em;
    }
.textomanif {
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    background-color: #fff;
}

    .textomanif h2 {
        color: #000;
    }
.textomanif h2 a {
    color: #666666;
    text-decoration: none;
}
    .tmanif {
        color: #666666;
    }
    .class_local {
        color: #00aef0;
        font-size: 0.9em;
    }
.class_ciclo {
    color: #93278f;
}

/* Footer */
footer.container div {
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    font-size: 0.9em;
}
.container div {
    border: 0;
    text-align: left;
    outline: none;
    vertical-align: baseline;
}
.container {
    color: #666666;
}
#conteudo a.alinks, footer.container a.alinks {
    color: #666666!important;
}

.container a {
    text-decoration: none;
}
    #conteudo a.alinks:hover, footer.container a.alinks:hover{
        border-bottom: 1px solid #666666!important;
    }
        #conteudo a:hover img, a.alinks img:hover {
            border: none;
        }

    #texto_show_line {
        margin-top: 5px;
        width: 90%;
        height: 10px;
        float: left;
    }
#texto_inf {
    -webkit-margin-start: 1em;
}

    .texto_mais {
        background-image: url(../images/ficha/mais.png) !important;
    }
    .texto_menos {
        background-image: url(../images/ficha/menos.png) !important;
    }
    .texto_menos, .texto_mais {
        background-repeat: no-repeat !important;
        background-size: 100%;
        display: block;
        border: none !important;
        margin: 0px;
        padding: 0px;
        width: 28px;
        height: 28px;
        margin-top: 5px;
    }

    .texto_menos {
        margin-left: 0px;
    }

    .texto_mais {
        margin-left: 15px;
    }

/* 
  Tree core styles
*/
#fontSize {
  width: 100px;
  font-size: 1em;
  }
ul.tree {
    /*margin:0px;
    padding-left: 0px;*/
}
ul.tree, ul.tree ul {
  list-style-type: none;
}

.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  }

.tree input ~ ul { display: none; }

.tree input:checked ~ ul { display: block; }

/* 
  Tree rows
*/

.tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 1em 1em;
  }

.tree ul li { padding: 1em 0 0 1em; }

.tree > li:last-child { padding-bottom: 0; }

/* 
  Tree labels
*/
.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
  }

label.tree_label { cursor: pointer; }

label.tree_label:hover { color: #666; }

/* 
  Tree expanded icon
*/
label.tree_label:before {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: '+';
  text-align: center;
  line-height: .9em;
  }

:checked ~ label.tree_label:before { content: ''; }

/* 
  Tree branches
*/
.tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777;
  content: "";
  }

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-radius: 0 0 0 .3em;
  content: '';
  }

label.tree_label:after { border-bottom: 0; }

:checked ~ label.tree_label:after {
  border-radius: 0 .3em 0 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
  }

.tree li:last-child:before {
  height: 1em;
  bottom: auto;
  }

.tree > li:last-child:before { display: none; }

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}

/* Menu lateral */
.menu-item1, .menu-item2, .menu-item3, .menu-item4, .menu-item5, .menu-item6, .menu-item7, .menu-item8 {
    display:none;
    /*left: 25%;*/
}

.menu-item1 {
    top: 50px;
}
.menu-item2 {
    top: 100px;
}
.menu-item3 {
    top: 150px;
}
.menu-item4 {
    top: 200px;
}
.menu-item5 {
    top: 250px;
}
.menu-item6 {
    top: 300px;
}
.menu-item7 {
    top: 350px;
}
.menu-item8 {
    top: 400px;
}
.menu-item1 span, .menu-item2 span, .menu-item3 span, .menu-item4 span, .menu-item5 span, .menu-item6 span, .menu-item7 span, .menu-item8 span{
    color: #666;
    font-size:1.5em;
    background-color: #f9f8f8;
    text-transform: uppercase;
}
.menu-item1 a, .menu-item2 a, .menu-item3 a, .menu-item4 a, .menu-item5 a, .menu-item6 a, .menu-item7 a, .menu-item8 a{
    display: block;
    padding-left: 40px;
    text-decoration: none;
    width:200px; 
    height:48px;
    z-index: 10;
}

.radial-menu {
  /*top:15px;
  left:15px;
  position:absolute;*/
  display:block;
  width:50px;
  height:50px;
  background-color:transparent;
  border-radius:50%;
  z-index:20;
}

.mask {
    width: 40px;
    height: 40px;
    z-index: 21;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    background-image: url("../content_index/images/menu.svg");
    margin-left: 10px;
    top: 5px;
}
#bkmenu {
    /*top:80px;*/
    position: absolute;
    display:none;
  /*width:100%;*/
    background-color: #f9f8f8;
    z-index: 20;
    padding-left: 10px;
}
.menu-item1, .menu-item2, .menu-item3, .menu-item4, .menu-item5, .menu-item6, .menu-item7, .menu-item8 {
    /*width: 50px;*/
    height: 30px;
    /*color: white;*/
    line-height: 30px;
    margin-left: 0px;
    /*z-index: 19;*/
    text-align: left;
    /*background-size: 100%;*/
    display: block;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    font-size: 12px;
}

    .menu-item1.active, .menu-item2.active, .menu-item3.active, .menu-item4.active, .menu-item5.active, .menu-item6.active, .menu-item7.active, .menu-item8.active {
        font-weight: bold;
    }
.menu-item1 {
    background-image: url("../images/Quem/quem.png");
}
.menu-item2 {
    background-image: url("../images/Onde/imoveis.png");
}
.menu-item3 {
    background-image: url("../images/menu/b_manifestacoes.png");
}
.menu-item4 {
    background-image: url("../images/menu/b_ciclo.png");
}
.menu-item5 {
    background-image: url("../images/menu/b_objetos.png")
}
.menu-item6 {
    background-image: url("../images/menu/b_audioguia.png");
}
.menu-item7 {
    background-image: url("../images/menu/b_galeria.png");
}
.menu-item8 {
    background-image: url("../images/menu/b_dossiers.png");
}


/* dropdown menu */
    .dropbtn {
    background-color: #F1F1F1;
    color: #999;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F1F1F1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

   a.aselect {
        background-color: #999;
    }
.dropdown-content a:hover {background-color: #999}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #F1F1F1;
}

#menul {
    background-color:#a6a5a5;
    width:100%;
    height:48px;
}

    #menul .mesq {
        float:left;
        padding-left:10px;
        padding-right:25px;
        line-height: 38px;
        height: 48px;
    }
    #menul .mesq img{
        float: left;
        height: 48px;
    }
        #menul .mesq span {
            line-height: 48px;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.5em;
        }
    #menul .mdir
    {
        float:right;
        padding-left:25px;
        padding-right:10px;
        color: #00aef0;
        font-size:16px;
        line-height:48px;
        height: 48px;
    }
        #menul .mdir span {
            line-height: 48px;
            height: 48px;
            color: #fff;
            font-size: 1em;
            vertical-align: top;
        }

    #menul .mdir img{
        height: 48px;
    }
.vco-storymap p {
    line-height: 30px;
}
.vco-storymap p img{
   height: 30px;
   float:left;
}

.vco-storymap p a {
    color:#999999!important;
    background-color: #F1F1F1;
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
}

/* butυes */
a.btn{
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-green {
    background-color: #7c9740;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
}