@import url(base.css);

#column ul {
	list-style: none;
	padding: 0;
	margin: 0 4px 0 14px;;
}
	#column li {
		display: inline;
	}
	#column a {
		color: #757575;
		border-bottom: 2px solid #F1F1F1;
		display: block;
		padding: 4px 10px;
	}

	#column a:hover {
		color: #060;
	}

.pagina-conteudo {
	margin: 20px;
}

#mapa {
	background: transparent url(../img/design/mapa-bg.png) no-repeat;
	padding: 3px 4px 4px 4px;
}
	a#mapa-central, a#mapa-norte {
		background-image: url(../img/design/mapa-buttons.png);
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 -60px;
		display: block;
		float: left;
		width: 157px;
		height: 31px;
		text-indent: -1000em;
		overflow: hidden;

	}
	a#mapa-central:hover { background-position: 0 0; }
	a#mapa-norte:hover { background-position: 0 -30px;}

	#mapa-google {
		height: 404px;
		clear: both;
	}


.certificado {
	margin: 10px 5px 5px 15px;
}
	.certificado-imagem {
		width: 116px;
		float: left;
	}

	.certificado-info {
		float: left;
		width: 130px;
	}
		.certificado-info h4 {
			margin: 5px 0 10px 0;
		}

	a.certificado-download {
		background: #FFF url(../img/design/download-button.png) no-repeat left top;
        	display: block;
	        height: 28px;
	        width: 100px;
	        overflow: hidden;
	        text-indent: -1000em;
		padding: 0 !important;
		border-width: 0 !important;
	        /*position: absolute;
	        right: 6px;
	        top: 6px;*/
	}
        	a.certificado-download:hover {
                	background-position: left bottom;
        	}


