strong {font-weight: bold;}

/*********LAYOUT*******/
html {
	background: url(../img/background.png);
}
body {
	font-family:"Helvetica", Arial;
	font-size: 12px;
	color: #777;
	font-weight: lighter;
	line-height: 1.2em;
}
html, body {
	height: 100%;
}
#tot {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	width: 900px;
	background: url(../img/cos_bg.png) repeat-y;
}
#cap, #cos, #peu {
	width: 880px;
	margin: 0 auto;
}

#push {
	height: 60px;
	clear: both;
}


/*********CAP*******/
#cap {
	border-top: #4D4D4D solid 7px;
	height: 200px;
}
h1 {
	text-indent: -3000px;
	width: 310px;
	height: 62px;
	background: url(../img/logo.png);
	float: left;
	margin: 55px 0 0 40px;
}
#menu {
	float: right;
	margin: 55px 40px 0 0;
}
#menu li {
	margin-bottom: 5px;
	text-indent: -3000px;
}
#menu li a {
	height: 35px;
	width: 135px;
	display: block;	
}
#menu li #menu_portfolio {background: url(../img/menu_portfolio.png) no-repeat;}
#menu li #menu_sobremi {background: url(../img/menu_sobremi.png) no-repeat;}
#menu li #menu_portfolio:hover,  #menu li #menu_portfolio.selec {background: url(../img/menu_portfolio.png) no-repeat 0 -35px;}
#menu li #menu_sobremi:hover, #menu li #menu_sobremi.selec {background: url(../img/menu_sobremi.png) no-repeat 0 -35px;}

/*********COS*******/
#cos {
	clear: both;
	width: 800px;
}
h2 {
	text-indent: -3000px;
	height: 48px;
	display: block;
	border-bottom: #4D4D4D solid 5px;
}
h2.portfolio {background: url(../img/portfolio.png) no-repeat;}
h2.sobremi {background: url(../img/sobremi.png) no-repeat;}


.treball {
	margin-top: 35px;
}
.treball img{
	margin: -10px 0 0 -10px;
}
.treball .descripcio {
	width: 200px;
	float: right;
}
.treball .descripcio h3 {
	color: #FFF;
	height: 20px;
    padding: 10px 0 0 10px;
   	width: 200px;
	display: block;
	background: url(../img/titol_treball.png) no-repeat;
}
.treball .descripcio p {
	margin-top: 10px;
}
.treball .descripcio .visitar_web {
	background: url("../img/visitar_web.png") no-repeat;
    color: #888888;
    display: block;
    height: 18px;
    padding: 7px 0 0 10px;
    text-decoration: none;
    width: 70px;
    margin-top: 15px;
}
.treball .descripcio .visitar_web:hover {
	background: url("../img/visitar_web.png") no-repeat 0 -25px;
    color: #FFF;
}

/***** SOBRE MI *****/
#bio {
	float: left;
	width: 250px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#bio p {
	margin-bottom: 10px;
}
#bio .contacte {
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
}
#serveis {
	width: 450px;
	float: right;
	margin-top: 30px;
}
#serveis ul li {
    background: url("../img/ok.png") no-repeat;
    height: 20px;
    margin-bottom: 10px;
    padding-left: 35px;
    padding-top: 7px;
}



/***** PEU ******/
#peu {
	margin-top: 40px;
	height: 60px;
	margin: 0 auto;
	width: 900px;
	background: url(../img/cos_bg.png) repeat-y;
}
#peu div {
	margin: 0 auto;
	width: 800px;
	padding-top: 20px;
	border-top: #4D4D4D solid 5px;
}
#peu p.mail {
	height: 25px;
    padding-left: 30px;
    padding-top: 3px;
	background: url(../img/mail.png) no-repeat;
}
