/* pra todas as tags */
*{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#promo{
	position: absolute; 
	width: 120px;
	left: 0px;
	top: 0px; 
	padding: 10px;
	background-color: #D1CAE6; 
	border: 2px solid #FFFFFF;
	font-size: 12px;
}


#geral {
	width: 975px;
}

#flash{
	height: 270px;
}

#cabecalho{
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 151px;
}

#menu{
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	height: 105px;
	text-align: right;
	padding-right: 180px;
	padding-top: 14px;
}
#menu a{
	text-decoration: none;
	font-weight: bold;
	color: #690178;
}
#menu a:hover{
	text-decoration: underline;
}

#destaque{
	background-image: url(../img/destaque.jpg);
	background-repeat: no-repeat;
	height: 150px;
	color: #526074;
}
#destaque #table{
	padding-top: 10px;
	margin-left: 335px;
}
#destaque #espec{
	margin-left: 335px;
	margin-top: 30px;
	width: 190px;
	float: left;
}
#destaque #inic{
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 30px;
	width: 190px;
	float: left;
}
#destaque #aperf{
	margin-top: 30px;
	width: 190px;
	float: left;
}
#destaque a{
	color: #99A5B7;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#destaque a:hover{
	text-decoration: underline;
	color: #526074;
}

#texto{
	background-color: #F0F0F0;
	width: 1000px;
	padding-top: 10px;
	display: table-cell;
}
#texto #login{
	width: 220px;
	float: left;
	margin-left: 50px;
}
#texto #login #bg{
	width: 140px;
	margin: auto;
	padding: 10px;
	text-align: center;
	background-color: #FFFFFF;
}
#texto #conteudo{
	width: 630px;
	margin-left: 340px;
}

#rodape{
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 40px;
	text-align: right;
	padding-top: 4px;
	padding-right: 10px;
	font-size: 11px;
}

/* classes das tags */
.profs{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 120px;
}
.assoc{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.mapa{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
	width: 240px;
	height: 180px;
}
.thumb{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
	width: 160px;
	height: 120px;
}
.foot{
	font-size: 10px;
}
.propaganda{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}
.cur{
	color: #690178;
}



/* estilo das tags html */
body{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F0F0F0;
}

h1{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
	color: #690178;
}
h1 a{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
	color: #690178;
	text-decoration: none;
}

h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #690178;
}

td {
	font-size: 14px;
}



/*---------------------------------*/
