/***CSS DE IMPRESSAO***/
/*** GLOBAL ***/
*{
    color:#000;
}
body{
    color: #000;
    font-size:0.7em;
    font-family:sans-serif;
    line-height:1.5em;
    letter-spacing:0.1em;
}

.bg_print{
    display: block;
    margin:0 auto;
}

h1 a, h1 a:hover,
.legenda,
#breadcrumb,
#menu,
h2,
#mec,
#topo div,
#topo h2,
#area_professor,
.oculto,
.validacoes,
#bioe,
#opiniao,
#formComentar,
#cabecalho,
.bts_action,
#oculta_print,
#jornal-enquete,
.links_portais_mec{
    display:none;
}



#topo h1, h1{
    display:block;
}
#opiniao{
    visibility:hidden;
}
#topo h1{
    display:block;
}
img{
    border:0 none;
}
h2, h3, h4, h5, h6{
    margin:1.3em 0 0.2em;
}
a{
    color:#08c;
    text-decoration:underline;
    margin:0;
    font-style:italic;
}
th{
    width:33%;
}
tabledate tr{
    height:0.5em;
    border:1px solid #000;
}
.conteudo{
    text-align:left;
    margin:0 auto;
    width:100%;
}
#resource{
    border:1px solid #08C;
}

#global{
    float:left;
    width:88%;
}
.esquerda{
    float:left;
}
.direita{
    float:right;
}
#contexto_noticia {
    float:right;
    width:auto;
}

#jornal .esquerda h3{
    color:#EB6C18;
    float:right;
    height:30px;
    padding-top:30px;
    position:absolute;
    right:70px;
    text-align:right;
    top:35px;
}
#jornal h4{
    color:#12678C;
    text-align:center;
    font-size: 2.3em;
}

.bts_action_social {
    display:none;
    visibility:hidden;
    width:0;
    height:0;
    margin:0;
    padding:0;
}

/* possivel Solucao *

.legenda,
#breadcrumb,
#menu,
#mec,
#topo div,
#area_professor,
.oculto,
.validacoes,
#bioe,
#opiniao,
#formComentar,
#cabecalho,
.bts_action,
#oculta_print,
#jornal-enquete,
.links_portais_mec,
.cabecalho,
.bts_action{
    display:none;
}
.conainer{
    padding:0 10px;
}

h1 a, h1 a:hover{
    display:block;
    background:transparent url(../img/h1_print.png) no-repeat left bottom;
    width:307px;
    height:49px;
    text-indent:-20000px;
    float:left;
}
.h_acessibilidade{
    background:transparent url(../img/h2_print_jornal.png) no-repeat left bottom;
    width:270px;
    height:50px;
    text-indent:-20000px;
    float:right;
    margin-top: -30px;
    margin-bottom: 20px;
}

*/
