/*
     **************************************************************************************
     *  Site: www.xaviagut.net                                               general.css  *
     *  Xavi Agut Enginyer Tčcnic en Informątica de Gestió                                *
     *  Xavi Agut - agost de 2010                                                         *
     **************************************************************************************
*/   

/* 
   *************************************************************************************
     Definicions d'estil que s'utilitzaran a tota la WEB
   *************************************************************************************
*/

/* 
   --------------
   Etiquetes html
   --------------
*/

html {
   overflow: hidden; 
}
body {
   background-color: White;
   overflow: hidden;
}

.imgvincul {
   border: none;
	text-decoration: none;
}

img.opcgrfmnu {
   border: none;
	text-decoration: none;
	top:	
}

/* 
  --------------
  Fons de la WEB                                                                    *
  --------------
*/

.capa_fonsweb {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* 
  -----------------
  Marc de contingut
  -----------------
*/

.capa_marccontingut {
	width: 988px;
	height: 576px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -494px;
	margin-top: -288px;	
}