@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");
/*
General
---------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666;
	background: #f0f0f0 url(../../comu/capes/bg_fons_puntcat.jpg) repeat-x;
	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 #cb0036;
		width : 10em;
		z-index : 1;
	}