<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/detail_free.css";
@import "/css/spa/common/related.css";

/* =========================================================
detail
========================================================= */
#detail {
	word-wrap: break-word;
	word-break: break-all;
}
/* -----------------------------------------------
no image
----------------------------------------------- */
#free #detail .picture .picbox .noimg {
	background-image: url(/img/common/ib/noimg_detail.png);
}
/* -----------------------------------------------
article
----------------------------------------------- */
#free #detail .title {
	border-top: 1px dashed #336699;
	border-bottom: 1px dashed #336699;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#free #detail .tag a {
	color: #5c89b5;
	border: 1px solid #b5cbd6;
	background-color: #f7f8fa;
}
#free #detail .tag a:hover {
	color: #37a34a;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#free #detail .contact {
	border-top: 1px dashed #336699;
	border-bottom: 1px dashed #336699;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#free #detail .footer .top dt {
	background-image: url(/img/common/ib/icon_service_small.png);
}</pre></body></html>