/* Folha de Estilos do Layout da versao 2016 */

/* Botão Fechar*/
#botao_fechar {
	display: block;
	width: 37px;
	height: 52px;
	float: right;
	padding-top: 45px;
	margin-left: 0px;
	margin-right: 20px;
}

#palco {
	height: 350px;
	margin: 0 auto;
	width: 645px;
	background-color: background-color: #fff3a9;
	background: #fff3a9 url(../imagens/bem-vindo.png) center no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}

*{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	list-style: none;  
}

body, div, span, td, a {
	font-family: Arial, Verdana, Serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

span{
	display: none;
}

/* Imagem de fundo */
body{
	background: #fff3a9;
	background: url(../imagens/fundo.png);
}

h2, h3 {
	margin: 0;
	padding: 0;
}	

span.nova{
	color: #FF0000;
	display: inline;
}

input {
	font-size: 20px;	
	border: 2px solid #1a2630;
	border-radius: 5px;
	background:  url(../imagens/lupa.png) no-repeat #675182;
	text-indent: 30px;
	float: left;
	width: 242px;
}

input:active {
	background:  url(../imagens/lupa.png) no-repeat #FFF;
	text-indent: 30px;
}

input:focus {
	background:  url(../imagens/lupa.png) no-repeat #FFF;
	text-indent: 30px;
	border: 2px solid #98da38;
}

/***************************************** PRINCIPAL **********************************************/
#principal{
	position: relative;
	width: 770px;
	margin: 0 auto;
	height: 100%;
}

.hidden {
	display: none;
}

 
/******************************************** OPÇÕES DO MENU *******************************************/
#opcoes_menu {
	position: absolute;
	top: 149px;
	left: 114px;
	line-height: 52px;
	display: block;
}

/******************************************* MENU **************************************************/
#menu_novo {
	width: 120px;
	height: 480px;
	float: left;
	margin-top: 5px;
}

#menu_novo li {
	display: inline;
}

/* Disciplinas de português, matemática, ciências, história e geografia*/
.botoes_disciplinas {
	display: block;
	width: 110px;
	height: 110px;
	float: left;
	margin: 0 10px 12px 0;
}

/* botoes 1ª, 2ª, 3ª e 4ª séries */
.botoes_niveis{
	display: inline;
}

.botoes_niveis a {
	display: block;
	width: 20px;
	height: 25px;
	margin: 2px 0 0 90px;
	background: blue;
	line-height: 25px;
	text-align: center;
}

/*** botão de matemática ***/
#menu_novo .botao_matematica .botoes_disciplinas {
	background: url(../imagens/botao_matematica_colorido.png) no-repeat;
}

#menu_novo li.botao_matematica a{
	background:#A6A6FF;
	color: #FFF;
	font-weight: bold;
}

#menu_novo li.botao_matematica a:hover{
	background: #FFF;
	color: #A6A6FF;
	font-weight: bold;
}

/*** botão de portugues ***/
#menu_novo .botao_portugues .botoes_disciplinas {
	background: url(../imagens/botao_portugues_colorido.png) no-repeat;
}

#menu_novo li.botao_portugues a {
	background: #d9234b;
	color: #FFF;
	font-weight: bold;
}

#menu_novo li.botao_portugues a:hover {
	background: #FFF;
	color: #d9234b;
	font-weight: bold;
}

/*** botão de ciências ***/
#menu_novo .botao_ciencias .botoes_disciplinas {
	background: url(../imagens/botao_ciencias_colorido.png) no-repeat;
}

#menu_novo li.botao_ciencias a {
	background:#FF9351;
	color: #FFF;
	font-weight: bold;
}

#menu_novo li.botao_ciencias a:hover {
	background: #FFF;
	color: #FF9351;
	font-weight: bold;
}

#menu_novo li.botao_ajuda .botoes_disciplinas a {
	display: block;
	background: url(../imagens/botao_ajuda_interrogacao.png) no-repeat center center;
	width: 110px;
	height: 110px;

}

#menu_novo li.botao_ajuda .botoes_disciplinas a:hover {
	background: url(../imagens/botao_ajuda_exclamacao.png) no-repeat center center;
	color: #FFF;
	font-weight: bold;
}


/************************************** TITULO DISCIPLINA *******************************************/

#titulo_disciplina0 {
	float: left;
	width: 100%;
	height: 55px;
	/*display: none;*/
}

#titulo_flash {
	height: 100%;
	float: left;
	/*display: none;*/
}

#titulo_disciplina {
	height: 100%;
	float: left;
	/*display: none;*/
}

#titulo_disciplina h2{	
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
}

#conteudo h3{	
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 10px;
}

/******************************************* CONTEUDO *******************************************/
#conteudo, #titulo_disciplina0 {
	width: 644px;
}

#conteudo {
	margin: 0 auto;
	overflow: auto;
	margin-bottom: 5px;
	float: left;
	height: 285px;
	width: 100%;
}

#conteudo a{
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

#conteudo a:hover {
	background: #FF9966;/*#0033CC;*/
	color: #FFFFFF;
}

.cor_zebrado {
	background-color: #fff3a9;
	border-bottom: 2px solid #804040; /* #B9DDF7;*/
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#conteudo img{
	float: left;
}

#conteudo img.imghelp{
	float:none;
	clear:both;
}

#conteudo a.lnk_indice{
	display:table;
	float:right;
	background-color:#CCCCCC;
	color:#0000FF;
	text-align:center;
	font-weight:bold;
	margin:10px;
	width:50px;
}

#conteudo a.lnk_indice:hover{
	display:table;
	background-color:#CCCCCC;
	color:#0000FF;
}

#conteudo a.titulo:hover{
	background-color:#FFFFFF;
	color:#000000;
}

#conteudo a.titulo_indice{
	background-color:#FFFFFF;
	color:#000000;
	border-bottom: 2px solid #B9DDF7;
	padding-right: 10px;
	margin-right: 10px;
	padding-top: 2px;
	clear:both;
}

#conteudo a.titulo_indice:hover{
	background-color:#FFFFFF;
	color:#000000;
}

#conteudo p{
	text-indent:15px;
	text-align:justify;
	margin-bottom:5px;
	margin-right: 5px;
}

#conteudo p.centro{
	text-align:center;
	margin: 15px;
}

#conteudo h1.conteudo{
	padding-bottom: 15px;
	text-align:center;
}

#conteudo h2.conteudo, h3.conteudo, h4.conteudo{
	padding-bottom: 10px;
}

#conteudo h1.conteudo, h2.conteudo, h3.conteudo{
	clear:both;
}


/********************************** CABECALHO DA PÁGINA **************************************/
#cabecalho{
	position: relative;
	text-align: center;	   
	height: 115px;
	margin-bottom: 5px;
}	

#cabecalho h1{
	background: url('../imagens/titulo_pai_cabecalho.png') no-repeat;
	height: 115px;
	width: 270px;
	float: left;
	margin-right: 5px;
	
}

/* Definiço da logamarca do Pai*/
#cabecalho h3 a{
	background:  url('../imagens/logo_pai.png') no-repeat;
	height: 100px;
	width: 100px;
	margin-top:5px;
	float: left;
	display: block;
}

/***************** Caixa de busca de Atividades ****************/
#buscaForm{ 
	width: 275px;
	color: #006633;
	float: right;
	margin-right: 20px;
	padding-top: 45px;
}

#buscaForm a{
	display: block;
	width: 28px;
	height: 28px;
	background:  url(../imagens/play.png) no-repeat;
	float: right;
}

#buscaForm a:hover{
	display: block;
	width: 28px;
	height: 28px;
	background: url(../imagens/play2.png) no-repeat;
}



/******************************************** RODAPÉ ********************************************/
#rodape{
	float:left;
	height: 102px;
	width: 620px;
	clear: both;  
	font-size: 11px;
	text-align: center;
	/*background: #EDEEEF;   
	border: solid 2px #666;*/
	margin-top: -100px;
	margin-left: 140px;
} 


#rodape p{
	float: left;
	padding-top: 5px;
	width: 370px;
}


.logo_pmmc{
	height: 57px;
	width: 260px;
	background:  url(../imagens/brasao_a_pmmc.png) no-repeat center center;
	float: left;
	padding-top: 45px;
}
.logo_orientadores{
	height: 57px;
	width: 130px;
	background: url(../imagens/logo_oi.png) no-repeat center center;
	float: left;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 45px;
}

.logo_cae{
	height: 57px;
	width: 130px;
	background: url(../imagens/logo_cae.png) no-repeat center center;
	float: left;
	padding-right: 20px;
	padding-top: 45px;
}


/*****************Imprimir*****************/

#imprimir {
	width: 660px;
/*	overflow: auto;*/
	float: left;
	background: #FFF;
	padding-left: 5px;
	padding-right: 5px;
/*	border-right: 1px solid #CCC;*/
	marks:cross;
	size:'A4';
}

#imprimir a{
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

#imprimir a:hover {
	background: #0033CC;
	color: #FFFFFF;
}

#imprimir img{
	float: left;
}

#imprimir img.imghelp{
	float:none;
	clear:both;
}

#imprimir a.lnk_indice{
	display:table;
	float:right;
	background-color:#CCCCCC;
	color:#0000FF;
	text-align:center;
	font-weight:bold;
	margin:10px;
	width:50px;
}

#imprimir a.lnk_indice:hover{
	display:table;
	background-color:#CCCCCC;
	color:#0000FF;
}

#imprimir a.titulo:hover{
	background-color:#FFFFFF;
	color:#000000;
}

#imprimir a.titulo_indice{
	background-color:#FFFFFF;
	color:#000000;
	border-bottom: 2px solid #B9DDF7;
	padding-right: 10px;
	margin-right: 10px;
	padding-top: 2px;
	clear:both;
}

#imprimir a.titulo_indice:hover{
	background-color:#FFFFFF;
	color:#000000;
}

#imprimir p{
	text-indent:15px;
	text-align:justify;
	margin-bottom:5px;
	margin-right: 5px;
}

#imprimir p.centro{
	text-align:center;
	margin: 15px;
}

#imprimir h1.conteudo{
	padding-bottom: 15px;
	text-align:center;
}

#imprimir h2.conteudo, h3.conteudo, h4.conteudo{
	padding-bottom: 10px;
}

#imprimir h1.conteudo, h2.conteudo, h3.conteudo{
	clear:both;
}

p.direita{
	text-align:right;
	display:block;
	padding:5px;
	float:right;
}
