/*	

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

/*	5-column layout
	60 px columns, 24 px gutters, 42 px margins, 480 px total
	---------------------------------------------------------
	1     2      3      4      5
	60px  144px  228px  312px  396px	*/


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

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

#work article{
	width:436px;
	height:auto;
	background:none;
	margin-bottom:25px;
	margin-left:-20px;
}
#work article img{
	width:282px;
}
#work article h3, #work article p{
	margin-bottom:0;
	padding-bottom:0;
}
#work article:hover img, #work article h3, #work article p{
	opacity:1
}
#work article article{
	position:relative;
	width:436px;
	overflow:hidden;
	opacity:1;
}
#work article article h3 a, #work article article p{
	color:#2d4350;
}
#work article article p a:hover{
	color:#2d4350;
}
#work article h3 a{
	font-size:15px;
	padding-bottom:10px;
}

.tit-portfolio{
display:block;
height:48px;
margin-left:5px;
width:100%;
background:url(../images/tit-portfolio2.png) no-repeat center;
}

.tit-servicios{
display:block;
height:48px;
margin-left:5px;
width:100%;
background:url(../images/tit-servicios2.png) no-repeat center;
}

.tit-reconocimientos{
display:block;
height:48px;
margin-left:5px;
width:100%;
background:url(../images/tit-reconocimientos2.png) no-repeat center;
}

#work article h3{
border-bottom:dashed 1px #000;
}
