@font-face {
	font-family: 'newjuneboldregular';
	src: url('font-face/hubert_jocham_type_-_newjunebold.eot');
	src: url('font-face/hubert_jocham_type_-_newjunebold.eot?#iefix') format('embedded-opentype'),
		 url('font-face/hubert_jocham_type_-_newjunebold.woff') format('woff'),
		 url('font-face/hubert_jocham_type_-_newjunebold.ttf') format('truetype'),
		 url('font-face/hubert_jocham_type_-_newjunebold.svg#newjuneboldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'newjunebookregular';
	src: url('font-face/hubert_jocham_type_-_newjunebook.eot');
	src: url('font-face/hubert_jocham_type_-_newjunebook.eot?#iefix') format('embedded-opentype'),
		 url('font-face/hubert_jocham_type_-_newjunebook.woff') format('woff'),
		 url('font-face/hubert_jocham_type_-_newjunebook.ttf') format('truetype'),
		 url('font-face/hubert_jocham_type_-_newjunebook.svg#newjunebookregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
#socios {
	width:1070px;
	margin:0 auto;
}
#socios ul {
	clear: both;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#socios ul li {
	float: left;
	margin: 2px;
	position:relative;
	cursor:pointer;
	height: 129px;
	background: none;
	padding: 0;
}
#socios ul li span {
	background:url(../images/socios/hover_socios.png) no-repeat 0 0;
	color:#fff;
	display:none;
	width:129px;
	height: 119px;
	position:absolute;
	left:0;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
	font-family: 'newjuneboldregular';
	font-size:15px;
}
#socios ul.open-top li span {
	background:url(../images/socios/hover_socios.png) no-repeat right 0;
	padding-top: 69px;
	height: 60px;
	bottom: 0;
}
#socios ul li:hover span,
#socios ul li.ativo span {
	display:block;
}
#socios .info-open {
	float: left;
	margin: 20px;
}
#socios .info-open img {
	float: left;
	margin: 0 20px 0 0;
}
#socios .descricao {
	font-family: 'newjunebookregular';
	font-weight:bold;
}
#socios .descricao p {
	margin-top:0;
	color: #818285;
	font-size:15px;
}
#socios .descricao h2 {
	margin-top:0;
	color: #696565;
	font-size: 26px;
	font-weight:bold;
}
#socios .info-open {
	display: none;
}