@charset "utf-8";

div.content-small div.center {
	height: auto !important;
	height: 400px;
	min-height: 400px;
}

div.content-small p.h1 {
	height: 70px;
}

div.content-small a.h1 {
	float: left;
	width: 462px;
	height: 68px;
	background-image: url(../img/site/title_achados_perdidos.png);
}

div.content-small p.desc {
	font-size: 14px;
}

div.content-small h2 {
	font-size: 22px;
	padding-bottom: 15px;
}

div.content-small h2.todos {
	padding: 0px;
}

div.content-small span.atencao {
	color: #d80000;
	background-color: #000;
	font-weight: bold;
}

div.content-small table {
	margin: 15px 0px;
	width: 620px;
}

	div.content-small table th {
		background-color: #3f7840;
		text-align: left;
		line-height: 25px;
		padding-left: 10px;
		font-weight: bold;
	}
	
	div.content-small table th.nome {
		width: 200px;
	}
	
	div.content-small table td {
		background-color: #234b27;
		padding: 5px 0px 5px 10px;
		vertical-align: top;
	}
