#post_id_content {
	overflow:hidden;
}

.fila_id {
	overflow:hidden;
}

.post_id_col {
	float:left; 
	overflow:hidden; 
	margin-right:0.5em;
}

.post_id_img{
width:50px !important; 
height:50px !important; 
border-right: 1px solid #999;
border-bottom: 1px solid #999;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px; 
transition:opacity 3s ease-out;
	-webkit-transition: opacity 3s ease-out; /* Chrome y Safari */
	-o-transition: opacity  3s ease-out; /* Opera */
	-moz-transition: opacity  3s ease-out; /* Mozilla Firefox */
	-ms-transition: opacity  3s ease-out; /* Internet Explorer */	
}
	
.post_id_img:hover {
	opacity:0.6;
	}

.post_id_title {
	min-height:55px;
	overflow:hidden;
	border-bottom: 1px dotted #ccc;
	margin-bottom:0.5em;
	}
	
.post_id_title_no_img  {
	border-bottom: 1px dotted #ccc;
	margin:0.5em;
	}		
	
.post_id_sum {	
	margin-bottom:0.5em;
	padding:0.1em 0.5em 0.5em 0.5em;
	font-size:0.8em;
	clear:both;
	border-bottom: 1px dotted #ccc;
}