@charset "utf-8";
#main {
	background-color: #D9D9D9;
	height: 1000px;
	width: 813px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/casa_fundo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main_paginas {
	background-color: #D9D9D9;
	height: 1000px;
	width: 813px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.texto_paginas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	text-align: justify;
	text-indent: 20px;
}
#caixa_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-right: 65px;
	padding-left: 65px;
	text-align: justify;
}


body {
	margin: 0px;
}
#cabecalho {
	height: 125px;
	width: 813px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#topo {
	height: 270px;
	width: 813px;
	position: absolute;
	left: 0px;
	top: 125px;
	overflow: hidden;
}
.formata_chamada_lado {
	float: right;
	height: 73px;
	width: 138px;
	margin-bottom: 14px;
	position: relative;
	background-color: #CCC;
}
#chamada_escolinha {
	float: left;
	height: 140px;
	width: 630px;
	position: relative;
	background-color: #CCC;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	font-weight: normal;
	margin: 4px;
}



#menu_h {
	background-color: #000;
	height: 30px;
	width: 813px;
	position: absolute;
	left: 0px;
	top: 410px;
}
#conteudo {
	height: 500px;
	width: 783px;
	position: absolute;
	left: 15px;
	top: 455px;
}
#conteudo_paginas {
	height: 500px;
	width: 783px;
	position: absolute;
	left: 15px;
	top: 455px;
	background-color: #FFF;
}
#rodape {
	height: 30px;
	width: 813px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/rodape.jpg);
}
.formata_chamada {
	background-color: #FFF;
	float: left;
	height: 160px;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}

