﻿@charset "utf-8";
/*
	Ajuntament de Barcelona
	www.bcn.cat | www.bcn.es

	TOC
	---------------------------------------
	- Blocs d'informació
	- Layout
	- Contenidors
	- Columnes (0, 1, 2)
	- Columnes de contingut
	--------------------------------------- */


/* Blocs d'informació
-------------------------------------------------------------------------------- */
.bloc-presentacio {
	width: auto;
	margin: 0.9em 0.2em 0.9em 0;
}
.bloc-llistat {
	margin-left: 0;
	margin-right: 0;
}
.bloc-contingut {
	width: auto !important;
	margin-right: 1em;
	margin-left: 15em;
	padding-right: 3em;
}


/* Bot de sindicacio de continguts
-------------------------------------------------------------------------------- */
.boto-rss {
}
	.boto-rss strong {
		border: none;
	}


/* Layout
-------------------------------------------------------------------------------- */
#marc-web {
	width: 100%;
	margin: 0;
	overflow: visible;
	clear: none;
}


/* Contenidors
-------------------------------------------------------------------------------- */
#contenidor {
	width: auto;
	overflow: visible;
}
	#contingut,
	#contingut-sense-banners {
		width: auto;
	}


/* Columnes (0, 1, 2)
-------------------------------------------------------------------------------- */
#columna0 {
	width: 15em;
	margin: 0 0 0 0.4em;
}
#home {
	margin: -1em 0.5em 0 16.3em;
}
	#columna1 {
		width: 48.5%;
	}
	#columna2 {
		width: 48.5%;
	}
		#columna1 ul li a img,
		#columna2 ul li a img {
			width: 100%;
		}

