@charset "iso-8859-1";
body {
	/*background-color:#d5e6f7;*/
	padding:0;
	margin:0;
	background-image:url(/imagens/background.gif);
	background-position:top;
	background-repeat:repeat-x;
}
a {
	text-decoration:underline;
	color:#069;
}
a:hover {
	text-decoration:none;
	color:#997199;
}
td {
	border:0;
}
ul {
/*	list-style-type:none;*/
	padding:0;
	margin:0;
}
ul li {
	list-style-type:none;
	background-image:url(/imagens/marcador-lista.gif);
	background-repeat:no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;

}
#bd {
	min-height:370px;
}
#doc {
	font-size:100%;
	font-family:verdana;
/*	background:url(/imagens/background.gif) repeat-x;*/
}
#menu {
	float:right;
}
#menu ul {
padding:0px;
margin:0px;
float: left;
width: 100%;
/*background-color:#EDEDED;*/
}
#menu ul li { display: inline; 	background-image:none; padding:0; }
#menu ul li a {
padding: 2px 5px;
float:left;
/* visual do link */
/*background-color:#EDEDED;*/
color: #069;
text-decoration: none;
font-weight:bold;
border-bottom:2px solid #fff;
list-style:none;
}
#menu ul li a:hover {
/*background-color:#D6D6D6;*/
/*color: #6D6D6D;*/
border-bottom:2px solid #997199;
list-style:none;
}
#titulo {
	/*padding:20px 10px 20px 0;*/
	float:right;
}
#titulo h1 {
	font-size:197%;
	text-align:right;
	font-weight:bold;
	color:#FFF;
}

.box h3 {
	font-size:116%;
	border-top:2px #b74bb8 solid;
	color:#fff;
	padding:3px 0 3px 5px;
	background-color:#c670c6;
	margin-bottom:10px;
}
.equipe-item {
	margin:0;
	padding:0;
	padding-top:10px;
}
.equipe-item table tr td {
	vertical-align:top;
	border:0;
}
.foto-apto {
	float:left;
	padding-left:20px;
}
.foto-apto a {
	text-align:center;
}
.evento-item {
	float:left;
	width:45%;
/*	border:1px solid #efefef;
	margin-left:5px;
	margin-bottom:5px;*/
	padding:3px;
}
.evento-item:hover {
	background-color:#efefef;
}
.titulo-noticia {
	color:#997199;
}
