	* { margin: 0; padding: 0; }	/* zeroing both margin and padding for all elements */

	body {
		font: 70% "Times New Roman", "Monotype Corsiva", "Palatino Linotype", serif;	/* 11px */
		color: #600; background: #FFF;
	}
	
	a { text-decoration: none; color: #600; }
	a:hover { color: #F60; }
	ul { list-style: none; }
	img { border: none; }
	h1 { font-size: 3em; }
	h2 { font-size: 2em; }
	h3, h4, h5 { font-size: 1em; }

	.foto { text-align: right; }
	p.foto img.hoja {
		max-width: 522px;
		width: expression(document.body.clientWidth < 900 ? "522px" : "auto");	/* IE hack */
	}

	h1 a {
	  	background: url(logo.gif) no-repeat; /* Logo */
		display: block;
		width: 336px; height: 43px;	/* Logo size */
		text-indent: -10000em;
	}
	#inicio {
		color: #000;
		padding: 90px 10px 0 20px;
	}
	#inicio h1 {
	  	background: url(logo.gif) no-repeat; /* Logo */
		display: block;
		width: 336px; height: 43px;	/* Logo size */
		text-indent: -10000em;
		padding: 15px 0 0 15px;
	}
	#inicio h3 {
		padding: 30px 0 0 0;
	}
	#inicio h4 {
		clear: both;
		padding-top: 3em;
		text-align: right;
	}
	#inicio h5 {
		text-align: right;
		padding-bottom: 30px;
	}
	
	p#izquierda {		/* La longitud del texto de la izquierda debe ser mayor del de la derecha */
		float: left;
		width: 50%;
		padding-right: 1.5em;
	}
		
	#sitename {
		padding: 15px 0 20px 15px;
	}
	p#tagline {
		margin: 7px 0 0 250px;
		display: block;
		text-indent: -10000em;
	}
	.ca {
		background: url(ca_tagline.gif) no-repeat; /* Logo */
		width: 221px; height: 15px;	/* Logo size */
	}
	
	#menu {
		position: absolute; left: 0;
		width: 175px;
	}
	.books {
		background: url(obres/books.gif) no-repeat;
	}
	.pluma {
		background: url(pluma.jpg) no-repeat;
	}
	.camera {
		background: url(fotos/camera.jpg) no-repeat;
	}
	.odo {
		background: url(biografia/odo.gif) no-repeat;
	}
	.enlaces {
		background: url(enllasos/enlaces.gif) no-repeat;
	}
	.arroba {
		background: url(contacte/arroba.gif) no-repeat;
	}
	#menu ul {
		margin-top: 250px;
		font: 1.7em "Palatino Linotype", Palatino, serif;
		text-align: right;
	}
	#menu ul li {
		padding-right: 5px;
		margin-left: 5px;
	}
	#menu ul li.current {
		border: 1px solid #F60;
		color: #F60;
	}
	#menu ul li.last {
		margin-top: 7em;
		font: bold 0.9em;
	}
	#menu img {
		margin-top: 5px;
	}
	#menu p {
		padding: 1.3em 0 0 1px;
		color: #000;
		text-align: right;
		font-style: italic;
	}

	#container {
		margin-left: 185px;
		font: 1.2em "Palatino Linotype", Palatino, serif;
	}
	
	ul#languages {
		float: right;
	}
	ul#languages li {
		display: inline;
		padding: 0 2px 0 6px; 
		border-left: 1px solid #600;		/* IE 5 no aparece el borde */
	}
	ul#languages li.first {
		border-left: none;
		padding-left: 0;
	}
	
	#content {
		background: #EFEAE5;
		font-size: 1.1em;
	}
	#content a {
		font-weight: bold;
	}	
	
	#header {
		padding: 0 15px;
		height: 50px;
		border-bottom: 1px solid #600;
	}
	p.nav {
		float: right;
	}
	p.nav a {
		font-weight: bold;
	}

	#edit {
		padding: 0 15px;
		font: "Palatino Linotype", Palatino, "Times New Roman", serif;
		overflow: auto;		/* clearing floats */
		height: 100%;
		color: #000;
	}
	#edit h3 {
		padding: 5px 0 25px 50%;
		text-align: right;
		color: #666;
		line-height: 100%;
		font-weight: normal; font-size: 0.9em;
	}
	#edit p {
		font-size: 1em;
	}
	#edit h5 { /* categorias de enlaces */
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 5px;
	}

	ul#obras {
		margin-top: 10px;
	}
	ul#obras li {
		height: 199px;
		padding-bottom: 30px;
		color: #333;
	}
	ul#obras li img {
		float: left;
		margin-right: 10px;		
	}

	ul#publicacions {	/* listados de obras que mezclan imagenes de algunas */
		margin-top: 10px;
	}
	ul#publicacions li {
		padding-bottom: 20px;
		color: #333;
	}
	ul#publicacions li.confoto {
		height: 199px;
	}
	ul#publicacions li img {
		float: left;
		margin-right: 10px;		
	}

	#libro {
		padding-top: 10px;
		text-align: center;
	}
	#libro p {
		font-weight: bold;
		padding-bottom: 5px;
	}
	.previous {
		padding-right: 9em;
	}
	.next {
		padding-left: 9em;
	}
	.scan {
		padding-bottom: 314px;
	}
	.hoja {
		border: 1px solid #600;
	}
	
	dl {
		margin-bottom: 25px;
	}
	dd {
		margin-bottom: 5px;
	}
	
	#footer {
		clear: left;
		padding: 0 15px;
		height: 50px;
		background: url(footer.gif) no-repeat;
	}

	form {
		width: 495px;
	}
	legend {
		color: #F60;
	}
	fieldset {
		padding: 1em 10px;
		margin-bottom: 7px;
		border: 1px solid #F60;
	}
	fieldset div {
		width: 100%;
		margin: 1em 12px;
	}
	fieldset label {
		clear: both;
		float: left;
		margin-bottom: 0.9em;
	}
	input {
		width: 230px;
	}
	fieldset input {
		border: 1px solid #600;
		margin: 0 0 0.9em 20px;
		float: right;
	}
	fieldset textarea {
		clear: both;
		width: 450px;
		border: 1px solid #600;
	}
	#enviar {
		margin: 0 0 1em 150px; 
	}
	.opcional {
		color: green;
		font-size: 0.8em;
	}
	.obligatorio {
		color: red;
		font-size: 0.8em;
	}
	
	#message {
		background: #600; color: white;
		margin:0 0 2em -15px;
		width: 495px;
	}
	#message h4 {
		padding: 1em 1em 0 15px;
		font-size: 1.1em;
	}
	#message p {
		padding: 0 1em 1em 15px;
	}
	