body {
    margin: 0px;
    font-family: Arial, "Trebuchet MS",Verdana,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: black;

}

html
{

    color: black;
}

strong
{
    font-weight: bold;
}


/*------ Links ------*/

a:link,a:visited,a:active  {
    color: #BFD72F;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #666;
}

/*------ Básico ------*/

h1 
{
    font-size: 28px;
    margin-bottom: 5px;
    font-size: 26px;
    padding: 0 0px 10px;
    font-weight: bold;
    line-height: 30px;
}

h2
{
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
}

h3 
{
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 1px;
    margin-top: 10px;
}

h4
{
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 1px;
    margin-top: 10px;
}


ul{
    padding-left: 20px;
    margin: 0px;
}

li{
    list-style-type:square;
}


table
{
    border-color: #666;
}

th
{
    padding: 3px;
    background-color: #666;
    color:white;
    font-weight: bold;
}

td{
    padding: 3px;
}


.separador
{
    height: 0px;
    border-top:solid 1px #666;
    border-bottom:solid 1px #f1f1f1;
    margin-top: 10px;
    margin-bottom: 8px;
}


/*------ Templates ------*/

.imagemEsq
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.imagemDir
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}




.separadorInterno
{
    margin-top: 5px; margin-bottom: 5px;
}






/*------ Layout ------*/


.titulo_header
{
    padding-top: 4px;
    padding-left: 10px;
}

.titulo_header img
{
    float: left;
}

.titulo_header div
{
    padding-top: 23px;
    margin-left: 5px;
    float: left;
}






#site
{
    width: 960px;
    margin: auto;
    background-color: white;
}


#header
{
    height: 130px;
    font-size: 26px;
    font-weight: bold;
    background-color: white;
    background-image: url('/w/img/headerBg.png');
    background-position: right;
    background-repeat: no-repeat;
    color: black;
}


#headerLogo
{
    margin-top: 10px;
    margin-left: 18px;
    background-color:transparent;
}



#headerEsq
{
    float: left;
    height: 100px;
    width: 200px;
}

#headerDir
{
    float: right;
    height: 100px;
    width: 710px;
    font-size: 12px;
    font-weight: normal;
}






#menuCima
{
    padding-left: 10px;
    height: 27px;
    line-height: 25px;
    background-color: #BFD72F;
    color:white;
    font-size:11px;
    margin-bottom: 10px;
}    



.menuCimaSep
{
    color: #CCC ;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
}

#menuCima a:link,#menuCima a:visited,#menuCima a:active  {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 0px;

    font-weight: bold;
    text-shadow: 1px 1px 2px #666666;
    filter: dropshadow(color=#666666, offx=1, offy=1);
}
#menuCima a:hover {
    text-decoration: none;
    color: black !important;
    text-shadow: 1px 1px 2px #FFFFFF;
    filter: dropshadow(color=#FFFFFF, offx=0, offy=0);
}

.menuCima_hover {

    text-transform: uppercase;
    margin-left: 0px;

    font-weight: bold;
    text-decoration: none !important;
    color: black !important;
    text-shadow: 1px 1px 2px #FFFFFF !important;
    filter: dropshadow(color=#FFFFFF, offx=0, offy=0) !important;
}



#thetime
{
    padding-right: 10px;
    height: 27px;
    line-height: 27px;
    color:black;
    font-size:10px;
    float: right;
}






#menuEsq
{
    float: left;
    width: 300px;
    padding: 5px;
    background-color: #c4c4c4;
}




#conteudos
{
    float: right;
    width: 640px;

}

#fe_conteudos
{
    padding: 10px;
    background-color: white;
}


#rodape
{
    background-color: #BFD72F;
    margin-top: 0px;
    height: 300px;

    height: 118px;
    overflow: hidden;
}


#copyr
{
    background-color: #09596c;
    color: #CCC;
    padding: 5px;
    font-size: 11px;
}


#rodape .banners
{
    background-repeat: no-repeat;
    width: 300px;
    height: 120px;
    float: left;
}


#rodape .sep
{
    width: 289px;
    border-right: solid 1px white;
    float: left;
    height: 120px;
    padding: 20px;
    background-image: url(/w/img/bck-contactos.png);
}


#rodape .sep2
{
    width: 289px;
    border-right: solid 1px white;
    float: left;
    height: 120px;
    padding: 20px;
    background-image: url(/w/img/bck-website-down.png);
}

#rodape .sep .h
{
    font-size: 11px;
    color: black;
}



#rodape a:link,#rodape a:visited,#rodape a:active  {
    font-weight: normal ;
    color:black ;
    font-size: 11px ;
    text-transform: none ;
}

#rodape a:hover {
    font-weight: bold;
}


#btOuvir
{
    background-color: #BFD72F;
    width: 140px;
    height: 33px;
    margin-top: 5px;
    cursor: pointer;
}




/* HOMEPAGE */

#homeDestaques
{
    height: 250px;
    overflow: hidden;
}

.homeDestaque
{
    float: left;
    padding: 10px;
    width: 250px;
    font-size: 24px;
    line-height: 24px;
    color:black;
    font-weight: bold;
    background-color: #BFD72F;
    height: 250px;
}

.homeDestaqueResumo
{
    font-size: 12px; margin-top: 10px; line-height: 12px;
    font-weight: normal;
    color: white;
}





#homeBanner
{
    float: left;
    width: 300px;
    height: 250px;
    line-height: 250px;
    margin-left: 2px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}



#homeMini
{
    margin-top: 2px;
    margin-bottom: 2px;
    height: 90px;
}



.homeBloco
{
    margin-top: 10px;
}



.homeNot
{
    width: 212px;
    height: 290px;
    background-color: #BFD72F;
    float: left;
    font-size: 11px;
    line-height: 11px;
    background-image: url(/w/img/branco50.png);
}



.homeNotCont
{
    padding: 10px;
}

.homeNotData
{
    color:#666;
    margin-top: 5px;
    margin-bottom: 5px;
}

.homeNotDataTitulo
{
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
}













.homeNotH
{

    background-color: white;
    font-size: 11px;
    border-top: dotted 1px #CCC;

    padding: 10px;
    background-image: url(/w/img/branco50.png);

    background-repeat: repeat;
}





.homeNotH img
{
    float: left;
    margin: 0px;
    margin-right: 5px;
}


.homeNotHCont
{
    float: right;
    width: 290px;
    padding-top: 14px;
}

.homeNotHData
{
    color:#999;
    text-transform: uppercase;
    font-weight: bold;
}

.homeNotHDataTitulo
{
    font-size: 15px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    color:black;
}

.homeNotHResumo
{
    font-size: 11.5px;
    line-height: 12px;
    color: #2B2B2B;
    margin-bottom: 3px;
}






















.homeAgenda
{
    background-color: #BFD72F;
    height: 159px;
    overflow: hidden;
    margin-top: 5px;
}






.linkDirDetalhe:link,.linkDirDetalhe:visited,.linkDirDetalhe:active  {
    font-weight: normal !important;
    color:white !important;
    font-size: 11px !important;
    text-transform: none !important;
    float: right !important;

    text-shadow: none!important;
    filter: none!important;


}

.linkDirDetalhe:hover {
    color:white !important;
}




.homeBlocoDir
{
    width: 475px;
    float: right;
    margin-right: 2px;
}


.homeBlocoH
{
    background-color: #09596c;
    text-transform: uppercase;

    font-weight: normal;
    font-size: 11px;

    color:white;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;

    margin: 0px;
}

.homeBlocoH a:link , .homeBlocoH a:visited , .homeBlocoH a:active , .homeBlocoH a:hover
{
    color:white;
}

.homePubMeio
{
    background-color: #CCC;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 27px;
    margin-bottom: 10px;
}


.homePubMeioBanner
{
    width: 275px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color:white;
    float: left;
    margin-right: 40px;
}

.homePubMeioBanner2
{
    width: 275px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color:white;
    margin-left: 13px;
    margin-top: 20px;
}


.hpCont
{
    height: 75px;
    overflow: hidden;
}


.sepLinhas
{
    border-top: solid 1px #BFD72F;
    border-top: solid 1px #EEEEEE;
    border-top: solid 1px #999;
    border-top: solid 1px #CCC;

    padding: 10px;
    cursor: pointer;
}


.sepLinhas a:link,.sepLinhas a:visited,.sepLinhas a:active  {
    color: #BFD72F;
    text-decoration: none;
    font-weight: bold;
}


.sepLinhasMini
{
    border-top: solid 1px #BFD72F;
    padding: 5px;
    line-height: 13px;
}

.sepLinhasMini img
{
    margin-right: 10px;
    margin-left: 10px;
}

.sepLinhas img
{

    float: left;
    margin-right: 10px;
}







.verMais
{
    position: absolute;

    margin-left: 300px;
    margin-top: 60px;
}












.esconde
{
    display: none !important;
}

.mostra
{
    display: block !important;
}




input, textarea, select
{
    padding: 4px;
    border: solid 1px #c4c4c4;
    outline:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}





.msgErro
{
    background-color: #BD361F;
    padding: 10px;
    color:white;
    font-weight: bold;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.msgSucesso
{
    background-color: #4BCD27;
    padding: 10px;
    color:white;
    font-weight: bold;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.msgDuvida
{
    background-color: #FFC62F;
    padding: 10px;
    color:white;
    font-weight: bold;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.msgInfo
{
    background-color: #F3F3F3;
    padding: 10px;
    color:white;
    font-weight: bold;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}









.voltar
{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #373535;
    color:white;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    width: 55px;
    cursor: pointer;
}



.linhaPodcast
{
    border-top: solid 1px #EEE;

    padding: 3px;
}

.colorPrev
{
    width: 10px;
    height: 8px;
    margin-right: 5px;
    overflow: hidden;
    background-color: #BFD72F;
    cursor: pointer;
    float: left;
    display: none;
}

.bannerMrec
{
    background-color: white;
    width: 300px;
    height: 250px;
    overflow: hidden;
}


.blocoTexto
{
    background-color: #BFD72F;
    color:white;
    padding: 3px;
    padding-left: 5px;
    font-size: 13px;

    font-weight: bold;
    text-shadow: 1px 1px 2px #666666;
    filter: dropshadow(color=#666666, offx=1, offy=1);

    /*
        text-transform: uppercase;
        font-size: 11px;
        font-weight: normal;
        text-shadow: 0px 0px 2px #666666;
        filter: dropshadow(color=#666666, offx=0, offy=0);
    */
}





.miniPod
{
    border: solid 1px #CCC;  
    margin: 3px;
    padding: 3px;
    float: left;
    width:114px;
}

.miniPodCal
{
    font-size: 18px; 
    background-color: #999;
    padding: 2px;
    color: white;
    margin-right: 5px;
    font-weight: bold;
    width: 30px;
    text-align: center;
    float: left;
}

.miniPodCalMes
{
    font-size: 12px;
    border-top: solid 1px #CCC;
}

.miniPodPlay img
{
    width: 11px;  
    padding: 0px;
    margin: 0px;
    float: left;
    margin-top: 3px;

}

.miniPodPlay div
{
    margin-left: 5px;
    float: left;
    font-weight: bold;
}





.noarBarra
{
    height: 20px;
    width: 307px;
    line-height: 20px;
    margin-top: 67px;
    font-size: 10px;
    color: #BFD72F;
    text-transform: uppercase;
    text-align: right;
    padding-right: 30px;
}


#noarBox
{
    position: absolute;
    margin-left: 250px;
    margin-top: 10px;
    height: 113px;


    font-size: 14px;
    font-weight: normal;
    color:white;
}


.noarLabel
{
    font-size: 11px;
    line-height: 11px;
    font-weight: normal;
}


#noarAnim
{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}


#noarMusica
{
    font-size: 16px;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: bold;
}

#noarMusicaTitulo
{
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
}




#noarImg
{
    margin: 0px; 
    padding: 0px;
    position: absolute;
    width:250px;
    height: 130px;
}



.agendaAberto
{
    padding-bottom: 12px;
    padding-top: 12px;
}

.agendaAberto a
{
    font-size: 22px;
}

.agendaAbertoImg
{
    float: right; width: 310px;
}

.agendaAbertoTxt
{
    float: left; width: 280px;
}


.agendaSub
{
    font-size: 14px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; color:#999
}

.agendaData
{
    color:#CCC;
}


.CR
{
    -moz-border-radius: 5px !important;
    -webkit-border-radius:5px!important;
    border-radius:5px!important;
}



.sepCanto
{
    position: absolute;
    margin-left: 278px;
    margin-top: -3px;
    width: 25px;
    height: 31px;
    background-image: url('/w/img/folds/verde.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}


.homeLinhaHead{
    float: left;
    width: 370px;
    margin-left: 5px;
}








.homeLinhaHeadTit
{
    border-bottom: solid 1px #BFD72F;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}


.homeLinhaHeadBg
{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #BFD72F;
    font-size: 11px;

    background-image: url(/w/img/branco50.png);

    margin-top:10px;
    margin-bottom: 10px;


}

.homeTopMusica
{
    padding: 4px;
    padding-top: 1px;
    padding-bottom: 1px;



    text-align: center;


    background-color: #BFD72F;
    margin-right: 5px;
    color:white;
}




.homeMiniVideo
{
    margin-bottom: 8px; 
    padding-top: 8px;
    border-top: solid 1px #BFD72F;
}


#homeNav
{
    position: absolute;
    z-index: 10000;
    margin-top: 220px;
    margin-left: 20px;
}

#homeNav a:link,#homeNav a:visited,#homeNav a:active  {
    font-weight: normal;
    color:#666;
    font-size: 11px;
    display: block;
    float: left;

    background-color: #CCC;
    margin-right: 5px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    height: 20px;

}

#homeNav a:hover {
    color:white !important;
    background-color: black;
}
#homeNav a.activeSlide {
    color:white !important;
    background-color: black;
}


.homeMiniLink:link,.homeMiniLink:visited,.homeMiniLink:active  {
    float: right;
    font-size: 11px;
    color: white;
    margin-right: 5px;
    font-weight: normal;
}
.homeMiniLink:hover {
    color: black;
}


.linkMais:link,.linkMais:visited,.linkMais:active  {
    font-size: 11px;
    color: black;
    font-weight: bold;
    padding: 0px;
}
.linkMais:hover {
    color: black;
}

.autoLink
{
    cursor: pointer;
}





.boxgrid{
    width: 300px;
    height: 203px;
    overflow: hidden;
    position: relative;
}
.boxgrid img{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}


.boxcaption{
    float: left;
    position: absolute;
    background: #DFEB97;
    color:white;
    height: 70px;
    width: 100%;
    /*    opacity: .8;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    */
    top: 203px;
}

/*
.captionfull .boxcaption {
    top: 250;
    left: 0;
}
.caption .boxcaption {
    top: 220;
    left: 0;
}*/















.blocoSeparador
{
    background-color: #BFD72F;
    color:white;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;

    text-transform: uppercase;

    font-weight: bold;
    text-shadow: 1px 1px 2px #666666;
    filter: dropshadow(color=#666666, offx=1, offy=1);
}


.blocoSepFoldEsq
{
    position: absolute;
    margin-left: -8px;
    margin-top: 0px;
    width: 10px;
    height: 35px;
    background-image: url('/w/img/folds/verde2.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}


.blocoSepFoldDir
{

    position: absolute;
    margin-left: 958px;
    margin-top: 0px;
    width: 10px;
    height: 35px;
    background-image: url('/w/img/folds/verde.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}




#menuCima .blocoSepFoldEsq
{
    margin-top: 0px;
    height: 35px;
}


#menuCima .blocoSepFoldDir
{
    margin-left: 948px;
    margin-top: 0px;
    height: 35px;

}




.twtr-hd, .twtr-ft
{
    display: none!important;
}


.twtr-timeline
{
    padding: 0px!important;

}

.twtr-tweet-wrap,.twtr-widget .twtr-widget-profile
{
    padding: 0px!important;
    background-color: transparent !important;
}


.destakCaixa
{
    color:black;
    width: 270px;
    position: absolute;
    background-color: #BFD72F;
    margin: 10px;
    margin-top: 160px;
    font-size: 11px;
    padding: 5px;
    line-height: 11px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.corZona
{
    color: #BFD72F;
}

.bgZona
{
    color: #BFD72F;
}

#mediaWebPlayer
{
width:272px;
height: 183px;

padding-left: 23px;
padding-right: 18px;
padding-top: 15px;

margin-left: 317px;
margin-top: -12px;

z-index: 100;

position: absolute;
background-image: url(/w/img/playerFold.png);
}


#webPlayer
{
}


#webPlayer .display{
    float: left;
    width: 170px;
    height: 70px;
    overflow: hidden;
}


















#webPlayer #musica{
    color:#454545;
}

#webPlayer #aSeguir{
    text-transform: lowercase;
    padding-top: 0px;
    line-height:11px;
    font-size: 11px;
    padding-top: 7px;
    margin-top: 73px;
    border-top: solid 1px #CCC;
    position: absolute;

    width: 170px;
}


#webPlayer  #musicaSeguinte{
    color:#757575;
    padding:0px;
}


#webPlayer #ctrl{
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
    height: 26px;
}

#webPlayer #bts{
    float: left;
    width: 50px;
    font-size: 11px;
    line-height: 11px;
    margin-left: 15px;
    text-align: center;
    margin-top: 7px;

}


#bts a:link, #bts a:visited, #bts a:active  {
    color: black;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-right: solid 1px #CCC;
}

#webPlayer #bts a:hover {
    color: #666;
}


#soundwave
{
    float: left;

    width: 70px;
    height: 19px;
    margin-left: 7px;
margin-top: 3px;
    background-image: url(/w/img/sound-wave.gif);
    background-repeat: repeat-x;

}


#albumImg
{
    float: left; 
    margin-right: 10px;
    width: 90px;
    height: 90px;
    border: solid 1px #666;
}



.mediaLabel
{
    font-size: 11px;
    color: #999;
    font-weight: normal;
    text-transform: none;
}

.mediaLabelMain
{
    color:#c4d03e;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 13px;
    font-weight: bold; 
}



    #dateAgenda .ui-datepicker-calendar
    {
        font-size: 11px;
    }

    #dateAgenda .ui-datepicker-calendar td
    {
        padding: 2px;
        margin: 2px;
        line-height: 10px;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;

    }

    #dateAgenda .ui-datepicker-calendar th
    {
        padding: 2px;
        line-height: 13px;
        text-align: center;
        margin-bottom: 3px;
        background-color: #CCC;
    }

    #dateAgenda .ui-datepicker-calendar thead
    {
        margin: 13px;
    }
    
    #dateAgenda .ui-datepicker-calendar thead
    {
        margin: 13px;
    }
    
    
    #dateAgenda .ui-datepicker-current-day a
    {
        color: black;
    }



    


    #dateAgenda .ui-datepicker-next
    {
        margin-left: 140px;
        cursor: pointer;
        position: absolute;
    }

    #dateAgenda .ui-datepicker-prev
    {
        margin-left: 125px;
        
        cursor: pointer;
        position: absolute;
        
    }

    
            
    
    #dateAgenda
    {
        position: absolute;
        margin-top: -110px;
        margin-left: 475px;
    }
    
    