@CHARSET "ISO-8859-1";

* {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.div-brasao {
	margin: 50px 0px 5px 0px;
}

.div-entidade {
	margin: 5px 0px 10px 0px;
}

.circle {
	clear: both;
	text-decoration: none;
	height: 130px;
	width: 130px;
	font-size: 16px;
	border-radius: 50%;
	border: 5px solid #008080;
	background-color: #FAFAF9;
	color: #333333;
	display: table-cell;
	vertical-align: middle;
	border-radius: 50%;
	border: 5px solid #008080;
	text-decoration: none;
}

.circle:hover {
	border: 5px solid #006666;
}

.text-center {
	text-align: center;
}

.text-brasao {
	text-shadow: 1px 2px 2px #969696; 
	font-size: 30px;
}

.clear {
	clear: both;
}

.hiden-element {
	visibility: collapse;
	height: 0px;
	width: 0px;
}

.element-inline {
	display: inline-block;
}

@media ( max-width : 480px) {
	.lefted, .righted {
		width: 100%
	}
	.div-circle {
		margin-bottom: 10px;
	}
}

.lefted {
	float: left;
}

.div-circle {
	margin-right: 10px;
}

.righted {
	float: right;
}

.ui-menu {
	width: 300px !important;
}

.ui-menu-list {
	padding: 10px !important;
}

#div-menu>div {
	margin: 10px;
}
