		/* Carousel */
		
.cercador{
width:130px;
height:16px;
border:0px;
outline:none;

}


.guiacomercial{
width:270px;
height:18px;
border:0px;
outline:none;

}
		
		
#container_carrusel{
height:auto;
width:1000px;

}
		
#carousel {
	position: relative; /* Necesario */
	overflow: hidden; /* Necesario */
	height: 230px;
	width:930px;
	margin-left:35px;
	background:#5B5B5B url(/dev/img/carousel-bg.png) bottom left repeat-x;
}

#carousel .belt {
	position: absolute; /* Necesario */
	left: 0;
	top: 0;
	margin:0 10px 10px 0;
}

#carousel .panel {
	width:131px;
	height:168px;
	float: left; /* Necesario */
	overflow: hidden;
	margin: 0px;
	padding:7px;	
}


#carousel .panel .panel-text {
	padding-top:5px;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

#carousel .panel .panel-text a {
	color:#CCC;
	text-decoration:none;
}

#carousel .panel .panel-text a:hover {
	color:#FFF;
	text-decoration:none;
}


			/*Carousel news*/
			
#carousel-wrapper {
	position: relative; /* Necesario */
	overflow: hidden; /* Necesario */
	top:-235px;
	height: 250px;
	width:601px;
	margin:0px;
	background-color: transparent;
	z-index:1;
	background:rgba(255,255,255,0.5);
}

#carousel-content {
	position: absolute; /* Necesario */
	left: 0px;
	top: 0px;
	margin:0 10px 10px 0;
	width: 2500px; 
}

#carousel-wrapper .slide {
	width:199px;
	height:250px;
	float: left; /* Necesario */
	overflow: hidden;
	margin: 0px;
	padding:7px;
	padding-left:0px;
}

#carousel-wrapper .slide:hover {
	background:#EEEEEE;
}

#carousel-wrapper .slide .slide-text {
	padding-top:5px;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

#carousel-wrapper .slide .slide-text a {
	color:#CCC;
	text-decoration:none;
}

#carousel-wrapper .slide .slide-text a:hover {
	color:#FFF;
	text-decoration:none;
}

.button-prev_news {
	height:230px;
	width:56px;
	float:left;
	background-color:transparent;
	position:relative;
	z-index:99;
	
}

.button-prev_news a {
	display:block;
	padding:1px;
	margin-top:32px;
}

.button-next_news {
	height:230px;
	width:56px;
	float:right;
	background-color:transparent;
	position:relative;
	z-index:99;
	
}

.button-next_news a {
	display:block;
	padding:0px;
	margin-top:32px;
}



			/* Botones del carousel */
			
.button-prev {
	height:230px;
	width:35px;
	float:left;
	background:#5B5B5B url(/dev/img/carousel-bg.png) bottom left repeat-x;
	
}

.button-prev a {
	display:block;
	padding:5px;
	margin-top:105px;
}

.button-next {
	height:230px;
	width:35px;
	float:right;
	background:#5B5B5B url(/dev/img/carousel-bg.png) bottom left repeat-x;
	
}

.button-next a {
	display:block;
	padding:5px;
	margin-top:105px;
}


a img {
	border:none;
}


body {overflow-x:hidden;}


table.PTSA_serveis {
  border: 1px solid #888888; border-collapse: collapse;
  margin: 0px auto 0px auto;
  padding: 0px;
}
 
table.PTSA_serveis td {
  font-size: 16px;
  background: white;
  border: 1px solid #888888;
  padding: 4px;
}
 
table.PTSA_serveis td:hover {
  background: #FFFAF0;
}
 
table.PTSA_serveis td.tab {
  padding: 0px;
  width: 4px;
  background: #FFAA00;
}
 
table.PTSA_serveis span {
  /*font-size: 80%;*/
}
 
table.PTSA_serveis a {
  font-weight: bold;
}