/* GERAL */
.hphome {
	width:780px;
	border-right: solid 1px #7FA1C2;
	background-color: #FFFFFF;
}
.hpconteudo {
	width: 630px;
	padding:0;
	margin:0
}

/* #################################### BLOCOS ####################################*/
.hpbloco1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #67552C;
	width: 600px;
	background-color: #EFEFE4;
}

.hpbloco1 a:link, .hpbloco1 a:active, .hpbloco1 a:visited {
	text-decoration: none;
	color: #67552C;
}

.hpbloco1 a:hover {
	text-decoration: none;
	color: #C0A76B;
}

.hpbloco1 tr td {
	padding: 5px;
}

.hpbloco2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 600px;
	border-bottom: solid 1px #CCC;
}

.hpbloco2 a:link, .hpbloco2 a:active, .hpbloco2 a:visited {
	text-decoration: none;
	color: #67552C;
}

.hpbloco2 a:hover {
	text-decoration: none;
	color: #C0A76B
}

.hpbloco2 tr th {
	padding: 3px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
}

.hpbloco2titu1 {
	background-color:#333;
}

.hpbloco2titu2 {
	background-color:#666;
}

.hpbloco2 tr td {
	padding: 5px;
}

.hptitulo {
	font-weight: bold;
}

.hpblocoicone {
	border: 1px solid #333;
}

.hpblocotd1 {
	border-right: dotted 1px #CCC;
	border-left: dotted 1px #CCC;
}

.hpblocotd2 {
	border-right: dotted 1px #CCC;
}

/* PAGINAS INTERNAS */
.hpinterna {
	margin: 0;
	padding: 10px;
	width:630px;
	background: url(../imagens/bginterna.jpg) no-repeat;
	vertical-align: top;
}
.hpinterna table{
	width:100%;
}	
.hpinternatopo {
	background: url(../imagens/topointerna.jpg) no-repeat;	
	background-position:4px 10px;
	height:50px;
}

.hpinternatopo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	padding:10px 0 0 22px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	padding:0;
}		
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 15px 0 0 140px;
	color: #FFF;
	font-weight: normal;
	line-height: 12px;
}
h3 {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	line-height: 30px;
}
h4 {
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
	line-height: 30px;
}
.hpinternatexto {
	padding: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../imagens/internafundo.jpg);
	background-repeat: repeat-y;
	background-position: 3px 0;
	font-size: 10px;
	color: #666;
	text-align: justify;
	line-height: 15px;
}
.hpinternatexto a:link, a:active, a:visited {
	text-decoration: none;
	color: #FF9900;
}
.hpinternatexto a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.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;
}
.hpinternatextoimg {
	margin: 0 8px 8px 0;
	border: 1px solid #333;
}
.hpinternavoltar {
	background-image: url(../imagens/voltar.jpg);
	height:42px;
	background-repeat: repeat-y;
	background-position: -10px 0;
}
.hpinternavoltar a:link, a:active, a:visited {
	text-decoration: none;
	color: #FF9900;
}
.hpinternavoltar a:hover {
	text-decoration: none;
	color: #FFCC00;
}

/* ENQUETE */
.hpenquete {
	background-color: #EBEBF5;
}

/* GALERIA DE FOTOS */
.galeria { width:100%;} /* tamanho da tabela */
.galeria img { border:1px solid #6799CA;} /* borda das imagens*/
.galeria td { padding:8px 0 8px 0;
			text-align: center;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-color:#666;} /* espa&ccedil;amento das c&eacute;lulas*/
.galeria tfoot td { /* espa&ccedil;amento das c&eacute;lulas do menu e cor do texto*/
	padding:2px 0 2px 0;
	text-align:center;
}
.galeria tfoot a,  /* estilo dos bot&otilde;es*/
.galeria tfoot a:active {
	text-decoration: none;
	border:1px solid #6799CA; 
	padding:0 5px; color:#666; 
	background:#f1f1f1;
	line-height:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
} 
.galeria tfoot a:visited { color: #999; } 
.galeria tfoot a:hover { /* estilo dos bot&otilde;es :hover*/
	border:1px solid #6799CA;
	background:#fff; 
}

/* MENU INTERNO */
.hpmenuinterna {
	width: 124px;
	background-color: #FFFAD9;
	padding: 24px 8px 8px 8px;
	background-image: url(imagens/home2006/interna_menu.gif);
	background-repeat: no-repeat;
}
.hpmenuinterna ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.hpmenuinterna ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: solid 1px #FFD95E;
	height: 18px;
}
.hpmenuinterna a:link, a:active, a:visited{
	text-decoration: none;
	color: #FF9900;
}
.hpmenuinterna a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.hpmenuinternavoltar {
	border-bottom: none !important;
	padding-top: 20px !important;
}

/* CÓDIGOS */
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
code {
	font-size:12px;
	color:#666;
	word-break: break-all;
}
/* MURAL */
.hpmural01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	margin-bottom: 5px;
	margin-top:0px;
	color:#2F5D8A;	}
.hpmural01 tr td ul {
	margin: 0;
	padding: 0;
	list-style: none;	}
.hpmural01 tr td ul li {	margin: 5px 5px 5px 60px;	}
.hpmural01 div {
	height: 88px;
	padding: 10px;	}
#hpmural01col01 {	width: 100%;	}
a.hpmural01data:link,
a.hpmural01data:active,
a.hpmural01data:visited,
a.hpmural01data:hover {
	text-decoration: none;
	color:#2F5D8A;	}
a.hpmural01titu:link,
a.hpmural01titu:active,
a.hpmural01titu:visited,
a.hpmural01titu:hover {
	text-decoration: none;
	font-weight: bold;
	color:#2F5D8A;	}
a.hpmural01desc:link,
a.hpmural01desc:active,
a.hpmural01desc:visited,
a.hpmural01desc:hover {
	text-decoration: none;
	color: #2F5D8A;	}
	
.hpmural02 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        width: 100%;
        margin-bottom: 0px;
		margin-top:15px;
		color:#2F5D8A;	}
.hpmural02 tr td ul {
        margin: 0;
        padding: 0px 0 0 18px;
        list-style: none;	}
.hpmural02 tr td ul li {	margin: 5px 0 10px 10px;	}
.hpmural02 div {
        height: 45px;
        padding: 10px;	}
#hpmural02col01 {
        width: 50%;
		border-right: 1px dashed #99BDE1;	}
#hpmural01col02 {	width: 50%;	}

.hpmural02img {
	float: left;
	margin-right: 10px;
	width: 54px;
	height: 54px;
	border: 1px solid #333;
}

a.hpmural02data:link,
a.hpmural02data:active,
a.hpmural02data:visited,
a.hpmural02data:hover {
        text-decoration: none;
        color:#2F5D8A;
		font-weight: bold;	}
a.hpmural02titu:link,
a.hpmural02titu:active,
a.hpmural02titu:visited,
a.hpmural02titu:hover {
        text-decoration: none;
		color:#2F5D8A;	}
a.hpmural02desc:link,
a.hpmural02desc:active,
a.hpmural02desc:visited,
a.hpmural02desc:hover {
        text-decoration: none;
        color: #2F5D8A;	}
		
/* 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%;
}
/* TERMOS */