﻿/* mac hide\*/
html, body {height:100%}
/* end hide */

body
{
    background: #fff;
    font-family: Arial, sans-serif, Tahoma, Verdana;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000000;
    text-align: justify;
    min-width:942px;/* for mozilla*/

}
.body_bg { background: #f8f8f8; }

form 
{
    margin: 0;
    padding: 0;
}

img
{
    border-width: 0px;
}
ul 
{
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li { padding-left: 32px; line-height: 160%; background-color: transparent; }

h1, h1 a:link, h1 a:visited
{
    padding: 0;
    font-size: 16px;
    vertical-align: bottom;
    color: #016D6D;
    text-align: left;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
}
h2, h2 a:link, h2 a:visited
{
    padding: 0;
    font-size: 12px;
    color: #808080;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    text-align: justify;
}
h3, h3 a:link, h3 a:visited
{
    padding: 0;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-align: justify;    
}
a:link, a:visited 
{
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color: #016D6D;
}

a:hover 
{
	text-decoration: none;
	font-weight: normal;
	color: #666;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

input, select 
{
	font: 11px/normal Tahoma, Arial, Helvetica, sans-serif;
}

select, .inputbox 
{
	padding: 2px;
}

textarea 
{
	padding-left: 2px;
}

textarea.inputbox 
{
	width:95%;
}

.button, .button:hover { padding: 1px 10px!important; padding: 1px 5px; color: #f3f5f8; background-color: #4b535b; border-color: #dfe5ec #8e9cae #8e9cae #dfe5ec; border-style: solid; border-width: 1px; }

.button:active, .button:focus { color: #f3f5f8; background-color: #cc3333; border-color: #8e9cae #dfe5ec #dfe5ec #8e9cae; border-style: solid; border-width: 1px; }

.inputbox {
	border: solid 1px #bfc2c5;
	background: #f5f6f8;
}

.inputbox:hover, .inputbox:focus { background-color: #e9ebed; border: solid 1px #9198a0; }


.vermelho
{
    color: #FF0000;
    text-decoration: none;
}

/* 
------------ Moldura
*/ 

#outer
{
    margin: 3px auto 0px auto;
	height:100%;
	min-height:100%;    
    width: 940px;
	position:relative;

}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:630px;
}
#header
{
    position: absolute;
    top: 0;
    left: -1px;
    width: 940px;
    height: 215px;
    overflow: hidden;
    z-index: 100;
    background-color: #FFFFFF;
}

#left
{
    padding: 0px 8px 12px 0px;
    position: relative; /*ie needs this to show float */
    width: 150px;
    float: left; /*needed to make room for header*/
    border-right-width: 1pt;
    border-right-color: #7f7f7f;
    border-right-style: solid;
    margin-top: 220px;
}

#right
{
    margin-top: 220px;
    padding: 0px 0px 12px 9px;
    position: relative; /*ie needs this to show float */
    width: 300px;
    float: right; /*needed to make room for header*/
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: #7f7f7f;
}

#footer
{
    width: 940px;
    clear: both;
    height: 50px;
    text-align: center;
    left: 0;
    bottom: 0;
    position: absolute;
    margin-bottom: 10px;
}

* html #footer {/*only ie gets this style*/
	height:62px;/* for ie5 */
	height:60px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/


#centrecontent
{
    margin-top: 220px;
    padding: 0px 10px 12px 10px;
    width: 450px;
    float: right;
}

#clearfooter {width:100%;height:62px;clear:both} /* to clear footer */

/* 
-------- TOPOS

---- topo -1
*/ 

#topo_-1
{
    width: 100%;
    height: 20px;
}

    #data_txt
    {
        float: left;
        height: 20px;
        width: 250px;
        vertical-align: middle;
    }

    #menu_sup
    {
        width: 600px;
        float: right;
        vertical-align: middle;
        height: 20px;
        text-align: right;
    }

/* 
------------ topo
*/ 
#topo
{
    width: 100%;
    height: 130px;
    position: relative;
}
    #pub_top
{
    width: 620px;
    height: 110px;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
}
    #logo
{
    width: 300px;
    height: 110px;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* 
------------ Menu
*/ 

 
#topcolmenu
{
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #016D6D;
    background-position: center top;
    background: center top;
    height: 30px;
    width: 100%;
    background-color: transparent;
    background-image: url('../images/topcol_bg.png');
    background-repeat: repeat-x;
    position: relative;
}

    #topmenu
{
    float: left;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 0px;
    left: 0px;
}

        #topmenu ul {
	        margin: 0;
	        padding: 0;
	        list-style: none;
        }
        #topmenu li {
            background-position: right top;
            float: left;
            margin: 0;
            padding: 0;
            height: 35px;
            background: transparent url('../images/line.png') no-repeat right
        top;
        }
        #topmenu li a#active_menu-nav
        {
            color: #F2C233;
            background-color: #016D6D;
        }
        #topmenu li a {
            float: left;
            font-size: 13px;
            line-height: 35px;
            padding: 0 12px 0 10px;
            color: #016D6D;
            text-decoration: none;
        }
        #topmenu li a:hover, #topmenu li.current a {
            color: #ecbe1d;
            text-decoration: none;
            background: transparent url('../images/topmenu_top.png') top center no-repeat;
        }

    #pesquisa
{
    width: 250px;
    height: 20px;
    text-align: right;

}

/* 
------------ topcolTXT
*/ 

#topcolTXT
{
    width: 100%;
    height: 30px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 500px;
    vertical-align: middle;
    position: relative;
    color: #016D6D;
    background-color: #FFFFFF;
}

    #direccao
{
    width: 940px;
    height: 30px;
    text-align: left;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 5px;
}

    #frase
{
    width: 940px;
    height: 30px;
    text-align: right;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 5px;
}


#path
{

    vertical-align: top;
}




/* 
------------ Classes dos Módulos
*/ 

.Titulo_Modulo
{
    padding: 2px 0px 0px 5px;
    color: #016D6D;
    font-size: 12px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #016D6D;
    height: 20px;
    vertical-align: baseline;
    background-color: #E9E9E9;
    text-align: left;
    text-indent: 2px;
    font-weight: bold;
    margin-bottom: 1px;
}   
.Conteudo_Modulo
{
    background-color: #FFFFFF;
}
#weather
{
    background-color: #FCF0CD;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12px;    
}

#PUB_Lateral_Esq
{
    width: 152px;
}

.pub_lateral_esq_img
{
    border: 1px solid #E9E9E9;
    margin: 5px 0px 10px 0px;
}
.pub_lateral_esq_flash
{
    border: 1px solid #E9E9E9;
    margin: 5px 0px 10px 0px;
}

#PUB_video
{
    width: 300px;
    height: 250px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
/* 
------------ Módulo Breves
*/ 
#Passadeira
{
    border-width: 1px;
    border-color: #E9E9E9;
    border-style: solid;
    margin: 0px 0px 10px 0px;
    background-color: #E6F2F2;
}
/* 
------------ Módulo Newsletter
*/ 
#newsletter_caixa
{
    padding: 5px;
    border-width: 1px;
    border-color: #E9E9E9;
    border-style: solid;
    margin: 0px 0px 10px 0px;
    background-color: #E6F2F2;
}
.newsletter_nome_textbox, .newsletter_email_textbox
{
    width: 170px;
    height: 14px;
}

/* 
------------ Módulo Agenda/Calendário
*/ 
#calendario
{
    margin: 0px 0px 10px 0px;
}
/* 
------------ Módulo imagem do dia
*/ 
#Imagem_do_Dia
{
    border-width: 1px;
    border-color: #E9E9E9;
    border-style: solid;
    margin: 0px 0px 10px 0px;
    background-color: #BFBFBF;
}
.rodape_imagem_do_dia
{
    margin: 10px;
    text-align: right;
    color: #FFFFFF;
    height: 30px;
}

/* 
------------ Módulo Outros destaques - 1ºs artigos de cada secção
*/ 
.outros_destaques_caixa
{
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #C0C0C0;
    margin: 5px;
    padding: 5px;
    width: 100%;
}
.outros_destaques_seccao, .outros_destaques_seccao a:link, .outros_destaques_seccao a:visited
{
    padding: 0;
    font-size: 12px;
    vertical-align: bottom;
    color: #016D6D;
    text-align: left;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
}
.outros_destaques_titulo, .outros_destaques_titulo a:link, .outros_destaques_titulo a:visited
{
    padding: 0;
    font-size: 12px;
    color: #808080;
    vertical-align: bottom;
    text-decoration: none;
    font-weight: bold;
    text-align: justify;
}
.outros_destaques_subtitulo, .outros_destaques_subtitulo a:link, .outros_destaques_subtitulo a:visited
{
    padding: 0;
    font-size: 10px;
    color: #000000;
    vertical-align: bottom;
    text-decoration: none;
    font-weight: normal;
    text-align: justify;
}
.outros_destaques_mais_artigos, .outros_destaques_mais_artigos a:link, .outros_destaques_mais_artigos a:visited
{
    font-size: 12px;
    color: #F2C233;
    vertical-align: bottom;
    text-decoration: none;
    font-weight: normal;
    text-align: right;
}


/* 
------------ Outros artigos lista
*/ 


.outros_artigos_caixa
{
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #C0C0C0;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    height: 50px;
    vertical-align: middle;
}

.outros_artigos_titulo, .outros_artigos_titulo a:link, .outros_artigos_titulo a:visited
{
    padding: 0;
    font-size: 12px;
    vertical-align: bottom;
    color: #016D6D;
    text-align: left;
    width: 100%;
    text-decoration: none;
    font-weight: bold;

}
.outros_artigos_subtitulo, .outros_artigos_subtitulo a:link, .outros_artigos_subtitulo a:visited
{
    padding: 0;
    font-size: 10px;
    color: #000000;
    vertical-align: bottom;
    text-decoration: none;
    font-weight: normal;
    text-align: justify;
}
/* 
------------ configuração de artigos
*/ 

.data
{
    text-decoration: none;
    font-style: normal;
    text-align: right;
    font-size: 11px;
    color: #808080;
    margin-bottom: 3px;     
}
.autor
{
    color: #808080;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    font-size: 11px;    
    margin-top: 5px;    
}
.fonte
{
    color: #808080;
    text-decoration: none;
    font-style: normal;
    text-align: right;
    float: right;
    margin-bottom: 10px;
    font-size: 11px;
    margin-top: 5px;
}

/* 
------------ Módulo Eventos
*/ 

.titulo_evento, .titulo_evento a:link, .titulo_evento a:visited
{
    color: #016D6D;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
