.fila-tabla{
	line-height: 25px;
}

.fila-titulos{
	background-color: #8B1829;
	color:white;
	font-family: fuente-bold;
}

.celda-pos{
	width:50px;
	text-align: center;
}

.celda-equipo{
	width:300px;
}

.celda-jj, .celda-jg, .celda-je, .celda-jp, .celda-extra, .celda-jj, .celda-pts, .celda-mas, .celda-menos, .celda-diff{
	width:50px;
	text-align: center;
}

.contenedor-posiciones{
	width:100%;
	max-width: 800px;
	overflow: auto;
	margin:50px auto;
	font-size: 14px;
	line-height: 20px;
}

.dinamico-posiciones{
	position: relative;
	left:0px;
	width: 800px;
}

.contenedor-jornadas{
	margin-top: 50px;
	width:100%;
	max-width: 1100px;
	overflow: auto;
	margin:0px auto;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 100px;
}


.celda-fecha{
	width:100px;
}

.celda-hora{
	width:80px;
}

.celda-partido{
	width:600px;
}

.celda-lugar{
	width:250px;
}

.celda-jugado{
	width:70px;
}

.celda-equipo-1{
	width:250px;
}
.celda-equipo-2{
	width:250px;
}
.celda-marcador-1 ,.celda-marcador-2{
	width:40px;
}
.celda-separador{
	width:10px;
}
.circulo-jugado{
	width:15px;
	height: 15px;
	position: relative;
	top:5px;
	border-radius: 50%;
	background-color: green;
}
.pendiente{
	background-color: red;
}

.dinamico-jornadas{
	width:1100px;
	overflow: auto;
}
.contenedor-filtro-jornadas{
	width:1100px;
	max-width: 100%;
	margin:0 auto;
}


.equipo-seleccionado{
	background-color: #EAEAEA;
}


.galeria {
    padding-top: 10px;
    padding-bottom: 50px;
}

.celda-galeria {
    width: 25%;
    margin-bottom: 40px;
}

.celda-galeria .interno {
    padding-left: 15px;
    padding-right: 15px;
}

.celda-galeria .visual img {
    border-radius: 50%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.contenedor-galeria {
    margin-top: 70px;
}

.celda-galeria img {
    width: 100%;

}