@charset "utf-8";
*{
	margin:0px;
	padding:0px;
	
}
a{
	text-decoration:none;
	color:black;
	
}
body{
	background-color:#F1F2F2;
}
#principal {
	height: auto;
	width: 775px;
	margin: auto;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-left-style: solid;
}
#banner {
	height: 100px;
	width: 770px;
	margin-top: 0px;
}
#menu {
	height: 37px;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
	}
	
#menu ul li   {
	display: inline;
	list-style-type: none;
	margin-top: 20px;
	text-align: left;
	color: #000;
	font-size: 18px;
	display: block;
	float: left;
	border-right: 1px solid black;
	padding-right: 5px;
	padding-left:5px;

}
#conteudo {
	height: auto;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	}

#contleft {
	height: auto;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
	float: left;
	display: inline;
	}
#contright {
	float: left;
	height: auto;
	width: 505px;
	margin-left: 5px;
	display: inline;
}
#principal #conteudo #contright h1 {
	background-color: #000;
	height: 25px;
	font-size: 18px;
	color: white;
}
.boxConteudoDireta {
	padding-top: 10px;
	text-align: justify;
	height: 65px;
	background-color: #F1F2F2;
}
#contright .agrupaBox   {
	border: 1px solid #000;
	margin-bottom: 10px;
	width: 505px;
}
#contright .boxConteudoDireta p   {
	font-size: 12px;
	text-align: justify;
	padding: 3px;
}
#contright ul   {
	list-style-type: none;
	margin-top: 20px;
	text-align: left;
}
#contright ul li   {
	display: inline;

}
#contright ul li a   {
	color: #000;
	font-size: 18px;
	display: block;
	float: left;
	border-right: 1px solid black;
	padding-right: 5px;
	padding-left:5px;
}
#rodape {
	text-align: center;
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #FFF;
	padding-top: 5px;
	background-color: #000000;
	height: 20px;
	width: 775px;
	clear: both;
}
 #equipe   {
	border: 1px solid #000;
	margin-bottom: 10px;
	width: 99%;
	height: auto;
	float: left;
	margin-left: 5px;
	display: inline;
}
#equipe h1 {
	background-color: #000;
	height: 25px;
	font-size: 18px;
	color: white;
	text-align: left;
	padding-left: 5px;
}

#equipe ul li   {
	display: inline;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	font-size: 18px;
	display: block;
	float: left;
	border-right: 1px solid black;
	padding-right: 5px;
	padding-left:5px;

}
.textos {
	text-align: justify;
	height: auto;
	background-color: #F1F2F2;
	font-size: 12px;
	text-align: justify;
	padding: 10px;
}
.margemfoto {
	margin-right:10px;
	margin-bottom:7px;
	border:0px;
}
#port {
	text-align: justify;
	height: auto;
	background-color: #FFF;
	font-size: 12px;
	text-align: justify;
	padding: 10px;
}


