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

/***********************PARAMETRES PEL BODY*************************/


html, body {
	padding: 0px;
	margin: 0px;
	background-color: #090909;
	background-image: url(../imatges/fons.jpg);
}
* {
	outline: 0;
}
/***************CENTRAT VERTICAL I HORITZONTAL GENERAL***************/

#cvertical {
	width: 100%;
	height: 1px;
	overflow: visible;
	position: absolute;
	top: 50%;
	left: 0px;
	visibility: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#choritzontal {
	width: 972px;
	height: 538px;
	position: absolute;
	margin-left: -486px;
	left: 50%;
	top: -269px;
	visibility: visible;
}
#caixaportada {
	position: absolute;
	width: 972px;
	height: 538px;
	background-image: url(../imatges/fonsportada.jpg);
	background-repeat: no-repeat;
	border: 1px solid #2C2C2C;
}
