/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
ESTILOS IMPRESION - todos
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#pie{ display:none;}
#empresa{ display:none;}
#cabecera{ display:none;}
#menu_navegacion{ display:none;}
.migas{ display:none;}
.lista_consultas{display:none;}
#paginacion{display:none;}
#abecedario{display:none;}
/*////////////////////////////////*/

html{height: 100%;}
body{
	color: #000;
	text-align: center;
	height: 100%;

}
/* ARMAZÓN DE LA PÁGINA */
#web{
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	position:relative;
	display:block;
	width:100%;
	height: 100%;
	font-size:12px;
} 
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
table.tabla_listas{
	width:100%; 
	border-collapse:collapse;	
	color:#585858;
	margin:0 auto;
}
table.tabla_listas caption{
	display:none;
}
table.tabla_listas tr{
	min-height:2.5em;
	height:auto;
	height:2.5em;
}
	table.tabla_listas tr.par{background-color:#f1f1f1;}
table.tabla_listas th{
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #585858;
	text-align:left;
}
	table.tabla_listas th.accion, table.tabla_listas td.accion{
	display:none;
	}
table.tabla_listas td{
	border-bottom:1px solid #f1f1f1;
	padding:0.5em;	
	vertical-align:top;
}
table.tabla_listas td.texto_alineado_izq{
	text-align:right;
}
.tabla_listas a{
	color:#585858;
}
	table.tabla_listas td label, table.tabla_listas td input{
		width:auto;
	}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
table.tabla_consultas{
	width:96%; 
	border-collapse:collapse;
	margin-top:30px;
	color:#727272;
	margin:0 auto;
}
table.tabla_consultas caption{
	display:none;
}
table.tabla_consultas tr{
	height:25px;
}
table.tabla_consultas th{
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #727272;
}
table.tabla_consultas td{
	border-bottom:1px solid #f1f1f1;
	width:60px;
	padding:5px 0;	
	vertical-align:top;
}

.tabla_consultas a{
color:#727272;
}
