* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: none;
	font-weight: normal;
	text-decoration: none;
}

html {
	background: #F2EDDA url(../../imagens/bg.png) repeat-X top center;
}

#geral {
	width: 780px;
	margin: 0 auto;
	border-left: solid 1px #7C6D58;
	border-right: solid 1px #7C6D58;
	background: #E8DDBF;
	clear: both;
	padding-top: 10px;
}

#topo {
	width: 736px;
	height: 134px;
	margin: 0 auto;
	margin-bottom: 10px;
	border: solid 2px #C9BCA5;
	clear: both;
}

/* Menu para escolher as escolas */

#menu-escola {
	width: 738px;
	margin: 0 auto;
}

#menu-escola ul li {
	width: 102px;
	height: 25px;
	float: right;
	text-align: center;
	padding-top: 3px;
	background: url(../../imagens/bg-menu.png) no-repeat;
}

#menu-escola ul li a {
	font-family: arial;
	font-size: 12px;
	color: #C0A385;
	font-weight: bold;
}

#menu-escola ul li a:hover {
	color: #FFFFFF;
}

/* Menu central para escolher propriedades da cada escola */
/* Menus com valor inicial de 0 = Display: none; */

#menuAnchieta, #menuCursino, #menuMoema {
	display: none;
}

#menuAnchieta, #menuCursino, #menuMoema {
	width: 736px;
	height: 45px;
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
	background: #852409;
	border: solid 2px #C9BCA5;
}

#menuAnchieta ul, #menuCursino ul, #menuMoema ul {
	margin-left: 25px;
}

#menuAnchieta ul li, #menuCursino ul li, #menuMoema ul li {
	display: block;
	float: left;
	height: 30px;
}

#menuAnchieta ul li a, #menuCursino ul li a,  #menuMoema ul li a {
	display: block;
	width: 138px;
	font-family: arial;
	font-size: 12px;
	color: #C0A385;
	font-weight: bold;
	text-align: center;
	padding-top: 22px;
	background: url(../../imagens/bg-copas.gif) no-repeat center top;
}

#menuAnchieta ul li a:hover, #menuCursino ul li a:hover, #menuMoema ul li a:hover {
	background: url(../../imagens/bg-copas-light.gif) no-repeat center top;
	color: #FFFFFF;
}

#conteudo {
	width: 538px;
	float: left;
	border: solid 2px #C9BCA5;
	margin: 10px;
	background: #FBF7EC;
}

#conteudo a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #743E22;
}

#conteudo a:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #BF6A3B;
}

#area-escola {
	width: 150px;
	float: left;
	margin-left: 14px;
	_margin-left: 9px;
	margin-right: 9px;
}

#area-escola h5 {
	font-family: arial;
	font-size: 11px;
	color: #444444;
	text-align: center;
}

#informativos {
width: 174px;
	background: #FBF7EC url(../../imagens/bg-informativo.png) no-repeat top;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	_margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#informativosConteudo {
    width: 160px;
	padding: 6px;
	margin-top: 7px;
	border-bottom: solid 1px #A2621F;
	border-left: solid 1px #A2621F;
	border-right: solid 1px #A2621F;
}

#informativos b {
	color: #A96C29;
	font-weight: bold;
}

#rodape {
	width: 780px;
	height: 25px;
	margin: 0 auto;
	border-top: dashed 1px #C9BCA5;
	border-bottom: solid 1px #7C6D58;
	background: url(../../imagens/bg-rodape.png) repeat-x;
	clear: both;
}

#servicos {
	clear: both;
	padding-left: 20px;
	padding-top: 10px;
	_padding-top: 5px;
	margin-bottom: 10px;	/* Margin em Serviços para IE */
}

#servico-a {
	float: left;
	margin-bottom: 20px;	/* Margin em Serviços para Mozzila Firefox */
}

#servico-a h5 {
	width: 190px;
	height: 80px;
	border: solid 5px #EAEAEA;
	background: url(../../imagens/02.jpg) no-repeat;
	text-indent: -80000px;
	margin-bottom: 10px;
}

#servico-b {
	width: 230px;
	float: left;
}

#servico-b ul li {
	line-height: 15px;
	list-style-image: url(../../imagens/marcador.gif);
}

#tabela {
	margin: 20px;
	border: 0;
}

#tabela b {
	font-weight: bold;
	color: #743E22;
}

#tabela img {
	margin-right: 10px;
}

#tabela tr td {
	padding-bottom: 5px;
}

#tabela ul li a {
	font-family: arial;
	font-size: 12px;
	color: #A96C29;
	font-weight: bold;
}

/*** Classes Style Sheet ***/

.texto-copy {
	font-family: arial;
	font-size: 10px;
	color: #A28B5D;
	text-align: right;
	margin-top: 6px;
	padding-right: 20px;
}

#publicidade {
	width: 539px;
	_width: 542px;
	float: right;
	margin-right: 23px;
	_margin-right: 10px;
	margin-bottom: 10px;
	background: #852409;
	border: solid 2px #C9BCA5;
}

#publicidade h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}

.tituloNoticias {
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 20px 15px;
}

.titulo-a {
	font-family: arial;
	font-size: 14px;
	color: #743E22;
	font-weight: bold;
	margin-bottom: 15px;
}

.titulo-n {
	font-family: arial;
	font-size: 12px;
	color: #A96C29;
	font-weight: bold;
}

.titulo-principal {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #A96C29;
	text-align: center;
	padding: 20px;
	clear: both;
}

.texto {
	font-family: arial;
	font-size: 13px;
	color: #444444;
}

.texto-complemento-1 {
	width: 183px;
	font-family: arial;
	font-size: 11px;
	color: #E6730D;
	font-weight: bold;
	margin-top: 13px;
	margin-left: 11px;
	border-right: solid 1px #B3B3B3;
	float: left;
}

.texto-complemento-2 {
	width: 300px;
	font-family: arial;
	font-size: 11px;
	color: #E6730D;
	font-weight: bold;
	margin: 13px;
	margin-left: 30px;
	border-right: solid 1px #B3B3B3;
	float: left;
}

.texto-complemento-3 {
	width: 130px;
	font-family: arial;
	font-size: 11px;
	color: #E6730D;
	font-weight: bold;
	margin-top: 13px;
	margin-left: 18px;
	float: left;
}

.textoMail {
	font-family: arial;
	font-size: 12px;
	color: #A96C29;
	font-weight: bold;
	text-align: center;
	margin: 100px 0 100px 0;
}

.tabela-servicos {
	width: 250px;
	font-family: arial;
	font-size: 14px;
	color: #363636;
	font-weight: bold;
	text-align: left;
	padding-bottom: 15px;
}

.tabela-conteudo ul li {
	font-family: arial;
	font-size: 12px;
	color: #363636;
	padding-bottom: 3px;
	margin-left: 0px;
	list-style-image: url(../../imagens/marcador.gif);
	list-style-position: outside;
}

.texto-consulta {
	font-family: arial;
	font-size: 12px;
	color: #363636;
}

.imagens-escolas {
	border: solid 2px #C9BCA5;
}

.professores {
	margin: 20px;
}

strong {
	font-weight: bold;
}

.borda_imagem {
	border: solid 3px #EFEAE0;
	margin:0 10px 0 0;
}

.anchieta-capa { width: 170px; height: 110px; border: solid 2px #C9BCA5; background: url(../../imagens/anchieta/capa.jpg) no-repeat; text-indent: -80000px; float: left; margin-right: 20px; margin-bottom: 10px; }
.cursino-capa { width: 170px; height: 110px; border: solid 2px #C9BCA5; background: url(../../imagens/cursino/capa.jpg) no-repeat; text-indent: -80000px; float: left; margin-right: 20px; margin-bottom: 10px; }
.moema-capa { width: 170px; height: 110px; border: solid 2px #C9BCA5; background: url(../../imagens/moema/escola/capa.jpg) no-repeat; text-indent: -80000px; float: left; margin-right: 20px; margin-bottom: 10px; }

.capa-principal-anchieta { width: 148px; height: 96px; border: solid 2px #C9BCA5; background: url(../../imagens/capa-anchieta.jpg) no-repeat; text-indent: -80000px; float: left; margin-bottom: 10px; margin-top: 20px; }
.capa-principal-cursino { width: 148px; height: 96px; border: solid 2px #C9BCA5; background: url(../../imagens/capa-cursino.jpg) no-repeat; text-indent: -80000px; float: left; margin-bottom: 10px; margin-top: 20px; }
.capa-principal-moema { width: 148px; height: 96px; border: solid 2px #C9BCA5; background: url(../../imagens/capa-moema.jpg) no-repeat; text-indent: -80000px; float: left; margin-bottom: 10px; margin-top: 20px; }