body{
	font-family:"Trebuchet MS";
	margin:0;
	padding:0;
}

a img{
	border:none;	
}

.geral{
	display:table;
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

#topo{
	display:block;
	background:url(../img/bg_topo_interno.jpg) top no-repeat;
	width:100%;
	height:50px;
}

#logo{
	display:block;
	float:left;
	background:url(../img/logo_interno.png) no-repeat;
	width:157px;
	height:47px;
	margin-left:10px;	
}

#menu{
	display:block;
	width:730px;
	margin-top:20px;
	height:11px;
	float:right;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;	
}

#menu ul li{
	display:inline;	
}

.btnMenu{
	display:block;
	float:left;
	height:20px;
}

#preMatricula{
	background:url(../img/bt_preMatricula_interno.png) top no-repeat;
	width:86px;
}

#docentes{
	background:url(../img/bt_corpoDocente_interno.png) top no-repeat;
	width:58px;	
	margin-left:15px;	
}

#bolsaDeEstudos{
	background:url(../img/bt_bolsaEstudos_interno.png) top no-repeat;
	width:104px;
	margin-left:15px;		
}

#calendario{
	background:url(../img/bt_calendario_interno.png) top no-repeat;
	width:67px;	
	margin-left:15px;	
}

#manualDaEscola{
	background:url(../img/bt_manualEscola_interno.png) top no-repeat;
	width:107px;	
	margin-left:15px;	
}

#gradeDeHorarios{
	background:url(../img/bt_gradeHorarios_interno.png) top no-repeat;
	width:105px;	
	margin-left:15px;	
}

#eventos{
	background:url(../img/bt_eventos_interno.png) top no-repeat;
	width:49px;
	margin-left:15px;		
}

#principal{
	display:block;
	background:url(../img/filete_paginaInterna.png) top repeat-x;
}

#tituloPage{
	display:block;
	width:990px;
	font-size:100px;
	color:#900;
	margin-top:50px;
	text-align:center;
}

#conteudo{
	display:table;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:30px;
}

.texto{
	font-size:14px;
	line-height:20px;
	color:#666;
}

.bt_pInicial{
	margin-bottom:20px;	
}

.tabelaHorarios{
	font-size:11px;	
}

.inputCad{
	background:#EEE;
	border:1px solid #900;
	font:12px;
	padding:5px;	
}

.btnFinal{
	background:#CCC;
	border:none;
	font-size:13px;
	cursor:pointer;
	color:#900;
	padding:10px;
	font-weight:bolder;	
}

.btnFinal:hover{
	color:#000;	
}

#depoimento{
	display:table;
	float:left;
	width:500px;
}

.tituloDepoimento{
	display:block;
	font-size:15px;
	color:#900;	
}

#outrosDepoimentos{
	display:table;
	float:right;
	width:280px;
}

#outrosDepoimentos ul{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}

#outrosDepoimentos ul li{
	border-bottom:1px solid #900;	
}

#outrosDepoimentos ul li a{
	text-decoration:none;
	padding:10px;
	display:block;
	font-size:13px;
	color:#900;
}

.topCal a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#diasCal a{
	color:#000;
	font-weight:bold;
	text-decoration:none;	
}

.imgProf{
	display:block;
	float:left;
	width:250px;
	height:250px;
	margin-left:10px;
	margin-top:10px;
	border:1px solid #900;
}

.ftGalEv{
	border:1px solid #900;
	margin-top:10px;	
}

/*inicio de paginacao */
#navegacao{
	margin-top:20px;
	height:20px;
	float:right;
}

.btNavegacao{
	width:25px;
	height:15px;
	background:none;
	border:none;
	font-size:10px;
	color:#FFF;
	cursor:pointer;
	vertical-align:middle;
	background:#900;
	padding-bottom:1px;
}

.btNavegacaoAtual{
	background:none;
	border:none;
	font-size:12px;
	color:#900;
	cursor:pointer;
	vertical-align:middle;
	font-weight:bold;
	padding-bottom:1px;
}

.btNavegacaoImg{
	background:none;
	border:none;
	cursor:pointer;
	vertical-align:middle;
}
/*fim de paginacao */