@charset "utf-8";
/* CSS Document */


.elenco-link-associazioni{
color:#000;
}



#elenco-colonna-nome-associazione{
float: left;
width: 410px;
height: auto;
}


#elenco-colonna-adesione_info{
float: left;
width: 150px;
height: auto;
}


#elenco-colonna-regione{
float: left;
width: 150px;
height: auto;
}


#elenco-contenitore-associazione{
width: 100%;
height: auto;
float: left;
border-bottom: 1px solid #ececec;
padding:5px;
cursor:pointer;
}


#elenco-contenitore-associazione:hover{
background-color:#ececec;
}




#elenco-logo-associazione{
width:50px;
height:50px;
float:left;
margin-right: 30px;
}


#elenco-nome-associazione{
float: left;
width: 410px;
height: auto;
font-size: 15px;
padding-top: 15px;
}



#elenco-adesione_info{
float: left;
width: 150px;
height: auto;
font-size: 12px;
padding-top: 15px;
}


#elenco-adesione_numero,
#elenco-adesione_sigla,
#elenco-adesione_anno{
width: auto;
float: left;
height: auto;
margin-right:3px;
}



#elenco-regione{
float: left;
width: 150px;
height: auto;
padding-top: 15px;
}



