@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../_imagens/body_fundo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #E2E2E2;
}
#defesa  {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topo {
	width:990px;
	height:225px;
	float: left;
}
#conteudo  {
	width: 830px;
	padding-right: 10px;
	padding-left: 95px;
	height: auto;
	float: left;
}
#esquerda {
	width:330px;
	height:550px;
	float:left;
}
#direita {
	width:400px;
	height:470px;
	float:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	overflow: auto;
	margin-bottom: 20px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#box_home {
	width:270px;
	height:225px;
	float:left;
	margin-right: 5px;
}
#chamada_home {
	width:100%;
	height:25px;
	line-height:25px;
	font-family:'Times New Roman', Times, serif;
	color:#666666;
	font-size:22px;
	margin-bottom:5px;
}
#chamada_home a {
	font-family:'Times New Roman', Times, serif;
	color:#666666;
	text-decoration: none;
}
#chamada_home a:hover {
	font-family:'Times New Roman', Times, serif;
	color:#000000;
	text-decoration: none;
}
#foto_home {
	width:270px;
	height:115px;
}
#texto_home {
	width:255px;
	height:50px;
	font-family:'Times New Roman', Times, serif;
	font-size:14px;
	color:#333333;
	line-height:16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#link_home {
	width:265px;
	padding-left:5px;
	height:20px;
	line-height:20px;
	font-family:'Times New Roman', Times, serif;
}
#link_home a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
#link_home a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
#flash_home {
	width:990px;
	height:350px;
	float:left;
}
#local {
	width:260px;
	height:90px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#A1A1A1;
	padding-left: 70px;
	padding-top: 20px;
	line-height: 30px;
}
#linguas {
	width:320px;
	height:100px;
	padding-left:120px;
	float:left;
	text-align:right;
	padding-right: 60px;
}
#linguas a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#linguas a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#pseudo_link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#box_foto {
	width:120px;
	height:100px;
	border:solid 5px #EFEFEF;
	float:left;
	text-align:center;
	overflow:hidden;
	margin-right: 3px;
	margin-bottom: 10px;
}
#box_foto:hover {
	width:120px;
	height:100px;
	border:solid 5px #CC0000;
	float:left;
	text-align:center;
	overflow:hidden;
	margin-right: 3px;
	margin-bottom: 10px;
}

#base {
	width: 850px;
	padding-right: 10px;
	padding-left: 75px;
	height: 80px;
	float: left;
}
#linha {
	width:850px;
	height:5px;
	line-height:5px;
	background-color:#366602;
	float: left;
	margin-bottom: 10px;
}
#creditos {
	width:850px;
	height:20px;
	margin-bottom:10px;
	float:left;
	font-family:'Times New Roman', Times, serif;
	color:#666666;
	font-size:13px;
}#menu_base {
	width:845px;
	height:35px;
	float:left;
	line-height: 35px;
	text-align: center;
}
#menu_base a {
	font-family:'Times New Roman', Times, serif;
	color:#AF1212;
	font-size:16px;
	text-decoration: none;
	font-weight: bold;
}
