body {
	background-color: #FEF8E8;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	position:relative;
}
/**********GERAL*********/
.principal {
	text-align:left;
	width:760px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
.meio {
	float:left;
	width:760px;
	height:auto;
	background-color:#FEF8E8;
	position:relative;
}

.loader {
	float:left;
	width:200px;
	height:50px;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:3px;
	visibility:hidden;
}
.loader .anim {
	float:left;
	width:20px;
	height:20px;
	text-align:left;
	background-image:url(../images/loader_anim.gif);
	background-repeat:no-repeat;
	margin-top:12px;
	margin-left:5px;
}
.loader .txt {
	float:left;
	width:100px;
	text-align:left;
	color:#999999;
	font-weight:bold;
	padding-top:15px;
	margin-left:15px;
	text-align:left;
}
.botao{
	width:auto;
	height:20px;
	border:solid 1px #CCCCCC;
	background-color:#F8D790;
}

.pointer{
	cursor:pointer;
}

address {
	text-align:left;
	font-style:normal;
	padding-left:10px;
}

address a, a:visited {
	color:#003366;
	text-decoration:none;
}

address a:hover {
	text-decoration:underline;
}

#banner {
	width:auto;
	height:254px;
	overflow:hidden
}

/**********FIM GERAL*********/

/**********BLOCO TOPO*********/
.bloco_topo .topo{
	width:760px;
	height:129px;
	overflow:hidden;
}
/**********FIM BLOCO TOPO*********/

/**********BLOCO ESQUERDO*********/
.bloco_esquerdo {
	float:left;
	width:220px;
	height:528px;
	margin:0px;
	padding-left:0px;
	text-align:left;
	background-image:url(../imagens/menu_fundo.gif);
}
.bloco_esquerdo .menu{
	margin-left:10px;
	width:200px;
}
.bloco_esquerdo .menu .link{
	text-decoration:none;
	width:208px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	padding-top:2px;
}
.bloco_esquerdo .menu .link a{
	text-decoration:none;
	color:#000000;
}

.bloco_esquerdo .menu .link:hover{
	text-decoration:none;
	background-image:url(../imagens/menu_fundo_over.gif);
	background-repeat:repeat-y;
}

/****MENU*****/
ul.menu #nav {
	overflow:hidden;
}
ul.menu {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-type:none;
	padding-top: -5px;
	width: 190px;
	z-index:10;
}
ul.menu li, div.menuprodutos li {
	margin: 0px;
	cursor:pointer;
	list-style: none;
}
ul.menu li a, ul.menu li a:visited, div.menuprodutos li a {
	text-decoration:none;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	display: block;
	padding: 2px 6px 2px 0px;
	margin-bottom: 5px;
	color:#000000;
}
ul.menu li a:hover, div.menuprodutos li a:hover {
	background-color:#F5D626;
}

ul.menu li ul {
	background:#F9E272;
	border:#E38128 1px solid;
	font-weight:normal;
	width:190px;
	height:auto;
	height: expression( this.scrollHeight > 114 ? "115px" : "auto" ); /* sets max-height for IE */
	max-height:115px;
	overflow-x:hidden;
	overflow-y:auto;
}

ul.menu li ul li {
	font-weight:normal;
	width:auto;
	margin-bottom:5px;
	font-size:9px;
}

ul.menu li ul li a, ul.menu li ul li a:visited {
	font-weight:normal;
}

ul.menuconteudo li a:hover { 
	background-color:#FFFFFF;
}
ul.menu li.menuativo, ul.menu li.menuativo a, div.menuprodutos li.menuativo {
	background-color:#F5D626;
}
/**FIM MENU**/

/**********FIM BLOCO ESQUERDO*********/

/**********CONTEUDO*********/
#conteudo{
	width:540px;
/*	height:528px;*/
	height:528px;
	float:left;
	text-align:center;
	position:relative;
	background-color:#FEF8E8;
}

/*CONTEUDO*/
#conteudo .conteudo_fundo{
	background-image:url(../imagens/fundo_interior.gif);
	background-repeat:repeat-y;
	width:540px;
	height:528px;
}
#conteudo .conteudo_fundo .barratitulo{
	width:540px;
	height:25px;
	background-image:url(../imagens/top_interior.gif);
	background-repeat:repeat-y;
}
#conteudo .conteudo_fundo .barratitulo .txt{
	font-weight:bold;
	width:540px;
	height:25px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}

#conteudo_interno{
	text-align:justify;
	color:#000000;
	width:537px;
	height:503px;
	background-image:none;
	background-color:none;
	text-indent:10px;
}

#conteudo_interno .texto{
	text-align:justify;
	padding:5px 10px 5px 10px;
}
#conteudo_interno .texto ul{
	list-style:none;
}

#conteudo_interno .texto a{
	color:#003366;
	text-decoration:none;
	font-weight:bold;
}

#conteudo_interno .texto a:hover{
	text-decoration:underline;
}
/**********FIM CONTEUDO*********/

/*******MEIO CONTEUDO********/
.meio_conteudo{
	width:361px;
	height:422px;
	float:left;
	text-align:center;
	position:relative;
	background-color:#FEF8E8;
}

/*CONTEUDO HOME*/
.meio_conteudo .banner_principal{
	width:361px;
	height:254px;
	float:left;
	position:relative;
}

/*CHARGE*/
.meio_conteudo .charge{
	width:207px;
	height:168px;
	float:left;
	position:relative;
	background-image:url(../imagens/home_charge.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
.meio_conteudo .charge img{
	margin-top:25px;
	border:solid 2px #FFFFFF;
}

/*ENQUETE*/
.meio_conteudo .enquete{
	width:154px;
	height:168px;
	float:left;
	position:relative;
	background-color:#FEF8E8;
	overflow:hidden;
}
.meio_conteudo .enquete .topo{
	width:154px;
	height:27px;
	float:left;
	background-image:url(../imagens/home_enquete.gif);
	background-repeat:no-repeat;
}
.meio_conteudo .enquete .conteudo{
	width:152px;
	float:left;
	position:relative;
	background-color:#FEF8E8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
.meio_conteudo .enquete .conteudo .pergunta{
	width:150px;
	padding:0px 2px 5px 2px;
}
.meio_conteudo .enquete .conteudo .respostas a{
	padding-left:15px;
	text-decoration:none;
	float:left;
}
/*****FIM MEIO CONTEUDO******/

/**********BLOCO DIREITO*********/
.bloco_direito {
	float:right;
	width:175px;
	text-align:left;
	background-color:#FEF8E8;
	position:relative;
}

/*CALENDARIO*/
.bloco_direito .calendario{
	width:174px;
	height:154px;
	text-align:left;
	background-color:#FEF8E8;
}
.bloco_direito .calendario .topo{
	float:right;
	width:174px;
	height:23px;
	background-image:url(../imagens/home_calendario_01.gif);
}
.bloco_direito .calendario .conteudo{
	float:right;
	width:174px;
	height:131px;
	text-align:left;
	background-image:url(../imagens/home_calendario_02.gif);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
.bloco_direito .calendario .conteudo a{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}
.bloco_direito .calendario .conteudo .titulo {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;
	color: #333333;
}
.bloco_direito .calendario .conteudo .hoje {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;
	color: #FF0000;
}
.bloco_direito .calendario .conteudo .data{
	color: #010101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*SETOR DO ALUNO*/
.bloco_direito .setor_aluno{
	height:133px;
}
.bloco_direito .setor_aluno .conteudo{
	float:right;
	width:174px;
	height:133px;
	text-align:left;
	vertical-align:bottom;
}

/*CONVERSANDO COM OS PAIS*/
.bloco_direito .pais .conteudo{
	float:right;
	width:174px;
	height:134px;
	text-align:left;
	vertical-align:top;
}

/**********FIM BLOCO DIREITO*********/

/**********BLOCO BANNER*********/
.linha{
	float:left;
	width:540px;
	height:7px;
	text-align:left;
	background-image:url(../imagens/01_22.gif);
	background-repeat:no-repeat;
	background-color:#FEF8E8;
	overflow:hidden;
}

.bloco_banner {
	float:left;
	width:540px;
	height:98px;
	text-align:left;
	background-image:url(../imagens/home_fundo_banner.gif);
	background-repeat:no-repeat;
	padding-top:5px;
	text-indent:8px;
}

.bloco_banner a,.bloco_banner a:hover,.bloco_banner a:visited{
	text-decoration:none;
}

.bloco_banner img{
	border:solid 2px #FFFFFF;
}

/**********FIM BLOCO BANNER*********/

/**********RODAPE*********/
.bloco_rodape {
	float:left;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:48px;
	background-image:url(../imagens/rodape_01.gif);
	background-repeat:no-repeat;
}
.bloco_rodape .canto_rodape {
	float:right;
	width:188px;
	height:48px;
	cursor:pointer;
	background-image:url(../imagens/rodape_02.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/**********FIM RODAPE*********/