﻿/****************************************************************************/
/***************************** Classes de textos ****************************/
/****************************************************************************/
.txt_titulos{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #406f9d;
}

.txt_releases_destaque{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #ffffff;
}

.txt_data_podcast{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #406f9d;
}

.txt_data_video{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #003c6e;
}

.txt_data_noticia{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #668209;
}

.txt_campo_obrigatorio{
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	color: #b84d30;
	font-style: italic;
}

.campo_obrigatorio{
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	color: #b84d30;
}


/****************************************************************************/
/***************************** Classes de links *****************************/
/****************************************************************************/
.lnk_menu_off{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #fefefe;
	text-decoration: none;
}

.lnk_menu_off:hover{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #fefefe;
	text-decoration: underline;
}

.lnk_menu_on{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	text-decoration: none;
}

.lnk_menu_on:hover{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	text-decoration: underline;
}

.lnk_releases_destaque{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	/*line-height: 15px;*/
}

.lnk_releases_destaque:hover{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	/*line-height: 15px;*/
}

.lnk_chamada_releases{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	text-decoration: none;
	/*line-height: 15px;*/
}

.lnk_chamada_releases:hover{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	text-decoration: underline;
	/*line-height: 15px;*/
}

.lnk_chamada_podcasts{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	text-decoration: none;
	/*line-height: 15px;*/
}

.lnk_chamada_podcasts:hover{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	text-decoration: underline;
	/*line-height: 15px;*/
}

.lnk_chamada_na_midia{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	text-decoration: none;
	/*line-height: 15px;*/
}

.lnk_chamada_na_midia:hover{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	text-decoration: underline;
	/*line-height: 15px;*/
}


/****************************************************************************/
/***************************** Classes de bordas ****************************/
/****************************************************************************/
.borda_geral{
	border: solid 1px #d4dae0;
}

.borda_geral_02{
	border: solid 1px #e1e1e1;
}

.borda_painel_atividades{
	border: solid 1px #d4dae0;
}

.borda_menu_lateral{
	border: solid 1px #d6e1ea;
}


/****************************************************************************/
/************************** Classes de backgrounds **************************/
/****************************************************************************/
.back_branco{
	background-color: #ffffff;
}

.back_tit_menu_lateral{
	background-color: #537da7;
}

.back_menu_lateral_off{
	background-color: #799aba;
}

.back_menu_lateral_on{
	background-color: #ffffff;
}

.back_linha_menu_on{
	background-color: #d6e1ea;
}

.back_opcoes{
	background-color: #f9f9f9;
}

.back_linha_superior_box{
	/*background-image: url(sites/sala_imprensa/images/linha_superior_box.gif);*/
	background-image: url(../../sites/sala_imprensa/images/linha_superior_box.gif);
	background-repeat: repeat-x;
}

.back_linha_lateral_box{
	background-color: #e1e1e1;
}

.back_linha_inferior_box{
	background-color: #e1e1e1;
}

.linha_pont_ver{
	background-image: url(../../sites/sala_imprensa/images/linha_pontilhada_vertical.gif);
}


/****************************************************************************/
/************ Classes dos formulários de cadastro/solicitar foto ************/
/****************************************************************************/
#nome{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	border: dotted 1px #c4c4c4;
	background-color: #f9f9f9;
	width: 550px;
	height: 16px;
}

#email{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	border: dotted 1px #c4c4c4;
	background-color: #f9f9f9;
	width: 550px;
	height: 16px;
}

#ddd_telefone{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	border: dotted 1px #c4c4c4;
	background-color: #f9f9f9;
	width: 30px;
	height: 16px;
}

#telefone{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	border: dotted 1px #c4c4c4;
	background-color: #f9f9f9;
	width: 100px;
	height: 16px;
}

#ddd_celular{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	border: dotted 1px #c4c4c4;
	background-color: #f9f9f9;
	width: 30px;
	height: 16px;
}

#celular{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	border: dotted 1px #c4c4c4;
	background-color: #f9f9f9;
	width: 100px;
	height: 16px;
}

#veiculo{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	border: dotted 1px #c4c4c4;
	background-color: #f9f9f9;
	width: 550px;
	height: 16px;
}

#codigo_foto{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	border: dotted 1px #c4c4c4;
	background-color: #f9f9f9;
	width: 100px;
	height: 16px;
}

#motivo{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #7a7a7a;
	border: dotted 1px #c4c4c4;
	background-color: #f9f9f9;
	width: 658px;
	height: 50px;
}


/****************************************************************************/


.fundo{
	background-color: #e3eaf0;
}


