@charset "UTF-8";

/*
es_MX
*/

/* =========================================================
calendar
========================================================= */
#calendar {
	margin-bottom: 10px;
}
#calendar:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#calendar ul {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#calendar li {
	display: table-cell;
	vertical-align: bottom;
	padding-right: 4px;
}
#calendar li span {
	display: none;
}
#calendar li a {
	display: block;
	text-align: center;
	background-color: #660000;
	border-radius: 3px;
	padding: 10px 12px;
	width: 60px;
	height: 12px;
}
#calendar li.month a {
	text-align: center;
	display: block;
	padding: 15px 0 9px 0;
	width: 118px;
	height: 27px;
}
#calendar li .week {
	background: #660000 url(/img/spa/ev/cal_this_week.png) no-repeat 50% 50%;
	border-bottom: 1px dashed #ffce8c;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 5px 0 3px 0;
	height: 10px;
}
#calendar li.one a {
	background: #660000 url(/img/spa/ev/cal_week_one.png) no-repeat 50% 50%;
}
#calendar li.two a {
	background: #660000 url(/img/spa/ev/cal_week_two.png) no-repeat 50% 50%;
}
#calendar li.three a {
	background: #660000 url(/img/spa/ev/cal_week_three.png) no-repeat 50% 50%;
}
#calendar li.four a {
	background: #660000 url(/img/spa/ev/cal_week_four.png) no-repeat 50% 50%;
}
#calendar li.five a {
	background: #660000 url(/img/spa/ev/cal_week_five.png) no-repeat 50% 50%;
}
#calendar li.six a {
	background: #660000 url(/img/spa/ev/cal_week_six.png) no-repeat 50% 50%;
}
#calendar li a:hover {
	background-color: #ffcc00;
}
/* =========================================================
list
========================================================= */
#list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* -----------------------------------------------
nodata
----------------------------------------------- */
#list li.nodata {
	font-weight: bold;
	margin: 5px 10px 20px 10px;
}
/* -----------------------------------------------
frame
----------------------------------------------- */
#list li.box {
	clear: both;
	border: 2px #e8ece9 solid;
	margin-bottom: 8px;
}
#list li.box ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* -----------------------------------------------
header
----------------------------------------------- */
#list li.box .header {
	background-color: #fff8dc;
	border-bottom: 1px #e8ece9 dotted;
	padding: 4px 8px;
}
#list li.box .header li.status {
	float: left;
}
#list li.box .header li.status div {
	color: #ffffff;
	padding: 4px 8px;
	margin-left: -10px;
	width: 136px;
}
#list li.box .header li.date {
	float: left;
	margin: 4px 0 0 5px;
}
#list li.box .header li.area {
	float: right;
	color: #640;
	margin-top: 4px;
}
#list li.box .header li.area a {
	color: #640;
}
#list li.box .header li.area a:hover {
	color: #65ab31;
}
/* -----------------------------------------------
body
----------------------------------------------- */
#list li.box .body {
	clear: both;
	padding: 6px;
}
#list li.box .body:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#list li.box .body .right {
	float: right;
	width: 100%;
}
#list li.box .body .right .info {
	padding-left: 5px;
	margin-left: 144px;
}
#list li.box .body .left {
	position: relative;
	float: left;
	text-align: center;
	margin-right: -144px;
	width: 144px;
}
/* -----------------------------------------------
picture
----------------------------------------------- */
#list li.box .body .left .thumb {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e4e4e4;
	width: 142px;
	height: 107px;
}
#list li.box .body .left img.medium {
	vertical-align: middle;
	border: 1px solid #ffffff;
	max-width: 140px;
	max-height: 105px;
}
#list li.box .body .left .thumb img.medium:hover {
	border: 1px solid #ffcc00;
}
/* -----------------------------------------------
new icon
----------------------------------------------- */
#list li.box .body .left .new {
	letter-spacing: normal;
	position: absolute;
	top: -2px;
	left: -2px;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 0;
	width: 22px;
	height: 9px;
	z-index: 2;
}
#list li.box .body .left .new span {
	display: none;
}
/* -----------------------------------------------
no img
----------------------------------------------- */
#list li.box .body .left .noimg a {
	display: block;
	border: 1px #ffffff solid;
	background: url(/img/common/ev/noimg_list.png) no-repeat 50% 50%;
	width: 142px;
	height: 107px;
}
#list li.box .body .left .noimg a:hover {
	border: 1px solid #ffcc00;
}
#list li.box .body .left .noimg span {
	display: none;
}
/* -----------------------------------------------
right
----------------------------------------------- */
#list li.box .body .right .world-area {
	font-weight: bold;
	margin: 5px 0;
}
#list li.box .body .right h3 {
	margin: 1px 0 8px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#list li.box .body .right h3 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size: 15px;
	line-height: 100%;
	font-weight: bold;
	background: url(/img/common/ev/icon_point.gif) no-repeat 0 2px;
	padding-left: 14px;
	height: 1em;
	width: auto;
}
#list li.box .body .right .intro {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	color: #777;
	line-height: 126%;
	margin-bottom: 5px;
	height: 5em;
	width: auto;
}
#list li.box .body .right dl {
	clear: both;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 2px;
	width: 100%;
}
#list li.box .body .right dt {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#list li.box .body .right dt a {
	color: #999999;
}
#list li.box .body .right dt a:hover {
	color: #65ab31;
}
#list li.box .body .right dd {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding-left: 10px;
	white-space: nowrap;
}
#list li.box .body .right dd a {
	display: inline-block;
	color: #ffffff;
	background-color: #944c4c;
	border-radius: 2px;
	padding: 4px 8px;
}
#list li.box .body .right dd a:hover {
	background-color: #ffcc00;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#list .tag {
	overflow: hidden;
	margin: 2px 6px 6px;
}
#list .tag .tag-box {
	font-size: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
#list .tag a {
	display: inline-block;
	color: #8e3737;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	border: 1px solid #caa1a1;
	border-radius: 2px;
	background-color: #faf7f7;
	padding: 3px 5px;
	margin: 0 4px 0 0;
}
#list .tag a:hover {
	color: #65ab31;
}
/* =========================================================
notice of translation
========================================================= */
.att-translate-list .note {
	left: auto;
	right: -16px;
}