/*estrutura*/
body {
	background-color: #AD8533;
	background-image: url(imagens/bg.gif);
	background-repeat: repeat-x;
	text-align:center;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #996600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.link_menu:link {
	color: #FFFFCC;
	font-size:10px;
	font-weight: normal;
	margin-left:10px;		
	text-decoration: none;
	vertical-align: middle;
}
a.link_menu:visited {
	color: #FFFFCC;
	font-size:10px;
	font-weight: normal;
	margin-left:10px;		
	text-decoration: none;
	vertical-align: middle;
}
a.link_menu:hover {
	color: #FFFFCC;
	font-size:10px;
	font-weight: normal;
	margin-left:10px;		
	text-decoration: underline;
	vertical-align: middle;
}
a.link_menu:active {
	color: #FFFFCC;
	font-size:10px;
	font-weight: normal;
	margin-left:10px;	
	text-decoration: none;
	vertical-align: middle;
}			
.texto_menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	padding-left:10px;
	text-align: left;
	vertical-align: middle;
}
.texto_titulo{
	background-image:url(imagens/bg_tit.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #996600;
	height: 21px;
	width: 200px;
	left: 0px;	
	padding-top: 2px;
	text-align: left;
}
.texto_geral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	}
.texto_animais {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	padding-top: 7px;	
	text-align: center;
	}
.texto_destaque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #CC0000;
	text-align: center;
	}
.texto_rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#alinha {
	position: relative;
	width:760px;
	height:auto;
	z-index:1;
	visibility: visible;
	margin: 0px;
	top:0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#topo{
	background-image:  url(imagens/topo.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 120px;
	margin-top: 20px;
	z-index:3;
}
#meio{
	background-image:  url(imagens/meio.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 760px;
	height: auto;
	display:table;
	z-index:3;
}
#rodape{
	background-image:  url(imagens/rodape.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 30px;
	z-index:3;
	clear:both;
}
#menu{
	width:150px;
	height: auto;
	position:relative;
	left: 0px;
	z-index:4;
	float:left;
	top: 5px;
}
#conteudo{
	position:relative;
	float:right;
	right: 15px;
	width: 580px;
	height:auto;
	margin-top:10px;
	top:0;
	z-index:13;
}
#alinhabarra {
	position:relative;
	float: right;
	width:760px;
	height:15px;
	right:10px;
	top: 5px;
	visibility:visible;
	z-index:14;
}
#barrinha{
	position:relative;
	float: right;
	width:25px;
	height:15px;
	visibility:visible;
	z-index:15;
	border-color: #006666;
	margin-right:10px;
	}
#barrinha2{
	position:relative;
	float: right;
	width:40px;
	height:15px;
	visibility:visible;
	z-index:15;
	border-color: #006666;
	margin-right:10px;
	}	
a.login{
	background-image: url(imagens/login.gif);
	background-repeat:no-repeat;
	width:14px;
	height:12px;
	z-index: 10;
	position:relative;
	float: left;
}
a.home{
	background-image: url(imagens/home.gif);
	background-repeat:no-repeat;
	width:14px;
	height:11px;
	z-index: 16;
	position:relative;
	float: left;
}
a.contato{
	background-image:  url(imagens/contato.gif);
	background-repeat:no-repeat;
	width:14px;
	height:11px;
	z-index: 17;
	position:relative;
	float: right;
}
#bgpop {
	background-image:url(imagens/bg_popup.gif);
	background-repeat:no-repeat;
	width: 600px;
	height: 500px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	float:left;
}
#boxpe{
	width: 625px;
	height: 30px;
	float:right;
}
#login {
	background-image:url(images/login.gif);
	background-repeat:no-repeat;
	width: 525px;
	height: 32px;
	float: right;
	position: relative;
	right: 4px;
	top: 32px;
	z-index:4;
}