#flash_topo {position: absolute; top:0px; left:275px;}
/* GERAL */
.hphome {
	width:780px;
}
#hpinterna {
	width: 630px;
	float: right;
	background: #FFFFFF;
	min-height:525px;
	background: #FFF url(../imagens/estrutura/hpconteudo_bg.jpg) repeat-y bottom right;
}
#hpinternaForm {
	background:url(../imagens/estrutura/hpconteudo_bg.jpg) repeat-y scroll right bottom #FFFFFF;
	height:365px;
	width:450px;
}

#hpmuralmsg {
	font-family:Verdana, arial, sans-serif;
	font-size:10px;
	padding:10px;
}
#hpinternaconteudo {
clear:both;
}

/* PAGINAS INTERNAS */
.hpinternatitulo {
margin: 20px 0 0 20px;}
.hpinternatitulo h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #1E5DB0;
	font-weight: normal;
	display: inline;
	margin:0;
	padding:0;
}	
.hpinternatitulo h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #48A1DE;
	font-weight: normal;
	line-height: 18px;
	display: inline;
	margin:0;
	padding:0;
}
/* 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 35px 18px 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	line-height: 18px;
}
.hpinternatexto a:link, .hpinternatexto a:active, .hpinternatexto a:visited {
	text-decoration: none;
	color: #FF9900;
}
.hpinternatexto a:hover {
	text-decoration: none;
	color: #FFCC00;
}

.hpinternatexto fieldset{border:1px solid #e6e6e6; margin-top:10px;}
.hpinternatexto legend{font-weight:bold;}
.hpinternatexto label{float:left; width:36%;}
.hpinternatexto form p{background:#f3f3f3; padding:4px; margin:3px 0;}
.hpinternatexto input, .hpinternatexto select, .hpinternatexto textarea{font-size:11px;}
.hpinternatexto button{background:#003C8C; border:0; color:#fff;font-size:11px;font-weight:bold; padding:4px;}
.tam200{width:200px;}
.tam250{width:250px;}
.tam150{width:150px;}
.textarea{width:300px; height:100px;}

.hpinternatexto_citacao {
color:#42A62A;
}

/* 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: 0 8px 8px 0;
	border: 1px #000 solid;
}

/* HP INTERNA VOLTAR - FORMATAR O VOLTAR DA PÁGINA INTERNA */
#hpinternavoltar {
float:right;
width:630px;
}
#hpinternavoltar a img {
float:right;
height:45px;
width:75px;
margin-right: 25px;
border: none;
}
/* INTEGRAÇAO ABAIXO DO MENU */

.hpmural01 {
        width: 100%;
text-align: left;
}

.hpmural01img {
        float: left;
        margin: 0 0 10px 2px;
        width: 120px;
        height: 190px;
		border: 3px solid #FFF;
}
/* 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%;
}
