/*
     **************************************************************************************
     *  Site: www.xaviagut.net                                                  bits.css  *
     *  Xavi Agut Enginyer Tčcnic en Informātica de Gestiķ                                *
     *  Xavi Agut - agost de 2010                                                         *
     **************************************************************************************
*/

/* 
   -----------------
   Fons de la seccio 
	-----------------
*/

#cpasecbits {
	background-color: white;
	z-index: 800000; /* Primer nivel de la web */
}

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

#cpasecbitsmrccont {
	background-image: url(../imatges/bits/fondoinicio.jpg);
	background-repeat: no-repeat;
	z-index: 800100;
}

/* 
   --------------------------------------
   Codificacio/visualitzacio d'una lletra
	--------------------------------------
*/

/* Espai per a tots els components de la codificacio */
.capasec_bitslletranom {
	width:92px;
	height:576px;
	position:absolute;
	top:0px;
	z-index:800200;
}

/* Espai per al dibuix del component electronic superior */
.capasec_bitsdibuixcomponentsuperior {
   width: 92px;
	height: 104px;
   position: absolute;	
	top:5px;
	left:0px;
	background-image:url(../imatges/bits/control.jpg);
	background-repeat: no-repeat;
	z-index:800500;
}

/* Espai per a la visualitzaciķ dels leds de funcionament del component electronic superior */
.capasec_bitsledscontrol {
   width: 55px;
	height: 13px;
	top: 61px;
	left: 23px;
   position: absolute;
	background-color: white;
	background-image: url(../imatges/bits/ledscontrol.gif);
	background-repeat: no-repeat;
}

/* Espai vertical que fara de bus de dades */
.capasec_bitsbusdadeslletra {
	width: 70px;
	height: 412px;
	position: absolute;
	top: 109px;
	left: 10px;
	border-left: 3px outset #939393;
	border-right: 3px inset #939393;
	background-color: #9b9b9b;
   filter:alpha(opacity=90);	
   opacity:0.9;
	z-index:800300;
}

/* Espai per al dibuix del component electronic inferior */
.capasec_bitsdibuixcomponentinferior {
	width: 88px;
	height: 60px;
	position: absolute;
	top: 515px;
	left: 0px;
	background-image: url(../imatges/bits/controlinf.gif);
	background-position: top;
	z-index:800500;
}

/* Led d'activitat per al component electronic inferior */
.capasec_bitsledactividad {
	width: 13px;
	height: 13px;
	top: 23px;
	left: 70px;
	position: absolute;
	background-color: white;
	background-image: url(../imatges/bits/ledcontroloff.gif);
	background-repeat: no-repeat;
}

/* COFIFICACIO BINARIA - Espai per a la visualitzacio de la codificaciķ binaria */
.capasec_bitscodificaciobinaria {
	width: 100%;
	height: 30px;
	position: absolute;
	top: 500px;
	left: 0px;
	background-color: #696969;
	border-top: 2px inset #696969;
	border-bottom: 2px inset #696969;
	font-family: Tahoma, "Trebuchet MS";
	color: #000000;
	font-size: 14px;
	z-index:800400;
}

/* CODIFICACIO BINARIA - 4 bits de l'esquerra */
.capasec_bitscodbin_4bitsizq {
   width: 50%;
	height: 20px;
	position: absolute;
	top: 3px;
	left: 0px;
	text-align: center;		
}

/* CODIFICACIO BINARIA - 4 bits de la dreta */
.capasec_bitscodbin_4bitsder {
   width: 50%;
	height: 20px;
	position: absolute;
	top: 3px;
	left: 32px;
	text-align: center;		
}

/* CODIFICACIO BINARIA - texte bin code */
.capasec_bitscodbin_txtcode {
   width: 100%;
	height: 9px;
	position: absolute;
	top: 19px;
	left: 0px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 7px;
	color: #000000;
	text-align: right;
}

/* CODIFICACIO BINARIA - missatge codificant */
.capasec_bitstxtmsgcodbin {
	width: 100%;
	height: 10px;
	position: absolute;
	top: 320px;
	left: 0px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 7px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	border-top: 1px ridge #CCCCCC;
	border-bottom: 1px ridge #CCCCCC;
}

/* CODIFICACIO HEXADECIMAL - Espai per a la visualitzacio de la codificaciķ hexadecimal */
.capasec_bitscodificaciohexadecimal {
   width: 100%;
	height: 30px;
	position: absolute;
	top:500px;
	left:0px;
	background-color: #696969;
	border-top: 2px inset #696969;
	border-bottom: 2px inset #696969;
	font-family: Tahoma, "Trebuchet MS";
	color: #000000;
	font-size: 14px;
	text-align: center;	
	z-index:800400;
}

/* CODIFICACIO HEXADECIMAL - texte hex code */
.capasec_bitscodhex_txtcode {
   width: 100%;
	height: 9px;
	position: absolute;
	top: 19px;
	left: 0px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 7px;
	color: #000000;
	text-align: right;
}

/* CODIFICACIO HEXADECIMAL - missatge codificant */
.capasec_bitstxtmsgcodhex {
   width: 100%;
	height: 10px;
	position: absolute;
	top:270px;
	left:0px;	
	font-family: Tahoma, "Trebuchet MS";
	font-size: 7px;
	color: #FFFFFF;
	text-align: center;
	background-color:#000000;
	border-top: 1px ridge #CCCCCC;    	
	border-bottom: 1px ridge #CCCCCC;    		
}

/* CODIFICACIO ASCII - Espai per a la visualitzacio de la codificaciķ ascii */
.capasec_bitscodificacioascii {
   width: 100%;
	height: 30px;
	position: absolute;
	top:500px;
	left:0px;
	background-color: #696969;
	border-top: 2px inset #696969;
	border-bottom: 2px inset #696969;
	font-family: Tahoma, "Trebuchet MS";
	color: #000000;
	font-size: 14px;
	text-align: center;	
	z-index:800400;	
}

/* CODIFICACIO ASCII - texte ascii code */
.capasec_bitscodascii_txtcode {
   width: 100%;
	height: 9px;
	position: absolute;
	top: 19px;
	left: 0px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 7px;
	color: #000000;
	text-align: right;
}

/* CODIFICACIO ASCII - missatge codificant */
.capasec_bitstxtmsgcodascii {
   width: 100%;
	height: 10px;
	position: absolute;
	top:220px;
	left:0px;	
	font-family: Tahoma, "Trebuchet MS";
	font-size: 7px;
	color: #FFFFFF;
	text-align: center;
	background-color:#000000;
	border-top: 1px ridge #CCCCCC;    	
	border-bottom: 1px ridge #CCCCCC;    		
}

/* LLETRA GRAN - en codi ascii */
.capasec_bitslletra {
	width: 100%;
	height: 115px;
	position: absolute;
	background-color: black;
	border-top: 2px inset #939393;
	border-bottom: 2px inset #939393;
	font-family: Tahoma, "Trebuchet MS";
	color: #00CC00;
	font-size: 100px;
	text-align: center;
	z-index:800400;
}

.capasec_bitslletraascii {
	width: 100%;
	height: 10px;
	position: absolute;
	top: 101px;
	left: 0px;
	font-family: Tahoma, "Trebuchet MS";
	color: #00CC00;
	font-size: 8px;
	text-align: right;
	background-color: transparent;
}

/* 
   -------
   Lletres
	-------
*/

/* --> Lletra X ---------------------------------------------------------------------- */

/* Espai vertical per a tots els elements de la codificacio */
#cpasecbitslletranom_x {
	left: 50px;
}
/* Dibuix component electronic superior */
#cpasecbitsdibcompsup_x {
}
/* Leds funcionament component electronic superior */
#cpasecbitsledscontrol_x {	
}
/* Bus de dades per a la codificaciķ de la lletra */
#cpasecbitsbusdadeslletra_x {
}
/* Dibuix component electronic inferior */
#cpasecbitsdibcompinf_x {
}
/* Led d'activitat del component electronic inferior */
#cpasecbitsledactividadon_x {
	display: none;
	background-image: url(../imatges/bits/ledcontrolon.gif);
}
/* CODIFICACIO BINARIA - Espai per al codi binari */
#cpasecbitscodbin_x {
	display: none;
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodbin_x {
   display:none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al codi hexadecimal */
#cpasecbitscodhex_x {
	display: none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodhex_x {
   display:none;
}
/* CODIFICACIO ASCII - Espai per al codi ascii */
#cpasecbitscodascii_x {
	display: none;
}
/* CODIFICACIO ASCII - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodascii_x {
   display:none;
}
/* LLETRA GRAN - en codi ascii */
#cpasecbitslletra_x {
	top: -125px;
	left: 0px;
	background-image: url(../imatges/bits/nom_lletra_x.gif);
	background-position: center;
	background-repeat: no-repeat;
	display:none;
}

/* Lletra A ---------------------------------------------------------------------- */
#cpasecbitslletranom_a {
	left: 142px;
}
#cpasecbitsdibcompsup_a {
}
/* Leds funcionamiento componente electronico */
#cpasecbitsledscontrol_a {	
}
#cpasecbitsbusdadeslletra_a {
}
#cpasecbitsdibcompinf_a {
}
/* Led de actividad del componente electronico inferior */
#cpasecbitsledactividadon_a {
	display: none;
	background-image: url(../imatges/bits/ledcontrolon.gif);
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitscodbin_a {
	display: none;
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodbin_a {
   display:none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al codi hexadecimal */
#cpasecbitscodhex_a {
	display: none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodhex_a {
   display:none;
}
/* CODIFICACIO ASCII - Espai per al codi ascii */
#cpasecbitscodascii_a {
	display: none;
}
/* CODIFICACIO ASCII - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodascii_a {
   display:none;
}
/* LLETRA GRAN - en codi ascii */
#cpasecbitslletra_a {
   top: -125px;	
	left: 0px;
	background-image: url(../imatges/bits/nom_lletra_a.gif);
	background-position: center;
	background-repeat: no-repeat;	
	display:none;	
}

/* Lletra V ---------------------------------------------------------------------- */
#cpasecbitslletranom_v {
	left: 234px;
}
#cpasecbitsdibcompsup_v {
}
/* Leds funcionamiento componente electronico */
#cpasecbitsledscontrol_v {	
}
#cpasecbitsbusdadeslletra_v {
}
#cpasecbitsdibcompinf_v {
}
/* Led de actividad del componente electronico inferior */
#cpasecbitsledactividadon_v {
	display: none;
	background-image: url(../imatges/bits/ledcontrolon.gif);
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitscodbin_v {
	display: none;
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodbin_v {
   display:none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al codi hexadecimal */
#cpasecbitscodhex_v {
	display: none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodhex_v {
   display:none;
}
/* CODIFICACIO ASCII - Espai per al codi ascii */
#cpasecbitscodascii_v {
	display: none;
}
/* CODIFICACIO ASCII - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodascii_v {
   display:none;
}
/* LLETRA GRAN - en codi ascii */
#cpasecbitslletra_v {
   top: -125px;	
	left: 0px;
	background-image: url(../imatges/bits/nom_lletra_v.gif);
	background-position: center;
	background-repeat: no-repeat;	
	display:none;	
}

/* Lletra I ---------------------------------------------------------------------- */
#cpasecbitslletranom_i {
	left: 326px;
}
#cpasecbitsdibcompsup_i {
}
/* Leds funcionamiento componente electronico */
#cpasecbitsledscontrol_i {	
}
#cpasecbitsbusdadeslletra_i {
}
#cpasecbitsdibcompinf_i {
}
/* Led de actividad del componente electronico inferior */
#cpasecbitsledactividadon_i {
	display: none;
	background-image: url(../imatges/bits/ledcontrolon.gif);
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitscodbin_i {
	display: none;
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodbin_i {
   display:none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al codi hexadecimal */
#cpasecbitscodhex_i {
	display: none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodhex_i {
   display:none;
}
/* CODIFICACIO ASCII - Espai per al codi ascii */
#cpasecbitscodascii_i {
	display: none;
}
/* CODIFICACIO ASCII - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodascii_i {
   display:none;
}
/* LLETRA GRAN - en codi ascii */
#cpasecbitslletra_i {
   top: -125px;	
	left: 0px;
	background-image: url(../imatges/bits/nom_lletra_i.gif);
	background-position: center;
	background-repeat: no-repeat;	
	display:none;	
}

/* Lletra A ---------------------------------------------------------------------- */
#cpasecbitslletranom_a2 {
	left: 418px;
}
#cpasecbitsdibcompsup_a2 {
}
#cpasecbitsbusdadeslletra_a2 {
}
#cpasecbitsdibcompinf_a2 {
}
/* Led de actividad del componente electronico inferior */
#cpasecbitsledactividadon_a2 {
	display: none;
	background-image: url(../imatges/bits/ledcontrolon.gif);
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitscodbin_a2 {
	display: none;
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodbin_a2 {
   display:none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al codi hexadecimal */
#cpasecbitscodhex_a2 {
	display: none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodhex_a2 {
   display:none;
}
/* CODIFICACIO ASCII - Espai per al codi ascii */
#cpasecbitscodascii_a2 {
	display: none;
}
/* CODIFICACIO ASCII - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodascii_a2 {
   display:none;
}
/* LLETRA GRAN - en codi ascii */
#cpasecbitslletra_a2 {
   top: -125px;	
	left: 0px;
	background-image: url(../imatges/bits/nom_lletra_a.gif);
	background-position: center;
	background-repeat: no-repeat;	
	display:none;	
}

/* Lletra G ---------------------------------------------------------------------- */
#cpasecbitslletranom_g {
	left: 510px;
}
#cpasecbitsdibcompsup_g {
}
/* Leds funcionamiento componente electronico */
#cpasecbitsledscontrol_g {	
}
#cpasecbitsbusdadeslletra_g {
}
#cpasecbitsdibcompinf_g {
}
/* Led de actividad del componente electronico inferior */
#cpasecbitsledactividadon_g {
	display: none;
	background-image: url(../imatges/bits/ledcontrolon.gif);
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitscodbin_g {
	display: none;
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodbin_g {
   display:none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al codi hexadecimal */
#cpasecbitscodhex_g {
	display: none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodhex_g {
   display:none;
}
/* CODIFICACIO ASCII - Espai per al codi ascii */
#cpasecbitscodascii_g {
	display: none;
}
/* CODIFICACIO ASCII - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodascii_g {
   display:none;
}
/* LLETRA GRAN - en codi ascii */
#cpasecbitslletra_g {
   top: -125px;	
	left: 0px;
	background-image: url(../imatges/bits/nom_lletra_g.gif);
	background-position: center;
	background-repeat: no-repeat;	
	display:none;	
}

/* Lletra U ---------------------------------------------------------------------- */
#cpasecbitslletranom_u {
	left: 602px;
}
#cpasecbitsdibcompsup_u {
}
/* Leds funcionamiento componente electronico */
#cpasecbitsledscontrol_u {	
}
#cpasecbitsbusdadeslletra_u {
}
#cpasecbitsdibcompinf_u {
}
/* Led de actividad del componente electronico inferior */
#cpasecbitsledactividadon_u {
	display: none;
	background-image: url(../imatges/bits/ledcontrolon.gif);
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitscodbin_u {
	display: none;
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodbin_u {
   display:none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al codi hexadecimal */
#cpasecbitscodhex_u {
	display: none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodhex_u {
   display:none;
}
/* CODIFICACIO ASCII - Espai per al codi ascii */
#cpasecbitscodascii_u {
	display: none;
}
/* CODIFICACIO ASCII - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodascii_u {
   display:none;
}
/* LLETRA GRAN - en codi ascii */
#cpasecbitslletra_u {
   top: -125px;	
	left: 0px;
	background-image: url(../imatges/bits/nom_lletra_u.gif);
	background-position: center;
	background-repeat: no-repeat;	
	display:none;	
}

/* Lletra T ---------------------------------------------------------------------- */
#cpasecbitslletranom_t {
   width:89px;
	left: 694px;
}
#cpasecbitsdibcompsup_t {
	width:89px;
}
/* Leds funcionamiento componente electronico */
#cpasecbitsledscontrol_t {	
}
#cpasecbitsbusdadeslletra_t {
}
#cpasecbitsdibcompinf_t {
}
/* Led de actividad del componente electronico inferior */
#cpasecbitsledactividadon_t {
	display: none;
	background-image: url(../imatges/bits/ledcontrolon.gif);
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitscodbin_t {
	display: none;
}
/* CODIFICACIO BINARIA - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodbin_t {
   display:none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al codi hexadecimal */
#cpasecbitscodhex_t {
	display: none;
}
/* CODIFICACIO HEXADECIMAL - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodhex_t {
   display:none;
}
/* CODIFICACIO ASCII - Espai per al codi ascii */
#cpasecbitscodascii_t {
	display: none;
}
/* CODIFICACIO ASCII - Espai per al missatge 'codificant' */
#cpasecbitstxtmsgcodascii_t {
   display:none;
}
/* LLETRA GRAN - en codi ascii */
#cpasecbitslletra_t {
   top: -125px;	
	left: 0px;
	background-image: url(../imatges/bits/nom_lletra_t.gif);
	background-position: center;
	background-repeat: no-repeat;	
	display:none;	
}

/* 
   ----------------------------
   Consola per accedir a la WEB
	----------------------------
*/

.espai_consolaentrar {
	width: 195px;
	height: 160px;
	position: absolute;
	top: 193px;
	left: 790px;
	/*border: 1px solid black;	*/
	background-color: white;
	background-image: url(../imatges/bits/consola.jpg);
	background-repeat: no-repeat;
	z-index: 800200;
}

.capasec_bitsesperaracces {
	width: 56px;
	height: 70px;
	position: absolute;
	top: 195px;
	left: 901px;
	border: 2px ridge #898989;
	background-color: #bbbbbb;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: center;
}

.capasec_bitsesperaraccestxt_acceso {
	width: 100%;
	height: 15px;
	top: 5px;
	left: 0px;
}

.capasec_bitsesperaraccestxt_en {
	width: 100%;
	height: 15px;
	top: 21px;
	left: 0px;
}

.capasec_bitsesperaraccestxt_segons {
	width: 100%;
	height: 29px;
	top: 38px;
	left: 0px;
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bolder;
	color: Black;
}

.espai_displayconsola {
	width: 143px;
	height: 88px;
	top: 20px;
	left: 25px;
	position: absolute;
	border: 3px inset #898989;
	background-color: black;
	z-index: 800200;
}

.espai_texteconsola {
	width: 132px;
	height: 78px;
	top: 3px;
	left: 3px;
	position: absolute;
	background-color: black;
}

.espai_lletraconsola {
   width: 10px;
	height: 13px;
	position: absolute;
	background-color: black;
	color: white;
	/*border-left: 1px solid red;*/
}

#espailletraconsola_0 {
    top: 0px;
	left: 0px;
}

#espailletraconsola_1 {
    top: 0px;
	left: 10px;
}

#espailletraconsola_2 {
    top: 0px;
	left: 20px;
}

#espailletraconsola_3 {
    top: 0px;
	left: 30px;
}

#espailletraconsola_4 {
    top: 0px;
	left: 40px;
}

#espailletraconsola_5 {
    top: 0px;
	left: 50px;
}

#espailletraconsola_6 {
    top: 0px;
	left: 60px;
}

#espailletraconsola_7 {
    top: 0px;
	left: 70px;
}

#espailletraconsola_8 {
    top: 0px;
	left: 80px;
}

#espailletraconsola_9 {
    top: 0px;
	left: 90px;
}

#espailletraconsola_10 {
    top: 0px;
	left: 100px;
}

#espailletraconsola_11 {
    top: 0px;
	left: 110px;
}

#espailletraconsola_12 {
    top: 0px;
	left: 120px;
}

/* SEGUNDA LINEA */

#espailletraconsola_13 {
    top: 19px;
	left: 0px;
}

#espailletraconsola_14 {
    top: 19px;
	left: 10px;
}

#espailletraconsola_15 {
    top: 19px;
	left: 20px;
}

#espailletraconsola_16 {
    top: 19px;
	left: 30px;
}

#espailletraconsola_17 {
    top: 19px;
	left: 40px;
}

#espailletraconsola_18 {
    top: 19px;
	left: 50px;
}

#espailletraconsola_19 {
    top: 19px;
	left: 60px;
}

#espailletraconsola_20 {
    top: 19px;
	left: 70px;
}

#espailletraconsola_21 {
    top: 19px;
	left: 80px;
}

#espailletraconsola_22 {
    top: 19px;
	left: 90px;
}

#espailletraconsola_23 {
    top: 19px;
	left: 100px;
}

#espailletraconsola_24 {
    top: 19px;
	left: 110px;
}

#espailletraconsola_25 {
    top: 19px;
	left: 120px;
}

/* TERCERA LINEA */

#espailletraconsola_26 {
    top: 38px;
	left: 0px;
}

#espailletraconsola_27 {
    top: 38px;
	left: 10px;
}

#espailletraconsola_28 {
    top: 38px;
	left: 20px;
}

#espailletraconsola_29 {
    top: 38px;
	left: 30px;
}

#espailletraconsola_30 {
    top: 38px;
	left: 40px;
}

#espailletraconsola_31 {
    top: 38px;
	left: 50px;
}

#espailletraconsola_32 {
    top: 38px;
	left: 60px;
}

#espailletraconsola_33 {
    top: 38px;
	left: 70px;
}

#espailletraconsola_34 {
    top: 38px;
	left: 80px;
}

#espailletraconsola_35 {
    top: 38px;
	left: 90px;
}

#espailletraconsola_36 {
    top: 38px;
	left: 100px;
}

#espailletraconsola_37 {
    top: 38px;
	left: 110px;
}

#espailletraconsola_38 {
    top: 38px;
	left: 120px;
}

/* QUARTA LINIA */

#espailletraconsola_39 {
    top: 57px;
	left: 0px;
}

#espailletraconsola_40 {
    top: 57px;
	left: 10px;
}

#espailletraconsola_41 {
    top: 57px;
	left: 20px;
}

#espailletraconsola_42 {
    top: 57px;
	left: 30px;
}

#espailletraconsola_43 {
    top: 57px;
	left: 40px;
}

#espailletraconsola_44 {
    top: 57px;
	left: 50px;
}

#espailletraconsola_45 {
    top: 57px;
	left: 60px;
}

#espailletraconsola_46 {
    top: 57px;
	left: 70px;
}

#espailletraconsola_47 {
    top: 57px;
	left: 80px;
}

#espailletraconsola_48 {
    top: 57px;
	left: 90px;
}

#espailletraconsola_49 {
    top: 57px;
	left: 100px;
}

#espailletraconsola_50 {
    top: 57px;
	left: 110px;
}

#espailletraconsola_51 {
    top: 57px;
	left: 120px;
}

.capasec_bitsteclaenter {
	width: 50px;
	height: 25px;
	top: 115px;
	left: 120px;
	position: absolute;
	background-color: white;
	z-index:800300;
}

#cpasecbitsteclaenter {
	background-image: url(../imatges/bits/enterkey.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

#cpasecbitsteclaenter_pres {
	background-image: url(../imatges/bits/enterkey_press.jpg);
	background-repeat: no-repeat;
	display:none;
}
