/*******************************************************************************
* full d'estils especifics per a la pàgina horari.php                          *
*******************************************************************************/
#areaImatges {
	position: relative;
	width: 321px;
	height: 350px;
	background-color: white;
	margin: 0px 0px 0px 13px;
	display: inline;
  float: left;
}

.imatgeServei {
  border-top: 0px;
  border-right: 3px;
  border-bottom: 3px;
  border-left: 0px;
  border-style: solid;
  border-color: white;
  float: left;
}

#contenidor {
	position: relative;
	width: 200px;
	height: 350px;
  float: left;
}

#entrada {
	position: relative;
	left: 0px;
	width: 192px;
	font-size: 7pt;
	color: white;
	background-color: #0067c6;
	border: 4px solid #0067c6;
}

#personal {
	position: relative;
	left: 0px;
	width: 192px;
	display: block;
	font-weight: bold;
	line-height: 150%;
	color: #0067c6;
	background-color: #b0e0ec;
	border: 4px solid #b0e0ec;
	margin: 15px 0px 15px 0px;
}

#personal a {
	color: #0067c6;
	text-decoration: none;
}

#horari {
	position: relative;
	left: 0px;
	width: 192px;
	background-color: white;
	border: 4px solid white;
}

#horari h1 {
	color: #0067c6;
	font-size: 7pt;
	text-transform: uppercase;
	border-top: 0px;
	border-bottom: 7px;
}

#horari p {
	color: black;
	font-size: 7pt;
	border-top: 0px;
	border-bottom: 0px;
}

