/* CSS Document */

table {
	border-collapse: collapse; font-family:Calibri; font-size:12px;
	border-top-color:#0066cc;
	}
table.multiencabezado_01 caption {
	margin: auto;
	}

table.multiencabezado_01 {
	margin: auto;
	width: 100%;
	color:#0066CC;

	}

#contenido_principal table.multiencabezado_01 thead tr th {
	font-size: x-small;
		border: 0px;
	}
#contenido_principal table.multiencabezado_01 tbody tr th {
	font-size: x-small;
		border: 0px;
	}

#contenido_principal table.multiencabezado_01 tbody tr td {
	font-size: x-small;
	
	}

table.multiencabezado_01 caption {
	text-align: left;
	color: #052E66;
	border-bottom: 0.1em solid #6684AB;
	padding: 0em 0em 0.25em 0em;
	}

table.multiencabezado_01 caption strong {
	/*text-transform: uppercase;*/
	color: #052E66;
	font-size: small;
	}

table.multiencabezado_01 th {
	padding: 0.5em 0.75em 0.25em 0em;
	text-align: right;
	vertical-align: middle;
	color: #052E66;
	font-weight: bold;
	border-bottom: 0.1em solid #6684AB;
	border-top: 0.1em solid #6684AB;
	
	}

table.multiencabezado_01 th.encabezado_fila_01 {
	text-align: left;
	}
table.multiencabezado_01 th.encabezado_fila_00 {
	text-align: left;
	border-bottom: none;
	border-top: none;
	}

table.multiencabezado_01 td {
	padding: 0.5em 0.75em 0.25em 0em;
	vertical-align: middle;
	}

table.multiencabezado_01 td.encabezado_fila_01 {
	padding-left: 4em;

	}

table.multiencabezado_01 td.alineado_cen {
	text-align: center;
	}
table.multiencabezado_01 td.alineado_izq {
	text-align: left;
	}
table.multiencabezado_01 td.alineado_dcha {
	text-align: right;
	}

table.multiencabezado_01 td.alineado_mid {
	vertical-align: middle;
	}
table.multiencabezado_01 td.alineado_top {
	vertical-align: top;
	}
table.multiencabezado_01 td.alineado_bot {
	vertical-align: bottom;
	}

td.nowrap { border: solid 2px blue;}

table.multiencabezado_01 td.nowrap {
	white-space: nowrap;
	
	}
	
table.multiencabezado_01 tfoot th, table.multiencabezado_01 tfoot td {
	text-transform: uppercase;
	color: #052E66;
	font-size: small;
	border-top: 0.1em solid #6684AB;
	font-weight: bold;
	}

table.multiencabezado_01 tfoot td.encabezado_fila_01 {
	padding-left: 0em;
	}






