﻿/******************************
Author: Natalia Artigas
		http://www.fluid.cat
Para:	Ambitsurbans
********************************/

/*
	GENERAL STYLES
********************************/
body{
	background:url(img/bg_body.gif) top center repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #695f5f; /*#423e30;*/
	font-size:11px;
	}
body,p,ul,li,h1,h2{
	margin:0px;
	padding:0px;
	}
p{
	margin:0px 0px 5px 0px;
	padding:0px;}
/*ul,li{
	list-style:none;
	}*/
a, a:visited{
	color:#be0926;
	text-decoration:none;
	}
a:hover{
	color: #282518;
	}
h1{
	clear:both;
	font-size:17px;
	color:#373328;
	font-weight:normal;
	margin:21px 0px 15px 0px;
	}
*+html h1{
	font-size:18px;
	}
img{
	border:3px solid #ededed;
	}
	
/*
	LAYOUT
********************************/
#wrapper{
	width:972px;
	margin:0 auto;
	background-color:#FFFFFF;
	}
#header{
	overflow:hidden;
	padding:73px 0px 12px 0px;
	border-bottom: 1px solid #be0926;
	}
#header a{
	color:#B09996;
	}
#header a.selected{
	color:#be0926;
	}
* html #header{ /* fix ie6 */
	height:1%;
	}
#content{
	height:1%;
	overflow:hidden;
	padding-bottom:30px;
	}
.planificacio{
	background:url(img/bg_plan.jpg) left bottom no-repeat;
	padding-bottom:238px !important;
	}
.gestio{
	background:url(img/bg_gestio.gif) left bottom no-repeat;
	padding-bottom:238px !important;
	}
.proyectos{
	background:url(img/bg_urba.gif) left bottom no-repeat;
	padding-bottom:238px !important;
	}
	
/*
	HEADER
********************************/
#header a img{
	float:left;
	border:none;
	}
#header ul{
	margin-top:33px;
	float:right;
	width:auto;
	text-align:left;
	font-size:11px;
	}
#header ul li{
	float:left;
	width:auto;
	margin-left:7px;
	}
#header ul li.inactivo{
	color: #999999;
	}
#header ul li.select a,
strong{
	color: #282518;
	}
/*
	CENTER
********************************/
#center{
	margin-top:29px;
	line-height:18px;
	overflow:hidden;
	}
#menu{
	margin-top:23px;
	float:left;
	width:215px;
	*height:290px;
	font-size:13px;
	}
#menu ul li{
	height:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:4px;
	border-bottom:#999 1px solid;
	}
#menu ul li a{
	background: url(img/bullet_menu.gif) 7px 4px no-repeat;
	padding-left:15px;
	}
#menu ul li.select a,
#menu ul li a:hover{
	background: url(img/bullet_menu_select.gif) 7px 4px no-repeat;
	color: #282518;
	}
#menu ul.areas{
	margin-top:22px;
	background-color:#f4f4f4;
	}
#menu ul.we{
	margin-top:50px;
	background-color:#f4f4f4;
	}
#content{
	float:right;
	width:730px;
	font-size:12px;
	line-height:18px;
	}
#content img{
	float:left;
	margin:4px 14px 0px 0px;
}
p ul{
	padding-left:20px;
}
/*
	COMUN CLASES
****************************/
.llista
{
	list-style:url(../img/bullet.png);
	list-style-image:url(../img/bullet.png);
	padding-left:30px;
}
.bold
{
	font-weight:bold;
}
.hidden{
	visibility:hidden;
}
.corporate
{
	font-variant:small-caps;
	font-size:16px;
	color:#be0926;
}
.petita
{
	font-size:10px;
}
.item_lista
{
	font-weight:bold;
}
.mayuscules
{
	font-variant:small-caps;
	*font-weight:bold;
	font-size:16px;
	color:#222;
}
.comprimida
{
	font-size:12px;
}
ul.ariadna{
	font-size:11px;
	display:block;
	list-style:none;
	}
ul.ariadna li{
	float:left;
	}
ul.ariadna li a{
	background:url(img/bg_ariadna.gif) right top no-repeat;
	padding-right:10px;
	margin-right:3px;
	}
.colLeft{
	clear:both;
	float:left;
	width:358px;
	overflow:hidden;
	}
.colRight{
	float:right;
	width:372px;
	}
* html .colRight{
	width:369px;
	}
.colLeftBig{
	width:530px;
	}
/*
	LLISTES
*********************/
ul.projects li,
ul.enprojects li,
ul.pdf li{
	background:url(img/bg_li_projects.gif) 0px 8px no-repeat;
	margin-bottom:8px;
	padding-left:12px;
	}
ul.enprojects li{
	background:url(img/bg_li_enprojects.gif) 0px 4px no-repeat;
	}
ul.projects li.select a{
	color:#282518;
	}
ul.pdf li{
	padding-left:22px;
	background: url(img/bg_li_pdf.gif) top left no-repeat;
	}