@import url("estilo_links.css");
@import url("estilo_form.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1{
    margin: 0px;
    padding: 0px;
}

h3{
    padding: 5px;
}
.fundo_vermelho {
	background-color: #E6A963;
}
.fundo_vermelho2 {
	background-color: #E19948;
}
.cor_branco {
	color: #FFFFFF;
}
.cor_preto {
	color: #000000;
}
.titulo{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px; /*color: #B06A1C;*/
    color: #333333;
}
.autor{
    font-size: 14px;
}
.data{
    font-size: 10px;
}

.legenda {
	font-style: italic;
	color: #CC6600;
}
.texto_bold {
	font-weight: bold;
	color: #00923F;
}
.destaque {
	background-image: url(fundo_destaque.gif);
	width:100%;
}
#banner_parceiros,#roteirao {
	border: 4px solid #BEDFEF;
}
.entrevistas1 {
	background-image: url(fundo_entrevistas.gif);
	float:left;
	width:48%;
}
.entrevistas2 {
	background-image: url(fundo_entrevistas2.gif);
	float:right;
	width:48%;
}
#entrevista1_home {
	float:left;
	width:48%;
}
#entrevista2_home {
	float:right;
	width:48%;
}
#mais_materias {
	background-image: url(fundo_destaque.gif);
	width:100%;
	clear:both;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.box_vermelho {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #FF6633;
	color: #FF6633;
	text-align: center;
}
.imagem_texto {
	FLOAT: right; 
	MARGIN-left: 10px;
	width: 200px;
}
.texto_justificado
{
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 140%;
    color: #414141;
}
.selecionado{
    background-color: #B2BC80;
    font-weight: bold;
    color: #ffffff;
}

/* ==== COMENTÁRIOS ==== */

.comentario_nome{
    margin: 2px 0px 2px 0px;
    font-size: 14px;
    color: #CC6600;
    font-weight: bold;
}
.comentario_data{
    margin: 2px 0px 2px 0px;
    font-size: 11px;
}
.comentario_cidade{
    margin: 2px 0px 2px 0px;
    font-size: 11px;
}
.comentario_comentario{
    margin: 2px 0px 2px 0px;
    font-size: 11px;
}

.comentario_texto{
    font-weight: bold;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    font-size: 13px;
    color: #688729;
}
h2{
    font-size: 18px;
    letter-spacing: 2px;
    color: #008080;
    padding: 0px;
    margin: 0px;
}