/* PLayer */

.player {
	background: #072D6C;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear: both;
	min-height: 230px;
	color: #FFF;
}

.player h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 20px;
	border-bottom: 1px solid #2e5493;
}

.player h2 {
	line-height: 18px;
	margin-bottom: 10px;
}

.player p {
	font-size: 12px;
	line-height: auto;
}

.player .access {
	text-align: right;
	background: #062458;
	padding: 15px 20px;
	border-radius: 0 0 4px 4px;
}

.player .access a {
	color: #fff;
	text-transform: uppercase;
}

.player .access a:hover {
	text-decoration: underline;
}

.player-content {
	padding: 20px;
}

.player-content .image {

}

.icon-player {
	position: relative;
	left: 45%;
	top: 85px;
	opacity: 0.8;
}

.player-content ul {
	margin: 0;
}

.player-content ul li {
	display: block;
	padding: 10px 0 10px 5px;
	font-size: 11px;
	border-left: 1px solid rgba(241, 234, 234, 0.08);
	border-bottom: 1px solid rgba(241, 234, 234, 0.08);
	min-height: 85px;
}

.player-content ul li:first-child {
	padding-top: 0;
}

.player-content ul li:last-child {
	border-bottom: none;
}

.player-content ul li img {
	margin-right: 10px;
}

.player-content img.principal {
	margin-bottom: 15px;
}
