@charset "utf-8";



/* CSS Document */







body {
background-color: #ffffff;
}

#estrutura {
	width:1002px;
	text-align:left; /* Alinhando o texto a esquerda**/
	background-color:#FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	display: inline;
}

.azul_barra {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00599D;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

a:hover.azul_barra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066FF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0066FF;
	padding-right: 10px;
	padding-left: 10px;
}

.mnu_leiloes {
	height: 200px;
	width: 350px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	clip: rect(0px,0px,0px,0px);
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#lista_animais {
	height: 500px;
	width: 1002px;
	overflow: auto;
}

#limit {
	width: 1000px;
}

.center_img {
	background-repeat: no-repeat;
	background-position: center center;
}
