@charset "utf-8";
/* CSS Document */
.titulo-grande{
	color:#68707a;
	font-size:24px;
	font-weight:normal;
}
.font-azul-cabecalho{
	color:#abb6bf;
}
.video-titulo{
	font-size:12px;
	color:#929079;
	font-weight:bold;
}
.video-data{
	font-weight:normal;
	font-size:10px;
	color: #4b6170;
}
.video-branco{
	font-weight:normal;
	font-size:10px;
	color:#abb6bf;
}
.rodape-texto{
	font-size:12px;
	text-align:center;
	color:#b1b2b2;
}
.titulo-laranja{
	font-weight:normal;
	color:#ef3c00;
	font-size:24px;
}
.texto-preto{
	color:#000;
	font-size:12px;
}
.texto-cinza-claro{
	color:#abb6bf;
	font-size:12px;
}
.link-cinza-claro{
	color:#abb6bf;
	font-size:12px;
	text-decoration:none;
}
.link-cinza-claro:hover{
	text-decoration:underline;	
}
.apoio-video-titulo{
	color:#b4c5ca;
	font-size:22px;
	font-weight:normal;
}
.apoio-video-descricao{
	color:#e2ddaa;
	font-size:14px;
	margin-left:20px;
	margin-bottom:17px;
}
.comentario-nome{
	font-size:15px;
	color:#878572;
	margin-bottom:8px;
}
.texto-conteudo{
	color:#abb6bf;
	font-size:13px;
}
#principal h3{
	font-size:13px;
	color:#929079;
	margin-bottom:8px;
	margin-top:20px;
	text-transform:uppercase;
}
.link-menu-projetos{
	font-size:9px;
	color:#929079;
	text-decoration:none;
}
.link-menu-projetos:hover{
	text-decoration:underline;
}
a{
	font-size:12px;
	color:#cb8808;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.link-a{
	font-size: 12px;
	color:#929079;
	font-weight:bold;
	text-decoration:none;
}
.link-a:hover{
	text-decoration:underline;
}


.link-imagem img{
	border:3px #ef6100 solid;
}
.link-imagem:hover img{
	border:3px #68707a solid;
}
.link-imagem:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

.link-font-azul-cabecalho{
	font-size:24px;
	font-weight:normal;
	color:#abb6bf;
	text-decoration:none;
}
.link-font-azul-cabecalho:hover{
	color:#ef6100;
	text-decoration:none;
}
.link-font-preto{
	color:#000;
	font-size:11px;
	text-decoration:none;
}
.link-font-preto:hover{
	text-decoration:underline;
}
.font-marrom{
	font-size: 12px;
	color:#929079;
	font-weight:bold;
}
.bt-paginacao{
	margin-top:20px;
	text-align:center;
}
.bt-selecionado{
	border: 1px solid #cb8808;
	background-color:#121f28;
	color:#abb6bf;
	margin-right:6px;
	padding:4px;
	font-size:12px;
}
.bt-paginacao a{
	border: 1px solid #7c421c;
	padding:4px;
	background-color:#021018;
	color:#abb6bf;
	margin-right:6px;
	font-size:12px;
}
.bt-paginacao a:hover{
	border: 1px solid #7c421c;
	background-color:#121f28;
}
