/* 
    Document   : default
    Created on : 30/11/2009, 09:31:28
    Author     : 
    Description:
    Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
    Elementos padrões
*/

a {
    color:#000;
    text-decoration:underline;
}

/*
    Elementos do topo
*/

#top-faixa-sup {
    display: none;
}
#top {
    height: 70px;
    overflow: hidden;
    display: none;
}
#menu {
    display: none;
}
#menu .menu {
    display: none;
}
.navegacao-geral {display: none;}

/*
    Elementos do miolo
*/
#miolo_left {
    padding:0 18px 0 0;
    width: 100%;
}
#miolo_right {
    display: none;
}

#texto {
    line-height: 17px;
    font-size: 110%;
}
#texto a { text-decoration: underline; color: #000; }
#abas #texto {
    width: 90%;
}
/*
	Elementos da publicidade
*/
.banner{
    display: none;
}
#publicidade-fim-texto {display: none;}
#banner300x250-sidebar1 {display: none;}
/* 
	Elementos do leia mais
*/
#leiamais{ display: none; }

#rodape .rodape-links {
    display: none;
}
#rodape .rodape-connect{
    display: none;
}
