﻿/******************************
Author: Natalia Artigas
		http://www.fluid.cat
Para:	Ambitsurbans
********************************/
@import "style.css";
.colLeft{
	float:left;
	width:358px;
	overflow:hidden;
	}
.colRight{
	float:right;
	width:372px;
	}
* html .colRight{
	width:369px;
	}
ul.imatges{
	float:left;
	}
ul.imatges li{
	float:left;
	margin:0px 0px 22px 22px;
	}
* html ul.imatges li{
	margin:0px 0px 13px 13px;
	}
ul.imatges li img{
	margin:0px !important;
	}
.buttons{
	margin-top:20px;
	}
.buttons a{
	line-height:29px;
	display:block;
	float:left;
	background-color:#f4f4f4;
	border:1px solid #ededed;
	padding:0px 11px;
	margin:22px 11px;
	}
* html .buttons a{
	padding:0px 10px;
	margin:26px 8px;
	}