/* CSS Document */


* {margin:0; padding:0;}

#contenidor {
	width: 820px;
	margin:auto;
}
#top {
	position:relative;
	height:195px;
}
#localitzador {
	position:absolute;
	top:163px;
	left:0px;
	height:32px;
}
#idiomes {
	position:absolute;
	top:140px;
	left:740px;
}
#menu {
	width:170px;
	float:left;
}
#contingut {
	width:650px;
	float:right;
}
#text_contingut {
	width:460px;
	padding:0 10px 10px 10px;
}

#esq_bottom {
	height:46px;
}
#dreta {
	width:160px;
	float:right;
}
#noticies_peu {
	height:90px;
	background-image:url(../img/noticies_peu.png);
}
#peu {clear:both;}
.both {clear:both;}


