/* Red de Proyectos */
				
.red-blogs {
	position: relative;
	overflow: hidden;
	margin: 0; padding: 0;
} 		
	
	.red-blogs .cleared {
		clear: both;
	}
	
	.red-blogs H2 {
	}
	
	.red-blogs DIV {
		margin-left: 5px;
	}
	
	.red-blogs IMG {
		position:relative;
		float: left;
		margin: 0 5px 5px 0;
	}
	
	.red-blogs .proyecto {
		position: relative;
		overflow: hidden;
		height: 53px;
		padding: 5px 0;
		background: url(img_bkg_punt-horizontal.gif) repeat-x top;
		/* clear: both; */
	}

	.red-blogs .proyecto-padre {
		position: relative;
		overflow: hidden;
		height: 53px;
		padding: 5px 0;
		background: none;
	}
	
	.red-blogs .primer-proyecto {
		position: relative;
		overflow: hidden;
		height: 53px;
		padding: 5px 0;
		background: none;
		border-top: 1px solid #ee7600;
	}
	
	
/* Blogs de Empresa */
				
.blogs-empresas {
	position: relative;
	overflow: hidden;
	margin: 0; padding: 0;
} 		
	
	.blogs-empresas .cleared {
		clear: both;
	}
	
	.blogs-empresas H2 {
	}
	
	.blogs-empresas DIV {
		margin-left: 5px;
	}
	
	.blogs-empresas IMG {
		position:relative;
		float: left;
		margin: 0 5px 5px 0;
	}
	
	.blogs-empresas .empresa {
		position: relative;
		overflow: hidden;
		height: 53px;
		padding: 5px 0;
		background: url(img_bkg_punt-horizontal.gif) repeat-x top;
		/* clear: both; */
	}
	
	.blogs-empresas .primera-empresa {
		background: none;
	}