@charset "utf-8";
/* CSS Document */

/*
blanquinos
f5f5f5

menu text
ccc

normal text
666666
*/
html,body {
margin:0 0 1px 0;
height:100%;
} 
body{
	background-color:#ebebeb;
	margin:0 auto 0 auto;
	width:750px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

:focus { -moz-outline-style: none; }
a, a:active, a:visited{
	color:#666;
	text-decoration:underline;
}
a:hover{
	color:#000;
	text-decoration:none;
}
a img{
	border: none;
}
h2{
	clear:both;
}

.carregador{
	width:16px;
	height:16px;
	border:none;
	vertical-align:middle;
	margin-right:5px;
	}

#cap{
	float:left;
	width:100%;
	height:50px;
	padding-top:12px;
	}

#nom{
	float:left;
	width:275px;
	height:auto;
	}

#xarxes{
	float:right;
	width:460px;
	margin-top:3px;
	}
#xarxes_importants{
	float:left;}
#xarxes_altres{
	float:right;}
.xarxes_ico{
	width:32px;
	height:32px;
	float:left;
	margin-right:10px;
}

#cos{
	float:left;
	width:750px;
	
	}

#lateral{
	float:left;
	width:275px;
	color:#ababab;
}

#menu{
	width:275px;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	text-align:right;
	}
#menu a{
	color:#ababab;
}
.menu_item{
	margin:0 25px 10px 0;
}


#downs{
	float:left;
	width:250px;
	background-color:#f5f5f5;
	font-size:11px;
	}
#docs{
	float:left;
	}
.downs_ico{
	float:left;
	margin:5px;
	width:32px;
	height:32px;
}
.downs_text{
	float:left;
	width:auto;
	margin:5px;
	}
#contacte{
	float:left;
	width:275px;
	
	}
#contacte_info{
	float:left;
}
#contacte_form{
	clear:left;
	margin:5px 0 0 15px;
}
.invalid{
	display:block;
	color:#F00;
}
.text_form{
	
	clear:both;
	float:left;
	display:inline;
	width:60px;
	
}
.elements_form{
	float:left;
	display:inline;
	width:180px;

}

input,textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333;
	margin-bottom:5px;
}
input:focus,textarea:focus{
	background-color:#444;
	color:#FFF;
}

#notifica_form{
	clear:both;
	float:left;
	width:230px;
	margin:3px;
}
#notifica_text_form{
	float:left;
	width:210px;
}
#notifica_form img{
	float:right;
	width:16px;
}

#contingut{
	float:left;
	width:475px;
}
#element{
	float:left;
	width:100%;
	border-top:2px #FFF groove;
	margin-bottom:10px;
}
.element_imatge{
	float:right;
	width:120px;
	margin-top:10px;
	
}
.element_imatge img{
border:2px #999 solid;
}
.element_titol{
	float:left;
	width:300px;
}
.element_contingut{
	float:left;
	width:300px;
}

.link_out {
	color:#03C;
	text-decoration:underline;
}
