<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
es_MX
*/

/* common */
@import "/css/spa/common/map.css";

/* =========================================================
header
========================================================= */
#map .balloon .header .cat {
	background-color: #f8b500;
}
/* =========================================================
article
========================================================= */
#map .balloon .article .box table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px #efefef dotted;
	width: 100%;
}
#map .balloon .article .box tr {
	border-bottom: 1px #efefef dotted;
}
#map .balloon .article .box th {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color: #f7f6f5;
	padding: 4px 8px;
	white-space: nowrap;
}
#map .balloon .article .box td {
	color: #666c67;
	font-size: 12px;
	padding: 4px 8px;
	width: 100%;
}
#map .balloon .article .box td a {
	color: #666c67;
}
#map .balloon .article .box td span {
	font-weight: bold;
}
#map .balloon .article .box td.sold span {
	color: #ff0000;
	font-weight: bold;
}
#map .balloon .data .sold {
	color: #e73739;
	font-weight: bold;
	margin-left: 8px;
}
/* -----------------------------------------------
comment
----------------------------------------------- */
#map .balloon .comment {
	line-height: 126%;
	margin-bottom: 10px;
}
/* =========================================================
footer
========================================================= */
/* -----------------------------------------------
detail button
----------------------------------------------- */
#map .balloon .footer .detail a {
	color: #f8b500;
	border: 2px solid #f8b500;
}
</pre></body></html>