/* Texto formatado */

#texto p,
#texto h1,
#texto h2,
#texto h3,
#texto h4,
#texto h5,
#texto li {

   margin:0 0 1em 0;
   color:black;
   line-height: 120%;
}

#texto h1 {

font-size: 1.5em;
font-weight: bold;
margin: .67em 0;

}

#texto h2 {

font-size: 1.17em;
font-weight: bold;
margin: .83em 0;

}

#texto h3 {

font-size: 1.0em;
font-weight: bold;
margin: 1em 0;

}

#texto h4 {

font-size: 0.84em;
font-weight: bold;
margin: 1.33em 0;

}
#texto h5 {

font-size: 0.84em;
font-weight: bold;
margin: 1.67em 0;

}


#texto p,
#texto li {
    font-family: ﻿Arial, Helvetica, freesans, sans-serif;
    font-size  : 12pt;
    text-align : justify;
}

#texto a {
    color: blue; text-decoration: underline;
}
#texto h1,
#texto h2,
#texto h3,
#texto h4,
#texto p strong {
    font-weight:bold;
}

#texto img {border: 2px solid lightGrey; padding: 4px;}

#texto table,
#texto tr,
#texto th,
#texto td {
    border: 1px black solid;
    border-collapse: collapse;
}

#texto th {
    font-weight: bold;
}

#texto table {
    margin-bottom: 10px;
}

#texto td,
#texto th  {
padding:4px
}

#texto ul,
#texto ol {
    list-style: disc outside none;
    margin: 0.5em 0 1em 1em;
}

#texto ol {
    list-style: decimal outside none;
}
/*Fim de Texto*/

/* Cabeçalho da noticia */

#noticia {
    margin:0 0 0 0; padding:0 0 15px 0; border-bottom:1px solid #d9d9db;
}

#noticia #titulo h2 {
    font-size:1.4em; margin:0 0 10px 0;
}

#noticia #titulo p {
    font-size:0.85em; color:#1c1c1c; line-height:120%;
    padding:0 0 10px 0; border-bottom:1px solid #d9d9db;
    margin:0 0 10px 0;
}

#noticia #data-e-share p {
    float:left; color:#000000; font-size:0.8em; padding:0 10px 0 0;
    margin:0px; border-right:1px solid #000; line-height:180%;
}

#noticia #data-e-share ul li {
    float:left;
}

#noticia #data-e-share ul {
    margin:0 0 0 10px; display:inline-block;
}

#noticia #data-e-share img {
    margin: 0 0 10px 10px;
}

#noticia #fonte {
    color:#002834; font-size:0.8em; font-style: italic;
    margin: 10px 0;
}

#noticia #foto .legenda,
#noticia #foto .creditos
 {
    margin: 10px 0;
    font-size: 0.7em;
}

#noticia #foto .creditos {
    font-style: italic;
}