@import url("content_list.css");

#ligacoesList > li{
	padding-left:0px !important;
	padding-right:0px !important;
}

#ligacoesList > li > .contentListDesc > h2{
	padding-top:0px;
}

#ligacoesList > li > .contentListDesc > h2 > a{ /* para o titulo ficar alinhado com a imagem */
    display: block;
    line-height: 22px;
	padding-bottom:3px;
}

#ligacoesList > li > .contentListDesc > p{ /* texto mais espaçado verticalmente */
	line-height:22px;
}

#ligacoesList a.contentListImagem img{
	border: 1px solid #d3d3d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
/*	
	-webkit-box-shadow: 0px 0px 2px #d3d3d1;
	-moz-box-shadow: 0px 0px 2px #d3d3d1;
	box-shadow: 0px 0px 2px #d3d3d1;
*/
}

