#popup {
	background-color: rgba(0, 0, 0, 0.63);
	visibility: hidden;
	width: 100%;
	/*min-width: 920px;*/
	/*min-width: 50%;*/
	/*position: fixed;*/
}
#popup_container {
	position: relative;
	z-index: 0;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	background-color: white;
	border-radius: 0.5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 10px solid black;
	padding: 20px 0px 0px 0px;
}
#popup_content {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -35px;
	width: 100%;
	height: 100%;
	overflow: scroll;
}
#popup_content table {
	margin: 30px 20px;
}
#popup_btn {
	float: right;
	border: none;
	color: none;
	background-color: transparent;
	cursor: pointer;
}
.btn_close {
	position: relative;
	width: 35px;
	height: 35px;
	background: url(./../img/x_botoia_txikia.png);
	background-size: cover;                      /* <------ */
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	left: 20px;
	top: -40px;
}
#example2 {
	padding-top: 10px;
	margin: auto;
}
.descrip_tabla_popup td, .descrip_tabla_popup td {
	padding: 0 1.2vw;
	color: grey;
	font-size: 0.7em;/*1.2vw;*/
}
.corredor td {
	padding: 0 1.5vw;
	/*font-size: 0.9em;/*1.6vw;*/
}
.cabecera_tabla_popup {
	color: white;
}
.cabecera_tabla_popup>td {
	padding: 5px 5px 5px 10px;
	border-radius: 0 15px 15px 0;
	background: #393939;
}
#izena_lasterkari {
	/*color: #393939;*/
	margin: 15px
}
.igo {
	background: url(./../img/green_arrow.png);
	background-size: cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
    width: 13px;
    height: 13px;
    float: right;
    margin: 2px
}
.jeitxi {
	background: url(./../img/red_arrow.png);
	background-size: cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
    width: 13px;
    height: 13px;
    float: right;
    margin: 2px
}
.txiki {
	font-size: small;/*1.2vw;*/
	float: right;
	font-family: monospace;
}