body {
	font-family: sans-serif;
}

form {
	margin: 0px;
}
/*
input:focus {
	background-color:red;
	border:1px dotted blue;
}
*/
table input, input.texto {
	font-size: 8pt;
	width: 50px;
	text-align: right;
	padding-right:2px;

	border: 1px solid black;

}

input.porcentaje {
/*	width:40px;*/
}
input.checkbox {
	border:0;
}
/*---------------------------------------*/
input.noInput {
	background-color: #e5e5e5;
}

form input.Blue {
	background-color: #99ccff; 
}

input.noInputKaki {
	background-color: #cccc99;
}

input.noInputYellow {
	background-color: #ffffcc;
}
/*--------------------------------------*/
div.tit1 {
	font-size: 14pt;
	font-weight: bold;
}

div.tit2 {
	font-size: 12pt;
	font-weight: bold;
	color:white;
	background-color: #FFA433;
	padding:0 0 0 10px;
	white-space:nowrap;
}

div.tit3 {
	font-size: 10pt;
	font-weight: bold;
}

#Layer1 {
	position:absolute; 
	left:490px; 
	top:520px; 
	width:290px;
}
.dGray {
	background-color: #e5e5e5;
}

table.tierra {
	border-collapse: collapse;
	border: none;
	font-size: 8pt;
}
table.tierra td {
	border-collapse: collapse;
	/*border: 1px solid black;*/
	padding: 0px 2px 0px 3px;
}
table.tierra th {
	border-collapse: collapse;
	/*border: 1px solid black;*/
	background-color: #e5e5e5;
	padding: 0px 2px 0px 3px;
}

table.sinBordes{
	border-collapse: collapse;
	border: none;
	font-size: 8pt;
}
.negrita {
	font-weight:bold;
}

/* nuevos input 16-05-2005*/
/* #009999 , #99CC99 , #CCCCFF , #FFFF99 */

input.noInput1 {
	background-color: #009999;
}
input.noInput2 {
	background-color: #99CC99;
}
input.noInput3 {
	background-color: #CCCCFF;
}
input.noInput4 {
	background-color: #FFFF99;
}

#info {
	position:absolute;
	top:840px;
	left:0;
	padding:1em 2em;
	width:650px;
}

@media print {
	#Avanzar, #Imprimir, #Atras, #borrar, #info {display:none;}

	#Layer1 {
		left:360px; 
		top:480px; 
	}
}

