/* CSS Document */
body{
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	margin-top: 0px;
	background-image:url(imagens/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
img{
	border:none;
}

a:link{
	text-decoration:none;
	color:#007256;
}
a:visited {
	text-decoration:none;
	color:#007256;
}
a:hover {
	text-decoration:none;
	color:#007256;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
	color:#007256;
}
#background {
background-image:url(figuras/bg_centro.jpg);
background-position:center top;
background-repeat:no-repeat;
z-index:1;
}
.mostra {
	width:670px;
	height:400px;
	position:absolute;
	margin-left:-335px;
	margin-top:50px;
	left:50%;	
	background:#CCCCCC;
	border:solid 2px #007256;
	visibility:visible;
	z-index:2;
	overflow:scroll;
	overflow-x:hidden;
}
.esconde {
	visibility:hidden;
	width:670px;
	height:400px;
	margin-left:-335px;
	margin-top:50px;
	left:50%;
	z-index:2;
	position:absolute;
	overflow:scroll;
	overflow-x:hidden;
}
#tabela_caes{
	font-family:tahoma;
	color:#ffffff;
}
.text1{
	font-size:10px;
	color:#ffffff;
}
