@import url("vincles.css");
@import url("layout.css");
@import url("menus.css");
@import url("contingut.css");
@import url("portada.css");
@import url("estils_houdini.css");
@import url("thickbox.css");
/*
General
---------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #f60;
	margin: 0;
}
h1,h2,h3,ul {margin:0;padding:0;}
img,abbr,acronym {
	border: none;
}
ul {
	list-style: none;
}
hr {
	display: none;
}
/*Clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Amaga d'IE-mac \*/
	* html .clearfix {
		height: 1%;
	}
	/* Fi amaga d'IE-mac */

/*---------------
Accessibilitat
---------------------------------------------*/
#menuAcc {
	position : absolute;
	top : -9000px;
	left : -9000px;
	z-index : 1;
}
	#menuAcc a:focus,
	#menuAcc a:active {
		position : absolute;
		top : 9010px;
		left : 9010px;
		background : #fff; 
		color : #333;
		padding : 5px;
		font-weight : bold;
		border : 1px solid #333;
		width : 10em;
		z-index : 1;
	}


/*
PopUp Tauler d'anuncis
***********************/
#popup {
	width: 94%;
	padding-top: 0pt;
	padding-right: 1em;
	padding-bottom: 0pt;
	padding-left: 1em;
}

div.addthis_default_style {margin:10px 0;}
#fitxa div.addthis_default_style {margin:20px 0 10px 0;padding:10px 0 0 0;border-top:1px solid #999;}
	div.addthis_default_style a {border:1px solid #fff !important}
	div.addthis_default_style a:hover {border-bottom:1px dotted #006699 !important}
