.section .tabla1{
	display: flex;
	justify-content: center;
}
.tabla1{
	border-color: #FFF2DB;
}
.section .tabla2{
	
	display: flex;
	justify-content: center;
}

table{
	width: 100%;
}
th{
      background-color:#FFE7C2;
	color: white;
}
td{
    background-color: #FFE7C2;

}

.grupo{
	
	margin-top: 40px;
	margin-left: 20px;
	

}


.img{
	width: 130px;
}

.sections{
    justify-content: center;
    border-style: groove;
    border-color:#2c342d;
	display: flex;
	align-items: center;
	flex-direction: column;
    padding: 10px;
    background-image: url(content/scroll.gif);
}


.log{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: white;
	border-radius: 30px;
	width: auto;
}
.aol{
	color: rgb(226, 173, 0);
}
.contenido{
	
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom: 0;
	margin-bottom: 50px;
}

.contenido > .contenido1{
	margin-top: 120px;
}
.contenido1{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}
.opciones1{
	display: flex;
	background-color: #005609;
	background-image: url(content/blue.png);
	border: solid rgb(39, 71, 97) 2px;
	width: 55vw;
	height: auto;
	margin-bottom: 15px;
}

.opciones1 a{
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 20px;
	width: 20px;
}


.seccion{
	margin-top: 0px;
	width: 55vw;

}

.bas1{
	
	position: none;
	margin-top: 130px;
	width: 20vw;
	padding-left: 20px;
}

/*----------------------------------------------------------------------------*/
.section p{
	color: #7a3c02;
	margin: 10px;
	text-align: center;
}
.section .lineaimagen{
	display: flex;
	justify-content: center;
}
.noticiass{
    color: white;
    border-style: solid;
    border-color:#005609;
    background-image: url(content/title-background-greennnnn.gif);
    padding-left: 9px;
}

.section{
    justify-content: center;
    border-style: groove;
    border-color:#2c342d;
    padding: 10px;
    background-image: url(content/scroll.gif);
}

.section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('corner-tl.gif') top left    no-repeat,
    url('corner-tr.gif') top right   no-repeat,
    url('corner-bl.gif') bottom left  no-repeat,
    url('corner-br.gif') bottom right no-repeat,
    url('border-1.gif')  top    repeat-x,
    url('border-1.gif')  bottom repeat-x,
    url('border-1.gif')  left   repeat-y,
    url('border-1.gif')  right  repeat-y;

	  pointer-events: none;
}
.jugadores{	
	padding: 2px;
	font-size: 10px;
	color: white;
	border-style: solid;
	border-color:#641e19;
    background-image:url(news/titulo.gif);
    margin: 0;
}
.listajugadores{
	padding: 10px;
	color: white;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;


	border-end-start-radius: 40px;
	border-end-end-radius: 40px;
    border: 2px solid black;
    border-top: 5px solid darkred;
    background-color: rgba(0, 0, 0, 0.548);
	height: auto;
}
.listajugadores ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;	
	align-items: center;
	justify-content: center;
}
.listajugadores li{
	padding: 10px;
	margin: 10px;
}


.what{
	width: 10vw;
}

@media(max-width:1169px){
	.contenido{
		display:block;
		justify-content: center;
		align-content: center;
	}

	.menuicono{
    	width: 70px;
	}
	.opciones1{
		width: 90%;
		margin: 0 auto;
		position: none;
		justify-content: center;
		align-content: center;
			margin-bottom: 1px;

	}
	.seccion{
		margin: 0 auto;
		width: 90%;
	}


	.contenido, .bas1{
		margin: 0 auto;
		justify-content: center;
		align-content: center;
		margin-left:none;
		margin-right: none;
	}
	.bas1{
		margin-top: 20px;
		padding-left: 0px;
		font-size: 17px;
		width: 80%;
	}
	.contenido, .seccion{
        margin-top: 8px;
		justify-content: center;
		align-content: center;
	}

	.contenido, .grupo{
		margin: 0 auto;
		justify-content: center;
		align-content: center;
		margin-left:none;
		margin-right: none;
	}
	.grupo{
		margin-top: 20px;
		padding-left: 0px;
		font-size: 17px;
		width: 80%;
	}

	.what{
		width: 20vw;
	}
}
@media(max-width:490px){
	.bas1{
		width: 90%;
	}
}