body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#divImpresion {
	position:absolute;
	left:90%;
	top:5%;
	width:32px;
	height:32px;
	z-index:2;
}

/* textos y titulo */
.textoTablaTitulo {
	font-size: 16px;
	font-weight: bold;
	color:#006699;
}
.textoTablaPie {
	font-size: 12px;
	color:#006699;
	font-weight: bold;
}
.textoSuperIndiceHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	vertical-align: super;
}
.datatable {
	font-size:x-small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
}
.datatable th {
	background-color: #629ACD;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
.datatable tr.altrow {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D5E2EC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;	
}
.datatable tr.c {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;	
}
.datatable tr.sobre {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFE1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;	
}
.mayusculas {
	text-transform:uppercase;
}

.displanone{
	display:none;
}

/* tabla consulta */
.tablaConsulta {
	display:none;
}