/* GERAL */
.hphome {
	width:780px;
}
#educ_conteudo{width:631px; float:right;}
#hpinterna {
	width: 630px;
	float: right;
	background: url(../imagens/internas/fundo_topo.jpg) no-repeat;
	min-height:900px;
}

#tituloint {
padding:15px 0 0 333px;
}

.hpinternaconteudo {
	clear:both;
}
/* PAGINAS INTERNAS */
.hpinternaconteudo h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2E3192;
	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: 50px 18px 18px 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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	background-color: #FFFFCC;
	border-top: solid 1px #CCCC00;
	border-left: solid 1px #CCCC00;
}
.hpinternatextotable tr th {
	padding: 2px;
	border-right: solid 1px #CCCC00;
	border-bottom: solid 1px #CCCC00;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FF9900;
	color: #FFF;
}
.hpinternatextotable tr td {
	padding: 2px;
	border-right: solid 1px #CCCC00;
	border-bottom: solid 1px #CCCC00;
	text-align: center;
	color: #333;
}
.hpinternatexto img {
	margin: 4px;
	border-top: 1px solid #F06287;
	border-right: 2px solid #A1022B;
	border-bottom: 2px solid #A1022B;
	border-left: 1px solid #F06287;
}

.instalacoesfts {
width:500px;
list-style:none;
}

.instalacoesfts li{
float:left;
width:250px;
text-align:center;
padding-bottom:30px;
}

.tablehorario {
border:1px dashed #CA0035;
width:100%;
}

.tablehorario td{
border:1px solid #D0D3D6;
height:20px;
background:#F0F0F0;
}


/* 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:#04486D; /* 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:#CAE4F1; /* cor dos titulos */
}
#termos ul{
	margin:0;
	padding:0;
	width:245px !important;
	font:11px Arial, Verdana, Helvetica;
	color:#ADDCF6; /* 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:#ADDCF6; /* cor dos links do conteudos abaixo dos titulos */
	text-decoration:none;
}
#termos li a:hover{
	color:#1B6289; /* cor dos links do conteudos abaixo dos titulos */
	text-decoration:none;
}
#termos hr{ 
	color:#1B6289; /* cor das linhas que dividem os conteudos */
	background-color:#1B6289; /* cor das linhas que dividem os conteudos */
	height:1px; 
	border:0;
	width:230px;
}
#linha_divisoria hr {
	width: 100%;
}
