/* margin i padding a zero per anular els marges x defecte dels navegadors */
body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	margin: 0;
	margin: 0;
	padding: 0;
}
/* text-align:center pq IE centri les DIVS que estan cotingudes dins el DIVcontenidor (DIVcap i DIVpeu) */
div#contenidor {
	width: 100%;
	text-align:center;
}
/* text alineat a l'esquerra xq no volem el contingut centrat sino només les DIVS */
div#cap {
	width: 800px;
	margin: auto;
	text-align: left;
}
/* text alineat a la dreta xq no volem el contingut centrat sino només les DIVS */
div#peu {
	background: #dcb468;
	clear: left;
	width: 800px;
	margin: auto;
	text-align: center;
}
/* anul·la la vora blava quan la imatge és un enllaç */
img {
	border: none;
}
h1 {
	font-size: 3em;
	margin:0 0 .5em 0;
}
h2 {
	font-size: 2em;
	margin:1em 0 .5em 0;
}
h3 {
	font-size: 1.5em;
	margin:1em 0 .5em 0;
}
h4 {
	font-size: .8em;
	margin:0 0 .5em 0;
}
h5 {
	font-size: .7em;
	margin:0;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-top: 0;
	margin-bottom: 1em;
}
/* link normal */
a:link {
	text-decoration: none;
	color: #a7821d;
	font-weight: bold;
}
/* link hover */
a:hover {
	text-decoration: underline;
}
/* link actiu */
a:active {
	font-weight: bold;
}
/* link visitat */
a:visited {
	color: #970000;
}
/* enllaç a fitxers PDF */
.pdf {
	padding: 0 0 0 22px;
	background: #FFF url(imatges/icon_pdf.png) no-repeat left center;
}
/* MENU PESTANYES */
ul#pestanas {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  height: 25px;
  border-bottom: 1px solid black;
  background: #695632;
}
ul#pestanas li {
  float: left;
  margin: 0 5px;
  height: 23px;
  text-align: center;
  position: relative;
  width: 120px;
  border: 1px solid black;
  top: 1px;
  background: #dcb468;
}
ul#pestanas li:hover {
  border-bottom: 1px solid white;
  background: white;
}
ul#pestanas a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: white;
  font: 14px Arial, sans-serif;
}
body#wrox li#pestana1,
body#amazon li#pestana2,
body#google li#pestana3,
body#slashdot li#pestana4,
body#twit li#pestana5 {
  background: white;
  border-bottom: 1px solid white;
}
ul#pestanas a:hover,
body#wrox li#pestana1 a,
body#amazon li#pestana2 a,
body#google li#pestana3 a,
body#slashdot li#pestana4 a,
body#twit li#pestana5 a {
  color: black;
}
ul#pestanas span {
  display: block;
  padding: 4px 10px 0 10px;
}
div#iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-top: 50px;
  border-top: 1px solid black;
}
iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
