
.icosTabla{
    border: none;
    padding: 0px;
    margin: 2px;
    background-image: url("../img/ico/tabla.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    width: 18px;
    height: 18px;
}

.icoDescarga{
    border: none;
    padding-left: 30px;
    background-image: url("../img/ico/download.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.icoEnlaceExt{
	padding-left: 30px;
    background-image: url(../img/ico/svg/enlaceExternoBorde.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center left;									
}


/*JAXI - DATOS*/

.icoSeleccionar{
    border: none;
    background-image: url("../img/ico/svg/seleccionar.svg");
    background-repeat: no-repeat;
    background-size: contain;
    /*background-position: 50% 50%;*/
    width: 32px;
    height: 32px;
    padding: 0px;
}

.icoDescargarBorde{
    border: none;
    background-image: url("../img/ico/svg/descargarBorde.svg");
    background-repeat: no-repeat;
    background-size: contain;
    /*background-position: 50% 50%;*/
    width: 32px;
    height: 32px;
    padding: 0px;
}

.icoWidgetCode{
    border: none;
    background-image: url("../img/ico/svg/widgetCode.svg");
    background-repeat: no-repeat;
    background-size: contain;
   	/*background-position: 50% 50%;*/
    width: 32px;
    height: 32px;
    padding: 0px;
}

.icoCestaBorde{
    border: none;
    background-image: url("../img/ico/svg/cestaBorde.svg");
    background-repeat: no-repeat;
    background-size: contain;
    /*background-position: 50% 50%;*/
    width: 32px;
    height: 32px;
    padding: 0px;
}

.icoMetadatosBorde{
    border: none;
    background-image: url("../img/ico/svg/metadatosBorde.svg");
    background-repeat: no-repeat;
    background-size: contain;
    /*background-position: 50% 50%;*/
    width: 32px;
    height: 32px;
    padding: 0px;
}

.icoMaximizarFlecha{
    border: none;
    background-image: url("../img/ico/svg/maximizarFlecha.svg");
    background-repeat: no-repeat;
    background-size: contain;
    /*background-position: 50% 50%;*/
    width: 32px;
    height: 32px;
    padding: 0px;
}

/*JAXI - TABLA*/

.icoSeleccionTodos{
    border: none;
    background-image: url("../img/ico/svg/iconoSeleccionTodos.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    padding: 0px;
    vertical-align: top;
}

.icoSeleccionNinguno{
    border: none;
    background-image: url("../img/ico/svg/iconoSeleccionNinguno.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    padding: 0px;
    vertical-align: top;
}

.icoBuscar{
    border: none;
    background-image: url("../img/ico/svg/buscar.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    padding: 0px;
    /*vertical-align: middle;*/
    vertical-align: top;
}

.icoCambioSentidoASC{
    border: none;
    background-image: url("../img/ico/svg/cambioSentidoASC.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    padding: 0px;
    vertical-align: top;
}

.icoCambioSentidoDESC{
    border: none;
    background-image: url("../img/ico/svg/cambioSentidoDESC.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    padding: 0px;
    vertical-align: top;
}

.icoInfo{
    border: none;
    background-image: url("../img/ico/svg/info.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    padding: 0px;
    vertical-align: top;
}

/*JAXI - LINK*/

.icoDescargarLink{
	display: inline-block;
	background-image: url("../img/ico/svg/descargarBorde.svg");
	background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    vertical-align: top;
}

.icoMetadatosLink{
	display: inline-block;
	background-image: url("../img/ico/svg/metadatosBorde.svg");
	background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    vertical-align: top;
}

/*PLAY - PAUSE*/

.icoPlay::before{
	font-family: "Font Awesome 5 Free";
	content: "\f144";
	cursor: pointer;
	width: 24px;
	height: 24px;
	color: #a70332;
	font-size: 18px;
}

.icoPause::before{
	font-family: "Font Awesome 5 Free";
	content: "\f28b";
	cursor: pointer;
	width: 24px;
	height: 24px;
	color: #a70332;
	font-size: 18px;
}

.icoInfoCircle{
border-radius: 50%;
    border: 2px solid white;
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
    margin: 0.5em;
    text-align: center;
}
.icoInfoCircle::before{
	font-family: "Font Awesome 5 Free";
	content: "\f129";
	font-weight: 900;
    margin-top: 0.25em;
    margin-left: -0.25em;
    display: inline-block;
}