* { margin: 0px; padding: 0px; }

body {
	font-family:Georgia,Times New Roman,serif;
	font-size:18px;
	margin: 0px;
}

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

.left { float: left }
.right { float: right }
.clear { clear:both; }
.small { font-size: 10px; }

#content {
	width:780px;
	margin: auto;
	margin:25px auto 0;
	line-height:1.5em;
	padding:30px 0;
}
#content .content {
	margin-top:30px;
}

h1 {
	font-family:Georgia,Times New Roman,serif;
	font-size:35px;
	font-weight:normal;
	letter-spacing:-0.03em;
	line-height:37px;
	margin:0 0 15px;
	padding:0;
	text-align:center;
}

h2 {
	color:#000000;
	font-family:Georgia,Times New Roman,serif;
	font-size:25px;
	font-weight:normal;
	letter-spacing:-0.03em;
	line-height:28px;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration: underline;
}

h3 {
	color:#AAAAAA;
	font-family:Georgia,Times New Roman,serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:-0.03em;
	line-height:25px;
	margin:5px 0 0;
	padding:0;
	text-align:center;
}

h4 {
	font-family:Georgia,Times New Roman,serif;
	font-size:19px;
	font-weight:bold;
	text-decoration: underline;
	letter-spacing:-0.03em;
	margin-bottom: 10px;
}

p, table {
	margin-bottom:1em;
}

small { color: #666; }

.article {
	margin-bottom: 120px;
}
.imatge {
	padding: 2px; 
	border:1px solid #cccccc;
}

ul { margin-left: 20px; }



/*
 *	MENÚ
 */

#menus {
	position: fixed;
	top: 0px;
}

#menu {	
	width: 320px;
	background-color: #cccccc;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#menu h1 {
	font-size: 13px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	font-weight:bold;
}

#menu a {
	display: block;
	font-size: 12px;
	padding-bottom: 6px;
}


#hireme {	
	margin-top: -1px;
	width: 320px;
	background-color: #cccccc;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

#hireme h1 {
	font-size: 13px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	font-weight:bold;
}

#hireme a {
	display: block;
	font-size: 12px;
	padding-bottom: 6px;
}

#hiremeon p { 
	font-size: 12px;
	line-height: 20px;
}

em { color: #3F0000; }
