﻿.associadas-titulo{
	width:738px;
	height:33px;
	background-image:url('/Style Library/Portal/MasterPage/imagens/webpart-titulo.png');
	background-repeat:repeat-x;
	background-position:center bottom;
	margin-bottom:18px;
	padding-bottom:4px;
}

.associadas-titulo span{
	float:left;
	font-family:Arial;
	font-size:18px;
	color:#005ba5;
	line-height:33px;
	background-image:url('/Style Library/Portal/MasterPage/imagens/webpart-titulo-texto.png');
	background-repeat:repeat-x;
	background-position:center bottom;
	padding-bottom:4px;	

}
.associadas-container{
	border: 1px #e5e5e5 solid;
	width:736px;	
	float:left;
}
.associadas-cabecalho{
	float:left;
}
.associadas-cabecalho ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.associadas-cabecalho ul li{
	float:left;	
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#a7acb3;
	background-color:#eff0f1;
	border-bottom: 1px #f2f3f4 solid;
	border-top: 1px #e2e2e2 solid;
	line-height:32px;
	width:28.3px;
	text-align:center;
	cursor:pointer;
}
.associadas-cabecalho ul li.selecionado{
	background-color:white;
	color:#004a97;
}

.associadas-container .associadas-itens{
	position:relative;
	height:186px;
	width:735px;
	float:left;
}
.associadas-itens .associadas-item{
	float:left;
	padding:5px;
	width:173px;	
	height:	83px;
	display:table;
}

.associadas-itens .associadas-item .outer{
	display:table-cell;
	vertical-align:middle;
	width:173px;
	height:	83px;
}

.associadas-itens .associadas-item img{
	max-width:173px;
	max-height:83px;
	display:block;
	margin:auto;
}

/*****************************************/