<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	margin: 0;
	padding: 0;
	
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

body {
	background: url(../images/bg_admin.jpg) #060606 no-repeat top center fixed;
}

img {
	border: 0;
}

img.icon {
	vertical-align: middle;
}

small {
	font-size: 87%;
}

b {
	font-weight: bold;
}

i  {
	font-style: italic;
}

.clear {
	height: 1px;
	clear: both;
}

.ucase {
	text-transform: uppercase;
}

div.hr {
	height: 1px;
	border-top: 1px solid #000;
}

li.hr{
	line-height: 0 !important;
}

#left_panel {
	width: 200px;
	color: #fff;
	float: left;
}

#left_panel .footer {
	line-height: 0 !important;
	height: 6px;
}

#titlebar {
	line-height: 26px;
	color: #fff;
	background: #000;
	padding-lefT: 10px;
}

#titlebar a {
	color: #fff;
}

#titlebar a:hover {
	color: #ff0;
}

#content {
	color: #fff;
	margin-left: 200px;
	padding: 10px;
	padding-bottom: 20px;
}

#content .subtitle {
	font-weight: bold;
	margin-bottom: 10px;
}

#mainmenu {
	background: #76777A;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 0 0 6px 0;
}

#mainmenu li {
	text-align: center;
	line-height: 24px;
}

#mainmenu li.title {
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	background: #000;
}

#mainmenu li.submenu {
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	border-top: 2px solid #000;
}

#mainmenu li.hr {
	border-bottom: 2px solid #000;
}

#mainmenu a {
	color: #fff;
	text-decoration: none;
}

#mainmenu a:hover {
	color: #fde87d;
}

.logo {
	text-align: center;
	margin-top: 20px;
}

#loginform {
	width: 200px;
	margin: 50px auto 200px auto;
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 6px;
	color: #444;
}

#loginform .actions {
	text-align: right;
	padding-top: 5px;
}

#loginform input.text {
	width: 96%;
	margin-left: 2px;
}

#loginform .caption {
	margin: 2px;
}

.login-wrapper {
	margin: auto;
	width: 220px;
	height:130px;
	background: #F0F0F0;
	border-radius: 6px;
}

fieldset.form input.text {
	width: 100%;
}

fieldset.form .toolbar {
	text-align: right;
	margin-top: 5px;
}

fieldset.form .toolbar input{
	width: 120px;
}

div.info_error {
	border: 1px solid #F00;
	background: #FCC;
	text-align: center;
	line-height: 24px;
	margin-bottom: 10px;
	color: #F00;
}

div.info_info {
	border: 1px solid #00F;
	background: #CCF;
	text-align: center;
	line-height: 24px;
	margin-bottom: 10px;
	color: #00F;
}

div.img_frame {
	width: 300px;
	height: 100px;
	background: url(../images/pic_frame.jpg) no-repeat center center;
	margin-bottom: 5px;
}
img.pic {
	margin: 5px;
}

span.error {
	color: #f66;
}

.search_wrapper {
	margin: 10px 0 30px 0;
}

.search_wrapper .search {
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 10px;
	white-space: nowrap;
	background: url(../images/handle_dots.png) #2B2B2B no-repeat left center;
	padding-left: 20px;
}

.search_wrapper .search input.input_search {
	width: 90%;
	margin-left: 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
	border-radius: 5px;
}

.search .button {
	background: url(../images/btn_submit.png) no-repeat center;
	border: 0;
	width: 30px;
	height: 30px;
	margin-left: 0;
	overflow: hidden;
	text-indent: -200px;
}

.button.send {
	background: url(../images/btngreenbg.jpg) repeat-x center;
}

.button.sendprueba {
	background: url(../images/btnyellowbg.jpg) repeat-x center;
}

a.button {
	text-decoration: none;
}

a, input, select {
	font-family: Arial;
	font-size: 12px;
	border-radius: 3px;
/*	vertical-align: middle; */
}

option.disabled {
	color: #ccc;
}

.bottom {
	vertical-align: bottom;
}

.small {
	font-size: 7pt;
}

#gmap_prev {
	text-align: center;
	padding: 10px;
}

img.gmap {
	border: 2px solid #fff;
}

div.newdet_wrapper {
	text-align: right;
	padding: 5px;
}

a.weblink {
	display: block;
	width: 16px;
	height: 16px;
	margin: auto;
	background: url(../images/webicon.png) top center;
}

a.weblink:hover {
	background-position: 0 16px;
}

div.option {
	float: left;
	width: 100px;
}

.search_wrapper .hint {
	float: left;
	font-size: 10px;
	color: #2b2b2b;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	margin-top: 3px;
}

#userinfo {
	float: right;
	margin-right: 10px;
}

.product_functions {
	width: 200px;
}

.product_functions label {
	margin-left: 15px;
}

.no-pic {
	font-style: italic;
	color: #777;
	line-height: 22px;
}

.spec, .newspec {
	padding-left: 10px;
	background: url('../images/whitebullet.png') no-repeat left center;
}

.price, .newprice {
	padding-left: 10px;
	background: url('../images/whitebullet.png') no-repeat left center;
}

.addspec {
	padding-left: 10px;
}

.gmap_input {
	float: left;
	margin-right: 10px;
}

.gmap input {
	width: auto !important;
}

.devpic {
	margin-bottom: 5px;
	padding: 5px 0;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}

.devpic img {
	float: left;
}

.devpic .actions {
	float: right;
	line-height: 68px;
	text-align: center;
	width: 80px;
}

.devpic .title {
	margin: 0px 80px 0px 200px;
	height: 68px;
}

.devpic .title div {
	padding: 10px 0;
}

.reports {
	margin-bottom: 5px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}

.reports img {
	float: left;
}

.reports .actions {
	float: right;
	line-height: 40px;
	text-align: center;
	width: 80px;
}

.reports .title {
	line-height: 40px;
	height: 40px;
	padding-left: 80px;
}

.reports .title div {
}

.price_list .label {
	float: left;
	width: 250px;
}

.price_list .data {
	padding-left: 250px;
}

.price_list .data .col-left {
	width: 50%;
	float: left;
}

.price_list .data .col-right {
	width: 50%;
	float: right;
}

.price_list .title div {
	text-align: center;
}



.no-data {
	text-align: center;
	font-style: italic;
	color: #999;
}

.pic-wrapper {
	position: relative;
}

.pic-wrapper img {
	position: absolute;
	top: 5px;
	right: 5px;
	border: 2px solid #e4e4e4;
}
/* Mensajes */
.messages {
	width: 600px;
	margin: auto;
}

.messages .title {
	text-align: center;
	font-weight: bold;
}

.messages .message {
	border: 2px solid #000;
	background: #2B2B2B;
	color: #FFF;
	margin-bottom: 10px;
}

.messages .label {
	width: 140px;
	float: left;
	text-align: center;
	padding: 15px 0;
}

.messages .label .name {
	font-weight: bold;
}

.messages .message.admin .name{
	color: #009ee0;
}

.messages .message.admin .data{
	color: #009ee0;
}

.messages .label .class {
	margin-top: 5px;
}

.messages .data {
	margin-left: 140px;
	border-left: 2px solid #000;
	padding: 5px;
	position: relative;
}

.messages .data .date {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #999;
	font-style: italic;
	font-size: 10px;
}

.messages .data textarea {
	min-height: 100px;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	resize: none;
	background: #FFF;
}

.messages .actions {
	text-align: right;
	padding: 5px 0 0 0;
}
/* Fin de mensajes */

.mailing-message {
	background: #fff;
	color: #000;
	padding: 15px 10px;
}

.main-module {
	width: 600px;
	margin: auto;
}

.tabset {
	height: 22px;
}

.tabset ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabset ul li {
	float: left;
	width: 70px;
	text-align: center;
	background: #999;
	border-radius: 5px 5px 0 0;
	line-height: 20px;
	margin-right: 5px;
}

.tabset ul li.active {
	background: #000;
	position: relative;
	top: 2px;
}

.tabset ul li a {
	color: #fff;
	text-decoration: none;
}

select.chpos {
	width: 100%;
}

.errorlist, .clientlist {
	border: 2px solid #000;
}

.export {
	margin: 5px 0;
}

.pic-thumb {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center
}

.pic-thumb .title {
	line-height: 14px;
}

#mainmenu li.active a {
	color: #FDE87D;
}

td.group {
	padding: 10px !important;
}

td.group h4 {
	font-weight: bold;
	text-align: center;
}

.hbanner {
	border: 2px solid #E7FFDC;
}

.filter .filter-service {
	width: 480px;
}

.relieve {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #000;
	line-height: 30px;
	text-align: left;
	padding-left: 20px;
	font-size: 13px;
	padding: 0 0 0 20px;
	color: #fff;
}

.pricelist-row {
	
}

.pricelist-row.readonly {
	cursor: pointer;
}

.pricelist-row.readonly:hover {
	color: #FDE87D;
}

.pricelist-row .left {
	width: 33%;
	float: left;
	text-align: center;
}

.pricelist-row .right {
	width: 30%;
	float: right;
	text-align: right;
	padding-right: 3%;
}
.pricelist-row .center {
	padding: 0 33%;
	text-align: center;
}

#pics .row {
	margin-bottom: 10px;
	border: #000 solid 5px;
}

/* Panel de seguimiento de mailings */

.mailing-panel {
	background: #555;
	border-top: 1px solid #000;
}

.mailing-panel .row {
	line-height: 20px;
	height: 20px;
	text-align: left;
	margin: 2px 0;
	position: relative;
}

.mailing-panel .row .gauge {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
	background: url('../images/gauge-green.jpg') #0A0 left center;
}

.mailing-panel .row .status-left {
	position: absolute;
	top: 0;
	left: 5px;
	height: 100%;
	z-index: 1;
}

.mailing-panel .row .status-right {
	float: right;
	position: absolute;
	top: 0;
	right: 5px;
	height: 100%;
	z-index: 1;
}

/* /panel */

.table {
	margin: auto;
}

table.homepics td.name .featured {
	float: right;
	margin-right: 20px;
	color: #ff0;
}

.origin {
	color: #9f9;
}

table.list .footer .hint {
	padding: 3px 0;
}

table.form.data  {
	width: 400px;
	margin-bottom: 10px;
}

table.form.data td {
	line-height: 100%;
	font-size: 10px;
	background: #000;
}

.viewmore {
	text-align: center;
}

.logged-panel {
	float: right;
	margin-right: 20px;
}

.logged-panel a {
	text-decoration: none;
}

input.list-add {
	width: 50% !important;
}

a.list-del {
	float: right;
	margin: 3px 5px 0 0;
}

table.list .footer {
	font-size: 10px;
}

table.list .admin {
	color: #59bfff;
}

table.list .pack {
	color: #59ffbf;
}

td.select-multiple-wrapper {
	position: relative;
}

td.select-multiple-wrapper .button.list-add {
	position: relative;
	top: -6px;
	left: 10px;
}

/* Modulo Tours */

.tours .side-pax {
	width: 349px;
	float: left;
	border-right: 1px solid #777;
	padding-right: 5px;
	background: #494949;
}

.tours .side-pax .tel {
	color: #fff;
	display: block;
	max-height: 30px;
	overflow: hidden;
}

.tours .side-pax .tel:hover {
	color: #ff5;

}

.tours .side-pax .currency-total-row div {
	float: left;
	padding: 0 5px;
}

.tours .side-pax .currency-total-row div.subtotal {
	margin-left: 20px;
}

.tours .side-tours {
	margin-left: 355px;
}

.tours .side-pax td.name {
	width: 187px;
}

.tours .side-pax td.name div {
	max-height: 30px;
	overflow: hidden;
}

.tours .caption {
	background: #2B2B2B;
	color: #fff;
	border: 2px solid #000;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}

.tours table.list {
	border-collapse: separate;
}

table.list.tour {
	width: 100%;
	margin: 0;
}

table.list.tour th,
table.list.tour td {
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}

.tours table.list tbody td {
	border: 1px solid #666;
	position: relative;
	height: 30px;
	padding: 0 5px;
}

.tours .side-tours table.list tbody td {
	height: 62px;
}

.tours table.list tbody td.norows {
	padding: 20px;
}

.tours .grid-wrapper,
.tours .grid-wrapper-top	 {
	width: 760px;
	overflow-x: scroll;
}

.tours .side-pax .grid-wrapper-top {
	width: auto;
	overflow: visible;
	background: #000;
}

.tours .grid-wrapper-top .content-fake {
	height: 1px;
}

.tours .grid-wrapper-top {
	height: 18px;
}

.tours td .tooltip .inner-tooltip {
	background: #fff89f;
	border: 1px solid #000;
	color: #000;
	padding: 5px;
	font-weight: bold;
}

.tours td .tooltip {
	position: absolute;
	bottom: 130%;
	left: 0;
	right: 0;
	padding-bottom: 5px;
}

.tours td .tooltip .fx {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/tooltip-tip.png) no-repeat center bottom;
}

.dragscroll {
	cursor: move;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.dragscroll.dragging {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}


.tours .tourcell {
	text-align: center;
}

.tours .pack {
	color: #59ffbf;
}

.tours .tourcell input.money {
	width: 80px;
	margin: 0;
}

.tours .tourcell input.checkbox {
	vertical-align: middle;
}

.tours .totals {
	overflow: hidden;
}

.tours .totals li {
	float: left;
	margin-right: 10px;
}

.tours .totals li.currency-totals {
	border: 1px solid #666;
	padding: 0 20px;
}


input.money.curr-peso		{ background: url(../images/curr-peso.png) #fff no-repeat left center; }
input.money.curr-dolar	{ background: url(../images/curr-dolar.png) #fff no-repeat left center; }
input.money.curr-real		{ background: url(../images/curr-real.png) #fff no-repeat left center; }

.tours td.tabs {
	border-bottom: 4px solid #000;
	padding: 0;
}

.tours td.tabs ul {
	overflow: hidden;
}

.tours td.tabs li {
	float: left;
	border: 2px solid #000;
	border-bottom: 0;
	margin-left: 10px;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	overflow: hidden;
}

.tours td.tabs li a {
	padding: 5px 50px;
	display: block;
	color: #fff;
}

.tours td.tabs li a:hover {
	color: #FDE87D !important;
}

.tours td.tabs li.active a {
	background: #111;
	color: #fff;
}

.panel-actions {
	text-align: right;
	padding: 10px;
}

.list.notes td.edit {
	padding: 5px;
}

.list.notes td.edit input.text,
.list.notes td.edit textarea {
	width: 100%;
	margin: 0;
	padding: 0;
}

.list.notes td.edit textarea {
	height: 60px;
}

/* / Modulo Tours */

input.hour {
	width: 20px !important;
}

.csv-example {
	font-family: monospace;
	margin: 5px 0 5px 20px;
	text-align: left;
}

.m-install #content {
	margin: 0;
}</pre></body></html>