/*	

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

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
---------------------------------------------
cols    1     2      3
px      68    160    252    */


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

.h2_cont{
    width:252px;
	overflow:hidden
}

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

#work article{
	width:280px;
	height:auto;
	background:none;
	margin:0 0 25px 0;
}
#work article img{
	width:252px;
	margin-left:10px;
}
#work article h3, #work article p{
	margin-bottom:0;
	padding-bottom:0;
	padding:0;
}
#work article:hover img, #work article h3, #work article p{
	opacity:1;
}
#work article article{
	position:relative;
	width:280px;
	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{
border-bottom:dashed 1px #000;
padding-bottom:10px;
}
#work article h3 a{
	font-size:15px;
}

.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;
}