/* -- No disponible -- */
#no_disp
{
	overflow-x: auto;
    display: flex;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling-x: touch;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

/* -- ul -- */
#lista_matriz
{
	/*overflow-x:auto;
	display: table;
	text-align: center;*/

	overflow-x: auto;
    display: flex;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling-x: touch;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    position: relative;
}

/* -- li -- */
#columna_matriz
{
	display: flex;
    border-radius: 0 0 0 0;
    padding: 2px;
    border-right: 1px solid #DDD;
    padding-right:2px;
    width: 100%;
}

/* -- Encabezado 1er columna -- */
#tabla_ind
{
	width:100%;
	text-align: center;
}

/* -- Encabezado resto columnas -- */
#titulo{
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	height: 18px;
}

#maximas{
	font-size:11px;
	text-align: center;
	font-weight: normal;
	height: 18px;
}

#titulo_dia{
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	height: 18px;
}

/* -- Encabezado filas -- */
#titulo_ind{
	min-height: 45px;
}

#titulo_fila{
	font-size: 12px;
    text-align: left;
    min-width: 130px;
    height: 20px;
    font-weight: bold;
}

/* -- Encabezado celdas -- */
#campo{
	font-size:11px;
	text-align: center;
	min-width: 50px;
	height: 20px;
}

#flecha{
	font-size:16px;
	text-align: center;
	height: 30px;
}

button.btn-ref-pronostico{
    border: 0;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 10px 30px;
}


.ref-list{
	float: left;
}

@media screen and (max-width: 767px) {

	#lista_matriz
	{

	    position: absolute;

	}
	#no_disp
	{

	    position: absolute;

	}


}
