/*GENERALES*/
html, body, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #363636;
}
li {
	list-style: none;
}
object, iframe {
	outline: none;
}
p {
	font-size: 12px;
	margin-bottom: 10px;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
img {
	border: none;
}
.clear {
	clear: both;
	display: block;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
/*ESTRUCTURA*/
#especialContainer {
	width: 797px;
	height: 526px;
	position: relative;
}
#especialCover {
	width: 797px;
	height: 526px;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.especialTabs .content {
	width: 797px;
	height: 526px;
	position: relative;
}
.especialTabs .arrows {
	width: 100%;
	position: relative;
	z-index: 10;
}
.especialTabs .arrows li a {
	position: absolute;
	top: 220px;
	opacity: .5;
	transition: opacity 1s ease 0s;
}
.especialTabs .arrows li a.backward {
	left: 0px;
}
.especialTabs .arrows li a.forward {
	right: 0px;
}
.especialTabs .arrows li a:hover {
	opacity: 1;
}
.especialTabs .buttons {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}
.especialTabs .buttons li {
	margin-left: 7px;
	float: left;
}
.especialTabs .buttons li a {
	padding: 5px;
	color: #999;
	font-weight: bold;
	line-height: 30px;
	font-size: 12px;
	background: #fff;
	border-radius: 3px;
	transition: background 1s ease 0s;
}
.especialTabs .buttons li a:hover, .especialTabs .buttons li a.current {
	color: #fff;
	background: #ff6355;
}
.especialTabs .panes {
	width: 797px;
	height: 526px;
	position: absolute;
}
.especialMain {
	width: 797px;
	height: 526px;
	position: relative;
}
.especialMain.groups {
	background: url(../img/bg_especialMain-groups.jpg);
}
.especialMain.final {
	background: url(../img/bg_especialMain-final.jpg);
}
.especialMain.keys {
	background: url(../img/bg_especialMain-keys.jpg);
}
.especialMain .info {
	width: 100%;
	position: absolute;
	top: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
.especialMain .match {
	width: 210px;
	position: absolute;
}
.especialMain .match .teams {
	height: 115px;
	position: relative;
	margin-bottom: 1px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 0px 2px #ccc;
}
.especialMain .match .teams .result {
	position: absolute;
	top: 80px;
}
.especialMain .match .teams .result span {
	width: 30px;
	height: 30px;
	float: left;
	display: block;
	margin: 0 40px 0 35px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	border-radius: 20px;
	background: #000;
	opacity: .8;
}
.especialMain .match .teams li {
	width: 105px;
	height: 115px;
	float: left;
	display: block;
	cursor: pointer;
}
.especialMain .match .data {
	height: 50px;
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	border-radius: 4px;
	background: #fff;
	opacity: .7;
	box-shadow: 0px 0px 2px #ccc;
}
.especialMain .match .data span {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}
.especialModal {
	width: 797px;
	height: 526px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg_especialModal.png);
	z-index: 50;
}
.especialModal .modalContent {
	width: 500px;
	height: 280px;
	position: relative;
	margin: 100px auto 0 auto;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}
.especialModal .modalContent .header {
	height: 115px;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.especialModal .modalContent .header .team {
	position: absolute;
}
.especialModal .modalContent .header .name {
	position: absolute;
	left: 105px;
	top: 35px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
.especialModal .modalContent .header .name span {
	color: #666;
	font-size: 12px;
	font-style: normal;
}
.especialModal .modalContent .text {
	width: 335px;
	margin: 15px 0 0 15px;
	float: left;
}
.especialModal .modalContent .text strong {
	text-transform: uppercase;
}
.especialModal .modalContent .player {
	width: 150px;
	height: 150px;
	float: right;
	margin-top: 15px;
	text-align: center;
	background: #e6e6e6;
	border-radius: 5px;
	cursor: pointer;
}
.especialModal .modalContent .player img {
	margin: 5px;
}
.especialModal .modalContent .player p {
	margin: 0;
	font-size: 11px;
}
.especialModal .modalContent .player p strong {
	text-transform: uppercase;
	font-style: italic;
}
.especialModal .btnClose {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: -35px;
	background: url(../img/btn_close.png);
	cursor: pointer;
}
