@charset "UTF-8";

/*
es_MX
*/

/* =========================================================
list
========================================================= */
#list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#list li.box {
	border: 2px solid #e6eae6;
	margin-bottom: 12px;
}
/* =========================================================
header
========================================================= */
#list li.box .header {
	margin: 0;
	padding: 4px 10px;
	background-color: #f7f6f5;
	border-bottom: 1px dotted #dcdcdc;
}
#list li.box .header li.category {
	float: left;
}
#list li.box .header li.category div {
	display: inline-block;
	background-color: #2186eb;
	color: #fff;
	padding: 4px 12px 4px 16px;
	margin-left: -17px;
	width: 130px;
	position: relative;
}
#list li.box .category div::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 4px transparent;
	border-right: solid 5px #1D76CF;
}
#list li.box .status {
	float: left;
}
#list li.box .status div {
	display: inline-block;
	color: #ffffff;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 13px;
}
#list li.box .header li.date {
	float: right;
	color: #666666;
	margin-top: 4px;
}
#list li.box .header .new {
	float: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 1px;
	padding-left: 24px;
}
#list li.box .header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* =========================================================
body
========================================================= */
#list li.box .body {
	clear: both;
	padding: 9px 10px 6px;
}
#list li.box .body .world-area {
	color: #333;
	font-weight: bold;
	margin: 0 0 3px 0;
}
/* -----------------------------------------------
2 column
----------------------------------------------- */
#list li.box .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#list li.box .box .left {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
#list li.box .box .right {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 5px 5px;
}
/* -----------------------------------------------
title
----------------------------------------------- */
#list li.box .body h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	display: table;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
#list li.box .body h3 a {
	display: table-cell;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 126%;
}
/* -----------------------------------------------
sub category
----------------------------------------------- */
#list li.box .left .subcat {
	border-top: 1px dotted #d4dcd3;
	border-bottom: 1px dotted #d4dcd3;
	padding: 4px 0;
	margin-bottom: 10px;
}
#list li.box .left .subcat a {
	display: inline-block;
	color: #888;
	font-size: 11px;
}
#list li.box .left .subcat a:hover {
	color: #ff9933;
}
/* -----------------------------------------------
period
----------------------------------------------- */
#list li.box .left .period {
	margin-bottom: 4px;
	color: #888;
	font-size: 12px;
}
/* -----------------------------------------------
text
----------------------------------------------- */
#list li.box .left p {
	line-height: 137%;
	margin: 0 0 15px 0;
}
/* -----------------------------------------------
picture
----------------------------------------------- */
#list li.box .right .pict a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 170px;
	height: 128px;
}
#list li.box .right .pict .thumb img.medium {
    vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #f7f6f5;
    max-width: 170px;
    max-height: 128px;
}
#list li.box .right .pict .thumb img.medium:hover {
	border: 1px solid #ffcc00;
}
/* =========================================================
contact
========================================================= */
#list li.box .contact {
	clear: both;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-top: 1px dotted #efefef;
}
#list li.box .contact ul {
	list-style-type: none;
	color: #666666;
	line-height: 126%;
	display: table-cell;
	vertical-align: middle;
	padding: 6px 0 4px 10px;
	margin: 0;
	width: 100%;
}
#list li.box .contact ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#list li.box .contact li {
	float: left;
	margin: 0 8px 0 0;
}
#list li.box .contact li span {
	color: #999999;
	margin-right: 3px;
}
#list li.box .contact li a {
	color: #666666;
}
#list li.box .contact li a:hover {
	color: #ff9933;
}
/* -----------------------------------------------
detail button
----------------------------------------------- */
#list li.box .contact .detail {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	padding: 6px 10px 4px 0;
}
#list li.box .contact .detail a {
	display: inline-block;
	color: #ffffff;
	background-color: #2186eb;
	border-radius: 2px;
	padding: 4px 8px;
}
#list li.box .contact .detail a:hover {
	background-color: #ffcc00;
}
/* =========================================================
att-translate-list
========================================================= */
.att-translate-list {
	display: table-cell;
	margin: 0;
	width: 24px;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#list .tag {
	overflow: hidden;
	width: 100%;
}
#list .tag .tag-box {
	font-size: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px;
}
#list .tag a {
	display: inline-block;
	color: #358fe9;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	border: 1px solid #83b4e6;
	border-radius: 2px;
	background-color: #f9fdff;
	padding: 3px 5px;
	margin: 0 4px 0 0;
}
#list .tag a:hover {
	color: #f79223;
}