/* GERAL */
.hphome {
	width:780px;
}
#educ_conteudo{width:630px; float:right;}
#hpinterna {
	width: 630px;
	float: right;
	background: url(../imagens/internas/interna_bg.jpg) no-repeat;
	min-height:660px;
}

#hpinternaconteudo { clear:both; }

/* PAGINAS INTERNAS */
.hpinternaconteudo h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #526DAA;
	font-weight: bold;
	text-transform: uppercase;
}	
.hpinternaconteudo h2 {
	font-size: 11px;
	color: #2E3192;
	font-weight: bold;
	line-height: 30px;
}
/* HP INTERNA TEXTO - FORMATAR TEXTOS */
.hpinternatexto { /* Essa não pode ter BACKGROUND, nem HEIGHT. Pois é utilizada em qualquer lugar que tenha texto das páginas internas */
	padding: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: justify;
	line-height: 15px;
}
.hpinternatexto a:link, .hpinternatexto a:active, .hpinternatexto a:visited {
	text-decoration: none;
	color: #FF9900;
}
.hpinternatexto a:hover {
	text-decoration: none;
	color: #FFCC00;
}

/* HP INTERNA TEXTOTABLE - FORMATAR TABELAS DAS PÁGINAS INTERNAS */
.hpinternatextotable {
	width:100%;
	padding:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.hpinternatextotable td{ padding:1px; }
.hpinternatextotable img { border:0; }
.hpinternatexto table{
	background:#E1E7F4;
	width:100%;
	border:1px dashed #526DAA;
	padding:4px;
}
.hpinternatexto td {
	border:1px solid #D2D9E9;
	padding:1px;
}
.hpinternatexto img {
	margin: 0 8px 8px 0;
	border: 1px dashed #526DAA;
	padding:4px;
}

/* HP INTERNA VOLTAR - FORMATAR O VOLTAR DA PÁGINA INTERNA */
#hpinternavoltar {
	background: url(../imagens/internas/voltar.png) no-repeat;
	width: 141px;
	height: 113px;
	float:right;
}

/* CÓDIGOS */
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
code {
	font-size:12px;
	color:#666;
	word-break: break-all;
}
/* TERMOS */
#termosGeral{
	background-color:#C3C1C1; /* Cor de fundo geral dos termos */
	width:100%;
}
#termos{ width:780px; }
#termos table{margin-top:20px;}
#termos_titulo{
	background:url(../imagens/termos/fundo_titulo.png) no-repeat center; /* Imagem de fundo dos titulos (Eventos em Destaque, Datas Comemorativas, Notícias Educacionais) */
	width:244px;
	height:25px;
	padding-left:15px;
	font:12px Arial, Verdana, Helvetica;
	text-align:justify;
	font-weight:bold;
	color:#fff; /* cor dos titulos */
}
#termos ul{
	margin:0;
	padding:0;
	width:245px !important;
	font:11px Arial, Verdana, Helvetica;
	color:#4D4C4C; /* cor dos conteudos abaixo dos titulos */
}
#termos li{
	list-style-position:inside;
	list-style-type: square;
	margin: 2px 3px 0 12px;
}
#termos li a:link,
#termos li a:visited,
#termos li a:active{
	color:#4D4C4C; /* cor dos links do conteudos abaixo dos titulos */
	text-decoration:none;
}
#termos li a:hover{
	color:#757575; /* cor dos links do conteudos abaixo dos titulos */
	text-decoration:none;
}
#termos hr{ 
	color:#1B6289; /* cor das linhas que dividem os conteudos */
	background-color:#A2A3A3; /* cor das linhas que dividem os conteudos */
	height:1px; 
	border:0;
	width:230px;
}
#linha_divisoria hr {
	width: 100%;
}

/* INICIO MURAL INTERNAS */
.hpmuralInternas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100% !important;
	background: #EFF0FF;
	border: 10px solid #EFF0FF;
	margin: 10px 0;
}
.hpmuralInternas tr td ul {
	margin: 0;
	padding: 0;
	list-style: none;
text-align:left;
}
.hpmuralInternas tr td ul li {
	margin: 20px 10px;
}
#hpmuralInternascol01 {
	width: 50% !important;
	border-right: 1px dashed #999;
}
#hpmuralInternascol02 {
	width: 50% !important;
	border-right: 1px dashed #999;
}
a.hpmuralInternastitu:link,
a.hpmuralInternastitu:active,
a.hpmuralInternastitu:visited{
	text-decoration: none;
	font-weight: bold;
color:#D81920
}
a.hpmuralInternastitu:hover {
	text-decoration: underline;
}
a.hpmuralInternasdesc:link,
a.hpmuralInternasdesc:active,
a.hpmuralInternasdesc:visited{
	text-decoration: none;
	color: #333;
}
a.hpmuralInternasdesc:hover {
	text-decoration: underline;
}
/* FIM MURAL INTERNAS */
