/*	

	Less+ by Jimmy Rosén, http://www.angrycreative.se/projekt/less-framework
	Based on Less Framework 4 by Joni Korpi, http://lessframework.com
	
*/

/*		Desktop layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

	
	
.third{
	width:460px;
	float:left;
	margin-right:12px;
	margin-left:12px;

}

/* Work
-------------------------------------------------------------------------------*/

#work article img{
	width:460px;
	height:330px;
}

.sombra{
	float:left;
	position:absolute;
	background:url(../images/sombra.png);
	margin:330px 0 0 10px;
	width:460px;
	height:36px;
}


