@charset "UTF-8"; /* Jordi Gran */

/* ETIQUETES */
	html, body { height: 100%; /* Desvincula alçada de continent i contingut */ margin: 0px; }
	body { font-family: Arial, Helvetica, sans-serif; color: #CCC; /* Quasi blanc */ overflow: hidden; /* No permet barres de desplaçament */ }
	h1, h2, h3, p { margin: 0px; /* Segueixen sent inline, però sense marges extres com ara interlineat */ font-weight: normal;}
	h3 { background-color: #000; /* Negre */ padding: 3px; font-size: 14px;}
	h2 { font-size: 18px; margin-top: 15px; }
	span { font-size: 12px; }
	span, strong, span a, strong a { background-color: #FFF; /* Blanc */ font-weight: normal; color: #333; /* Quasi negre */ }
	strong a { text-decoration: none; }
	span, strong { padding: 3px; padding-left: 15px; }
	strong a:hover, span a:hover { color:#999; }
	a {	color: #CCC; /* Quasi blanc */ }
	h1 { position: absolute; right: 20px; bottom: 15px; color: #fff; /* Negre */ font-size: 26px; }

/* IDENTIFICADORS */
	#requadre { height: 100%; border-right: 15px solid #000; border-left: 15px solid #000; }
	#requadreInferior { position: absolute; border-bottom: 15px solid #000; bottom: 0px; width: 100%; }
	#requadreSuperior { position: absolute; border-top: 15px solid #000; top: 0px; width: 100%; }
	#primari { position: absolute; top: 60px; width: 100%; }
	#fildAriadna { position: absolute; top: 15px; left: 15px; }
	#validadors { position: absolute; bottom: 15px; left: 15px; }
	#fons { border: 0px; height: 100%; width: 100%; }
	#menu { position: absolute; top: 15px; right: 15px; }

/* CLASSES */
	.fonsFotos { position:absolute; top: 0px; height: 100%; width: 100%; background-color: #000; filter:alpha(opacity=50); -moz-opacity:.70; -khtml-opacity: 0.7; /* -ms-filter:”alpha(opacity=50)”; */ opacity:.70; }
	.contenidorFotos { position:absolute; display: table; /* Per poder alinear verticalment */ top: 0px; height: 100%; width: 100%; }	
	.subContenidorFotos { display: table-cell; /* Per poder alinear verticalment */ vertical-align: middle; text-align: center; }	
	.fotos { display: block; border: 15px solid #000; margin-right: auto; margin-left: auto; }