/* CSS genèriques */

/*** Elements genèrics: ***/

body {
	margin: 0;
	background: #f1f1f2;
}
body, table {
    font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #505050;
}
input, select {
	font-size: 10px;
	letter-spacing: 0;
}

input.submit {
    padding: 3px 5px;
    background: #63c1da;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}
input.submit:hover {
    background: #4e8cb1;
}

#encaix {
 	position: relative;
 	width: 900px;
 	margin: 0 auto 0 auto;
}

#tancador, .tancador {
	line-height: 0;
	clear: both;
	display: block;
}

img {
	border: 0;
}

a, a:link {
	text-decoration: none;
	color: #a0a0a0;
	font-weight: bold;
}
a:hover {
	color: #505050;
}

ul, p {
  margin: 2px;
  padding: 2px;
}

/*div {
	border: 1px solid orange;
}*/

#separador {
	width: auto;
	border-bottom: 1px dashed #d0d0d0;
	margin: 15px 0 15px 0;
}

/*** manteniment i informació: ***/

#info_general, #publicInfo, #publicError {
	padding: 20px;
	font-size: 12px;
	margin-bottom: 15px;
}
#manteniment, #publicInfo .titular, #publicError .titular {
	padding: 30px 0 30px 0;
	width: auto;
	font-size: 18px;
	color: #505050;
	text-indent : 2px;
	font-weight: bold;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*** CAPÇALERA ***/

#capsal {
	position: relative;
	width: 900px;
	height: 125px;
	letter-spacing: 1px;
	border-bottom: 1px solid #1887bd;
}
#capsal .info {
    position: relative;
    width: 900px;
    height: 24px;
    background: url(../grafics/alc_head_top.gif) 0 0 no-repeat;
    color: white;
    font-size: 10px;
    font-family: verdana;
}
#capsal .info .left {
    position: absolute;
    top: 6px;
    left: 20px;
}
#capsal .info .right {
    position: absolute;
    top: 6px;
    right: 20px;
}
#capsal #logo {
    position: relative;
	width: 900px;
	cursor: pointer;
	height: 225px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* ## principal ## */

#contenidor {
	z-index: 2;
    position: relative;
	width: 900px;
	margin-top: 10px;
}

/* columna esquerra */

#contenidor #menugeneral {
	position: relative;
	float: left;
	width: 160px;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 0;
	letter-spacing: 0;
}
#contenidor #menugeneral #capsal, #contenidor #menugeneral #subcapsal, #contenidor #calumnadreta #subcapsal {
	position: relative;
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 2px;
}
#contenidor #menugeneral #subcapsal, #contenidor #calumnadreta #subcapsal {
	font-size: 14px;
	font-weight: bold;
}

#contenidor #menugeneral #sub {
	width: 150px;
	margin-top: 2px;
	text-align: right;
	font-size: 10px;
}
#contenidor #menugeneral #seccions {
    position: relative;
	width: 160px;
	margin-bottom: 15px;
}
#contenidor #menugeneral #seccions ul {
    width: 160px;
	margin: 0;
	padding: 0;
}
#contenidor #menugeneral #seccions li {
	list-style: none;
	font-size: 12px;
    padding: 0;
    margin: 0;
	border-bottom: 1px dashed #cbccce;
}
#contenidor #menugeneral #seccions li a {
	color: #404040;
	font-weight: bold;
	display: block;
	background: url(../grafics/ico_avant.gif) 133px center no-repeat;
	padding: 5px 20px 5px 5px;
}
#contenidor #menugeneral #seccions li a:hover {
	color: white;
	background-color: #007bb7;
}
#contenidor #menugeneral #seccions .sub {
   border: 0;
}
#contenidor #menugeneral #seccions .sub a {
   background: none;
   padding: 1px 0 3px 20px;
   color: #808080;
   font-size: 10px;
}
#contenidor #menugeneral #seccions .sub a:hover {
	color: white;
}

#contenidor #menugeneral #seccions .resalt {
	background: #e1f0f5 url(../grafics/ico_avant.gif) 133px center no-repeat;
}
#contenidor #menugeneral #seccions .sub .resalt {
	background: #e1f0f5;
}

/* buscador */

#contenidor #menugeneral #buscador {
	position: relative;
	width: 150px;
	padding: 35px 0 5px 10px;
	background-color: #F6F7F7;
	margin-bottom: 10px;
}
#contenidor #menugeneral #buscador {
    background-color: #eceae7;
    color: #dd7373;
}
#contenidor #menugeneral #buscador #subcapsal {
    position: absolute;
    top: 0; left: 0;
	width: 150px;
	height: 20px;
	background: #231f20 url(../grafics/fons_cap_cercador.gif) 0 0 no-repeat;
	text-align: right;
	color: #ededed;
	padding: 4px 10px 0 0;
    font-size: 12px;
    font-family: verdana;
}
#contenidor #menugeneral #buscador #text {
}

#contenidor #menugeneral #buscador select {
	margin-bottom: 5px;
	width: 140px;
}

#contenidor #menugeneral #sub {
    width: 138px;
	margin-top: 5px;
}


#contenidor #menugeneral .banners {
    position: relative;
    margin-top: 10px;
    text-align: center;
}
#contenidor #menugeneral .banners img {
    margin-bottom: 10px;
    
}


/* menú seccions */

#contenidor .seccions {
	position: relative;
	float: right;
	width: 500;
	margin: 0 0 10px 0;
	text-align: right;
}
#contenidor .seccions ul {margin: 0; padding: 0; list-style-type:none;}
#contenidor .seccions li {margin: 0; padding: 2px 0 2px 0; list-style-type: none; float: left; color: #007bb7; }
#contenidor .seccions li a {color: black; font-family: verdana; padding: 2px 5px 2px 5px; margin: 0 3px 0 3px;}
#contenidor .seccions li a:hover {background-color: #007bb7; color: white;}


/* cos */

#contenidor #cos {
    position: relative;
	float: left;
	width: 550px;
	margin: 0 0 20px 15px;
}

/*#contenidor #cos #capsal img, #contenidor #cos #subcapsal img {
	vertical-align: -3px;
}*/
#contenidor #cos #capsal, #contenidor #cos #capsal_sec, #contenidor #cos #subcapsal {
	position: relative;
	width: 540px;
	font-size: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 2px;
}
#contenidor #cos #capsal_sec {
	border: 0;
	width: 520px;
	padding: 2px 10px;
	background-color: #c6e5f0;
	color: white;
	font-family: verdana;
	text-align: right;
	font-size: 17px;
	margin-bottom: 5px;
}
#contenidor #cos #subcapsal {
    position: relative;
	font-size: 14px;
	font-weight: bold;
}

#contenidor #cos #buscador {
    position: relative;
    width: 520px;
    padding: 40px 10px 10px 10px;
	background-color: #e1f0f5;
	margin: 15px 0 10px 0;
}
#contenidor #cos #buscador #subcapsal {
    position: absolute;
    top: 0; left: 0;
    width: 520px;
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #00548b;
	color: white;
}
#contenidor #cos #buscador #cat {
	position: relative;
	width: 100%;
	margin: 5px 0 0 0;
}

#contenidor #cos #destacades {
    position: relative;
    width: 540px;
	font-size: 10px;
	margin-bottom: 15px;
	letter-spacing: 0;
	text-align: justify;
}

/* columna dreta */

#contenidor #calumnadreta {
    position: relative;
	float: right;
	width: 150px;
	border-left: 1px solid #f0f0f0;
	padding: 0 0 10px 10px;
	letter-spacing: 0;
}

#contenidor #calumnadreta #capsal {
    position: relative;
	width: 150px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 4px;
}

#contenidor #calumnadreta #resaltat {
	position: relative;
	width: 140px;
	background-color: #F6F7F7;
	margin-bottom: 10px;
	padding: 30px 0 5px 10px;
	background-color: #c7e5ef;
	color: white;
	line-height: 16px;
}
#contenidor #calumnadreta #resaltat input {
    border: 0;
    margin-bottom: 5px;
    width: 128px;
}
#contenidor #calumnadreta #resaltat input.submit {
    width: 80px;
    margin-left: 50px;
    padding: 3px 0 3px 0;
}

#contenidor #calumnadreta #resaltat p {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #5590b4;
    line-height: 16px;
}
#contenidor #calumnadreta #resaltat p a {
    color: #1687bd;
}
#contenidor #calumnadreta #resaltat p a:hover {
    color: black;
}

#contenidor #calumnadreta #resaltat #subcapsal {
	position: absolute;
	top: 0; left: 0;
	width: 140px;
	padding: 4px 0 4px 10px;
	background: #00548b;
	color: white;
}
#contenidor #calumnadreta #resaltat #text {
}

#contenidor #calumnadreta #resaltat .destaca {
	font-size: 120%;
	color: black;
}
#contenidor #calumnadreta #resaltat .destaca:hover {
	color: #909090;
}


#contenidor #calumnadreta #publi {
	position: relative;
	margin-bottom: 15px;
    height: 380px;
    background: white;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* tancament */

#cloenda {
	position: relative;
	width: 900px;
	margin: 10px auto 10px auto;
	border-top: 1px solid #dde7ed;
	letter-spacing: 1px;
	background: url(../grafics/fons_cloenda.gif) 0 bottom no-repeat;
	padding: 20px 0 30px 0;
}
#cloenda a {

}
#cloenda .detall {
    position: absolute;
    top: -10px; right: 150px;
    padding: 0 20px 0 20px;
    color: #097cb8;
    font-size: 18px;
    background: #f1f1f2;
    font-family: verdana;
}
#cloenda #linkUp {
	position: absolute;
	top: 50px; left: 0;
	display: none;
	padding: 0 0 0 15px;
	font-size: 10px;
	text-align: right;
	
}
#cloenda #linkUp img {
    vertical-align: -1px;
}
#cloenda #linkUp a {
    color: #f0f0f0;
}
#cloenda #linkUp a:hover {
    color: white;
}
#cloenda #cloenda_info {
	float: left;
	padding: 3px 0 0 15px;
	font-size: 10px;
	letter-spacing: 0;
	color: #808080;
}

/* associats: */

#menuAssoc {
	position: relative;
	background-color: #ffcc99;
	margin-bottom: 15px;
	padding: 4px 5px;
	color: black;
	text-align: center;
}

#menuAssoc a {
	color: #006699;
}
#menuAssoc a:hover {
	color: white;
}
#menuAssoc img {
	vertical-align: middle;
}
