*{
	padding:0;
	margin:0;
}

html{
	font-size:0.625em;
}

body{
	font-size:1.6rem;
	font-family:'Open Sans', san-serif;
}


/******jugadores********/

#jugadores{
	list-style:none;
	position:absolute;
	width:100%;
	height: 100%;
	max-height: 694px;
	max-width: 915px;
	/*display:none;*/
}
#jugadores li{
	background: rgba(33, 33, 33, 0.9);
    width: 400px;
	padding:15px;
	box-sizing:border-box;
	position:relative;
}
#jugadores li:before{
	content:"";
	display:block;
	border-bottom:10px solid rgba(33, 33, 33, 0.9);
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	position:absolute;
	top:-10px;
	left:50%;
	-webkit-transform:translateX(-50%);
	        transform:translateX(-50%);
	z-index:20;
	
}
#jugadores li:first-of-type {
    left: 50%;
    top: 0;
    padding: 5px;
    position: absolute;
    color: #fff;
    font-size: 1.5rem;
    width: 500px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(33, 33, 33, 0.9);
	z-index:50;
}

#jugadores li:first-of-type:before{
	border-right:0;
	border-top:0;
	border-bottom:0;
}
#jugadores .jugadores-js{
	position:absolute;
	z-index:10;
}
#jugadores a{
	color:#fff;
	display:inline-block;
	text-decoration:none;
	font-weight:300;
	cursor:default;
}
#jugadores figure{
	position:relative;
}
#jugadores figure figcaption h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    text-align: center;
}
#jugadores figure figcaption p{
    font-size:1.5rem;
}
/*******POSICIONES jugadores********/
.seguir {
    position: absolute;
    float: left;
}

#jugadores li:nth-of-type(2) {
	left: 0%;
    top: 0%;
	width: 430px;
}
#jugadores li:nth-of-type(2):before {
    border-right: 0;
    border-left: 10px solid rgba(33, 33, 33, 0.9);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 24%;
    left: 100%;
     -webkit-transform: translateY(0); 
     transform: translateY(0); 
}
#jugadores li:nth-of-type(3) {
	right: 0;
    top: 0;
	width: 280px;
}
#jugadores li:nth-of-type(3):before {
    border-left: 0;
    border-right: 10px solid rgba(33, 33, 33, 0.9);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 38%;
    left: -10px;
     -webkit-transform: translateY(0); 
     transform: translateY(0); 
}
#jugadores li:nth-of-type(4) {
    left: 0;
    top: 0;
	width: 310px;
}
#jugadores li:nth-of-type(4):before {
    border-right: 0;
    border-left: 10px solid rgba(33, 33, 33, 0.9);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 40%;
    left: 100%;
     -webkit-transform: translateY(0); 
     transform: translateY(0); 
}
#jugadores li:nth-of-type(5) {
    left: 22%;
    top: 53%;
}
#jugadores li:nth-of-type(6) {
	left: 32%;
    top: 46%;
}
#jugadores li:nth-of-type(7) {
    left: 38%;
    top: 55%;
}
#jugadores li:nth-of-type(8) {
    left: 2%;
    top: 65%;
}
#jugadores li:nth-of-type(9) {
    left: 9%;
    top: 60%;
}
#jugadores li:nth-of-type(10) {
    left: 16%;
    top: 64%;
}
#jugadores li:nth-of-type(11) {
    left: 22%;
    top: 68%;
}
#jugadores li:nth-of-type(12) {
    left: 32%;
    top: 65%;
}
#jugadores li:nth-of-type(13) {
    left: 38%;
    top: 70%;
}
#jugadores li:nth-of-type(14) {
    left: 48%;
    top: 46%;
}
#jugadores li:nth-of-type(15) {
    left: 52%;
    top: 62%;
}
#jugadores li:nth-of-type(16) {
    left: 46%;
    top: 65%;
}
#jugadores li:nth-of-type(17) {
    left: 56%;
    top: 80%;
}
#jugadores li:nth-of-type(18) {
    left: 49%;
    top: 80%;
}
#jugadores li:nth-of-type(19) {
    left: 42%;
    top: 80%;
}
#jugadores li:nth-of-type(20) {
    left: 34%;
    top: 80%;
}
#jugadores li:nth-of-type(21) {
    left: 28%;
    top: 80%;
}
#jugadores li:nth-of-type(22) {
    left: 20%;
    top: 80%;
}
#jugadores li:nth-of-type(23) {
    left: 12%;
    top: 80%;
}
#jugadores li:nth-of-type(24) {
    left: 7%;
    top: 80%;
}
#jugadores li:nth-of-type(25) {
    left: 0;
    top: 80%;
}




/**************foto************/
#foto{
	position: relative;
    list-style: none;
}
#foto img {
    max-width: 915px;
    max-height: 664px;
    width: 100%;
    height: auto;
    display: block;
}


/*#foto li{
	position:relative;
	top:0;
	left:0;
	transition:0.4s;
}
#foto img{
	max-width:998px;
	width:100%;
	height:auto;
}*/
#foto .noselect{
	opacity:0;
}
#foto .noactivos{
	opacity:0;
}

/****ANUNCIO****
#robapaginas_2 {
    left: 50%;
	top: 30px;
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}*/