/*  ============================
HOME - home.css
===============================*/

/* === Comun == */
.link-black{
	color:black;
	font-weight:bold;
	text-decoration:none;
}
.link-verd{
	color:#3b6113;
	text-decoration:none;
}
/* === Base == */
.wrapper{
	height:682px;
}

/* === Header == */
.menu-idioma{
	position:absolute;
	right:40px;
	top:10px;
}
.header{
	background-image:url(../img/home/header.jpg);
	background-repeat:no-repeat;
	height:239px;
}
#idiomas{
	height:18px;
}

#logo-home{
	height:175px;
	padding-right:25px;
	text-align:right;
	width:255px;
	float:left;
}

#flash{
	height:160px;
	margin-left:282px;
	margin-top:14px;
	width:612px;
}

/* === Content == */
.content{
	background-image: url("../img/home/footer.jpg");
	height:426px;
}
.scroll-pane {
	background: transparent;
	float: left;
	height: 108px;
	overflow: auto;
	width: 586px;
} 
.scroll-pane-wrapper{
	padding-left:20px;
	padding-top:20px;
	float:left;
}
.scroll-pane{
	overflow:auto;
}
.jScrollPaneTrack{
	background-color:white;
}
.jScrollPaneDrag{
	background-color:#81725f;
}
#serveis{
	height:190px;
}
#serveis img{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#serveis-desc{
	float:left;
	padding-right:25px;
	padding-top:20px;
	text-align:right;
	width:256px;
}
#serveis-desc div{
	line-height:14px;
	margin-left:30px;
	width:225px;
}

#serveis-btns{
	float:left;
	/*
	padding-left:16px;
	*/
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:0 14px;
	padding-top:94px;
	background-image: url("../img/home/secciones/img_botonera.jpg");
}

#serveis-btns li{
	float:left;
}

.botonera-es li a{
	background-image: url("../img/home/secciones/botonera_es.gif")
}
.botonera-ct li a{
	background-image: url("../img/home/secciones/botonera_ct.gif")
}
#serveis-btns li a{
	display:block;
	height:76px;
}
#serveis-btns span{display:none;}

a#residencia{width:117px;}
a#educacio{background-position:-117px 0;width:108px;}
a#fisioterapia{background-position:-225px 0;width:119px;}
a#formacio{background-position:-344px 0;width:115px;}
a#incineracio{background-position:-459px 0;width:163px;}

a#residencia:hover{background-position:0 76px;width:117px;}
a#educacio:hover{background-position:-117px 76px;width:108px;}
a#fisioterapia:hover{background-position:-225px 76px;width:119px;}
a#formacio:hover{background-position:-344px 76px;width:115px;}
a#incineracio:hover{background-position:-459px 76px;width:163px;}

/* === Footer == */
.noticies-img{
	float:left;
}
.noticies-desc{
	float:left;
	margin-left:20px;
	width:380px;
}
.noticies-title{
	color:black;
	font-weight:bold;
	line-height:15px;
	margin-bottom:5px;
}
.noticies-content{
	line-height:15px;
}
#noticies{
	height:178px;
}
#noticies-desc{
	float:left;
	padding-right:25px;
	padding-top:20px;
	text-align:right;
	width:256px;
}