<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/*** Administracion &gt; Ubicacion de Carpetas ***/

table.transparente {
}
table.resultados, table.resultados_2 {
	border: 1px solid #696A6B;
	background-color: #FFFFFF;
}
table.ainox, table.c_ainox {
	border: thin solid #000000;
}
table.resultados, table.resultados caption {
	background-color: #00A4ED;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	font-size: 17px;
	padding-top: 1px;
	padding-bottom: 4px;
}
table.ainox {
	border-top-style: none;
	font-size: 17px;
	text-align: center;
	color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.c_ainox caption {
	border-top-style: none;
	font-size: 17px;
	padding-top: 1px;
	padding-bottom: 4px;
	text-align: center;
	color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.c_ainox td {
	color: #FFFFFF;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	border: 1px solid #000000;
	font-weight: normal;
	}
table.c_ainox th {
	text-align: center;
	font-size: 12px;
	font-family: arial;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	color: #FFFFFF;
	background-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
	}
table.ainox td {
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	padding-right: 4px;
	border-right-style: solid;
	border-left-style: solid;
	line-height: 21px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: normal;
	}
table.ainox th {
	text-align: left;
	color: #008CBB;
	font-size: 13px;
	font-family: arial;
	border-top-color: #999999;
	border-bottom-color: #008CBB;
	border-top-width: 1px;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	font-weight: bold;
	line-height: 24px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
	padding-left: 4px;
	}

.color1 {
	background-color: #00FFFF;
	}

table.transparente td img {
	background-color: #00FFFF;
	text-align: center;
	}

table td, table.resultados th, table.resultados td, table.resultados_2 td, table.resultados_2 th, table.tarifas td, table.tarifas th {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
table.resultados th, table.resultados td,  table.resultados_2 th {
	background-color: #96D7FE;
	padding: 3px;
	text-align: center;
}
table.resultados td, table.resultados_2 td {
	background-color: #f9f9f9;
}

table.resultados td div {
	position: relative;
	height: 14px;
	width: 40px;
	margin: 0px;
}
table.resultados td p {
	margin: 0px;
}
table.resultados td a, table.resultados_2 td a {
	margin: 0px;
	cursor: pointer;
	color: #7F7F7F;
}
table.resultados div.pedido_preview {
	display: none;
	position: absolute;
	bottom: 18px;
	/*width: 106px !important;*/
	width: 120px;
	padding: 7px;
	background-color: #F9F9F9;
	border: 1px solid #666666;
	min-height: 73px;
	height: auto !important;
	min-height: 73px;
}
table.resultados div.pedido_preview h1 {
	font-size: 12px;
	margin: 0px 0px 8px 0px;
}
table.resultados div.pedido_preview p {
} 


.columnainvisible
{
	visibility: hidden; 	
}
</pre></body></html>