/* BUSINESS PROMOCIÓN CSS by MaresmeNET [www.maresmenet.com]*/
*{
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	}
	
html,
body {
	height:100%;
	background:url(../imgs/css/background.jpg) repeat-y center top #bebebe;
	font-family:Cambria,Georgia,'Times New Roman',Serif;
	text-align:center;
	font-size:16px;
	min-width:980px;
}

#container {
	min-height:100%;
	position:relative;
	width:969px;
	margin:0 auto;
}

#header {
}
	
#body {
	padding-bottom:50px;	/* Height of the footer */
}


a, .lnk{
	text-decoration:none;
	color:#1073bd;
	}

a:hover{
	text-decoration:underline !important;
	}

/* HEADERS */
h2{
	font-size:25px;
	color:#333333;
	font-weight:normal;
	margin-bottom:10px;
	}

h2 .construccio{
	color:#FF0000 !important;
	}

h3, h3 a{
	font-size:16px;
	color:#1073bd;
	font-weight:bold;
	}
h4, h4 a{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin-top:7px;
	}

/*FONT SIZE*/
.big{
	font-size:30px;
	}
	
.medium{
	font-size:24px;
	}
	
/* Atributtes */
.hide{
	position:absolute;
	left:-9999em;
	}

.inline{
	width:100%;
	overflow:hidden;
	}
	
.inline .child{
	float:left;
	display:inline;
	}
	
.txt_l{
	text-align:left !important;
	}
	
/* MESSAGES */
div.info, div.error, div.success{
	padding:10px 17px 8px 45px;
	font-size:14px;
	margin:5px auto;
	}
	
div.info{
	background:url(../imgs/content/info.gif) no-repeat 10px 5px #BDE5F8;	
	color:#5e89a9;	
	}
	
.info{
	border:1px solid #5e89a9 !important;
	}
	
div.error{	
	background:url(../imgs/content/error.gif) no-repeat 10px 5px #FFBABA;	
	color:#FF0000;
	}
	
.error{
	border:1px solid #FF0000 !important;
	}
	
div.success{
	background:url(../imgs/content/success.gif) no-repeat 10px 5px #DFF2BF;	
	color:#009900;
	border:1px solid #009900;
}

	
/* PUBLI TOP */
#banner_top{
	text-align:center;
	height:75px;
	background-color:#FFFFFF;
	vertical-align:middle;
	}
	
#banner_top img{
	margin-top:2px;
	}
	
.today{
	color:#d1d1d1;
	font-size:12px;
	float:right;
	padding:5px;
	}
	
/* MAIN MENU */
#main_menu{
	text-align:left;
	height:71px;
	overflow:hidden;
	background-color:#2266af;
	}
	
#main_menu img, #main_menu ul{
	float:left;
	display:inline;
	}
	
#main_menu ul li{
	float:left;
	display:inline;
	padding:35px 20px;
	}
	
#main_menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#main_menu ul li.sel a{
	color:#F0C72F;
	font-weight:bold;
	}
	

/* SECOND MENU */
#second_menu{
	background-color:#f1f1f1;
	border:1px solid #dedede;
	border-left:0;  border-right:0;
	width:100%;
	overflow:hidden;
	padding:10px 0px;
	}
	
#second_menu ul li{
	float:left;
	display:inline;
	padding:0px 25px;
	border-right:1px solid #dedede;
	font-size:14px;
	}
		
#second_menu ul li a{
	color:#333333;
	text-decoration:none;
	}	
	
#second_menu ul li.sel a{
	color:#F0C72F;
	font-weight:bold;
	}	
	
/* BUSCADOR */
#second_menu input{
	border:1px solid #dedede;
	font-size:12px;
	padding:2px;
	}
	
#second_menu input.cerca{
	border:0;
	font-size:12px;
	font-weight:bold;
	color:#5e5e5e;
	background:url(../imgs/css/arrow_r.gif) no-repeat center right;
	padding-right:20px;
	cursor:pointer;
	}
	
#second_menu form a{
	font-size:12px;
	}
	
/* -- avançada*/
#advanced_serach{
	background-color:#f0f0f0;
	font-size:12px;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #d0d0d0;
	color:#6e6e6e;
	}
	
#advanced_serach input{
	border:1px solid #d0d0d0;
	font-size:12px;
	padding:2px;
	margin:0px 7px;
	}

#advanced_serach input:focus{	
	border:1px solid #F0C72F;
	}
	
/*CONTENT*/	
#body{
	text-align:left;
	}
	
/*CENTER*/
#center{
	width:765px;
	padding:20px 23px 10px 23px;
	}

/*PUBLI RIGHT*/
#publi_right{
	background-color:#ebebeb;
	}

#publi_right a{
	display: block;
	padding-bottom: 5px;
}
	
	
/*NOTICIES*/
ul.news_portada{
	margin-bottom:15px;
	}
	
ul.news_portada li{
	margin-bottom:10px;
	border-bottom:1px solid #dedede;
	}
	
ul.news li{
	margin-bottom:10px;
	padding:5px 0px;
	border-bottom:1px solid #dedede;
	}
	
ul.news .date{
	color:#2e2e2e;
	font-size:12px;
	}
	
ul.news a{
	padding-left:20px;
	}
	
.detail_new{
	width:100%;
	overflow:hidden;
	line-height:20px;
	}

.detail_new h3{
	margin-bottom:-2px;
	}
	
.detail_new .date{
	color:#a5a5a5;
	font-size:12px;
	}

.detail_new p{
	padding:5px 0px 10px 0px;
	color:#222222;
	font-size:14px;
	text-align:justify;
	}
	
.detail_new  p.new img{
	float:left; 
	margin-right:12px;
	margin-bottom:5px;
	}
	
/* PAGINADOR */
.paginator{
	padding:5px 0px;
	}	
	
.paginator a{
	padding-right:10px;
	}
	
.paginator a.current_page{
	color:#FF6600;
	}
		
#footer {
	font-size:14px;
	color:#bebebe;
	border-top:1px solid #dedede;
	background-color:#f4f4f4;
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;			/* Height of the footer */
}

#footer div{
	text-align:left;
	padding:10px;
	}
	
#footer  strong{
	color:#5c5c5c;
	}

