@charset "utf-8";
/* CSS Document */


	/*
		Montagem: 	Danielle Freitas (maxmeio.com)
		Ano: 		2007
	
	*/
	
	 
	 *{
	 	margin: 0;
		padding: 0;	
        vertical-align: top;		
	 }
	 
	 div#topo div{
	 	z-index:2;
	 }
	/* div#principal{
		z-index: 1;
	 }*/
	 body{
	 	background-color: #F3FDFF;
		background-image: url(../imgs/bg.jpg);
		background-repeat: repeat-x; 
		font-family: "Trebuchet MS", tahoma;
		font-size: 11px;
		color: #000033;
	 }
	 a img{
	 	border: 0;
	 }
	 div#barrafacex{
	 	background-image: url(../imgs/bg_barra.jpg);
		height: 55px;
	 }
     div#geral{
	 	width: 765px;
		margin: 0 auto;	
		margin-bottom: 10px;
		background-color: #FFFFFF;
		padding-top: 100px;
	 }
	div#topo{
		position: relative;		
		height: 130px;
		width: 100%;
		z-index: 15;
		text-align: center;
	}	
	div#topo div#anima{
		position: absolute;
		top: -10px;
		left: 0;
		width: 100%;
	}
	
	
	/*------- - menu - ----------*/

	div#topo div#submenu div#edu_infantil{
		left: 204px;
		width: 154px;
		/*border: #183043 solid 1px;*/
		z-index: 10;
	}
	div#topo div#submenu div#ens_fund{
		left: 390px; 
		top: 12px;
		width: 147px;
		/*border: #183043 solid 1px;*/
		z-index: 10;
	}
	div#topo div#submenu div#esporte{
		left: 530px;
		width: 130px;
		/*border: #183043 solid 1px;*/
		z-index: 10;
		position: absolute;
	}
	div#topo div#submenu div#biblioteca{
		left: 640px;
		width: 130px;
		/*border: #183043 solid 1px;*/
		z-index: 10;
		position: absolute;
	}
	
	/*------- - final menu  - ----------*/

	
	div#principal{
		width: 765px;
		overflow: hidden;
		position: relative;
	}	
	div#esq, div#dir, div#conteudo{
		float: left;		
	}
	
	div#esq div{
		z-index: 6;
		position: relative;
	}
	div#esq{
		width: 187px;
		margin-top: 10px;
		position: relative;
		z-index: 20;
	}
	div#dir{
		width: 167px;
	}
	 div#conteudo{
	 	width: 371px;
		margin-left: 20px;
		margin-right: 20px;
		
	 }
	 div#rodape{
	 	clear: both;
		padding: 10px;
		color: #043646;
		font-size: 11px;
		background-image: url(../imgs/bg_rodape.gif);
		height: 63px;
		background-repeat: no-repeat;
	 }
	 div#rodape p{
	 	float:left;
	 }
	 
	 div#rodape p.direito{
	 	width: 571px;
	 }
	 div#rodape p.maxmeio{
	 	width: 100px;
		margin: 20px  0 0 50px;
	 }
	
	 div#rodape a{
		color: #043646;	 	
	 }
	
	
	
	/*****************************
	ÁREA PRINCIPAL
	*/
	
	div#dir,div#conteudo{
		margin-top: 80px;
	}
	
	div.box{		
		margin: 0 10px 0 10px;
		background-image: url(../imgs/bg_box.gif);
		background-repeat: no-repeat;
		background-position: left top;
		width: 151px;
		padding: 8px;
		color: #366B21;
		font-size: 11px;
		z-index: 3;
	}
	div#dir div.box{	
		margin: 0
	}
	div.box p{ 	
		margin-bottom: 5px;
	}
	div.divisor{
		background-image: url(../imgs/divisoria.gif);
		height: 33px;
		background-position: center;
		margin-top: 7px;
	}
	
	div.box p img{
		border: 4px solid #C1E2B5
	}
	div.box p.traco {
		background-image: url(../imgs/traco.gif);
		background-repeat: no-repeat;
		background-position: left 10px;
		padding-left: 10px;
	}
	
	div.box p.traco img{
		margin-top: 3px;
	}
	div.box h3{
		position: relative;
		margin-bottom: 10px;
		height: 35px;
	}	
	div.box h3 img{
		padding: 21px 0 5px 46px;
		position: absolute;
		top: -16px;
		left: -11px;
		background-repeat:no-repeat;
	}
	
	
	div.box p.but{
		text-align: right;
	}
	/*****************************
	coluna esquerda	
	*/
	
	
	/**************************/
	
	div#esq div.calendario{
		background-image: url(../imgs/bg_agenda.gif);
		background-repeat: no-repeat;
		background-position: top;
		width: 167px;
		height: 163px;
		margin: 15px 0 0 10px;
		position: relative;
		z-index: 5;
	}
	div#esq div.calendario h3{
		font-size: 14px;
		text-align: center;
		color: #690909;
		padding: 8px 0 0px 0;
	}
	div#esq div.calendario h2{
		font-size: 12px;
		text-align: center;
		color: #690909;
		padding: 1px 0 0px 0;
	}
	div#esq div.calendario h2 span{
		padding: 0px 20px 0 20px;
	}
	div#esq div.calendario table{
		width: 160px;
		margin: 7px 0 0 3px;
		z-index: 10;
		position: absolute;
	}
	div#esq div.calendario table tr{
		height: 12px;
	}
	div#esq div.calendario table tr.um{
		background-color: #EEEEEE;
	}
	div#esq div.calendario table tr td{
		padding: 3px 2px;
	}
	div#esq div.calendario table tr td.borda_um{
		border-right: 1px solid #CCCCCC;
	}
	div#esq div.calendario table tr td.borda_dois{
		border-left: 1px solid #CCCCCC;
	}
	div#esq div.calendario table tr td a{
		color: #680808;
		text-decoration: none;
	}
	div#esq div.calendario table tr td a:hover{
		text-decoration: underline;
	}

	/**************************/
	
	div#esq div.email{
		background-image: url(../imgs/bg_box_email.gif);
		height: 127px;
		position: relative;
		z-index: 100;
		background-color: #00FF00;
	}	
	
	div#esq div.email h3 img{
		background-image: url(../imgs/icones/email.gif);
	}
	div#esq div.email input.txt{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #233142;
		width: 130px;
		height: 12px;
		background-color: #FFFFFF;
		border-top: 1px solid #778EA9;
		border-left: 1px solid #778EA9;
		padding: 5px;
	}
	div#esq div.email p{
		color: #233142;
	}
	
	div#esq div.depoimentos h3 img{
		background-image: url(../imgs/icones/depoimentos.gif);	
	}
	div#esq div.depoimentos a{
		color: #366B21;
		text-decoration: none;
	}
	div#esq div.depoimentos a:hover{
		text-decoration: underline;
	}
	
	div#esq div.depoimentos p.traco span.assistir{
		position: relative
	}
	div#esq div.depoimentos p.traco span.assistir img{
		border: none 0;
		position: absolute;
		top: 75px;
		left: -50px;
	}
	
	
	/*****************************
	coluna direita
	*/
	
	div#dir div.calendario{
		background-image: url(../imgs/bg_box_calendario.gif);
		height: 175px;
	}
	div#dir div.calendario h4{
		text-align: center;
		color: #690909;
		margin-bottom: 6px;
	}
	
	div#dir div.calendario h4 img{
		margin: 2px 5px;
		vertical-align: middle;
	}
	div#dir div.calendario h3 img{
		background-image: url(../imgs/icones/calendario.gif);
		left: -8px;
	}
	
	div#dir div.calendario p.but img{
		border: none 0;
	}
	
	div#dir div.calendario li{
		border-bottom: 1px solid #F9A5A5;
		margin-bottom: 2px;
		font-size: 10px;
		background-image: url(../imgs/ico_eventos.gif);
		background-repeat: no-repeat;
		background-position: 3px 10px;
		list-style-type: none;
		color: #2A0606;
		padding: 5px  0  5px  7px ; /*8px  0  8px  40px ;*/
		/*position: relative*/
	}
	
	div#dir div.calendario ol{
		margin-bottom: 10px;
	}
	div#dir div.calendario li a{
		color: #2A0606;
		text-decoration: none;
		padding-left: 6px;
	}
	div#dir div.calendario li a:hover{
		color: #5F4444;
	}
	div#dir div.calendario li span{
		background-image: url(../imgs/bg_noise.gif);
		width: 31px;
		text-align: center;
		height: 18px;
		position: absolute;
		display: block;
		top:0;
		left: 0;
		padding: 8px 2px 2px 2px ;
	}
	
	
	div.fotos ol li{
		color: #97C885;
		margin-left: 25px;
		list-style-type: square;
	}
	div.fotos ol li a{	
		color: #97C885;
	}
	div.fotos ol li a:hover{
		color: #5B9845
	}	
	
	div.fotos p.ver_outros{
		margin-left: 10px;
	}
	
	
	div.diversao h3 img{
		background-image: url(../imgs/icones/diversao.gif)
	}
	
	div.fotos h3 img{
		background-image: url(../imgs/icones/fotos.gif)
	}
	
	