/* CSS Document */

body {
	height:100%;
	background-color:#FFFFFF;
	margin:0;
	font-family:Interstate-RegularCondensed;
	font-size:12px;
	color:#333333;
}
#contenido {
	background-color:#FFFFFF;  
	position:absolute;
	top:0;
	left:50%;
	width:830px;
	height:630px;
	margin-left:-415px;
	margin-top:10px;
}
#taulaFinal {
	position:absolute;
	top:640px;
}
img {
	border:none;
}
input {
	border:0px none;
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	text-align:center; 
	vertical-align:middle;
	width:40px;
	height:13px;
}
textarea {
	border:0px none;
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	width:100%;
	height:120px;
/*	height:100%;*/
	overflow:auto;
}
.espaiPetit {
	height:16px;
	width:16px;
}
.espaiGran {
	height:35px;
	width:35px;
}
.lineaHorizontal {
	background-image:url(Imatges/pixelGris.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
	height:16px;
}
.lineaHorizontalPresup {
	background-image:url(Imatges/pixelGrisHorizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
	height:15px;
}
.lineaVertical {
	background-image:url(Imatges/pixelGrisVertical.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:16px;
/*	width:1%;	*/
}
.letraPequena {
	font-size:3px;
}
.taulaPresupuesto {
	background-color:#D7D7D7;
}
.sinNegrita {
	font-weight:normal;
	letter-spacing:0em;
}
.precio {
	text-align:right;
	font-size:12px;
	letter-spacing:0em;
}
.titulo {
	font-family:UnitusCondensed;
	font-size:14px;
	font-weight:normal;
}
a:link, a:visited {
/*	text-decoration:none;	*/
	color:#333333;
}
a:hover {
	text-decoration:underline;
}
a.enlaceIdioma:hover {
	background-image:url(Imatges/pixelGrisHorizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.texteAvisos {
	font-family:Interstate-Light;
	font-size:12px;
}
.texteAvisosNegrita {
	font-family:Interstate-Regular;
	font-weight:bold;
}
.celdaCaja {
	width:80px;
	text-align:center;
}
