@import url("layout.css");
@import url("contingut.css");
@import url("tipografia.css");
@import url("vincles.css");
@import url("estils_houdini.css");

html {font-size: 100%;} /* WinIE text resize correction */
body {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	color: #333;
	background: #333 url('../comu/bg_body.jpg') repeat-x;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,ul,ol,dl,p,fieldset,legend {margin:0;padding:0;}
img,abbr,acronym,fieldset {border: none;}
p {margin-bottom: 1em;}
ul {list-style: none;}
hr,
.hide {display: none;}

/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

.left {
	display: inline; /* ie hack */
	clear: left;
	float: left;
	width: 49%;
}
.right {
	display: inline; /* ie hack */
	clear: right;
	float: right;
	width: 49%;
}

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