/* CSS Document */

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

html
{
	height: 100%;
}

html, body
{
	color: #000;
	
	height: 900px;

}

body
{
	font-size: 100.01%;
	padding: 40px 0 0 40px;
	font-family: Arial, Helvetica, 'DejaVu Sans', FreeSans, sans-serif;
	width: 940px;
	height: auto;
	background-image: url(../imatges/perfilargnreduit.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

h1
{
	width: 178px;
	overflow: hidden;
	color: #000;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #C25860;
	margin-bottom: 1%;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:300;
	color:	#000;
	letter-spacing:6px;
	margin-bottom: 2%;
}
#global{
	width:940px;
	position:relative;
}


#header
{
	float: left;
	width: 30%;
	clear: none;
}

#content
{
	float: left;
	width: 600px;
	margin-left: 5%;
	height: auto;
	margin-top: 11px;
	
}

#maquetacio
{
	float: none;
	height: 800px;
	margin-bottom: 11px;
	margin-right: 1%;
	
}
#blanc {
	padding: 5px;
	width: 450px;
	float: left;
	margin-left: 1%;
}
#blancu {
	padding: 5px;
	width: 450px;
	float: left;
	clear: both;
}

#blanco {
	padding: 5px;
	width: 450px;
	float: left;
	margin-right: 8%;
}
#peu{
	width:  940px;
	border-top: 1px dotted #fff;
	clear: both;
	padding-top: 2px;

}

p
{
	margin-top: 1.4em;
	line-height: 1.4;
	font-size: 0.9em;
}

blanc p{
	color:#000;
}

a:link, a:visited
{
	color: #C25860;
	text-decoration: none;
	border-bottom: 1px solid;
	font-weight: bold;
}

a:hover, a:active, a:focus
{
	border-color: #000;
}
ul li {
	margin-bottom:0.5em;
	display: list-item;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 2%;
	color: #000;
	font-size: 0.7em;
	list-style-image: url(../imatges/li-vermell.png);
}

#peu p{
	font-size:0.6em;
	line-height:0.6em;
	text-align:center;
	margin:0;
	padding:5px 0;
	font-weight:bold;
	color: #000;
	}
.color{
	color: #C25860;
}
.blanca{color:#FFF;}



.petita
{
	margin-top: 1em;
	text-align:left;
	line-height: 1.3;
	font-size: 0.8em;
}

.negreta
{
	font-weight: bold;
}
/* Holly hack for IE \*/
* html #content {margin-top: 11px; }

/* */

