/* layout i estils generals */

body	{
	margin: 0px;	text-align: center;
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	}
	
#marc_general {
	width:900px;	margin-right:auto;	margin-left:auto;	padding: 0px;
	text-align: left;
	margin-top: 0px;
	}

#dreta {
	float: right;
	width: 250px;
	padding: 0px;
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
	border-left: 1px dotted gray;
	font-size: small;
	}

#esquerra {
	float: left;
	width: 630px;
	border-right: 1px dotted gray;
	border-left: 1px dotted gray;
	border-bottom: 1px dotted gray;
	}

#peu {
	clear: both; 
	padding-top: 15px;
	}
	

.penjat {
	text-indent: -.4em;
	}
	
p {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	}
	
h3 {padding-left: 15px;}

ul {
	margin-top: 0px;
	margin-bottom: 20px;
	}

form {
	margin-bottom: 20px;
	}
	
ul li {
	list-style-type: square
	}
	
img {
	margin-bottom: 5px;
	}


dt {
	margin-top: 10px;
	}

/* links */

a {
	color: #FFA500;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited {
	color: #FFA500;
	}

a:hover {
	color: #FFA500;
	text-decoration: underline;
	}

/* títols */

h1 {
	margin-top: 10px;
	margin-bottom: 0px;
	}

h1 a img {
	border: 0px;
	}
	
h2 {	
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: black;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px dotted gray;
	border-top: 1px dotted gray;
	padding-left: 15px;
	padding-top: 5px;
	}

.permalink {
	margin-bottom: 40px;
	}

.foto {
	text-align: center;
	}